Product of Roots for Cubic Equations

What Is the Product of Roots for Cubic Equations?

A cubic equation has the form ax³ + bx² + cx + d = 0 where a ≠ 0. Every cubic equation has exactly three roots—some may be real, some may be complex.

The product of those roots is one of Vieta's formulas. It's the simplest relationship between the roots and coefficients.

The formula: If the roots are r₁, r₂, and r₃, then

r₁ × r₂ × r₃ = -d/a

That's it. One clean relationship.

Where This Comes From

Start with the factored form. If r₁, r₂, and r₃ are roots, then:

a(x - r₁)(x - r₂)(x - r₃) = ax³ + bx² + cx + d

Expand the left side and match coefficients. The constant term (the term with no x) comes from multiplying the three negative roots:

-a(r₁)(r₂)(r₃) = d

Rearrange and you get r₁r₂r₃ = -d/a.

Vieta's Formulas for Cubic Equations

Here's the full set of relationships between roots and coefficients:

Relationship Formula
Sum of roots r₁ + r₂ + r₃ = -b/a
Sum of pairwise products r₁r₂ + r₁r₃ + r₂r₃ = c/a
Product of roots r₁r₂r₃ = -d/a

You only need the product formula if that's all you're after. But knowing the sum and pairwise products helps when you need to find individual roots.

Examples That Actually Work

Example 1: Simple Numbers

Find the product of roots for 2x³ - 4x² - 10x + 12 = 0.

Here: a = 2, d = 12

Product = -d/a = -12/2 = -6

Quick verification: the roots are -1, 2, and 3. Their product is -1 × 2 × 3 = -6. ✓

Example 2: Leading Coefficient of 1

For x³ - 6x² + 11x - 6 = 0

a = 1, d = -6

Product = -(-6)/1 = 6

The roots are 1, 2, and 3. Product = 1 × 2 × 3 = 6. ✓

Example 3: Complex Roots

For x³ - 3x² + 4x - 12 = 0

a = 1, d = -12

Product = -(-12)/1 = 12

Two roots are complex (conjugates), one is real. The product is still 12.

How to Find the Product of Roots

Follow these steps:

No need to solve for individual roots first. The product is directly available from the coefficients.

When You Only Have Two Roots

Sometimes you know two roots and need to find the third. Use the product formula.

Given roots r₁ and r₂, solve for r₃:

r₃ = (-d/a) / (r₁ × r₂)

Example: For 2x³ + 6x² - x - 3 = 0, and you know roots are -3 and 1/2.

Product = -(-3)/2 = 3/2

r₃ = (3/2) / [(-3) × (1/2)] = (3/2) / (-3/2) = -1

Product of Roots vs. Other Vieta Relationships

What You Know Best Vieta Formula Use When
Only need the product r₁r₂r₃ = -d/a Finding third root, checking answers
Need to verify roots All three formulas Confirming factorization is correct
Building a cubic from roots All three formulas Writing equation given roots

Common Mistakes

Why This Formula Exists

The product of roots formula is a direct consequence of how polynomials factor. When you multiply out a(x - r₁)(x - r₂)(x - r₃), the constant term is always -a times the product of the roots. This relationship holds for any polynomial degree—you just change the sign pattern based on whether the degree is odd or even.

For quadratics: product = c/a

For cubics: product = -d/a

For quartics: product = d/a

The pattern flips sign each degree.

Quick Reference

For any cubic equation ax³ + bx² + cx + d = 0: