Solve
Move everything to one side and test for rational roots. The equation is , so the rational candidates are the divisors of :
None vanishes. Note how the change from to destroys the tidy factorisation the original left side had — now misses by exactly .
Exploit the structure of the left-hand side. The polynomial that appears is the classic product of three consecutive linear factors:
So the equation is really — three consecutive integers-apart factors whose product is .
Centre the substitution on the middle factor. Let , so the three factors become , , :
Shifting to the symmetry point of the factors is what removes the quadratic term for free — no Cardano depression algebra needed.
Count the real roots of the depressed cubic. For with , , the discriminant is
so has exactly one real root and a complex conjugate pair. The real root is the plastic number .
Evaluate the real root. Cardano's formula gives
Newton's method on from returns the same value to 39 digits, so the two routes agree.
Undo the substitution and check. Since ,
Substituting into the original: , and evaluating at 40-digit precision gives . Only one real solution exists.
Need to solve a different problem like this? Open the solver →