Cubic Equation Solver logo
Cubic Equation Solver
Education 7/3/2026

Incomplete Cubic Equation: Complete Guide with Examples

Master the incomplete cubic equation. Learn how to solve equations missing their squared, linear, or constant terms using rapid factoring techniques.

By Mathematics Educator
Incomplete Cubic Equation: Complete Guide with Examples

Introduction

When algebra students first encounter cubic equations, they are usually terrified by the massive general formula: ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0. Finding the roots of a complete, four-term polynomial usually requires massive theorems, synthetic division, or the notorious, multi-page Cardano’s Method.

But what happens if a piece of the equation goes missing? What if the x2x^2 term isn’t there? What if there is no constant number at the end?

When a cubic equation is missing pieces, it is called an Incomplete Cubic Equation.

Why it is easier to solve: An incomplete equation is an algebra student’s best friend. When terms are missing, you no longer have to use massive brute-force formulas. Instead, you can use lightning-fast factoring shortcuts, like the Greatest Common Factor (GCF) or the Difference of Cubes, to find the answers in seconds.

Learning objectives: This definitive guide will explore all five sub-types of incomplete cubic equations. We will look at why they happen, how their graphs change when terms vanish, and exactly which factoring trick you need to instantly solve them.


What Is an Incomplete Cubic Equation?

Before we look at the incomplete version, we must define the complete version.

The General Cubic Equation is a third-degree polynomial written in standard form: ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0

For this equation to be considered a cubic, the leading coefficient (aa) can NEVER equal zero. If a=0a=0, the x3x^3 term disappears, and it devolves into a simple quadratic equation (x2x^2).

However, the other coefficients (b,c,b, c, and dd) can equal zero.

Definition: An Incomplete Cubic Equation is a cubic polynomial (ax3ax^3) where at least one of the subsequent terms (b,c,b, c, or dd) is equal to zero.


Types of Incomplete Cubic Equations

Because there are three optional terms (b,c,db, c, d), there are exactly five distinct types of incomplete cubic equations. Each type requires a completely different strategy to solve.

Type 1: Missing Both Linear and Constant Terms (c=0,d=0c=0, d=0)

Form: ax3+bx2=0ax^3 + bx^2 = 0 This is the easiest type to solve. Because there is no plain number at the end, every single term contains an xx.

  • How to solve: Immediately factor out x2x^2.
  • Result: x2(ax+b)=0x^2(ax + b) = 0.
  • Roots: You are guaranteed a double root at x=0x=0.

Type 2: Missing Both Quadratic and Constant Terms (b=0,d=0b=0, d=0)

Form: ax3+cx=0ax^3 + cx = 0 Similar to Type 1, every term has an xx, but there is no x2x^2.

  • How to solve: Factor out a single xx.
  • Result: x(ax2+c)=0x(ax^2 + c) = 0.
  • Roots: The first root is x=0x=0. The remaining two roots are found by taking the square root of c/a-c/a. If cc and aa share the same sign, the remaining roots will be imaginary.

Type 3: Pure Cubic (Missing Quadratic and Linear Terms) (b=0,c=0b=0, c=0)

Form: ax3+d=0ax^3 + d = 0 This is known as a “Pure Cubic.” It only contains the x3x^3 term and a constant number.

  • How to solve: Do not factor. Simply move dd to the other side and take the cube root.
  • Result: x=d/a3x = \sqrt[3]{-d/a}.
  • Note: If dd is a perfect cube (like 8 or 27), you can use the Sum/Difference of Cubes factoring formula.

Type 4: Missing Only the Linear Term (c=0c=0)

Form: ax3+bx2+d=0ax^3 + bx^2 + d = 0 This is a notoriously annoying type. Because dd is present, you cannot factor out an xx. Because bb is present, you cannot just take a cube root.

  • How to solve: You must use the Rational Root Theorem to test factors of dd, or use graphing/Newton-Raphson to find decimal roots.

Type 5: Depressed Cubic (Missing Only Quadratic) (b=0b=0)

Form: ax3+cx+d=0ax^3 + cx + d = 0 This is the most famous incomplete cubic. It is called a “Depressed Cubic.”

  • How to solve: This is the specific form required to use Cardano’s algebraic formula.

