Polynomial Roots Homework: Find 2nd Polynomial with Squared Roots

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Polynomial Roots
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
Homework Helper
Messages
3,802
Reaction score
95

Homework Statement


Given a general cubic [tex]a_1x^3+b_1x^2+c_1x+d_1=0[/tex] has roots [tex]\alpha,\beta,\gamma[/tex]

find the polynomial [tex]a_2x^3+b_2x^2+c_2x+d_2=0[/tex] that has roots [tex]\alpha ^2,\beta ^2,\gamma ^2[/tex]

The Attempt at a Solution


[tex]\alpha ^2+\beta ^2+\gamma ^2=(\alpha+\beta+\gamma)^2-2(\alpha\beta+\alpha\gamma+\beta\gamma)[/tex]

Thus, [tex]\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}[/tex]

Therefore, [tex]-\frac{b_2}{a_2}\equiv -\frac{b_1^2-2a_1c_1}{a_1^2}[/tex]

So the new polynomial is now in the form:

[tex]a_1^2x^3+(2a_1c_1-b_1^2)x^2+c_2x+d_2=0[/tex]


Also, [tex]\alpha ^2\beta ^2\gamma ^2=(\alpha\beta\gamma)^2[/tex]

Thus, [tex]\alpha ^2\beta ^2\gamma ^2=(\frac{d_1}{a_1})^2=\frac{d_1^2}{a_1^2}[/tex]

Therefore, [tex]-\frac{d_2}{a_2}\equiv -\frac{d_1^2}{a_1^2}[/tex]

So now the polynomial is:

[tex]a_1^2x^3+(2a_1c_1-b_1^2)x^2+c_2x+d_1^2=0[/tex]

In order to find [tex]c_2[/tex] in terms of the coefficients of the first polynomial, I'll need to express
[tex]\alpha ^2\beta ^2+\alpha ^2\gamma ^2+\beta ^2\gamma ^2[/tex] 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.
 
Physics news on Phys.org
You'd need to consider

[tex](\alpha^2 + \beta^2 + \gamma^2)^2[/tex]
 
You can also substitute x = sqrt(y) in the equation. Then that immediately guarantees that the roots in terms of y are the squares of the roots of the original equation. To get rid of the fractional powers of y, you bring the y^(1/2) and y^(3/2) terms to one side of the equation and then you square both sides.
 
This question was in an exam I had:

Count Iblis said:
You can also substitute x = sqrt(y) in the equation. Then that immediately guarantees that the roots in terms of y are the squares of the roots of the original equation. To get rid of the fractional powers of y, you bring the y^(1/2) and y^(3/2) terms to one side of the equation and then you square both sides.
Yes I had first considered to substitute x=sqrt(y) but after realizing it wasn't a polynomial anymore and from what our teacher said previously in class "if it isn't a polynomial then it won't work". I didn't consider squaring to form it into a 3rd degree polynomial again, basically because my trust in it working wasn't there after what my teacher had said.

rock.freak667 said:
You'd need to consider

[tex](\alpha^2 + \beta^2 + \gamma^2)^2[/tex]
This is the approach I took to find the roots, but I'm unsure what to do with the long expansion:

[tex](\alpha ^2+\beta ^2+\gamma ^2)^2=\alpha ^4+\beta ^4+\gamma ^4-2(\alpha ^2\beta ^2+\alpha ^2\gamma ^2+\beta ^2\gamma ^2)[/tex]

As for the 3 roots to the 4th degree, is it really going to be that complicated to solve this problem in this way?
 
Count Iblis said:
But if you think carefully, you can often find a method that yields the answer without much effort.
If you're referring to the post you made in that thread, indeed your solution wasn't the conventional brute force method, but the problem is that I wouldn't have been able to think carefully in that way.
 
Ok, you missed this one:

[tex]\alpha\beta +\alpha\gamma+\beta\gamma=\frac{c_1}{a_1}[/tex]

[tex](\alpha\beta +\alpha\gamma+\beta\gamma)^2=\alpha^2\beta^2+\alpha^2\gamma^2+\beta^2\gamma^2+2(\alpha^2\beta\gamma+\alpha\beta^2\gamma+\alpha\beta\gamma^2)=[/tex]
[tex]=\alpha^2\beta^2+\alpha^2\gamma^2+\beta^2\gamma^2+2\alpha\beta\gamma(\alpha+\beta+\gamma)[/tex]


Can you continue?

Regards.
 
Дьявол said:
Ok, you missed this one:

[tex]\alpha\beta +\alpha\gamma+\beta\gamma=\frac{c_1}{a_1}[/tex]

[tex](\alpha\beta +\alpha\gamma+\beta\gamma)^2=\alpha^2\beta^2+\alph a^2\gamma^2+\beta^2\gamma^2+2(\alpha^2\beta\gamma+ \alpha\beta^2\gamma+\alpha\beta\gamma^2)[/tex]
[tex]=\alpha^2\beta^2+\alpha^2\gamma^2+\beta^2\gamma^2+ 2\alpha\beta\gamma(\alpha+\beta+\gamma)[/tex]




Can you continue?

Regards.


Oh jeez that is MUCH more simple! I guess rock.freak667 and I went off and chose a much more complicated expansion, to our doom :biggrin: Thanks Дьявол


ok so basically just to finish it off:

[tex]\alpha^2\beta^2+\alpha^2\gamma^2+\beta^2\gamma^2=(\alpha\beta +\alpha\gamma+\beta\gamma)^2-2\alpha\beta\gamma(\alpha+\beta+\gamma)=(\frac{c_1}{a_1})^2-2(\frac{-d_1}{a_1})(\frac{-b_1}{a_1})=\frac{c_1^2-2b_1d_1}{a_1^2}[/tex]

Therefore the polynomial is:

[tex]a_1^2x^3+(2a_1c_1-b_1^2)x^2+\frac{c_1^2-2b_1d_1}{a_1^2}x+d_1^2=0[/tex]