Fundamental Theorem of Algebra and Factoring
Apply the Fundamental Theorem of Algebra to find all roots of polynomials and completely factor polynomial expressions.
Fundamental Theorem of Algebra and Factoring
The Fundamental Theorem of Algebra
Theorem: Every polynomial equation of degree with complex coefficients has exactly complex roots (counting multiplicity).
Implications
- A polynomial of degree has exactly roots in the complex number system
- Some roots may be repeated (multiplicity > 1)
- Some roots may be real, some may be complex
- Complex roots with real coefficients come in conjugate pairs
Example
The polynomial is degree 3, so it has exactly 3 roots.
If we factor:
The three roots are (all real).
Relationship Between Roots and Factors
If is a root of , then is a factor of .
Conversely: If is a factor of , then is a root of .
Multiplicity
If is a factor but is not, then is a root of multiplicity .
Effects of multiplicity on graphs:
- Multiplicity 1 (simple root): Graph crosses the x-axis
- Multiplicity 2 (double root): Graph touches but doesn't cross (turning point)
- Multiplicity 3: Graph crosses with a flattening
- Even multiplicity: Graph touches x-axis
- Odd multiplicity: Graph crosses x-axis
Complete Factorization
Every polynomial with real coefficients can be factored into:
- Linear factors: where is a real root
- Irreducible quadratic factors: where
Linear Factorization Theorem
If is a polynomial of degree , then:
where is the leading coefficient and are the roots (possibly complex, possibly repeated).
Finding All Roots
Step-by-step process:
- Count the roots: Degree means roots total
- Find rational roots: Use Rational Root Theorem
- Factor out linear factors: Use synthetic division
- Reduce the polynomial: Continue until you have a quadratic or simpler
- Find remaining roots: Use quadratic formula if needed
- Include complex conjugates: If you find , also include
Complex Conjugate Root Theorem
Theorem: If a polynomial has real coefficients and (where ) is a root, then the complex conjugate is also a root.
Consequence for Factoring
If and are roots, the corresponding quadratic factor is:
This is a real quadratic (no imaginary coefficients).
Writing Polynomials from Roots
Given roots, we can construct the polynomial:
Example: Roots are
Factors:
Polynomial:
With complex roots: If roots are :
Number of Real vs Complex Roots
For a polynomial of degree with real coefficients:
- Complex roots come in conjugate pairs
- If is odd, there is at least one real root
- If is even, there may be no real roots
Example Scenarios (degree 4):
- 4 real roots
- 2 real, 2 complex (conjugate pair)
- 0 real, 4 complex (two conjugate pairs)
Descartes' Rule of Signs
For positive roots: Count sign changes in . The number of positive real roots is either equal to the number of sign changes or less by an even number.
For negative roots: Count sign changes in .
Example
Signs: → 2 sign changes Positive roots: 2 or 0
Signs: → 1 sign change Negative roots: 1
📚 Practice Problems
1Problem 1easy
❓ Question:
Find all roots of and write the complete factorization.
💡 Show Solution
Solution:
Given:
Step 1: Check for rational roots
By Rational Root Theorem, possible rational roots are:
Test : ✓
So is a root, and is a factor.
Step 2: Divide by using synthetic division
& 1 & -7 & 14 & -8 \\ 1 & & 1 & -6 & 8 \\ \hline & 1 & -6 & 8 & 0 \end{array}$$ Result: $p(x) = (x - 1)(x^2 - 6x + 8)$ **Step 3: Factor the quadratic** $$x^2 - 6x + 8 = (x - 2)(x - 4)$$ **Step 4: Complete factorization** $$p(x) = (x - 1)(x - 2)(x - 4)$$ **All roots:** $x = 1, 2, 4$ **Verification:** - Degree 3 polynomial → 3 roots ✓ - All roots are real ✓ - Expand: $(x - 1)(x - 2)(x - 4)$ - $(x - 1)(x^2 - 6x + 8) = x^3 - 6x^2 + 8x - x^2 + 6x - 8 = x^3 - 7x^2 + 14x - 8$ ✓2Problem 2medium
❓ Question:
A polynomial of degree 4 has roots at (multiplicity 2) and . Find the polynomial in standard form with leading coefficient 1.
💡 Show Solution
Solution:
Given information:
- Degree 4
- Root: with multiplicity 2
- Roots: and (complex conjugate pair)
Step 1: Write factors
From (multiplicity 2):
From :
From :
Step 2: Combine complex conjugate factors
This is a difference of squares pattern:
Step 3: Form the complete polynomial
Step 4: Expand
First:
Then multiply:
Answer:
Verification:
- Degree 4 ✓
- Leading coefficient 1 ✓
- Has 4 roots total (counting multiplicity) ✓
3Problem 3hard
❓ Question:
Find all roots of and write the complete factorization over the complex numbers.
💡 Show Solution
Solution:
Given:
Step 1: Recognize this as quadratic in form
Let , then:
Step 2: Factor the quadratic
So or
Step 3: Solve for
Case 1:
Case 2:
All roots:
Step 4: Write complete factorization
Or in terms of real quadratics:
Answer:
- Complex factorization:
- Real factorization:
- Roots:
Verification:
- Degree 4 → 4 roots ✓
- All roots are purely imaginary (no real roots) ✓
- Expand: ✓
4Problem 4medium
❓ Question:
A polynomial of degree 5 has zeros at x = 2, x = -1, and x = 3 + i. What other zeros must it have?
💡 Show Solution
Step 1: Apply Fundamental Theorem of Algebra: A polynomial of degree 5 has exactly 5 zeros (counting multiplicities)
Step 2: List known zeros: • x = 2 • x = -1 • x = 3 + i
Step 3: Apply Complex Conjugate Root Theorem: If a polynomial has real coefficients and 3 + i is a zero, then 3 - i must also be a zero
Step 4: Count zeros so far: 2, -1, 3 + i, 3 - i = 4 zeros
Step 5: Find remaining zero: 5 - 4 = 1 more zero needed This could be any real number or a repeated root
Step 6: Most complete answer: Must have: 3 - i May have: one additional real zero or a repeated root
Answer: Must have 3 - i; needs one more zero (real or repeated)
5Problem 5hard
❓ Question:
Factor completely over the complex numbers: f(x) = x⁴ - 16
💡 Show Solution
Step 1: Recognize difference of squares: x⁴ - 16 = (x²)² - 4² = (x² - 4)(x² + 4)
Step 2: Factor x² - 4 (difference of squares): x² - 4 = (x - 2)(x + 2)
Step 3: Factor x² + 4 (sum of squares): Over complex numbers: x² + 4 = x² - (-4) x² = -4 x = ±2i So: x² + 4 = (x - 2i)(x + 2i)
Step 4: Write complete factorization: f(x) = (x - 2)(x + 2)(x - 2i)(x + 2i)
Step 5: Verify (optional): 4 zeros: 2, -2, 2i, -2i Degree 4 polynomial has 4 zeros ✓
Answer: f(x) = (x - 2)(x + 2)(x - 2i)(x + 2i)
Practice with Flashcards
Review key concepts with our flashcard system
Browse All Topics
Explore other calculus topics