Polynomials and the Factor Theorem
Why This Matters
# Polynomials and the Factor Theorem This A-Level topic establishes the fundamental relationship between polynomial factors and roots, demonstrating that (x - a) is a factor of polynomial f(x) if and only if f(a) = 0. Students learn to apply the Factor Theorem to factorise higher-degree polynomials, solve polynomial equations, and find unknown coefficients—skills directly examined in Pure Mathematics papers through both structured questions and proof-based problems. Mastery of this theorem is essential for subsequent topics including algebraic division, remainder theorem applications, and sketching polynomial curves, making it a cornerstone of A-Level algebraic manipulation.
Key Words to Know
Core Concepts & Theory
Polynomials are algebraic expressions consisting of terms with non-negative integer powers of a variable. A polynomial of degree n has the form: P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀, where aₙ ≠ 0.
The Factor Theorem states: (x - a) is a factor of polynomial P(x) if and only if P(a) = 0. This is a direct consequence of the Remainder Theorem, which states that when P(x) is divided by (x - a), the remainder is P(a).
Key Terminology:
- Root/Zero: A value of x where P(x) = 0
- Linear factor: An expression of the form (ax + b)
- Degree: The highest power of x in the polynomial
- Coefficient: The numerical factor multiplying each term
Essential Formula for Polynomial Division: P(x) = Q(x) × D(x) + R(x), where Q(x) is the quotient, D(x) is the divisor, and R(x) is the remainder.
Mnemonic: FRED - Factor theorem: Remainder Equals zero when Dividing exactly.
Cambridge Note: When a question asks you to "show that" a linear expression is a factor, you MUST demonstrate that substituting the root gives zero. Simply performing division without verification loses marks.
The multiplicity of a root refers to how many times a factor appears. For example, if (x - 2)³ is a factor, then x = 2 is a root of multiplicity 3, and the graph touches the x-axis at this point without crossing.
Detailed Explanation with Real-World Examples
Think of polynomials as architectural blueprints - they describe curves and structures precisely. Engineers use cubic polynomials to model roller coaster profiles, ensuring smooth transitions and safe G-forces. The Factor Theorem acts like a quality control test, checking if specific points lie exactly on the designed curve.
Real-World Application 1: Computer Graphics Video game designers use Bézier curves (polynomial-based) to create smooth character movements. Finding factors helps identify control points where the animation changes direction. If P(x) represents a character's trajectory and (x - 3) is a factor, the character passes through a key position at time t = 3.
Real-World Application 2: Economics Profit functions P(x) = Revenue - Cost are often cubic polynomials. Break-even points (where profit = 0) are roots. Using the Factor Theorem, businesses identify production levels where P(x) = 0. For example, if P(x) = x³ - 6x² + 11x - 6 and we find P(1) = 0, then producing 1000 units (if x is in thousands) is a break-even point.
Analogy: The Detective Method Imagine P(x) as a locked safe and factors as keys. The Factor Theorem is your master key identifier - testing whether a particular value "unlocks" the polynomial (makes it equal zero). Once you find one key (factor), polynomial division helps you find the remaining keys systematically.
Why It Matters: Without factorization, solving higher-degree equations becomes impossible by hand. The Factor Theorem transforms impossible cubic and quartic equations into manageable quadratics through systematic reduction.
Worked Examples & Step-by-Step Solutions
Example 1: Given P(x) = 2x³ - 5x² - 4x + 3, show that (x - 3) is a factor and factorize completely.
Solution: Step 1 - Apply Factor Theorem: P(3) = 2(3)³ - 5(3)² - 4(3) + 3 = 54 - 45 - 12 + 3 = 0 ✓ Since P(3) = 0, (x - 3) is a factor.
Step 2 - Polynomial division:
2x² + x - 1
_______________
x - 3 | 2x³ - 5x² - 4x + 3
2x³ - 6x²
__________
x² - 4x
x² - 3x
_______
-x + 3
-x + 3
______
0
2x² + x - 1
_______________
x - 3 | 2x³ - 5x² - 4x + 3
2x³ - 6x²
__________
x² - 4x
x² - 3x
_______
-x + 3
-x + 3
______
0
Step 3 - Factor the quadratic: 2x² + x - 1 = (2x - 1)(x + 1)
Final Answer: P(x) = (x - 3)(2x - 1)(x + 1)
Examiner Tip: Always verify your factorization by expanding to check it equals the original.
Example 2: f(x) = x³ + px² + qx - 6 has factors (x - 1) and (x + 3). Find p and q.
Solution: f(1) = 0: 1 + p + q - 6 = 0 → p + q = 5 ... (1) f(-3) = 0: -27 + 9p - 3q - 6 = 0 → 9p - 3q = 33 → 3p - q = 11 ... (2)
Adding equations: 4p = 16 → p = 4 Substituting: q = 5 - 4 = q = 1
Common Exam Mistakes & How to Avoid Them
Mistake 1: Sign Errors in Substitution Why it happens: Students rush when substituting negative values, especially...
Cambridge Exam Technique & Mark Scheme Tips
Question Identification: Factor Theorem questions typically allocate 6-8 marks and appear as multi-part question...
2 more sections locked
Upgrade to Starter to unlock all study notes, audio listening, and more.
Exam Tips
- 1.Always state the Factor Theorem or Remainder Theorem explicitly when using it in your solutions. For example, 'By the Factor Theorem, since P(a)=0, (x-a) is a factor.'
- 2.When finding possible rational roots, be systematic. List all factors of the constant term and leading coefficient to avoid missing any possibilities.
- 3.Practice synthetic division as it is a much faster method than long division for dividing by linear factors, saving valuable time in exams.
- 4.If a question asks you to 'show' that something is a factor, ensure your working clearly demonstrates that P(a) = 0.
- 5.Remember that finding roots of P(x) = 0 is equivalent to finding the x-intercepts of the graph y = P(x).