Algebra · real student question

Solve the quartic equation x⁴ − 16x³ + 66x² − 16x − 35 = 0.

Question

Solve

x416x3+66x216x35=0x^4 - 16x^3 + 66x^2 - 16x - 35 = 0

Step-by-step solution

  1. Look for a repeated quadratic block. Half of 16-16 is 8-8, and (x28x)2=x416x3+64x2(x^2-8x)^2 = x^4 - 16x^3 + 64x^2 already reproduces the top three terms up to a small remainder. That suggests the substitution

    t=x28xt = x^2 - 8x

  2. Rewrite the quartic in terms of t. Subtracting the expansion above:

    x416x3+66x216x35=(x28x)2+2x216x35=t2+2t35x^4 - 16x^3 + 66x^2 - 16x - 35 = \left(x^2-8x\right)^2 + 2x^2 - 16x - 35 = t^2 + 2t - 35

    The crucial coincidence is that the leftover 2x216x2x^2 - 16x is exactly 2t2t, so no stray xx survives. A quartic in xx has become a quadratic in tt.

  3. Solve the quadratic in t. Two numbers with product 35-35 and sum +2+2 are +7+7 and 5-5:

    t2+2t35=(t+7)(t5)=0t=7 or t=5t^2 + 2t - 35 = (t+7)(t-5) = 0 \quad \Longrightarrow \quad t = -7 \ \text{or} \ t = 5

  4. Translate back into two quadratics in x.

    x28x=7  x28x+7=0x^2 - 8x = -7 \ \Longrightarrow \ x^2 - 8x + 7 = 0

    x28x=5  x28x5=0x^2 - 8x = 5 \ \Longrightarrow \ x^2 - 8x - 5 = 0

    Equivalently x416x3+66x216x35=(x28x+7)(x28x5)x^4-16x^3+66x^2-16x-35 = \left(x^2-8x+7\right)\left(x^2-8x-5\right), which expands back to the original exactly.

  5. Solve each quadratic. The first factors over the integers:

    x28x+7=(x1)(x7)=0x=1 or x=7x^2 - 8x + 7 = (x-1)(x-7) = 0 \quad \Longrightarrow \quad x = 1 \ \text{or} \ x = 7

    The second needs completing the square, since Δ=64+20=84\Delta = 64 + 20 = 84 is not a perfect square:

    (x4)2=21x=4±21(x-4)^2 = 21 \quad \Longrightarrow \quad x = 4 \pm \sqrt{21}

  6. Collect and check the four real roots.

    x=1,x=7,x=4+218.5826,x=4210.5826x = 1,\quad x = 7,\quad x = 4 + \sqrt{21} \approx 8.5826,\quad x = 4 - \sqrt{21} \approx -0.5826

    All four are real. Vieta's check: the roots sum to 1+7+8=16=(16)/11 + 7 + 8 = 16 = -(-16)/1, and their product is 7(1621)=357 \cdot (16-21) = -35, matching the constant term. Substituting x=4+21x = 4+\sqrt{21} numerically gives 00 to twelve decimal places.

Answer

x=1,x=7,x=4+21,x=421x = 1, \quad x = 7, \quad x = 4 + \sqrt{21}, \quad x = 4 - \sqrt{21}

Need to solve a different problem like this? Open the solver →