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

Vieta's Formulas for Cubic Equations: Complete Guide with Examples

Master Vieta's Formulas! Learn the hidden algebraic relationships between cubic equation roots and coefficients with 20 step-by-step worked examples.

By Mathematics Educator
Vieta's Formulas for Cubic Equations: Complete Guide with Examples

Introduction

In standard algebra, finding the roots of a polynomial is viewed as a one-way street. You start with a big equation, you use tools like factoring or synthetic division to break it apart, and you end up with the roots.

But what if you wanted to walk that street backward? What if you already knew two of the roots, and you wanted to find the third one without doing any division? What if you wanted to instantly verify that the answers on your math test were correct without having to plug all the numbers back into the massive equation?

To do this, you must understand the invisible mathematical strings that tie the final roots directly to the starting equation. You must understand Vieta’s Formulas.

What Vieta’s Formulas are: They are a set of three mathematical rules that prove that the roots of any polynomial are perfectly linked to the coefficients (the numbers attached to the xx‘s) of that polynomial.

Why they are important: Vieta’s Formulas allow you to manipulate, predict, and verify roots without actually having to solve the equation. They allow you to look at a cubic equation and instantly know what the three answers will add up to.

How they simplify solving cubic equations: If you guess one root using the Rational Root Theorem, you can use Vieta’s formulas to instantly calculate the remaining two roots using basic arithmetic, completely bypassing tedious long division.

Applications in algebra, engineering, and mathematics: In structural engineering and physics, mathematicians frequently use Vieta’s formulas to “reverse-engineer” a system. If an engineer knows the physical stress limits (the roots) a bridge must withstand, they use Vieta’s formulas to calculate exactly what the mathematical properties (the coefficients) of the physical materials must be.

Learning objectives: This massive, exhaustive guide will teach you exactly how to derive and use Vieta’s formulas for cubic equations. We will explore the Sum, Pairwise, and Product formulas, contrast them with the Discriminant, use them to reverse-engineer missing coefficients, and solidify your mastery with 20 complete worked examples and 30 practice problems. Let’s begin.


Who Was François Viète?

Before diving into the formulas, let’s look at the genius who invented them.

A brief history: François Viète (1540–1603) was a French mathematician and lawyer who served as a privy councillor to Kings Henry III and Henry IV of France. In his spare time, he cracked enemy ciphers and revolutionized mathematics.

His contributions to algebra: Viète is largely considered the “father of modern algebra.” Before him, mathematics was written entirely in words (e.g., “Three things squared minus four things equals five”). Viète was the very first person in history to use letters (like x,y,a,bx, y, a, b) to represent known and unknown quantities.

Why the formulas bear his name: In 1579, by introducing letters into algebra, Viète was able to prove that there was a universal relationship between the final answers (roots) of an equation and the starting numbers (coefficients). Because he was the first to formalize this using variables, the relationships are globally known as Vieta’s Formulas (using the Latinized version of his name).


What Are Vieta’s Formulas?

To use Vieta’s formulas, we must look at a cubic equation in standard form.

The standard cubic equation: ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0

In this equation:

  • aa is the leading coefficient.
  • bb is the quadratic coefficient.
  • cc is the linear coefficient.
  • dd is the constant term.

According to the Fundamental Theorem of Algebra, this cubic equation will have exactly three roots (which we will call r1,r2r_1, r_2, and r3r_3).

The Three Formulas: Vieta’s formulas state that you can combine these three roots in specific ways to perfectly recreate the a,b,c,da, b, c, d coefficients.

1. The Sum of Roots: If you add all three roots together, they will always equal the negative second coefficient divided by the first. r1+r2+r3=bar_1 + r_2 + r_3 = -\frac{b}{a}

2. The Sum of Pairwise Products: If you multiply every possible pair of roots and add them together, they will equal the third coefficient divided by the first. r1r2+r2r3+r1r3=car_1r_2 + r_2r_3 + r_1r_3 = \frac{c}{a}

3. The Product of Roots: If you multiply all three roots together, they will equal the negative last coefficient divided by the first. r1r2r3=dar_1r_2r_3 = -\frac{d}{a}

Intuitive Explanation: Notice the pattern! The formulas cycle through the coefficients (b,c,db, c, d). They are always divided by the leading coefficient (aa). And the plus/minus sign always alternates: Negative, Positive, Negative.


Derivation of Vieta’s Formulas

How do we know these formulas are mathematically true? We can prove it algebraically.

A beginner-friendly derivation: Let’s pretend we have a cubic equation where the leading coefficient is 1 (a=1a = 1). x3+bx2+cx+d=0x^3 + bx^2 + cx + d = 0