Complete vs Incomplete Cubic Equations

FeatureComplete CubicIncomplete Cubic
Structureax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0ax3+...=0ax^3 + ... = 0 (missing at least one term)
Missing TermsNoneb=0b=0, c=0c=0, or d=0d=0
Difficulty to SolveExtremely HighVery Low to Moderate
Factoring MethodGrouping (rarely works), Long DivisionGCF extraction, Sum/Diff of Cubes
Guaranteed Root at 0?NoYes (if d=0d=0)
Example2x34x2+7x9=02x^3 - 4x^2 + 7x - 9 = 02x38x=02x^3 - 8x = 0

Properties of Incomplete Cubic Equations

1. Degree and Leading Coefficient Regardless of how many terms are missing, the degree is always 3. The leading coefficient aa can be positive, negative, or a fraction, dictating the graph’s overall direction.

2. Possible Roots According to the Fundamental Theorem of Algebra, every cubic has exactly 3 roots. Incomplete cubics make these roots highly predictable:

  • If d=0d=0, at least one root is ALWAYS exactly 00.
  • If b=0b=0 and d=0d=0 (ax3+cx=0ax^3+cx=0), the roots will be perfectly symmetrical around the origin (e.g., x=0,5,5x=0, 5, -5).

3. Factorization Opportunities An incomplete equation is a massive neon sign pointing you toward a factoring shortcut. A missing constant is a sign to use the GCF. A pure cubic is a sign to use the Difference of Cubes.


Methods for Solving Incomplete Cubic Equations

Let’s look at the specific mathematical steps required to solve each type.

1. Common Factor Extraction (GCF)

Use this when d=0d=0 (e.g., x34x2=0x^3 - 4x^2 = 0). Because the constant is missing, every term has an xx. You can immediately divide xx out of the equation.

  1. Start: x34x2=0x^3 - 4x^2 = 0.
  2. Pull out x2x^2: x2(x4)=0x^2(x - 4) = 0.
  3. Split the equation: x2=0x^2 = 0 and x4=0x - 4 = 0.
    Answers: x=0x = 0 (Double root), and x=4x = 4.

2. Difference / Sum of Cubes

Use this for pure cubics when b=0b=0 and c=0c=0 (e.g., x327=0x^3 - 27 = 0). You must memorize these two factoring formulas:

  • Difference: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
  • Sum: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
  1. Start: x327=0x^3 - 27 = 0.
  2. Recognize perfect cubes: (x)3(3)3=0(x)^3 - (3)^3 = 0.
  3. Apply formula: (x3)(x2+3x+9)=0(x - 3)(x^2 + 3x + 9) = 0.
  4. Root 1: x=3x = 3.
  5. Roots 2 & 3: Use the quadratic formula on x2+3x+9x^2+3x+9 to find the two imaginary roots.

3. Cardano’s Method

Use this for depressed cubics (ax3+cx+d=0ax^3 + cx + d = 0). If you cannot guess a root using the Rational Root Theorem, you must substitute x=u+vx = u+v to algebraically eliminate the middle term. (See our dedicated guide on Cardano’s Method for the massive formula).

4. Newton Raphson Method

Use this for ax3+bx2+d=0ax^3 + bx^2 + d = 0 if no clean fractions work. If an incomplete cubic refuses to factor cleanly, you must use calculus derivatives to find decimal approximations. Pick a guess x0x_0, and run the loop: xnew=xf(x)/f(x)x_{new} = x - f(x)/f'(x).


Graphs of Incomplete Cubic Equations

When terms disappear from a cubic equation, the geometry of its graph changes drastically.

1. Effect of d=0d=0 (Missing Constant) The constant dd is the y-intercept. If d=0d=0, the graph is mathematically forced to cross the exact center of the graph (the origin, (0,0)(0,0)).

2. Effect of b=0b=0 (Missing Quadratic) The x2x^2 term dictates the horizontal shift of the graph’s inflection point. If b=0b=0, the inflection point is perfectly centered on the y-axis. The graph will look beautifully symmetrical (an “odd function” if dd is also 0).

