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

thumb_up100%(1 rated)

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

x3+4x+1=0x^3+4x+1=0

be α,β,γ\alpha,\beta,\gamma. By Vieta's formulas,

  • α+β+γ=0\alpha+\beta+\gamma=0
  • αβ+βγ+γα=4\alpha\beta+\beta\gamma+\gamma\alpha=4
  • αβγ=1\alpha\beta\gamma=-1

We want a polynomial whose roots are α2,β2,γ2\alpha^2,\beta^2,\gamma^2.

Step 1: Find the sum of the squared roots

α2+β2+γ2=(α+β+γ)22(αβ+βγ+γα)\alpha^2+\beta^2+\gamma^2=(\alpha+\beta+\gamma)^2-2(\alpha\beta+\beta\gamma+\gamma\alpha)

So

α2+β2+γ2=022(4)=8.\alpha^2+\beta^2+\gamma^2=0^2-2(4)=-8.

Step 2: Find the pairwise product sum

Use

α2β2+β2γ2+γ2α2=(αβ+βγ+γα)22αβγ(α+β+γ).\alpha^2\beta^2+\beta^2\gamma^2+\gamma^2\alpha^2=(\alpha\beta+\beta\gamma+\gamma\alpha)^2-2\alpha\beta\gamma(\alpha+\beta+\gamma).

Since α+β+γ=0\alpha+\beta+\gamma=0,

α2β2+β2γ2+γ2α2=422(1)(0)=16.\alpha^2\beta^2+\beta^2\gamma^2+\gamma^2\alpha^2=4^2-2( -1)(0)=16.

Step 3: Find the product of the squared roots

α2β2γ2=(αβγ)2=(1)2=1.\alpha^2\beta^2\gamma^2=(\alpha\beta\gamma)^2=(-1)^2=1.

Step 4: Build the monic cubic

A monic cubic with roots α2,β2,γ2\alpha^2,\beta^2,\gamma^2 is

y3(α2+β2+γ2)y2+(α2β2+β2γ2+γ2α2)yα2β2γ2=0.y^3-(\alpha^2+\beta^2+\gamma^2)y^2+(\alpha^2\beta^2+\beta^2\gamma^2+\gamma^2\alpha^2)y-\alpha^2\beta^2\gamma^2=0.

Substitute the values:

y3(8)y2+16y1=0,y^3-(-8)y^2+16y-1=0,

which gives

y3+8y2+16y1=0.\boxed{y^3+8y^2+16y-1=0}.


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 x3+px+q=0x^3+px+q=0, the same method still works: first compute α+β+γ\alpha+\beta+\gamma, αβ+βγ+γα\alpha\beta+\beta\gamma+\gamma\alpha, and αβγ\alpha\beta\gamma, then use them to form the monic polynomial for α2,β2,γ2\alpha^2,\beta^2,\gamma^2. 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.

chat