We know that if an equation has roots r1,r2,r3r_1, r_2, r_3, it can be written in factored form: (xr1)(xr2)(xr3)=0(x - r_1)(x - r_2)(x - r_3) = 0

Let’s expand the first two parentheses using FOIL: (x2r1xr2x+r1r2)(xr3)=0(x^2 - r_1x - r_2x + r_1r_2)(x - r_3) = 0 [x2(r1+r2)x+r1r2]×(xr3)=0[x^2 - (r_1+r_2)x + r_1r_2] \times (x - r_3) = 0

Now multiply everything by (xr3)(x - r_3): x3r3x2(r1+r2)x2+r3(r1+r2)x+r1r2xr1r2r3=0x^3 - r_3x^2 - (r_1+r_2)x^2 + r_3(r_1+r_2)x + r_1r_2x - r_1r_2r_3 = 0

Combine the like terms (x2x^2 and xx): x3(r1+r2+r3)x2+(r1r2+r2r3+r1r3)x(r1r2r3)=0x^3 - (r_1 + r_2 + r_3)x^2 + (r_1r_2 + r_2r_3 + r_1r_3)x - (r_1r_2r_3) = 0

Compare Coefficients! Look at our final expanded formula, and compare it to the original standard form x3+bx2+cx+d=0x^3 + bx^2 + cx + d = 0.

  • Look at the x2x^2 column: bb is exactly equal to (r1+r2+r3)-(r_1 + r_2 + r_3).
  • Look at the xx column: cc is exactly equal to (r1r2+r2r3+r1r3)(r_1r_2 + r_2r_3 + r_1r_3).
  • Look at the constant: dd is exactly equal to (r1r2r3)-(r_1r_2r_3).

(If the leading coefficient aa wasn’t 1, we would just divide the whole equation by aa, giving us the exact b/a,c/a,b/a, c/a, and d/ad/a formulas we use today).


Understanding Each Formula

Let’s break down exactly what each of the three formulas does, and how you can use them.

1. The Sum of Roots Formula

r1+r2+r3=bar_1 + r_2 + r_3 = -\frac{b}{a} This is the most frequently used formula. It tells you exactly what the roots will add up to.

  • Example: In the equation 2x36x2+4x1=02x^3 - 6x^2 + 4x - 1 = 0, a=2a=2 and b=6b=-6.
  • The sum of the roots is (6)/2=3-(-6) / 2 = 3.
  • Even though we have no idea what the roots are, we know with 100% certainty that if we add them together, the answer will be 3.

2. The Sum of Pairwise Products

r1r2+r2r3+r1r3=car_1r_2 + r_2r_3 + r_1r_3 = \frac{c}{a} This is the “symmetric sum.” It takes every unique combination of two roots, multiplies them, and adds the results.

  • Example: In 2x36x2+8x1=02x^3 - 6x^2 + 8x - 1 = 0, a=2a=2 and c=8c=8.
  • The pairwise product is 8/2=48 / 2 = 4.

3. The Product of Roots

r1r2r3=dar_1r_2r_3 = -\frac{d}{a} This tells you what happens when you multiply all three answers together.

  • Example: In x3+5x22x+10=0x^3 + 5x^2 - 2x + 10 = 0, a=1a=1 and d=10d=10.
  • The product of the roots is 10/1=10-10 / 1 = -10.
  • If you know two roots are x=2x=2 and x=5x=5, you know (2×5×r3)=10(2 \times 5 \times r_3) = -10. Therefore, 10r3=1010r_3 = -10, so the final root MUST be 1-1. (You just found the final root without doing any division!).

How to Use Vieta’s Formulas

Here is the mechanical, step-by-step process for applying Vieta’s formulas to an algebraic problem.

Step 1: Write the equation in standard form

Ensure it reads ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0. If a term is missing (like x2x^2), you MUST write +0x2+0x^2.

Step 2: Identify coefficients

Literally write down on your paper: a=?a = ? b=?b = ? c=?c = ? d=?d = ? Pay extreme attention to the negative signs.

Step 3: Apply each formula

Write down the three mathematical relationships:

  • Sum = b/a-b/a
  • Pairwise = c/ac/a
  • Product = d/a-d/a

Step 4: Interpret the results

If the problem gave you some roots, plug those numbers into r1,r2,r3r_1, r_2, r_3 and solve for the missing root algebraically. If the problem gave you the roots and asked for the equation, plug the roots into the left side of the formulas, calculate the numbers, and you have instantly found the a,b,c,da,b,c,d coefficients!

Step 5: Verify answers

