Polynomial Roots Homework: Find 2nd Polynomial with Squared Roots

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Polynomial Roots
Click For Summary

Homework Help Overview

The discussion revolves around finding a polynomial whose roots are the squares of the roots of a given cubic polynomial. The original polynomial is expressed in terms of its coefficients, and participants are exploring how to derive the new polynomial based on the squared roots.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various methods to express the new polynomial, including using relationships between the roots and their squares. There are attempts to derive expressions for the sums and products of the squared roots based on the original polynomial's coefficients.

Discussion Status

Some participants have offered insights into the relationships between the roots and have suggested alternative approaches, such as substituting variables. There is an ongoing exploration of the implications of these methods, with some expressing uncertainty about the complexity of the expansions involved.

Contextual Notes

Participants are navigating constraints related to the nature of polynomial equations and the requirements for maintaining polynomial form when manipulating roots. There is also mention of previous classroom discussions that influence their reasoning.

Mentallic
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?
 
With these sorts of problems there is usually always a straightforward brute force method available which often involves solving eqations to get things exactly right. But if you think carefully, you can often find a method that yields the answer without much effort.

See here another such problem:

https://www.physicsforums.com/archive/index.php/t-8259.htmlbr/t-263816.html
 
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]
 

Similar threads

Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
4K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K