Solve
Set up the two-quadratic ansatz with the leading 3 in one factor. Since is prime, any factorisation over the integers must look like
with . Expanding gives the four matching conditions
Search the divisor pairs of 63. Trying and solving the first and third conditions gives ; the second condition then reads ✓ and the third ✓. All four hold simultaneously, so
Always expand a guessed factorisation back before using it. This is not optional bookkeeping: a plausible-looking guess such as expands to , which matches only the first and last coefficients and is therefore wrong. Checking the two middle coefficients is what catches it.
Solve the first quadratic. For :
Numerically and ; both are real since the discriminant is positive.
Solve the second quadratic. For the discriminant is , so
Collect all four roots and verify numerically.
A numerical root finder on the original quartic returns , and , matching exactly ✓ ().
Need to solve a different problem like this? Open the solver →