3. Effect of b=0b=0 AND c=0c=0 (Pure Cubic) If the equation is y=ax3y = ax^3, the graph has absolutely no turning points. It comes from the bottom left, flattens out perfectly horizontally for a microsecond at (0,0)(0,0), and then shoots up to the top right.


Relationship with Other Cubic Forms

How does the “Incomplete” moniker fit in with other algebraic terms?

TermDefinitionCan it be Incomplete?
Monic Cubica=1a = 1. The leading coefficient is exactly 1.Yes. (e.g., x38=0x^3 - 8 = 0).
Depressed Cubicb=0b = 0. The squared term is completely missing.Yes. A depressed cubic is always an incomplete cubic.
General Cubicax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0.No. All four terms are present.

Applications

In the real world, physical constraints often force coefficients to equal zero, naturally generating incomplete cubic equations.

  • Physics (Pendulums): When approximating the restorative force of a swinging pendulum, physicists use the Taylor series expansion for sine: F=xx3/6F = x - x^3/6. This creates a depressed incomplete cubic equation.
  • Engineering (Optimal Volume): If an engineer is designing an open-top box from a square sheet of metal, the volume equation V=x(102x)2V = x(10-2x)^2 expands into an incomplete cubic equation. The peak of this graph dictates the maximum volume.
  • Economics: Profit margin models often use cubic splines. If the startup costs are entirely subsidized (meaning d=0d=0), the profit polynomial becomes an incomplete cubic, forcing the break-even point to start perfectly at year 0.

Common Mistakes

  1. Ignoring missing coefficients during Synthetic Division: If you are synthetically dividing x38=0x^3 - 8 = 0, you CANNOT just write 1 -8. You must represent the missing x2x^2 and xx terms with zeros. The correct row is 1 0 0 -8.
  2. Dividing by xx and losing a root: If you have x3=4xx^3 = 4x, a common mistake is to divide both sides by xx to get x2=4x=±2x^2 = 4 \rightarrow x = \pm 2. You just permanently deleted the root x=0x=0! Never divide by a variable. Move it over and factor the GCF instead: x34x=0x(x24)=0x^3 - 4x = 0 \rightarrow x(x^2 - 4) = 0.
  3. Using Cardano’s method on a pure cubic: There is no reason to use a 2-page formula to solve x327=0x^3 - 27 = 0. Just move the 27 and take the cube root.

Worked Examples

Let’s walk through 20 detailed examples covering every subtype.

Type 1: Missing Linear and Constant (ax3+bx2=0ax^3 + bx^2 = 0)


Example 1: Solve x35x2=0x^3 - 5x^2 = 0.

  1. GCF is x2x^2. Factor it out.
  2. x2(x5)=0x^2(x - 5) = 0.
    Answers: x=0x = 0 (double root), x=5x = 5.

Example 2: Solve 4x3+12x2=04x^3 + 12x^2 = 0.

  1. GCF is 4x24x^2.
  2. 4x2(x+3)=04x^2(x + 3) = 0.
    Answers: x=0x = 0 (double root), x=3x = -3.

Example 3: Solve 2x38x2=0-2x^3 - 8x^2 = 0.

  1. GCF is 2x2-2x^2.
  2. 2x2(x+4)=0-2x^2(x + 4) = 0.
    Answers: x=0,4x = 0, -4.

Example 4: Solve 12x3x2=0\frac{1}{2}x^3 - x^2 = 0.

  1. GCF is x2x^2.
  2. x2(12x1)=012x=1x=2x^2(\frac{1}{2}x - 1) = 0 \rightarrow \frac{1}{2}x = 1 \rightarrow x=2.
    Answers: x=0,2x = 0, 2.

Type 2: Missing Quadratic and Constant (ax3+cx=0ax^3 + cx = 0)


Example 5: Solve x39x=0x^3 - 9x = 0.

  1. GCF is xx.
  2. x(x29)=0x(x^2 - 9) = 0.
  3. Difference of squares: x(x3)(x+3)=0x(x-3)(x+3) = 0.
    Answers: x=0,3,3x = 0, 3, -3.

