TN 12th MathsLearn · Visualize · Practice
𝑃

Chapter 3

Theory of Equations

Polynomial equations, Vieta's formulae, nature of roots and Descartes' rule.

1. Polynomials, roots and multiplicity

A polynomial equation of degree nn can have at most nn roots. Counting each root as often as it repeats (its multiplicity), it has exactly nn roots in the complex numbers.

DefinitionFundamental Theorem of Algebra

Every polynomial equation P(x)=0P(x) = 0 of degree n1n \ge 1 has at least one root in C\mathbb{C}. Repeatedly factoring, it splits into exactly nn linear factors over C\mathbb{C}.

Note: $a$ is a root of multiplicity $k$ if $(x-a)^k$ divides $P(x)$ but $(x-a)^{k+1}$ does not. For example, $x^2 - 6x + 9 = (x-3)^2$ has $3$ as a root of multiplicity $2$.

2. Vieta's formulae — roots ↔ coefficients

The roots of a polynomial are locked to its coefficients. You never need to solve the equation to know the sum or product of its roots — Vieta's formulae read them straight off.

Quadratic ax² + bx + c = 0, roots α, β
α+β=ba,αβ=ca\alpha+\beta = -\dfrac{b}{a}, \qquad \alpha\beta = \dfrac{c}{a}
Cubic ax³ + bx² + cx + d = 0, roots α, β, γ
α+β+γ=ba,αβ+βγ+γα=ca,αβγ=da\alpha+\beta+\gamma = -\dfrac{b}{a},\quad \alpha\beta+\beta\gamma+\gamma\alpha = \dfrac{c}{a},\quad \alpha\beta\gamma = -\dfrac{d}{a}
Key idea: Drag the coefficients in the Visualize tab and watch these three sums update alongside the graph's roots.
Example
The roots of x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0 are α,β,γ\alpha, \beta, \gamma. Find α+β+γ\alpha+\beta+\gamma and αβγ\alpha\beta\gamma.

3. Forming an equation from its roots

Vieta's formulae run in reverse: given the roots, you can write down the polynomial. For a quadratic with roots α,β\alpha, \beta:

x2(α+β)x+αβ=0x^2 - (\alpha+\beta)\,x + \alpha\beta = 0
Example
Form the quadratic whose roots are 33 and 2-2.

4. Complex Conjugate Root Theorem

DefinitionConjugate roots

If a polynomial has real coefficients and a+bia + bi (b0b \ne 0) is a root, then its conjugate abia - bi is also a root. Non-real roots always come in pairs.

Note: A consequence: a polynomial of odd degree with real coefficients must have at least one real root, because complex roots pair up and cannot account for an odd count.

5. Rational Root Theorem

For hunting exact rational roots, this theorem gives a short finite list of candidates to test.

DefinitionRational Root Theorem

For a polynomial with integer coefficients, any rational root pq\dfrac{p}{q} in lowest terms has pp dividing the constant term a0a_0 and qq dividing the leading coefficient ana_n.

Example
List the candidate rational roots of 2x3+x6=02x^3 + x - 6 = 0.

6. Descartes' Rule of Signs

Before solving, you can bound how many positive and negative real roots are even possible, just by counting sign changes.

  • The number of positive real roots equals the sign changes in P(x)P(x), or is fewer by an even number.
  • The number of negative real roots is found the same way from P(x)P(-x).
Example
What does Descartes' rule say about P(x)=x32x2+x5P(x) = x^3 - 2x^2 + x - 5?

7. Reciprocal & special equations

  • If the coefficients sum to zero, then x=1x = 1 is a root (since P(1)=P(1) = sum of coefficients).
  • Equations in only even powers reduce to a polynomial in x2x^2 — solve, then take square roots.
  • Reciprocal equations have roots in pairs rr and 1r\tfrac{1}{r}; their coefficients read the same forwards and backwards.