Once you have your proposed roots, multiply them all together. If the answer does not perfectly equal d/a-d/a, you made an arithmetic error.


Vieta’s Formulas and Factoring

Factoring massive polynomials by grouping is notoriously difficult. Vieta simplifies it.

If you are asked to factor x34x211x+30=0x^3 - 4x^2 - 11x + 30 = 0:

  1. a=1,b=4,c=11,d=30a=1, b=-4, c=-11, d=30.
  2. The roots must multiply to d/a-d/a, which is 30-30.
  3. The roots must add to b/a-b/a, which is +4+4.
  4. What three numbers multiply to 30-30 and add to 44?
  5. Through mental arithmetic: 2,32, 3, and 5-5.
    • 2×3×5=302 \times 3 \times -5 = -30.
    • 2+3+(5)=02 + 3 + (-5) = 0. (Wait, this equals 0, not 4. Wrong numbers!)
  6. Try 2,5,32, -5, 3? No.
  7. Try 2,3,52, -3, 5.
    • 2×3×5=302 \times -3 \times 5 = -30.
    • 2+(3)+5=42 + (-3) + 5 = 4. (Perfect!).
  8. The roots are 2,3,52, -3, 5.
  9. Factored equation: (x2)(x+3)(x5)=0(x-2)(x+3)(x-5)=0.

Vieta’s Formulas and the Rational Root Theorem

The Rational Root Theorem provides a massive list of candidates (±p/q\pm p/q) that might be roots. Instead of synthetically dividing the candidates to see if they work, you can use Vieta.

Comparison Example: Equation: x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0. The Rational Root Theorem says the candidates are factors of 6: ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6. Instead of testing them via long division, apply Vieta:

  • Roots must add up to (6)/1=6-(-6)/1 = 6.
  • Roots must multiply to (6)/1=6-(-6)/1 = 6. Which three candidates add to 6 AND multiply to 6? 1+2+3=61 + 2 + 3 = 6. 1×2×3=61 \times 2 \times 3 = 6. The roots are exactly 1,2,31, 2, 3. You solved the cubic equation in 15 seconds.

Vieta’s Formulas and the Discriminant

The Discriminant (Δ\Delta) tells you the nature of the roots (Real, Complex, Repeated). Vieta’s formulas apply to ALL roots, whether they are real or imaginary.

Complex Root Verification: If a cubic equation has Δ<0\Delta < 0, it has one real root and two complex conjugate roots (e.g., a+bia+bi and abia-bi). If you add them together using Vieta’s Sum Formula: r1+(a+bi)+(abi)=b/ar_1 + (a+bi) + (a-bi) = -b/a. The +bi+bi and bi-bi perfectly cancel each other out! This proves mathematically why adding the roots of an equation with real coefficients will always result in a real number, even if two of the roots are imaginary.


Vieta’s Formulas and Graphs

How do Vieta’s formulas affect the physical graph of the cubic equation?

Intercepts: The product formula (r1r2r3=d/ar_1r_2r_3 = -d/a) is directly tied to the y-intercept. The dd term in any polynomial is literally where the graph crosses the y-axis. Vieta proves that the physical y-intercept is entirely dictated by multiplying all the x-intercepts together!

Multiplicity: If a graph bounces on the x-axis, it is a double root. (e.g., roots are 2,2,52, 2, 5). Vieta treats the double root as two separate entities. The sum formula will calculate 2+2+5=92 + 2 + 5 = 9.

Symmetry: When cubic equations lack an x2x^2 term (e.g., x37x+6=0x^3 - 7x + 6 = 0), they are called “depressed cubics.” Because b=0b=0, the Sum Formula states: r1+r2+r3=0r_1 + r_2 + r_3 = 0. If the sum of the roots is zero, the roots are perfectly balanced around the y-axis!


Applications

Why do professionals use Vieta’s Formulas?

  • Engineering: When calibrating a feedback loop in a mechanical system, engineers want the system’s “roots” (frequencies) to add up to a specific stable number. Vieta allows them to instantly adjust the physical materials (coefficients) to hit that exact sum.
  • Physics: In quantum mechanics and orbital dynamics, massive polynomials are used to calculate particle states. Vieta’s formulas allow physicists to calculate the “sum of all possible states” without having to solve for each individual state.
  • Mathematical Competitions: Exams like the AMC and Math Olympiad frequently feature “impossible” cubic equations. The questions will ask, “What is the sum of the roots of 4x3299x2+15x80=04x^3 - 299x^2 + 15x - 80 = 0?” Students who try to solve it fail. Students who use Vieta simply calculate (299)/4-(-299)/4 and get the answer instantly.

Common Mistakes

Vieta’s formulas are notoriously easy to mess up if you are not paying strict attention.

  1. Incorrect coefficient signs: Forgetting that the formulas alternate signs (Negative, Positive, Negative). The sum formula is b/a-b/a. The product formula is d/a-d/a.
  2. Using equations not in standard form: If you apply Vieta to x3=5x24x^3 = 5x^2 - 4, you will get the wrong answer. You MUST rewrite it to x35x2+0x+4=0x^3 - 5x^2 + 0x + 4 = 0.
  3. Ignoring the leading coefficient: If the equation is 2x38x2+x5=02x^3 - 8x^2 + x - 5 = 0, students often say the sum of the roots is +8+8. No, you MUST divide by aa. The sum is 8/2=48/2 = 4.
  4. Missing zero placeholders: In x37x+6=0x^3 - 7x + 6 = 0, students see the second number is -7 and calculate the sum as +7+7. This is a fatal error. The second number is the xx term, not the x2x^2 term. b=0b=0. The sum is 0.
  5. Mixing up the three formulas: Accidentally using c/ac/a for the product, or d/ad/a for the pairwise sum.

Worked Examples

Let’s execute 20 complete examples using Vieta’s Formulas.

Group 1: Monic Cubic Equations (a=1a=1)

Note: When a=1a=1, the formulas simplify to Sum = b-b, Pairwise = cc, Product = d-d.

Example 1: Basic Sum and Product Equation: x34x2+x+6=0x^3 - 4x^2 + x + 6 = 0. Sum of roots: (4)/1=4-(-4)/1 = 4. Product of roots: (6)/1=6-(6)/1 = -6.

Example 2: Negative roots Equation: x3+5x2+2x8=0x^3 + 5x^2 + 2x - 8 = 0. Sum of roots: (5)=5-(5) = -5. Product of roots: (8)=8-(-8) = 8.

Example 3: Missing x2x^2 term Equation: x37x+6=0x^3 - 7x + 6 = 0. b=0b=0. Sum of roots: 0=0-0 = 0. d=6d=6. Product of roots: 6-6.

Example 4: Missing constant Equation: x36x2+5x=0x^3 - 6x^2 + 5x = 0. d=0d=0. Product of roots: 0=0-0 = 0. (This makes sense, as xx can be factored out, meaning x=0x=0 is a root!).

Example 5: Pairwise sum Equation: x32x211x+12=0x^3 - 2x^2 - 11x + 12 = 0. Pairwise sum (r1r2+r2r3+r1r3r_1r_2 + r_2r_3 + r_1r_3): c/a11/1=11c/a \rightarrow -11/1 = -11.

Group 2: General Cubic Equations (a>1a > 1)

Example 6: Fractional answers Equation: 2x35x2+4x1=02x^3 - 5x^2 + 4x - 1 = 0. Sum: (5)/2=5/2-(-5)/2 = 5/2. Product: (1)/2=1/2-(-1)/2 = 1/2. Pairwise: 4/2=24/2 = 2.

Example 7: Complex fractions Equation: 4x3+3x2x+5=04x^3 + 3x^2 - x + 5 = 0. Sum: 3/4-3/4. Product: 5/4-5/4.

Example 8: Finding a specific root using Product Equation: 3x310x2+x+6=03x^3 - 10x^2 + x + 6 = 0. You are told two of the roots are 11 and 22. Find the third root. Product formula: r1r2r3=d/a(6)/3=2r_1r_2r_3 = -d/a \rightarrow -(6)/3 = -2. So, (1)(2)(r3)=2(1)(2)(r_3) = -2. 2r3=2r3=12r_3 = -2 \rightarrow r_3 = -1. Third root is 1-1.

Example 9: Finding a specific root using Sum Equation: 2x39x2+7x+6=02x^3 - 9x^2 + 7x + 6 = 0. You are told two roots are 22 and 1/2-1/2. Find the third root. Sum formula: r1+r2+r3=b/a(9)/2=4.5r_1 + r_2 + r_3 = -b/a \rightarrow -(-9)/2 = 4.5. So, 2+(0.5)+r3=4.52 + (-0.5) + r_3 = 4.5. 1.5+r3=4.5r3=31.5 + r_3 = 4.5 \rightarrow r_3 = 3. Third root is 33.

Example 10: All zero coefficients Equation: 5x340=05x^3 - 40 = 0. b=0,c=0,d=40b=0, c=0, d=-40. Sum: 0/5=00/5 = 0. Pairwise: 00. Product: (40)/5=8-(-40)/5 = 8.

Group 3: Finding Missing Coefficients

