We are given that "az^3 + bz^2 + cz + d = 0" has three roots in arithmetic progression "\u03b1 \u2212 \u03b2,\n\n\u03b1, \u03b1 + \u03b2".
Now, we known as: Sum of roots = "-b\/a" , Product of roots = "-d\/a" and sum of product of two roots = "c\/a".
So, we got three equations in our problem as:
"(\\alpha\u2212\\beta)+(\\alpha)+(\\alpha+\\beta)= -\\frac{b}{a} \\\\ \n(\\alpha\u2212\\beta)(\\alpha)(\\alpha+\\beta) = -\\frac{d}{a} \\\\\n(\\alpha\u2212\\beta)(\\alpha)+ (\\alpha)(\\alpha+\\beta)+ (\\alpha\u2212\\beta)(\\alpha+\\beta) = \\frac{c}{a}"
So, "3\\alpha = -\\frac{b}{a}, \\alpha(\\alpha^2-\\beta^2) = -\\frac{d}{a}" and "3\\alpha^2-\\beta^2 = \\frac{c}{a}" .
So by first and last equation we got, "\\alpha = -\\frac{b}{3a}" and "\\beta^2 = \\frac{b^2}{3a^2}-\\frac{c}{a}".
Now from middle equation we get,
"(-\\frac{b}{3a})(\\frac{b^2}{9a^2} - \\frac{b^2}{3a^2} + \\frac{c}{a} ) = -\\frac{d}{a}"
"\\implies \\frac{b(b^2 - 3b^2 + 9ac )}{9a^2} = 3d \\\\\n\\implies (2b^2 - 9ac)b + 27a^2d = 0"
Comments
Leave a comment