KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesCubic and Higher-Degree EquationsEngineering · Engineering MathematicsLesson 5/7← PrevNext →
GuidePublished 15 Aug 20265 min readBy Kevin Jogincubic equationshigher degreefactor theoremroots
On this page

Ask about this page

KEVOS AICubic and Higher-Degree Equations

KEVOS knowledge first · trusted web sources when needed

Equations

Cubic and Higher-Degree Equations

Finding one root, dividing it out, and finishing with the quadratic that remains — plus what to do when the cubic has no rational root.

Category Engineering / MathematicsStream EquationsLevel CoreReading 5 minSource Week 3, page 7; Week 7, page 1

What this page covers

  • Solve a cubic by finding a root and reducing the degree
  • Recognise special forms such as a difference of cubes
  • Know how many roots to expect and in what kinds of pairs
  • Say when the method fails and what remains
On this page
  1. The strategy
  2. Special forms first
  3. The general method
  4. How many roots, and of what kind
  5. When the method fails
  6. Common mistakes
  7. Frequently asked questions

The strategy

There is no elementary formula worth using for a cubic. The practical method reduces the degree instead: find one root, divide out the corresponding factor, and solve the quadratic that remains.

1. Find a rootTest divisors of the constant term using the factor theorem
2. Divide it outLong division leaves a quadratic
3. Solve the quadraticFactoring, completing the square or the formula
4. Collect all three rootsCheck the sum against -b/a

Occasionally step 1 can be skipped because the cubic is already in a recognisable special form, which is where the source starts.

Special forms first

Worked example — a difference of cubes

Solve x3 - 8 = 0.

x3 - 8 = x3 - 23 = (x - 2)(x2 + 2x + 4) = 0Source example, Week 3, page 7

The zero-product property splits it. The linear factor gives x = 2. The quadratic has Δ = 4 - 16 = -12 < 0, so its roots are complex:

x2 + 2x + 4 = 0(x + 1)2 = -3x = -1 ± i√3Source completes the square rather than using the formula

Three roots: x = 2 and the conjugate pair -1 ± i√3. The source notes 'no real solution' for the quadratic before giving the complex pair, which is the right order &mdash; the real question is answered first.

Check

Sum should be 0 (no x2 term): 2 + (-1 + i√3) + (-1 - i√3) = 0. The imaginary parts cancel, as a conjugate pair must.

The general method

Worked example &mdash; x3 + 4x2 + 2x - 4 = 0

The constant is -4, so test ±1, ±2, ±4.

f(2) = 8 + 16 + 4 - 4 = 24 ≠ 0f(-2) = -8 + 16 - 4 - 4 = 0Source example, Week 7, page 1

So (x + 2) is a factor. Dividing gives x2 + 2x - 2, which does not factor over the integers. The source completes the square:

x2 + 2x - 2 = (x + 1)2 - 3= (x + 1 - √3)(x + 1 + √3)A difference of two squares once completed
x = -2, x = -1 + √3, x = -1 - √3Source result
Check

Sum should be -4: -2 - 1 + √3 - 1 - √3 = -4. Product should be -(-4) = 4: -2 × ((-1)2 - 3) = -2 × (-2) = 4. Both hold.

Worked example &mdash; x3 - 5x2 + 7x - 12 = 0

Testing divisors of -12 finds f(4) = 64 - 80 + 28 - 12 = 0. Dividing out gives x2 - x + 3, whose discriminant is 1 - 12 = -11 < 0.

x = 4 (the only real root)x = 1 ± i√112 (complex pair)Source example, Week 6, page 8

One real root and a complex pair &mdash; the commonest shape for a cubic that does not factor completely over the reals.

How many roots, and of what kind

A polynomial of degree n has exactly n roots over the complex numbers, counted with multiplicity. For a cubic with real coefficients that leaves only two possible shapes.

The two possibilities for a real cubic
CaseReal rootsComplex rootsGraph
Three real3 (possibly repeated)0Crosses or touches the axis three times, counted with multiplicity
One real12, a conjugate pairCrosses the axis exactly once

There is no third case. Complex roots of a real polynomial come in conjugate pairs, so their number is even; three minus an even number is odd, and so at least one real root always survives. That is why every cubic graph crosses the axis.

Note

The same argument shows that every polynomial of odd degree with real coefficients has a real root. It is also why irrational roots arrive in conjugate surd pairs: in -1 ± √3 the radical enters with both signs.

When the method fails

Trial only finds rational roots. If a cubic has three irrational real roots, every candidate fails and the method produces nothing, despite the equation being perfectly solvable.

What to do then
SituationResponse
No rational root foundUse a numerical method; the graph shows where the roots lie
Coefficients are fractionsMultiply through to clear them, then the divisor argument applies
Leading coefficient not 1Also test ±pq with p | a0 and q | an
Degree 4 or higherSame method; each division drops the degree by one
Watch out

A failed search is not proof that there are no real roots. It proves only that there are no rational ones. Sketching the graph, or evaluating at a few points to find a sign change, locates the real roots even when trial finds none.

Common mistakes

Errors and remedies
MistakeCorrectWhy
Stopping after one rootDivide out and solve the quotientA cubic has three roots
Testing f(2) for the factor x + 2Test f(-2)x + 2 = x - (-2)
Concluding no real roots after a failed trialEvery real cubic has oneThe root may be irrational
Missing the fractional candidates when an ≠ 1Test ±pq2x3 + 5x2 - 14x + 3 has root 32
Reporting only real roots when complex were asked forState bothRead the question's number system

Frequently asked questions

How many roots does a cubic have?

Exactly three, counted with multiplicity, once complex roots are admitted. At least one is always real, because complex roots of a real polynomial arrive in conjugate pairs and three cannot be paired up.

What if I cannot find any root by trial?

Then there is no rational root, which the trial method is limited to. The equation still has three roots; finding them needs a numerical method or the cubic formula, neither of which is elementary.

Is there a formula like the quadratic one?

Yes, but it is long, and for a cubic with three real roots it routes through complex numbers even so. In practice degree reduction is the method used.

Does the method extend to quartics?

Yes, identically: find a root, divide out, and you are left with a cubic. Repeat. Each successful division drops the degree by one.

Related pages

  • The Remainder and Factor Theorems
  • Polynomial Long Division
  • The Quadratic Formula and the Discriminant
  • Complex Numbers: Arithmetic and the Conjugate

Source. Handwritten teaching notes, Week 3, page 7, and Week 7, page 1.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

The Quadratic Formula and the DiscriminantGuide · Engineering MathematicsNEXT LESSON →Literal Equations and Formula RearrangementGuide · Engineering MathematicsCompleting the SquareGuide · Engineering MathematicsRadical Equations and Spurious SolutionsGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®