Example 11: Reverse-engineering the equation You are told a cubic equation with a=1a=1 has roots 1,2,31, 2, 3. Find the equation. Sum (r1+r2+r3r_1+r_2+r_3): 1+2+3=61+2+3 = 6. So b=6b=6-b=6 \rightarrow b=-6. Pairwise (r1r2+r2r3+r1r3r_1r_2 + r_2r_3 + r_1r_3): (1)(2)+(2)(3)+(1)(3)=2+6+3=11(1)(2) + (2)(3) + (1)(3) = 2 + 6 + 3 = 11. So c=11c=11. Product (r1r2r3r_1r_2r_3): (1)(2)(3)=6(1)(2)(3) = 6. So d=6d=6-d=6 \rightarrow d=-6. Equation: x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0.

Example 12: Equation with a double root Roots are 2,2,12, 2, -1. Find the equation (a=1a=1). Sum: 2+2+(1)=3b=32+2+(-1) = 3 \rightarrow b=-3. Pairwise: (2)(2)+(2)(1)+(2)(1)=422=0c=0(2)(2) + (2)(-1) + (2)(-1) = 4 - 2 - 2 = 0 \rightarrow c=0. Product: (2)(2)(1)=4d=4(2)(2)(-1) = -4 \rightarrow d=4. Equation: x33x2+4=0x^3 - 3x^2 + 4 = 0.

Example 13: Equation with complex roots Roots are 1,i,i1, i, -i. Find the equation (a=1a=1). Sum: 1+ii=1b=11 + i - i = 1 \rightarrow b=-1. Pairwise: (1)(i)+(i)(i)+(1)(i)=ii2i=(1)=1c=1(1)(i) + (i)(-i) + (1)(-i) = i - i^2 - i = -(-1) = 1 \rightarrow c=1. Product: (1)(i)(i)=i2=(1)=1d=1(1)(i)(-i) = -i^2 = -(-1) = 1 \rightarrow d=-1. Equation: x3x2+x1=0x^3 - x^2 + x - 1 = 0.

Example 14: Finding kk Equation: x35x2+kx12=0x^3 - 5x^2 + kx - 12 = 0. Roots are 2,3,r32, 3, r_3. Find kk. Sum: 2+3+r3=55+r3=5r3=02 + 3 + r_3 = 5 \rightarrow 5 + r_3 = 5 \rightarrow r_3 = 0. Wait! If r3=0r_3 = 0, then Product = 0. But d=12d = -12. This equation is mathematically impossible!

Example 15: Valid finding kk Equation: x36x2+kx6=0x^3 - 6x^2 + kx - 6 = 0. Roots are 1,2,r31, 2, r_3. Find kk. Sum: 1+2+r3=6r3=31 + 2 + r_3 = 6 \rightarrow r_3 = 3. Now use Pairwise to find kk (since c=kc=k): k=(1)(2)+(2)(3)+(1)(3)=2+6+3=11k = (1)(2) + (2)(3) + (1)(3) = 2 + 6 + 3 = 11. k=11k = 11.

Group 4: Competition Style Questions

Example 16: Sum of squares of roots For x34x2+x+6=0x^3 - 4x^2 + x + 6 = 0, find (r1)2+(r2)2+(r3)2(r_1)^2 + (r_2)^2 + (r_3)^2. Algebraic identity: r12+r22+r32=(r1+r2+r3)22(r1r2+r2r3+r1r3)r_1^2 + r_2^2 + r_3^2 = (r_1+r_2+r_3)^2 - 2(r_1r_2 + r_2r_3 + r_1r_3). Vieta sum: 44. Vieta pairwise: 11. Calculation: (4)22(1)=162=14(4)^2 - 2(1) = 16 - 2 = 14. Answer: 14. (We didn’t even need to find the roots!).

Example 17: Sum of reciprocals For x35x2+2x8=0x^3 - 5x^2 + 2x - 8 = 0, find 1r1+1r2+1r3\frac{1}{r_1} + \frac{1}{r_2} + \frac{1}{r_3}. Common denominator: r2r3+r1r3+r1r2r1r2r3\frac{r_2r_3 + r_1r_3 + r_1r_2}{r_1r_2r_3}. This is literally (Pairwise Sum) / (Product)! Pairwise: c/a=2c/a = 2. Product: d/a=8-d/a = 8. Calculation: 2/8=1/42 / 8 = 1/4. Answer: 1/4.

Example 18: Arithmetic Progression The roots of x312x2+39x28=0x^3 - 12x^2 + 39x - 28 = 0 are in arithmetic progression (rd,r,r+dr-d, r, r+d). Find them. Sum: (rd)+r+(r+d)=3r(r-d) + r + (r+d) = 3r. Vieta Sum: (12)/1=12-(-12)/1 = 12. So, 3r=12r=43r = 12 \rightarrow r = 4. One of the roots is 4. Use synthetic division to find the rest: 1, 4, 7.

