For a cubic equation $ax^3 + bx^2 + cx + d = 0$ you don't need to solve it to know the sum, the pairwise products, or the product of all three roots. Vieta's formulas read these values straight from the coefficients, and unlock a whole class of problems where you evaluate symmetric expressions without ever touching the roots individually.
Today's hook, The roots of $x^3 - 6x^2 + 11x - 6 = 0$ are 1, 2 and 3. Can you find their sum and product just from the coefficients, without solving the equation? Vieta's formulas say yes, every time. By the end of this lesson you will read those values off any cubic instantly.
0/5QUESTS
1
You’re here
Recall, your gut answer first
01
Recall, your gut answer first
+5 XP warm-up
For $x^3 - 6x^2 + 11x - 6 = 0$, the roots are 1, 2, and 3. Without using a formula what are their sum, the sum of their pairwise products (i.e. $1\cdot2 + 2\cdot3 + 1\cdot3$), and their product? How do these relate to the coefficients $-6$, $11$, $-6$?
auto-saved
2
You’re here
Orientation and key terms
02
The two moves
+5 XP to read
Every cubic roots problem uses two moves: read Vieta's formulas off the coefficients, then combine them algebraically to evaluate whatever symmetric expression the question asks for.
For $ax^3 + bx^2 + cx + d = 0$ with roots $\alpha, \beta, \gamma$, Move 1 is: write down $\alpha+\beta+\gamma = -b/a$, $\alpha\beta+\beta\gamma+\gamma\alpha = c/a$, $\alpha\beta\gamma = -d/a$. Move 2 is: substitute these values into the symmetric identity the question requires.
$\alpha + \beta + \gamma = -\dfrac{b}{a}$
Sum of roots
$\alpha + \beta + \gamma = -b/a$. The sign is negative, it matches the sign change from the expansion of $(x-\alpha)(x-\beta)(x-\gamma)$.
Sum of pairwise products
$\alpha\beta + \beta\gamma + \gamma\alpha = c/a$. Note the positive sign, signs alternate as you move from $b$ to $c$ to $d$.
Product of roots
$\alpha\beta\gamma = -d/a$. Back to negative. The pattern is: $-b/a$, $+c/a$, $-d/a$. Alternating signs, starting negative.
03
What you'll master
Know
Key facts
$\alpha + \beta + \gamma = -b/a$ for $ax^3 + bx^2 + cx + d = 0$
$\alpha\beta + \beta\gamma + \gamma\alpha = c/a$
$\alpha\beta\gamma = -d/a$
Understand
Concepts
How Vieta's formulas arise from expanding $a(x-\alpha)(x-\beta)(x-\gamma)$
Why the signs alternate between the three formulas
How symmetric identities let you evaluate expressions without finding roots
Can do
Skills
Apply Vieta's formulas to any cubic equation
Evaluate $\alpha^2 + \beta^2 + \gamma^2$ and similar expressions
Form a cubic equation given three roots
04
Key terms
Sum of roots$\alpha + \beta + \gamma = -b/a$ for a cubic $ax^3 + bx^2 + cx + d = 0$.
Sum of pairwise products$\alpha\beta + \beta\gamma + \gamma\alpha = c/a$. Every pair of roots is multiplied and the products summed.
Product of roots$\alpha\beta\gamma = -d/a$. All three roots multiplied together.
Vieta's formulasRelations connecting the roots of a polynomial to its coefficients. Named after François Viète.
Symmetric expressionAn expression whose value is unchanged when any two roots are swapped, e.g. $\alpha^2+\beta^2+\gamma^2$.
Monic polynomialA polynomial with leading coefficient $a = 1$, so Vieta's formulas simplify: sum $= -b$, product $= -d$.
3
You’re here
Deriving Vieta's formulas for cubics
05
Deriving Vieta's formulas for cubics
core concept
If $\alpha, \beta, \gamma$ are roots of $ax^3 + bx^2 + cx + d = 0$, then:
$$ax^3 + bx^2 + cx + d = a(x-\alpha)(x-\beta)(x-\gamma)$$
Matching coefficients with $ax^3 + bx^2 + cx + d$:
$x^2$ coefficient: $-a(\alpha+\beta+\gamma) = b \implies \alpha+\beta+\gamma = -b/a$
$x$ coefficient: $a(\alpha\beta+\beta\gamma+\gamma\alpha) = c \implies \alpha\beta+\beta\gamma+\gamma\alpha = c/a$
constant: $-a\alpha\beta\gamma = d \implies \alpha\beta\gamma = -d/a$
Sign pattern to memorise: $-b/a$, $+c/a$, $-d/a$. The signs alternate starting negative.
Why does this always work? The Fundamental Theorem of Algebra guarantees a cubic has exactly three roots (counting multiplicity, over the complex numbers). So the factored form $a(x-\alpha)(x-\beta)(x-\gamma)$ is always valid, and the coefficient matching always gives exactly these three formulas.
For ax^3 + bx^2 + cx + d = 0 with roots:; + + = -b/a (sum, negative sign)
Pause, copy Vieta's formulas for cubics into your book: for $ax^3 + bx^2 + cx + d = 0$: $\alpha+\beta+\gamma = -b/a$; $\alpha\beta+\beta\gamma+\gamma\alpha = c/a$; $\alpha\beta\gamma = -d/a$.
Quick check: For $x^3 - 6x^2 + 11x - 6 = 0$, what is $\alpha\beta\gamma$?
06
Applying Vieta's formulas
core concept
We just saw that for $ax^3 + bx^2 + cx + d = 0$, $\alpha+\beta+\gamma = -b/a$, $\alpha\beta+\beta\gamma+\gamma\alpha = c/a$, and $\alpha\beta\gamma = -d/a$. That raises a question: when applying these to a specific cubic, a missing term (e.g. no $x^2$ term) means one Vieta sum is zero, how do you identify and use this quickly? This card answers it → always write $ax^3 + bx^2 + cx + d$ explicitly; missing terms mean that coefficient is $0$, e.g. $x^3 - 3x + 1$ has $b = 0$ so $\alpha+\beta+\gamma = 0$.
Given any cubic $ax^3 + bx^2 + cx + d = 0$, write down the three Vieta values immediately by inspection:
Equation
$\alpha+\beta+\gamma$
$\alpha\beta+\beta\gamma+\gamma\alpha$
$\alpha\beta\gamma$
$x^3 - 2x^2 + 3x - 1 = 0$
$2$
$3$
$1$
$2x^3 - 6x^2 + 3x + 4 = 0$
$3$
$\frac{3}{2}$
$-2$
$3x^3 + 2x^2 - x + 4 = 0$
$-\frac{2}{3}$
$-\frac{1}{3}$
$-\frac{4}{3}$
Key check: Always verify your signs. For $2x^3 - 6x^2 + 3x + 4 = 0$, note $a=2, b=-6, c=3, d=4$. So $\alpha+\beta+\gamma = -(-6)/2 = 3$. The negative sign in the formula cancels the negative sign of $b$.
Identifying $a, b, c, d$ carefully. The formula $ax^3 + bx^2 + cx + d = 0$ means $b$ is the coefficient of $x^2$, $c$ is the coefficient of $x$, and $d$ is the constant. If a term is missing, e.g. $x^3 - 3x + 1 = 0$, then $b = 0$ and the sum of roots is $0$.
Always identify a, b, c, d by matching ax^3 + bx^2 + cx + d. Missing terms mean the coefficient is 0.; x^3 - 3x + 1 = 0 has b = 0, so ++ = 0.
Pause, copy the application shortcut into your book: always identify $a, b, c, d$ explicitly from $ax^3 + bx^2 + cx + d$; missing terms mean that coefficient is $0$; e.g. $x^3 - 3x + 1$ has $b = 0$ giving $\alpha+\beta+\gamma = 0$.
Did you get this? True or false: for $x^3 - 3x + 1 = 0$, the sum of roots $\alpha + \beta + \gamma = 0$.
4
You’re here
Worked examples
Worked examples · 3 in a row, reveal as you go
PROBLEM 1 · READING VIETA'S
For $2x^3 - 6x^2 + 3x + 4 = 0$ with roots $\alpha, \beta, \gamma$, find the sum, sum of pairwise products, and product of the roots.
1
Identify: $a = 2,\ b = -6,\ c = 3,\ d = 4$
Match the standard form $ax^3 + bx^2 + cx + d = 0$ term by term. Note $b = -6$ (negative).
Check: $x^3 - 7x + 6 = (x-1)(x-2)(x+3)$, correct. The $x^2$ term vanishes because the sum of roots is zero.
Fill the gap: For $x^3 - 3x + 1 = 0$, the sum of pairwise products $\alpha\beta + \beta\gamma + \gamma\alpha = $ .
5
You’re here
Misconceptions to fix
Misconceptions to fix · the 3 traps that cost marks
Trap 01
Wrong sign for the product
Students write $\alpha\beta\gamma = d/a$ instead of $-d/a$. Remember: the sign alternates. Sum is $-b/a$, pairwise sum is $+c/a$, product is $-d/a$. For $x^3 - 6x^2 + 11x - 6 = 0$ the product is $-(-6)/1 = 6$, not $-6$.
Trap 02
Misidentifying $b$ when the leading term has a coefficient
For $2x^3 - 6x^2 + 3x + 4 = 0$, students often write $b = -6/2 = -3$ before applying the formula. Instead keep $b = -6$ and $a = 2$, then compute $-b/a = -(-6)/2 = 3$. Don't pre-simplify $b$.
Trap 03
Forgetting the middle term $b$ when it's zero
In $x^3 - 3x + 1 = 0$, the $x^2$ coefficient is zero, so $\alpha+\beta+\gamma = 0$. Students sometimes assume $b = -3$ (reading the next visible coefficient). Always write all four coefficients explicitly: $a=1, b=0, c=-3, d=1$.
Did you get this? True or false: for $x^3 + 5x - 2 = 0$, the product of roots $\alpha\beta\gamma = 2$.
Odd one out: Three of these are correct Vieta formulas for $ax^3+bx^2+cx+d=0$. Which one is the odd one out (incorrect)?
6
You’re here
Activities
Activities · practice with the ideas
1
For $x^3 + 2x^2 - 5x + 3 = 0$, state $\alpha+\beta+\gamma$, $\alpha\beta+\beta\gamma+\gamma\alpha$, and $\alpha\beta\gamma$.
2
For $3x^3 + 2x^2 - x + 4 = 0$, find $\alpha+\beta+\gamma$ and $\alpha\beta\gamma$.
3
If $\alpha, \beta, \gamma$ are roots of $x^3 - 3x + 1 = 0$, find $\alpha^2 + \beta^2 + \gamma^2$.
4
Form the monic cubic whose roots are $-1$, $2$, and $4$.
5
Why is it impossible for the roots of $x^3 + x^2 + x + 1 = 0$ to all be positive real numbers?
7
You’re here
Revisit your thinking
11
Revisit your thinking
Earlier you were asked about $x^3 - 6x^2 + 11x - 6 = 0$ with roots 1, 2, 3. The answers: sum $= 1+2+3 = 6 = -(-6)/1$; pairwise sum $= 2+3+6 = 11 = 11/1$; product $= 6 = -(-6)/1$. Every value reads directly from the coefficients. Vieta's formulas encode the entire root structure into the polynomial's coefficients, without you ever needing to solve the equation.
auto-saved
1
You’re here
Multiple choice
01
Multiple choice
+5 XP per correct · +25 XP all-correct
Pick your answer, then rate your confidence. That tells the system what to drill next. Each retry pulls a fresh mix from the bank.
2
You’re here
Short answer
02
Short answer
ApplyBand 42 marks
Q1. For $3x^3 + 2x^2 - x + 4 = 0$ with roots $\alpha, \beta, \gamma$, find $\alpha + \beta + \gamma$ and $\alpha\beta\gamma$. (2 marks)
auto-saved
ApplyBand 42 marks
Q2. If $\alpha, \beta, \gamma$ are roots of $x^3 - 3x + 1 = 0$, find $\alpha^2 + \beta^2 + \gamma^2$. (2 marks)
auto-saved
AnalyseBand 52 marks
Q3. Form the monic cubic equation with roots $1$, $2$, and $-3$. (2 marks)
auto-saved
Comprehensive answers (click to reveal)
Activity answers: 1. $\alpha+\beta+\gamma = -2$, $\alpha\beta+\beta\gamma+\gamma\alpha = -5$, $\alpha\beta\gamma = -3$. · 2. $\alpha+\beta+\gamma = -2/3$, $\alpha\beta\gamma = -4/3$. · 3. $\alpha^2+\beta^2+\gamma^2 = 0^2 - 2(-3) = 6$. · 4. Sum $= 5$, pairwise sum $= -1\cdot2 + 2\cdot4 + (-1)\cdot4 = -2+8-4=2$, product $= -8$; equation: $x^3 - 5x^2 + 2x + 8 = 0$. · 5. Product $= -d/a = -1/1 = -1 < 0$, so not all roots can be positive (three positive numbers multiply to give a positive product).