Algebra · real student question

Solve the equation x³ − 6x² + 11x − 6 = 1.

Question

Solve

x36x2+11x6=1x^3 - 6x^2 + 11x - 6 = 1

Step-by-step solution

  1. Move everything to one side and test for rational roots. The equation is x36x2+11x7=0x^3 - 6x^2 + 11x - 7 = 0, so the rational candidates are the divisors of 77:

    f(1)=1,f(1)=25,f(7)=119,f(7)=721f(1) = -1, \quad f(-1) = -25, \quad f(7) = 119, \quad f(-7) = -721

    None vanishes. Note how the change from 6-6 to 7-7 destroys the tidy factorisation the original left side had — x=1x = 1 now misses by exactly 11.

  2. Exploit the structure of the left-hand side. The polynomial that appears is the classic product of three consecutive linear factors:

    x36x2+11x6=(x1)(x2)(x3)x^3 - 6x^2 + 11x - 6 = (x-1)(x-2)(x-3)

    So the equation is really (x1)(x2)(x3)=1(x-1)(x-2)(x-3) = 1 — three consecutive integers-apart factors whose product is 11.

  3. Centre the substitution on the middle factor. Let y=x2y = x - 2, so the three factors become y+1y+1, yy, y1y-1:

    (y+1)y(y1)=y(y21)=y3y(y+1)\,y\,(y-1) = y\left(y^2-1\right) = y^3 - y

    y3y=1,i.e.y3y1=0\Longrightarrow \quad y^3 - y = 1, \quad \text{i.e.} \quad y^3 - y - 1 = 0

    Shifting to the symmetry point of the factors is what removes the quadratic term for free — no Cardano depression algebra needed.

  4. Count the real roots of the depressed cubic. For y3+py+qy^3 + py + q with p=1p = -1, q=1q = -1, the discriminant is

    Δ=4p327q2=427=23<0\Delta = -4p^3 - 27q^2 = 4 - 27 = -23 < 0

    so y3y1=0y^3 - y - 1 = 0 has exactly one real root and a complex conjugate pair. The real root is the plastic number ρ\rho.

  5. Evaluate the real root. Cardano's formula gives

    ρ=12+231083+12231083=1.3247179572\rho = \sqrt[3]{\frac12 + \sqrt{\frac{23}{108}}} + \sqrt[3]{\frac12 - \sqrt{\frac{23}{108}}} = 1.3247179572\ldots

    Newton's method on y3y1y^3 - y - 1 from y0=1.3y_0 = 1.3 returns the same value to 39 digits, so the two routes agree.

  6. Undo the substitution and check. Since x=y+2x = y + 2,

    x=2+ρ3.3247179572x = 2 + \rho \approx 3.3247179572

    Substituting into the original: (x1)(x2)(x3)(2.3247)(1.3247)(0.3247)=1.0000(x-1)(x-2)(x-3) \approx (2.3247)(1.3247)(0.3247) = 1.0000, and evaluating x36x2+11x6x^3-6x^2+11x-6 at 40-digit precision gives 0.999999999999999999999999999999999999990.99999999999999999999999999999999999999. Only one real solution exists.

Answer

x=2+12+231083+122310833.3247180x = 2 + \sqrt[3]{\tfrac12 + \sqrt{\tfrac{23}{108}}} + \sqrt[3]{\tfrac12 - \sqrt{\tfrac{23}{108}}} \approx 3.3247180

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