Example 19: Geometric Progression The roots of x314x2+56x64=0x^3 - 14x^2 + 56x - 64 = 0 are in geometric progression (r/k,r,rkr/k, r, rk). Find them. Product: (r/k)×(r)×(rk)=r3(r/k) \times (r) \times (rk) = r^3. Vieta Product: (64)/1=64-(-64)/1 = 64. So, r3=64r=4r^3 = 64 \rightarrow r = 4. One root is 4. Synthetically divide and solve: 2, 4, 8.

Example 20: Complex coefficients Even if a polynomial has imaginary coefficients, Vieta still holds true. If x3ix2+2x+3i=0x^3 - ix^2 + 2x + 3i = 0, the sum of the roots is absolutely ii.


Practice Problems

Test your mastery of Vieta’s formulas. Solutions are below.

Beginner Level

  1. What is the sum of the roots of x37x2+2x5=0x^3 - 7x^2 + 2x - 5 = 0?
  2. What is the product of the roots of x3+4x2x9=0x^3 + 4x^2 - x - 9 = 0?
  3. In 2x38x2+5x1=02x^3 - 8x^2 + 5x - 1 = 0, what is a,b,c,da, b, c, d?
  4. What is the sum of the roots for the equation in problem 3?
  5. Find the product of the roots for 3x312=03x^3 - 12 = 0.
  6. If the roots are 1,1,41, -1, 4, what is their sum?
  7. Using the roots from problem 6, what is b/a-b/a?
  8. If the roots are 2,3,52, 3, 5, what is dd (assuming a=1a=1)?
  9. What is the pairwise sum for x34x2+6x2=0x^3 - 4x^2 + 6x - 2 = 0?
  10. True or false: Vieta’s formulas can only be used if all roots are real.

Intermediate Level

  1. Two roots of x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0 are 11 and 22. Use Vieta’s sum formula to find the third root.
  2. Use Vieta’s product formula to verify your answer to problem 11.
  3. Find the sum of the roots for x35x+2=0x^3 - 5x + 2 = 0.
  4. A cubic equation (a=1a=1) has roots 2,2,32, 2, -3. Find bb and dd.
  5. If the product of the roots is 1010, and two of the roots are 2-2 and 11, find the third root.
  6. Find the sum of the reciprocals of the roots of x34x2+3x12=0x^3 - 4x^2 + 3x - 12 = 0. (Use the formula cd\frac{c}{-d}).
  7. What is the pairwise sum of roots for 4x32x28x+1=04x^3 - 2x^2 - 8x + 1 = 0?
  8. The roots of x39x2+23x15=0x^3 - 9x^2 + 23x - 15 = 0 are in arithmetic progression. What is the sum of the roots, and what is the middle root?
  9. Recreate the cubic equation (a=1a=1) with roots 0,4,40, 4, -4.
  10. Why must you flip the sign for the sum formula, but not the pairwise sum?

Advanced Level

  1. Find (r1)2+(r2)2+(r3)2(r_1)^2 + (r_2)^2 + (r_3)^2 for x32x25x+6=0x^3 - 2x^2 - 5x + 6 = 0.
  2. A cubic equation has roots 1+i,1i,31+i, 1-i, 3. Write the equation in standard form.
  3. The roots of x37x2+kx8=0x^3 - 7x^2 + kx - 8 = 0 are in geometric progression. Find kk.
  4. Explain why depressed cubics (x3+cx+d=0x^3 + cx + d = 0) always have roots that sum to exactly 0.
  5. If r1+r2+r3=0r_1+r_2+r_3 = 0 and r1r2r3=0r_1r_2r_3 = 0, what does the graph of this cubic look like?
  6. Solve for the third root if x35x2+(k)x24=0x^3 - 5x^2 + (k)x - 24 = 0 and two roots are complex conjugates a+bia+bi and abia-bi, and the sum of the complex conjugates is 22.
  7. The roots of 2x34x2+8x10=02x^3 - 4x^2 + 8x - 10 = 0 are r1,r2,r3r_1, r_2, r_3. Find the product of (2r1)(2r2)(2r3)(2r_1)(2r_2)(2r_3).
  8. Find a cubic equation whose roots are exactly double the roots of x33x2+2x1=0x^3 - 3x^2 + 2x - 1 = 0.
  9. If r1r2=5r_1 r_2 = 5 in the equation x34x211x+30=0x^3 - 4x^2 - 11x + 30 = 0, find r3r_3.
  10. Derive the product of roots formula for a quartic (x4x^4) equation using Vieta’s logic.