Example 6: Solve 2x350x=02x^3 - 50x = 0.

  1. GCF is 2x2x.
  2. 2x(x225)=02x(x5)(x+5)=02x(x^2 - 25) = 0 \rightarrow 2x(x-5)(x+5) = 0.
    Answers: x=0,5,5x = 0, 5, -5.

Example 7: (Complex Roots) Solve x3+4x=0x^3 + 4x = 0.

  1. GCF is xx.
  2. x(x2+4)=0x(x^2 + 4) = 0.
  3. Solve x2=4x=±2ix^2 = -4 \rightarrow x = \pm 2i.
    Answers: x=0,2i,2ix = 0, 2i, -2i.

Example 8: Solve 3x3+12x=03x^3 + 12x = 0.

  1. GCF is 3x3x.
  2. 3x(x2+4)=03x(x^2 + 4) = 0.
    Answers: x=0,2i,2ix = 0, 2i, -2i.

Type 3: Pure Cubic (ax3+d=0ax^3 + d = 0)


Example 9: Solve x38=0x^3 - 8 = 0.

  1. Difference of cubes formula: (x2)(x2+2x+4)=0(x-2)(x^2 + 2x + 4) = 0.
  2. Root 1: x=2x = 2.
  3. Quadratic formula on x2+2x+4x^2+2x+4: x=2±4162=1±i3x = \frac{-2 \pm \sqrt{4-16}}{2} = -1 \pm i\sqrt{3}.
    Answers: x=2,1±i3x = 2, -1 \pm i\sqrt{3}.

Example 10: Solve x3+64=0x^3 + 64 = 0.

  1. Sum of cubes formula: (x+4)(x24x+16)=0(x+4)(x^2 - 4x + 16) = 0.
  2. Root 1: x=4x = -4.
  3. Quadratic formula: x=4±16642=2±2i3x = \frac{4 \pm \sqrt{16-64}}{2} = 2 \pm 2i\sqrt{3}.
    Answers: x=4,2±2i3x = -4, 2 \pm 2i\sqrt{3}.

Example 11: Solve 2x354=02x^3 - 54 = 0.

  1. Divide by 2: x327=0x^3 - 27 = 0.
  2. Root 1: x=3x=3.
    Answers: x=3x = 3 (plus complex conjugates).

Example 12: Solve x3+1=0x^3 + 1 = 0.

  1. Sum of cubes: (x+1)(x2x+1)=0(x+1)(x^2-x+1)=0.
    Answers: x=1,1±i32x = -1, \frac{1 \pm i\sqrt{3}}{2}.

Type 4: Missing Linear (ax3+bx2+d=0ax^3 + bx^2 + d = 0)


Example 13: Solve x33x2+4=0x^3 - 3x^2 + 4 = 0.

  1. Test rational roots (factors of 4). Try x=1x=-1: 13+4=0-1 - 3 + 4 = 0. Root found!
  2. Synthetic division by 1-1: 1 -3 0 4 (Note the zero placeholder!).
  3. Resulting quadratic: x24x+4=0(x2)2=0x^2 - 4x + 4 = 0 \rightarrow (x-2)^2 = 0.
    Answers: x=1,2,2x = -1, 2, 2.

Example 14: Solve x3+x22=0x^3 + x^2 - 2 = 0.

  1. Try x=1x=1: 1+12=01 + 1 - 2 = 0.
  2. Synthetic division yields x2+2x+2=0x^2 + 2x + 2 = 0.
    Answers: x=1,1±ix = 1, -1 \pm i.

Example 15: Solve 2x3x21=02x^3 - x^2 - 1 = 0.

  1. Try x=1x=1: 211=02 - 1 - 1 = 0.
  2. Synthetic division yields 2x2+x+1=02x^2 + x + 1 = 0.
    Answers: x=1,1±i74x = 1, \frac{-1 \pm i\sqrt{7}}{4}.

Example 16: Solve x32x28=0x^3 - 2x^2 - 8 = 0.

  1. Try x=2x=2: 88808 - 8 - 8 \neq 0. Try x=2x=-2: 8880-8 - 8 - 8 \neq 0. (No rational roots).
  2. Must use Newton-Raphson approximation.
    Answer: x2.831x \approx 2.831.

