Historical Context & Motivation
For centuries, mathematicians have been fascinated by the relationship between the solutions of an equation and its coefficients. When you solve a quadratic like x2 − 5x + 6 = 0, you find roots x = 2 and x = 3. Notice that 2 + 3 = 5, which is the coefficient of x (with the opposite sign), and 2 × 3 = 6, which is the constant term. This is no coincidence — it is the starting point of a powerful set of results called Vieta's formulas.
These formulas are named after François Viète (1540–1603), a French mathematician who pioneered the use of letters to represent unknowns and constants. Before Viète, algebraic problems were written out in words, making patterns almost impossible to spot. His symbolic approach unlocked a systematic view of how roots and coefficients are connected — a view that remains central to algebra today.
The central question Vieta's formulas answer is: Can we learn about the roots of a polynomial without actually solving it? The answer is a resounding yes — and the information is hiding in plain sight within the coefficients.
Core Principles & Definitions
Vieta's formulas connect the roots (also called zeros or solutions) of a polynomial to its coefficients. Before diving into the formulas themselves, you need to understand a few foundational ideas that make the whole framework work.
Factored Form ↔ Expanded Form
Elementary Symmetric Polynomials
Sign Alternation
Works for All Root Types
Visual Explanation — Roots Meet Coefficients
The diagram below illustrates how the roots of a quadratic x2 − 5x + 6 = 0 relate to the coefficients through Vieta's formulas. The parabola crosses the x-axis at x = 2 and x = 3, and those two intercepts encode information that matches the polynomial's coefficients exactly.
In the diagram, the two cyan dots mark the roots α = 2 and β = 3. The dashed amber line connecting them reminds us that their sum equals 5, matching −(−5)/1. The information box confirms both Vieta relations. This visual pattern generalises: for higher-degree polynomials with more roots, each symmetric combination of roots is encoded in a corresponding coefficient.
Mathematical Framework
Let us build the formulas step by step, starting from the quadratic case and then generalising to polynomials of any degree.
Quadratic: ax² + bx + c = 0
Suppose the quadratic ax2 + bx + c = 0 has roots α and β. Because a(x − α)(x − β) = ax2 − a(α + β)x + aαβ, matching coefficients gives us two powerful identities.
Cubic: ax³ + bx² + cx + d = 0
For a cubic with roots α, β, and γ, the same expansion technique — expanding a(x − α)(x − β)(x − γ) and comparing — yields three formulas.
General Degree n
Degree-by-Degree Breakdown
The following table and diagram organise Vieta's formulas for the polynomial degrees you are most likely to encounter in IB HL Mathematics. Study the pattern carefully — each new degree adds one more symmetric relation.
| Degree | Polynomial Form | Vieta's Relations |
|---|---|---|
| 2 (Quadratic) | ax² + bx + c = 0 | α + β = −b/a αβ = c/a |
| 3 (Cubic) | ax³ + bx² + cx + d = 0 | α + β + γ = −b/a αβ + αγ + βγ = c/a αβγ = −d/a |
| 4 (Quartic) | ax⁴ + bx³ + cx² + dx + e = 0 | ∑αᵢ = −b/a ∑αᵢαⱼ = c/a ∑αᵢαⱼαₖ = −d/a α₁α₂α₃α₄ = e/a |
Notice the elegant pattern: as the degree increases, each new formula introduces a deeper level of symmetric combination. For a quadratic you get the sum and the product. For a cubic you add the sum of pairwise products. For a quartic, you further add the sum of triple products. The sign alternates: positive for even-numbered groupings, negative for odd-numbered groupings, always dividing by the leading coefficient.
Worked Example — Cubic Equation
Let's work through a full IB-style problem. Suppose the cubic equation 2x3 − 7x2 + x + 10 = 0 has roots α, β, γ. Without solving the equation, find (a) α + β + γ, (b) αβ + αγ + βγ, (c) αβγ, and (d) α² + β² + γ².
Strengths, Limitations & Useful Extensions
Vieta's formulas are remarkably versatile, but like any tool, they work best when you understand both what they can and cannot do. The table below summarises the key considerations.
| Strengths | Limitations |
|---|---|
| Find symmetric expressions of roots without solving the equation — saves time on exams. | Cannot determine individual roots unless combined with additional equations or constraints. |
| Work for all root types: real, complex, rational, irrational, or repeated. | Only give symmetric combinations — non-symmetric expressions like α − β require extra work. |
| Enable construction of new polynomials whose roots are related to known ones (e.g., squares of roots). | Require careful tracking of signs — a common source of error, especially for higher degrees. |
| Provide a quick check after solving: verify that your roots satisfy the coefficient relations. | For polynomials of degree 5+, finding individual roots is impossible in general (Abel–Ruffini theorem), but Vieta's formulas still hold. |
Useful Extensions for IB HL
- Reciprocal of roots: 1/α + 1/β = (α + β)/(αβ) — rewrite using Vieta's values.
- Sum of squares: α² + β² = (α + β)² − 2αβ.
- Sum of cubes: α³ + β³ = (α + β)³ − 3αβ(α + β).
- Constructing new polynomials: If α, β are roots of a quadratic, find the quadratic whose roots are α², β² using Vieta's in reverse.
Connection to Advanced Theory
Vieta's formulas sit at a crossroads in mathematics, linking the IB HL curriculum to deeper topics you may encounter in university. Understanding where these formulas lead can give you a richer perspective on why they matter.
| IB HL Level (Vieta's Formulas) | University Level Extension |
|---|---|
| Sum and product of roots of quadratics and cubics | Elementary symmetric polynomials and Newton's identities (Abstract Algebra) |
| Constructing polynomials from root relationships | Galois theory — classifying polynomials by the symmetries of their roots |
| α² + β² and other power sums via identities | Newton's power sum formulas: pₖ = α₁ᵏ + α₂ᵏ + ⋯ + αₙᵏ expressed recursively using Vieta's values |
| Using Vieta's to verify roots | Resultants and discriminants — using symmetric functions to detect common roots between polynomials |
One particularly elegant connection worth noting: the discriminant of a quadratic, Δ = b² − 4ac, can be rewritten in terms of roots as Δ = a²(α − β)². This expression (α − β)² equals (α + β)² − 4αβ, which uses both Vieta relations. So the discriminant — which tells you whether roots are real or complex — is itself a consequence of Vieta's formulas. This illustrates how deeply these formulas are woven into the fabric of polynomial theory.
Practice Problems
Lesson Summary
Vieta's formulas establish a direct link between the coefficients of a polynomial and symmetric combinations of its roots. For a quadratic ax² + bx + c = 0 with roots α and β, the sum of roots equals −b/a and the product of roots equals c/a. For a cubic ax³ + bx² + cx + d = 0 with roots α, β, γ, the three relations are α + β + γ = −b/a, αβ + αγ + βγ = c/a, and αβγ = −d/a, with the signs following a predictable alternating pattern.
The general formula for a degree-n polynomial states that the sum of all products of roots taken k at a time equals (−1)ᵏ × aₙ₋ₖ/aₙ. By pairing Vieta's formulas with algebraic identities — such as α² + β² = (α + β)² − 2αβ — you can evaluate a wide range of symmetric expressions without ever finding individual roots. This technique is a cornerstone of the IB HL exam and provides a gateway to advanced abstract algebra at the university level.