When Newton and Vieta uncovered the hidden language connecting a polynomial's roots to its coefficients, they cracked open a powerful shortcut still used in every branch of modern mathematics. In this lesson you'll generalise Vieta's formulas to polynomials of any degree, unlocking the alternating sign pattern and the elementary symmetric sums that tie roots to coefficients.
Today's hook, For a quartic $ax^4 + bx^3 + cx^2 + dx + e = 0$ with roots $\alpha, \beta, \gamma, \delta$, what do you expect for the sum $\alpha+\beta+\gamma+\delta$ and the product $\alpha\beta\gamma\delta$? Make a prediction before reading on, and see whether the sign pattern surprises you.
0/5QUESTS
1
You’re here
Recall, your gut answer first
01
Recall, your gut answer first
+5 XP warm-up
For a quartic $ax^4 + bx^3 + cx^2 + dx + e = 0$ with roots $\alpha, \beta, \gamma, \delta$, without looking up a formula what patterns do you expect for the sums and products of roots? Think about what you already know from quadratics and cubics.
auto-saved
2
You’re here
Orientation and key terms
02
The two key ideas
+5 XP to read
Everything in this lesson flows from two core ideas. First: any degree-$n$ polynomial with roots $\alpha_1, \dots, \alpha_n$ can be written as $a_n(x-\alpha_1)(x-\alpha_2)\cdots(x-\alpha_n)$. Second: expanding that product and comparing coefficients gives Vieta's formulas, the alternating-sign relations between roots and coefficients.
Every Vieta question uses one of two moves: read the symmetric sum directly from $-a_{n-k}/a_n$ (with the correct sign), or build a required expression from the elementary symmetric sums using algebraic identities.
Sign pattern: The signs strictly alternate, starting with negative for $e_1$. In compact form: $e_k = (-1)^k \dfrac{a_{n-k}}{a_n}$.
Why it works. When you expand $(x-\alpha_1)(x-\alpha_2)\cdots(x-\alpha_n)$, the coefficient of $x^{n-k}$ is exactly $(-1)^k e_k$. Setting this equal to $a_{n-k}/a_n$ (from the original polynomial divided by $a_n$) gives Vieta's formula for $e_k$ directly, no memorisation needed if you understand the expansion.
e_1 = _i = -a_{n-1}{a_n} (sum of roots); e_2 = _{i<j}_i_j = +a_{n-2}{a_n} (sum of products taken 2 at a time)
Pause, copy the general Vieta formulas into your book: $e_1 = \sum \alpha_i = -a_{n-1}/a_n$; $e_2 = \sum_{i<j} \alpha_i\alpha_j = +a_{n-2}/a_n$; signs alternate; $e_k$ has $\binom{n}{k}$ terms.
Quick check: For $P(x) = x^3 - 6x^2 + 11x - 6$, what is the sum of the roots?
06
Applying Vieta's formulas to a quartic
core concept
We just saw the general Vieta formulas: $e_1 = -a_{n-1}/a_n$ (sum), $e_2 = a_{n-2}/a_n$ (sum of pairwise products), and so on, alternating signs. That raises a question: for a quartic $ax^4 + bx^3 + cx^2 + dx + e = 0$ with four roots, what are the four Vieta expressions and how many terms does each one have? This card answers it → $e_1 = -b/a$ (4 terms), $e_2 = c/a$ (6 terms), $e_3 = -d/a$ (4 terms), $e_4 = e/a$ (1 term); $e_k$ has $\binom{4}{k}$ terms.
For a quartic $ax^4 + bx^3 + cx^2 + dx + e = 0$ with roots $\alpha, \beta, \gamma, \delta$:
Fill the gap: For $x^4 - 2x^3 + 3x^2 - x + 4 = 0$, the product $\alpha\beta\gamma\delta = $ .
5
You’re here
Misconceptions to fix
Misconceptions to fix · the 3 traps that cost marks
Trap 01
Forgetting the sign for $e_1$
Students write $\sum\alpha_i = a_{n-1}/a_n$ (without the negative). It is $-a_{n-1}/a_n$. The negative sign is built into the formula and cannot be dropped, it directly comes from expanding $(x-\alpha_1)(x-\alpha_2)\cdots$.
Trap 02
Wrong sign for the product of roots
Students forget the $(-1)^n$ factor. For a cubic (odd degree), the product is $-a_0/a_n$, not $+a_0/a_n$. Always check whether $n$ is even or odd before writing the product formula.
Trap 03
Ignoring zero coefficients
If the polynomial is $x^5 + 3x^4 - 2x^3 + x - 7$ (no $x^2$ term), then $a_2 = 0$. Students sometimes shift coefficients. Write out all powers explicitly: $x^5 + 3x^4 - 2x^3 + 0\cdot x^2 + x - 7$.
Did you get this? True or false: for a degree-5 polynomial, the product of all roots equals $-a_0/a_5$.
6
You’re here
Activities
Activities · practice with the ideas
1
For $x^4 - 5x^3 + 6x^2 - 3x + 2 = 0$, write down $e_1$, $e_2$, $e_3$, $e_4$ directly from the coefficients.
2
For $2x^5 - x^4 + 3x^3 - 7x + 4 = 0$, find the sum of all roots and the product of all roots.
3
A monic quartic has roots whose sum is $-4$, sum of products in pairs is $5$, sum of products in triples is $-2$, and product is $3$. Write down the quartic.
4
If $\alpha, \beta, \gamma, \delta$ are roots of $x^4 - 2x^3 + 3x^2 - x + 4 = 0$, find $\alpha\beta\gamma\delta$ and $\alpha\beta+\alpha\gamma+\alpha\delta+\beta\gamma+\beta\delta+\gamma\delta$.
5
Explain in your own words why the sign pattern for Vieta's formulas alternates, starting with a negative for the sum of roots.
7
You’re here
Revisit your thinking
11
Revisit your thinking
Earlier you were asked about the patterns for a quartic. Now you know: $\alpha+\beta+\gamma+\delta = -b/a$ and $\alpha\beta\gamma\delta = +e/a$. The sign of the product is positive for even degree, which may surprise students who expect a negative. The sign alternates from $e_1$ to $e_4$ as $-, +, -, +$.
Why does the sign of the product depend on whether the degree is even or odd? The factor $(-1)^n$ comes directly from expanding $(x-\alpha_1)(x-\alpha_2)\cdots(x-\alpha_n)$: each $-\alpha_i$ contributes one factor of $-1$, giving $(-1)^n$ in the constant term.
auto-saved
Odd one out: Which of the following is NOT a valid Vieta relation for a quartic $ax^4+bx^3+cx^2+dx+e=0$?
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^4 + 2x^3 - x^2 + 4x - 5 = 0$, find the sum of roots and the product of roots. (2 marks)
auto-saved
ApplyBand 41 mark
Q2. If $\alpha, \beta, \gamma, \delta$ are roots of $x^4 - 2x^3 + 3x^2 - x + 4 = 0$, find $\alpha\beta\gamma\delta$. (1 mark)
auto-saved
ApplyBand 52 marks
Q3. For $x^5 + 3x^4 - 2x^3 + x - 7 = 0$, write down the sum of the roots and the sum of products of roots taken two at a time. (2 marks)
auto-saved
Comprehensive answers (click to reveal)
Activity drills: 1. $e_1=5,\;e_2=6,\;e_3=-3,\;e_4=2$ · 2. Sum $=\tfrac{1}{2}$, Product $=-\tfrac{4}{2}=-2$ · 3. $x^4+4x^3+5x^2+2x+3$ · 4. Product $=4$, Sum of products in pairs $=3$ · 5. Expanding $(x-\alpha_1)\cdots$ gives $(-1)^k e_k$ for the coefficient of $x^{n-k}$, so $e_k = (-1)^k a_{n-k}/a_n$.