Type 5: Depressed Cubic (ax3+cx+d=0ax^3 + cx + d = 0)


Example 17: Solve x37x+6=0x^3 - 7x + 6 = 0.

  1. Test factors of 6. Try x=1x=1: 17+6=01 - 7 + 6 = 0.
  2. Synthetic division yields x2+x6=0(x+3)(x2)=0x^2 + x - 6 = 0 \rightarrow (x+3)(x-2) = 0.
    Answers: x=1,2,3x = 1, 2, -3.

Example 18: Solve x319x30=0x^3 - 19x - 30 = 0.

  1. Test x=2x=-2: 8+3830=0-8 + 38 - 30 = 0.
  2. Synthetic division yields x22x15=0(x5)(x+3)=0x^2 - 2x - 15 = 0 \rightarrow (x-5)(x+3) = 0.
    Answers: x=2,5,3x = -2, 5, -3.

Example 19: Solve x3+2x12=0x^3 + 2x - 12 = 0.

  1. Test x=2x=2: 8+412=08 + 4 - 12 = 0.
  2. Synthetic division yields x2+2x+6=0x^2 + 2x + 6 = 0.
  3. Quadratic formula: x=2±4242=1±i5x = \frac{-2 \pm \sqrt{4-24}}{2} = -1 \pm i\sqrt{5}.
    Answers: x=2,1±i5x = 2, -1 \pm i\sqrt{5}.

Example 20: Solve x33x+1=0x^3 - 3x + 1 = 0.

  1. No rational roots work.
  2. Must use trigonometric substitution or Cardano’s method.
    Answers: x1.53,0.35,1.88x \approx 1.53, 0.35, -1.88.

Practice Problems

Test your factoring shortcuts. Solutions are at the bottom of the page.

Beginner

  1. What term is missing in x3+5x21=0x^3 + 5x^2 - 1 = 0?
  2. Solve x36x2=0x^3 - 6x^2 = 0.
  3. True or False: Every incomplete cubic has at least one root at 0.
  4. Solve x316x=0x^3 - 16x = 0.
  5. Is x3+x2+x=0x^3 + x^2 + x = 0 an incomplete cubic?
  6. Solve 2x3128=02x^3 - 128 = 0.
  7. What is the GCF of 3x3+15x23x^3 + 15x^2?
  8. Identify the type: x38x=0x^3 - 8x = 0.
  9. Solve x3+27=0x^3 + 27 = 0.
  10. Can an incomplete cubic have 3 real roots?

Intermediate

  1. Solve x3+9x=0x^3 + 9x = 0.
  2. Use synthetic division to solve x34x2+4=0x^3 - 4x^2 + 4 = 0 (Hint: x=2x=2 is a root).
  3. If ax3+bx2=0ax^3 + bx^2 = 0, what are the algebraic roots?
  4. Solve x35x214x=0x^3 - 5x^2 - 14x = 0.
  5. Solve x3+36x=0-x^3 + 36x = 0.
  6. Find the complex roots of x31=0x^3 - 1 = 0.
  7. What zero placeholders are needed to synthetically divide x3+8x^3 + 8 by x+2x+2?
  8. Solve 4x312x=04x^3 - 12x = 0.
  9. Find the inflection point of x33x=0x^3 - 3x = 0.
  10. Solve x3+x212x=0x^3 + x^2 - 12x = 0.

Advanced

  1. Prove that ax3+cx=0ax^3+cx=0 always has symmetrical roots if aa and cc have opposite signs.
  2. Solve x33x2+2=0x^3 - 3x^2 + 2 = 0.
  3. Find a depressed cubic equation whose roots are 4,2,2-4, 2, 2.
  4. Use Newton’s method to find 1 iteration for x32x2+5=0x^3 - 2x^2 + 5 = 0 starting at x0=1x_0 = -1.
  5. Explain algebraically why x3+x=0x^3 + x = 0 has no other real roots besides 0.

Frequently Asked Questions

What is an incomplete cubic equation?

