2.12 Sum and Product of Roots (HL)
1. Fundamental Concepts
The Fundamental Theorem of Algebra establishes that any polynomial of degree $n$ inherently possesses exactly $n$ complex roots. The following notation maps the summation and product of these generalized roots:
2. Quadratic Functions (Vieta Formulas)
For a standard quadratic function $f(x) = ax^2 + bx + c$, there are strictly two complex roots $r_1$ and $r_2$. The factorization over $\mathbb{C}$ maps to $f(x) = a(x - r_1)(x - r_2)$.
Expanding the factored form yields:
Equating structural coefficients from the original polynomial $ax^2 + bx + c$ dictates:
3. Cubic Functions
Consider the cubic function $f(x) = ax^3 + bx^2 + cx + d$. The factorization over $\mathbb{C}$ yields $f(x) = a(x - r_1)(x - r_2)(x - r_3)$.
The expanded constant is $-a r_1 r_2 r_3$. Equating to $d$ produces $d = -a r_1 r_2 r_3 \Rightarrow r_1 r_2 r_3 = -\frac{d}{a}$.
The expanded quadratic coefficient is $-a(r_1 + r_2 + r_3)$. Equating to $b$ produces $b = -a(r_1 + r_2 + r_3) \Rightarrow r_1 + r_2 + r_3 = -\frac{b}{a}$.
4. The General Case for Degree $n$
For any general polynomial function $f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0$, factorization scales structurally to $a_n(x - r_1)(x - r_2) \dots (x - r_n)$.
Matching the expanded terms dictates the following universal principles:
$a_{n-1} = -a_n(r_1 + r_2 + \dots + r_n) \Rightarrow \mathbf{S = -\frac{a_{n-1}}{a_n}}$.
$a_0 = (-1)^n a_n(r_1 r_2 \dots r_n) \Rightarrow \mathbf{P = (-1)^n \frac{a_0}{a_n}}$.
Note: Additional intermediate relations also govern the sum of all possible pairs ($S_2 = \frac{a_{n-2}}{a_n}$) and the sum of all triples ($S_3 = -\frac{a_{n-3}}{a_n}$).
5. Analytical Applications
EXAMPLE 1 (Cubic Application)
Let $f(x) = 2x^3 + ax^2 + bx + c$. It is given that the sum of the roots evaluates to 3.5, the product of the roots is -5, and the polynomial is perfectly divisible by $(x+2)$. Find $a, b, c$.
Solution:
$2(-8) + a(4) + b(-2) + c = 0$
$-16 - 28 - 2b + 10 = 0$
$-34 - 2b = 0 \Rightarrow \mathbf{b = -17}$.
EXAMPLE 2 (Quartic Application)
Let $f(x) = ax^4 - 10x^3 + bx + c$. The sum of the roots evaluates to 2, the product of the roots is 5, and the polynomial is perfectly divisible by $(x-1)$. Find $a, b, c$.
Solution:
$a(1) - 10(1) + b(1) + c = 0$
$5 - 10 + b + 25 = 0$
$20 + b = 0 \Rightarrow \mathbf{b = -20}$. (Note: Calculating from the raw document source yielded $+25$, maintaining strict algebraic logic here).