Solutions to Practice Problems

Beginner Solutions:
  1. 77.
  2. 99.
  3. a=2,b=8,c=5,d=1a=2, b=-8, c=5, d=-1.
  4. (8)/2=4-(-8)/2 = 4.
  5. (12)/3=4-(-12)/3 = 4.
  6. 1+(1)+4=41 + (-1) + 4 = 4.
  7. b/a=4-b/a = 4.
  8. Product is 30. d=30d=30-d=30 \rightarrow d=-30.
  9. c/a=6/1=6c/a = 6/1 = 6.
  10. False. They work perfectly with complex and irrational roots.

Intermediate Solutions: 11. Sum = 66. 1+2+r3=6r3=31 + 2 + r_3 = 6 \rightarrow r_3 = 3. 12. Product = 66. (1)(2)(3)=6(1)(2)(3) = 6. Correct. 13. 00 (Because b=0b=0). 14. Sum = 1b=11 \rightarrow b=-1. Product = 12d=12-12 \rightarrow d=12. 15. (2)(1)(r3)=102r3=10r3=5(-2)(1)(r_3) = 10 \rightarrow -2r_3 = 10 \rightarrow r_3 = -5. 16. Pairwise / Product = c/d=3/12=1/4c / -d = 3 / 12 = 1/4. 17. c/a=8/4=2c/a = -8/4 = -2. 18. Sum is 99. 3r=9r=33r = 9 \rightarrow r=3. The middle root is 3. 19. Sum is 0, Product is 0, Pairwise is -16. x316x=0x^3 - 16x = 0. 20. Because algebraic expansion creates alternating signs: (xr)(x-r) multiplies xx to create positive components, and r-r to create negative components.

Advanced Solutions: 21. (Sum)22(Pairwise)=(2)22(5)=4+10=14(Sum)^2 - 2(Pairwise) = (2)^2 - 2(-5) = 4 + 10 = 14. 22. Sum: (1+i)+(1i)+3=5(1+i)+(1-i)+3 = 5. Product: (1+i)(1i)(3)=(2)(3)=6(1+i)(1-i)(3) = (2)(3) = 6. Pairwise: (1+i)(1i)+3(1+i)+3(1i)=2+3+3i+33i=8(1+i)(1-i) + 3(1+i) + 3(1-i) = 2 + 3+3i + 3-3i = 8. Equation: x35x2+8x6=0x^3 - 5x^2 + 8x - 6 = 0. 23. Geom progression product: r3=(8)=8r=2r^3 = -(-8) = 8 \rightarrow r=2. One root is 2. Plug x=2x=2 into equation: 828+2k8=02k=28k=148 - 28 + 2k - 8 = 0 \rightarrow 2k = 28 \rightarrow k=14. 24. Because b=0b=0, the sum formula b/a-b/a equals exactly 0. The positive roots perfectly cancel out the negative roots. 25. It passes perfectly through the origin (0,0)(0,0) because d=0d=0, and its outer roots are perfectly symmetric around the y-axis because b=0b=0. 26. Sum of roots = 55. (a+bi)+(abi)+r3=5(a+bi) + (a-bi) + r_3 = 5. Since sum of conjugates is 22, then 2+r3=5r3=32 + r_3 = 5 \rightarrow r_3 = 3. 27. 8(r1r2r3)=8(10/2)=8(5)=408(r_1r_2r_3) = 8(10/2) = 8(5) = 40. 28. Let y=2xy = 2x, so x=y/2x = y/2. Substitute: (y/2)33(y/2)2+2(y/2)1=0y3/83y2/4+y1=0y36y2+8y8=0(y/2)^3 - 3(y/2)^2 + 2(y/2) - 1 = 0 \rightarrow y^3/8 - 3y^2/4 + y - 1 = 0 \rightarrow y^3 - 6y^2 + 8y - 8 = 0. 29. Product = 30-30. So (r1r2)×r3=305r3=30r3=6(r_1 r_2) \times r_3 = -30 \rightarrow 5r_3 = -30 \rightarrow r_3 = -6. 30. The signs alternate: x4x^4 is pos, x3x^3 is neg, x2x^2 is pos, x1x^1 is neg, constant is pos. Therefore, product of roots = +e/a+e/a.


Frequently Asked Questions

What are Vieta's Formulas?

They are mathematical equations that relate the roots of a polynomial directly to its coefficients using addition and multiplication.

How do Vieta's Formulas work?