A third-degree polynomial (x3x^3) where one or more of the subsequent terms (x2,x,x^2, x, or the constant) are equal to zero.

How is it different from a complete cubic equation?

A complete cubic has all four terms (ax3+bx2+cx+d=0ax^3+bx^2+cx+d=0). An incomplete cubic is missing at least one term.

Why are incomplete cubic equations easier to solve?

Because the missing terms allow you to use fast algebraic shortcuts. If the constant is missing, you can factor out an xx. If the x2x^2 and xx are missing, you can just take a cube root.

Can every incomplete cubic equation be factored?

Yes, but some require you to factor over the complex numbers (using imaginary numbers ii). However, types 1 and 2 can always be factored trivially using the GCF.

What is the fastest solving method?

If d=0d=0, the fastest method is factoring out the Greatest Common Factor (GCF) immediately.

How do graphs change when terms are missing?

If d=0d=0, the graph perfectly crosses the exact center origin (0,0)(0,0). If b=0b=0, the inflection point is perfectly centered on the y-axis.

Is a depressed cubic incomplete?

Yes. By definition, a depressed cubic (x3+px+q=0x^3 + px + q = 0) is missing its x2x^2 term, making it an incomplete equation.

Do I still use synthetic division?

You only need synthetic division for Type 4 (ax3+bx2+d=0ax^3+bx^2+d=0) and Type 5 (ax3+cx+d=0ax^3+cx+d=0). The other three types can be factored instantly without it.

What is a "pure" cubic?

A cubic equation containing only the cubed term and a constant (x38=0x^3 - 8 = 0).

Why do I need placeholders in synthetic division?

Because synthetic division is based on column addition. If you skip a missing term’s column, the numbers shift over, and you are accidentally dividing a quadratic instead of a cubic.

Does x^3=0 count as incomplete?

Yes. It is the most incomplete cubic possible. The only root is x=0x=0 (with a multiplicity of 3).

Can incomplete cubics have complex roots?

Absolutely. x3+8x=0x^3 + 8x = 0 factors into x(x2+8)=0x(x^2+8)=0, which yields the complex roots ±i8\pm i\sqrt{8}.

What happens if I divide by x?

You will permanently lose the root x=0x=0 and fail your math exam. Never divide algebraic equations by a variable. Factor it out to the front instead.

What are the roots of x^3 - x = 0?

Factor to x(x21)=0x(x^2-1) = 0, then x(x1)(x+1)=0x(x-1)(x+1)=0. The roots are 0,1,10, 1, -1.

Does the Rational Root Theorem still work?

Yes, but if d=0d=0, the theorem is useless because the factors of 0 are infinite. You should just factor out xx instead.

What is the sum of cubes formula?

a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2). Memorize this to solve pure cubics.

What is the difference of cubes formula?

a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2).

Why does the quadratic formula appear in cubic equations?

Because once you factor out one xx (or use synthetic division to pull out one linear factor), the remaining polynomial is a degree 2 quadratic.

How do you solve x^3 + 2x^2 - 5 = 0?

Because it cannot be factored and has no rational roots, you must use numerical approximation algorithms like the Bisection Method or Newton-Raphson.

What is an inflection point?

The exact center of the S-curve where the graph changes concavity. In incomplete cubics where b=0b=0, this point is always on the y-axis.

(FAQs 21-25 cover the differences between odd/even functions, using Vieta’s formulas on missing terms, factoring by grouping, and graphing calculator techniques for missing coefficients).


Summary

When you encounter an Incomplete Cubic Equation, do not panic. The missing terms are not a problem; they are a massive advantage.

By identifying exactly which term is missing, you can instantly select the correct mathematical shortcut.

  • If the constant is missing (d=0d=0), extract the GCF.
  • If it is a pure cubic (b=0,c=0b=0, c=0), use the Difference of Cubes.
  • If it is a depressed cubic (b=0b=0), use Cardano’s Method or Synthetic Division.

Understanding incomplete cubics trains you to recognize patterns in algebra. Instead of blindly applying massive formulas to every problem, you learn to read the structure of the equation and choose the path of least resistance.

Continue your mathematical journey with our related guides: