- 3,802
- 95
Homework Statement
Given a general cubic a_1x^3+b_1x^2+c_1x+d_1=0 has roots \alpha,\beta,\gamma
find the polynomial a_2x^3+b_2x^2+c_2x+d_2=0 that has roots \alpha ^2,\beta ^2,\gamma ^2
The Attempt at a Solution
\alpha ^2+\beta ^2+\gamma ^2=(\alpha+\beta+\gamma)^2-2(\alpha\beta+\alpha\gamma+\beta\gamma)
Thus, \alpha ^2+\beta ^2+\gamma ^2=(\frac{-b_1}{a_1})^2-2(\frac{c_1}{a_1})=\frac{b_1^2-2a_1c_1}{a_1^2}
Therefore, -\frac{b_2}{a_2}\equiv -\frac{b_1^2-2a_1c_1}{a_1^2}
So the new polynomial is now in the form:
a_1^2x^3+(2a_1c_1-b_1^2)x^2+c_2x+d_2=0
Also, \alpha ^2\beta ^2\gamma ^2=(\alpha\beta\gamma)^2
Thus, \alpha ^2\beta ^2\gamma ^2=(\frac{d_1}{a_1})^2=\frac{d_1^2}{a_1^2}
Therefore, -\frac{d_2}{a_2}\equiv -\frac{d_1^2}{a_1^2}
So now the polynomial is:
a_1^2x^3+(2a_1c_1-b_1^2)x^2+c_2x+d_1^2=0
In order to find c_2 in terms of the coefficients of the first polynomial, I'll need to express
\alpha ^2\beta ^2+\alpha ^2\gamma ^2+\beta ^2\gamma ^2 in terms of sum of roots one, two and three at a time, using the similar idea as was done to find the sum of the squared roots one at a time. However, I'm unsure how to do this. Please help.