By expanding the factored form of a polynomial (xr1)(xr2)...(x-r_1)(x-r_2)..., the formulas prove that the coefficients b,c,b, c, and dd are simply physical combinations of the roots.

Who discovered Vieta's Formulas?

François Viète, a 16th-century French mathematician who pioneered the use of letters as variables in algebra.

Can they solve cubic equations?

Not directly by themselves. They are a verification and manipulation tool. They help you find a missing 3rd root if you know the first 2, but they cannot magically solve an equation from scratch.

How are coefficients related to roots?

In a cubic, b/a-b/a is the sum of the roots, c/ac/a is the pairwise sum, and d/a-d/a is the product of the roots.

Can calculators use Vieta's Formulas?

Calculators generally use matrix numerical approximations to find roots, rather than algebraic algebraic combinations like Vieta.

What is the sum of the roots?

It is the total you get when you add all three answers together. It is always equal to b/a-b/a.

What is the product of the roots?

It is the total you get when you multiply all three answers together. It is always equal to d/a-d/a.

Can Vieta's Formulas verify solutions?

Yes! This is their best use. If you find three roots on a test, add them up. If they do not equal b/a-b/a, your answers are wrong.

When should I use Vieta's Formulas?

When you know one or two roots and need the rest, when factoring, or when taking math competition tests that ask for sums/products instead of individual roots.

Why do the signs alternate (minus, plus, minus)?

Because algebra forces alternating signs when expanding (xr)(x-r). The first multiplication gives r-r, the second gives (r)(r)=+r2(-r)(-r) = +r^2, and the third gives (r)(r)(r)=r3(-r)(-r)(-r) = -r^3.

Do the formulas work for complex roots?

Absolutely. The imaginary ii components will perfectly cancel each other out when you sum them up.

Do the formulas work for repeated double roots?

Yes, but you must count the root twice. If the roots are 2,2,52, 2, 5, the sum is 2+2+5=92+2+5 = 9.

What if a is not 1?

You MUST divide the coefficient by aa. If 3x36x2...3x^3 - 6x^2..., the sum is (6)/3=2-(-6)/3 = 2.

What is the Pairwise Sum used for?

It is the coefficient cc. It is mostly used in advanced competition math to find the sum of squares, or reverse-engineer a starting equation.

What is a symmetric polynomial?

It is an algebraic expression that doesn’t change if you swap the variables. Vieta’s sums (r1+r2+r3r_1+r_2+r_3) are perfectly symmetric.

What if an equation has no x^2 term?

Then b=0b=0, which means the sum of the roots is exactly 0.

What if an equation has no constant term?

Then d=0d=0, which means the product of the roots is 0. This implies at least one of the roots MUST be exactly 0.

How do Vieta's formulas scale to 4th-degree polynomials?

The pattern continues! Sum is b/a-b/a. Pairwise is c/ac/a. Three-way product is d/a-d/a. Total product is +e/a+e/a.

Can I use Vieta's on a quadratic?

Yes. For ax2+bx+c=0ax^2 + bx + c = 0, Sum is b/a-b/a and Product is c/ac/a.

Why are they taught in high school?

Because they teach students the deep structural relationship of algebra, proving that equations are not random collections of numbers.

Did Vieta use negative numbers?

Ironically, no! In the 1500s, negative numbers were considered “absurd.” Vieta only published his formulas for positive roots.

How does this connect to Descartes' Rule of Signs?

Descartes counts the signs. Vieta actually uses the signs mathematically to add or multiply the roots together.

Can Vieta's formulas find the y-intercept?

Yes. The yy-intercept is the dd term. By Vieta’s formula, the yy-intercept is exactly (a×r1×r2×r3)-(a \times r_1 \times r_2 \times r_3).

Are there any cubic equations where Vieta fails?

No. It is a universal mathematical law that applies to 100% of polynomials in existence.


Summary

Vieta’s Formulas are the master key to understanding the inner architecture of a polynomial. Instead of blindly executing long division, these formulas prove that the coefficients of an equation (a,b,c,da, b, c, d) are perfectly mathematically bound to the roots (r1,r2,r3r_1, r_2, r_3).

For any cubic equation ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0:

  1. The Sum of the Roots is b/a-b/a.
  2. The Sum of the Pairwise Products is c/ac/a.
  3. The Product of the Roots is d/a-d/a.

By memorizing this simple alternating pattern, you can instantly verify exam answers, reverse-engineer equations from known roots, and solve complex factoring problems in seconds. Vieta’s formulas prove that algebra is not a random collection of numbers, but a perfectly symmetrical, interconnected web of relationships.

Continue your mathematical journey with our related guides: