Question
How to derive the polynomial for the squares of the roots of $x^3+4x+1=0$
Original question: 3 The roots of the equation $x^3+4x+1=0$ are $\alpha,\beta,$ and $\gamma$. (a) Use the substitution $y=x^2$ to show that $y^3+8y^2+16y-1=0$ has roots $\alpha^2,\beta^2,$ and $\gamma^2$. $y\times x^2$ $x=y^{\frac12}$ $(y^{\frac12})^3+4y^{\frac12}+1=0$ $y^2+4y^{\frac12}(\text{?})=(-1)^2$ $y^3+16y+8y^2=1$ $y^3+8y^2+16y-1=0$
Expert Verified Solution
Key takeaway: This is a neat symmetric-polynomial move. Instead of solving the cubic directly, we track what happens after squaring the roots and rebuild the polynomial from the transformed symmetric sums.
Let the roots of
be . By Vieta's formulas,
We want a polynomial whose roots are .
Step 1: Find the sum of the squared roots
So
Step 2: Find the pairwise product sum
Use
Since ,
Step 3: Find the product of the squared roots
Step 4: Build the monic cubic
A monic cubic with roots is
Substitute the values:
which gives
Pitfalls the pros know 👇 A common slip is to square the original equation term-by-term. That does not preserve the root structure. The safe route is to use Vieta's formulas on the roots themselves, then rebuild the polynomial from the symmetric sums.
What if the problem changes? If the original cubic were , the same method still works: first compute , , and , then use them to form the monic polynomial for . The coefficients will change, but the pattern stays the same.
Tags: Vieta's formulas, symmetric polynomials, root transformation
FAQ
How do you find the polynomial whose roots are the squares of the roots of a cubic?
Use Vieta's formulas to compute the symmetric sums of the original roots, then convert those into the symmetric sums of the squared roots and rebuild the monic cubic.
Why is the new polynomial for α^2, β^2, γ^2 equal to y^3+8y^2+16y-1=0?
For x^3+4x+1=0, the original roots satisfy α+β+γ=0, αβ+βγ+γα=4, and αβγ=-1. These give the squared-root sums -8, 16, and 1, so the monic cubic is y^3+8y^2+16y-1=0.