Fundamental Theorem of Algebra
The Fundamental Theorem of Algebra
The Fundamental Theorem of Algebra is a powerful rule that tells us exactly how many roots (or zeros) a polynomial has.
Simply put, every polynomial of degree n has exactly n roots.
However, to get exactly n roots, we must follow two rules:
- Count multiplicities: If a root appears more than once, we count it each time it appears. For example, (xโ3)2=0 means x=3 is a root with a "multiplicity of 2" (it counts as two roots).
- Include complex roots: Roots don't have to be real numbers. They can include imaginary numbers involving i (where i=โ1โ).
Complex Conjugate Root Theorem
When a polynomial has real coefficients, its complex roots always come in pairs. If a+bi is a root, its complex conjugate aโbi must also be a root.
The Rational Root Theorem
Finding all n roots can be tricky. The Rational Root Theorem gives us a starting point by listing all possible rational roots.
If a polynomial has a rational root qpโ, then:
- p must be a factor of the constant term (the number with no x).
- q must be a factor of the leading coefficient (the number in front of the highest power of x).
Example 1: Finding All Zeros
Problem: Find all zeros of f(x)=x4โ6x3+14x2โ14x+5.
Step 1: Identify the number of roots. The highest power (degree) is 4, so there are exactly 4 roots.
Step 2: Use the Rational Root Theorem to find a real root. The constant term is 5 and the leading coefficient is 1. Possible rational roots: ยฑ11,5โ=1,โ1,5,โ5. Let's test x=1: f(1)=(1)4โ6(1)3+14(1)2โ14(1)+5=1โ6+14โ14+5=0 Since f(1)=0, x=1 is a root.
Step 3: Factor the polynomial. Using synthetic or long division to divide f(x) by (xโ1), we get: x3โ5x2+9xโ5 Test x=1 again on this new polynomial: (1)3โ5(1)2+9(1)โ5=1โ5+9โ5=0 So, x=1 is a root again (it has a multiplicity of 2).
Step 4: Find the remaining roots. Divide x3โ5x2+9xโ5 by (xโ1) to get a quadratic: x2โ4x+5. Now, use the quadratic formula to solve x2โ4x+5=0: x=2(1)โ(โ4)ยฑ(โ4)2โ4(1)(5)โโ x=24ยฑ16โ20โโ=24ยฑโ4โโ x=24ยฑ2iโ=2ยฑi
Final Answer: The 4 roots are 1, 1, 2+i, and 2โi.
Example 2: Using Complex Conjugates
Problem: If 2 and 1+i are zeros of x3โ4x2+6xโ4, find all zeros.
Step 1: Identify the degree. The degree is 3, so there must be exactly 3 roots in total.
Step 2: Apply the Complex Conjugate Theorem. We are given two roots: 2 (a real root) and 1+i (a complex root). Because the polynomial has real coefficients, complex roots must come in conjugate pairs. Since 1+i is a root, its conjugate 1โi must also be a root.
Final Answer: The three roots are 2, 1+i, and 1โi. We have found all 3 roots, perfectly matching the degree of the polynomial!