Polynomials and Factorisation — Class 9 Mathematics
1. Polynomials — Definition and Types
p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀ (aₙ ≠ 0). Degree = n (highest power). Types by degree: Constant (degree 0). Linear (degree 1). Quadratic (2). Cubic (3).
2. Zeroes of a Polynomial
A real number 'a' is a ZERO of p(x) if p(a) = 0. A linear polynomial has EXACTLY 1 zero. A quadratic polynomial can have at MOST 2 zeroes. Geometry: zero = x-coordinate where graph crosses x-axis.
3. Remainder Theorem
When p(x) is divided by (x−a), the REMAINDER = p(a). 'You don't need to perform long division to find the remainder. Just PLUG x=a into the polynomial.'
Example: Find remainder when p(x)=x³−2x²+4x−5 is divided by (x−2). p(2) = 8−8+8−5 = 3. The remainder is 3.
4. Factor Theorem
(x−a) is a FACTOR of p(x) ⇔ p(a) = 0. The converse of the Remainder Theorem. Example: Is (x+1) a factor of x³+x²−x−1? p(−1) = −1+1+1−1 = 0. YES — (x+1) is a factor.
Factorising Cubic Polynomials
- Find ONE zero by trial (check factors of constant term). 2. Divide the cubic by (x−zero) to get a quadratic. 3. Factorise the quadratic (by splitting middle term).
5. Key Algebraic Identities
| Identity | Use |
|---|---|
| (a+b)² = a²+2ab+b² | Expand |
| (a−b)² = a²−2ab+b² | Expand |
| a²−b² = (a+b)(a−b) | Factorise difference of squares |
| (x+a)(x+b) = x²+(a+b)x+ab | Expand |
| a³+b³ = (a+b)(a²−ab+b²) | Factorise sum of cubes |
| a³−b³ = (a−b)(a²+ab+b²) | Factorise difference of cubes |
| (a+b)³ = a³+3a²b+3ab²+b³ | Expand |
| (a+b+c)² = a²+b²+c²+2ab+2bc+2ca | Expand |
6. Worked Example — Factorising a Cubic
Factorise: x³ − 3x² − 9x − 5. Try factors of constant (−5): ±1, ±5. p(−1) = −1−3+9−5 = 0. So (x+1) is a factor. Divide: (x³−3x²−9x−5) ÷ (x+1) = x²−4x−5. Factorise quadratic: x²−4x−5 = (x−5)(x+1). Full factorisation: x³−3x²−9x−5 = (x+1)(x+1)(x−5) = (x+1)²(x−5).
Common Mistakes
- Confusing (a+b)³ EXPANSION with a³+b³ FACTORISATION. They are DIFFERENT.
- Forgetting that (a+b)³ has FOUR terms (a³+3a²b+3ab²+b³), not two.
More Worked Examples
Example — Finding Zeroes Graphically: Find the zeroes of p(x) = x²−2x−8. Factorise: (x−4)(x+2). Zeroes: 4, −2. Check: p(4) = 16−8−8 = 0 ✓. p(−2) = 4+4−8 = 0 ✓.
Example — Factor Theorem Application: Is (x+3) a factor of p(x) = x³+x²−9x−9? p(−3) = −27+9+27−9 = 0. YES. Factor: (x+3)(x²−2x−3) = (x+3)(x−3)(x+1).
Example — Identity Application: Evaluate 105×95 using identity. 105×95 = (100+5)(100−5) = 100²−5² = 10000−25 = 9975.
Key Exam Tips
- For Remainder Theorem: the remainder when dividing by (x−a) is p(a). For (x+a), evaluate p(−a).
- For factorisation: FIRST check for common factors. THEN try identities. THEN split middle term. THEN Factor Theorem for cubics.
- 'ALWAYS verify your factorisation by expanding back — it takes 10 seconds and catches errors.'
Types of Polynomials by Degree
Constant (degree 0): p(x) = 5. No variable. Graph: horizontal line. Linear (degree 1): p(x) = 2x+3. ONE zero. Graph: straight line. Quadratic (degree 2): p(x) = x²−4x+3. UP TO 2 zeroes. Graph: PARABOLA. Cubic (degree 3): p(x) = x³−6x²+11x−6. UP TO 3 zeroes. Graph: S-curve.
Graph of a Quadratic Polynomial
y = ax²+bx+c is a PARABOLA. a > 0: opens UPWARD (∪ — minimum). a < 0: opens DOWNWARD (∩ — maximum). The zeroes are the x-coordinates where the parabola crosses the x-axis. 'The number of zeroes = the number of times the graph crosses the x-axis. This is the GEOMETRIC MEANING of zeroes.'
Quick Revision — Key Identities
(a+b)² = a²+2ab+b². (a−b)² = a²−2ab+b². a²−b² = (a+b)(a−b). (x+a)(x+b) = x²+(a+b)x+ab. (a+b+c)² = a²+b²+c²+2ab+2bc+2ca. a³+b³ = (a+b)(a²−ab+b²). a³−b³ = (a−b)(a²+ab+b²).
Factorisation Strategy — Step by Step
When asked to factorise a polynomial, follow this order:
- Check for a common factor — if every term has a common factor, take it out FIRST. Example: 3x³+6x²+3x = 3x(x²+2x+1) = 3x(x+1)².
- Check if it fits an identity — a²−b², a²+2ab+b², a³±b³, etc.
- Split the middle term (quadratics) — x²+5x+6. Find two numbers with sum=5, product=6 → 2 and 3 → (x+2)(x+3).
- Factor Theorem (cubics) — find one zero by trial, divide, factorise the quadratic.
Common Factorisation Mistakes and Fixes
| Mistake | Why It Happens | Fix |
|---|---|---|
| x²−4 = (x−2)² | Confusing a²−b² with (a−b)² | a²−b² = (a+b)(a−b). (a−b)² = a²−2ab+b². They are DIFFERENT. |
| x³−8 = (x−2)(x²+2x+4) but student writes x²+4 | Forgetting the middle term in a³−b³ | Formula: a³−b³ = (a−b)(a²+ab+b²). The "ab" term is needed. |
| Forgetting common factor first | Jumping to complex methods | ALWAYS check for common factors before anything else. |
| Sign errors in splitting middle term | Rushing | Verify: sum and product must be EXACT. Check sign of constant term. |
Advanced Worked Examples
Example — Factorise 4x² − 25y²: This is a²−b² with a=2x, b=5y. 4x²−25y² = (2x+5y)(2x−5y).
Example — Factorise x⁴ − 16: Treat as (x²)² − 4² = (x²+4)(x²−4) = (x²+4)(x+2)(x−2). 'Difference of squares applied TWICE — a common 3-mark question.'
Example — Evaluate Using Identity: 103²: 103² = (100+3)² = 100²+2(100)(3)+3² = 10000+600+9 = 10609.
Example — Factorise x³ − 23x² + 142x − 120: Try x=1 → 1−23+142−120 = 0. (x−1) is a factor. Divide: (x³−23x²+142x−120)÷(x−1) = x²−22x+120. Factorise quadratic: (x−10)(x−12). Full factorisation: (x−1)(x−10)(x−12). Zeroes: 1, 10, 12.
Example — Factorise 8x³ + 27y³: This is (2x)³+(3y)³ = (2x+3y)((2x)²−(2x)(3y)+(3y)²) = (2x+3y)(4x²−6xy+9y²).
Remainder Theorem — Word Problems
Problem: When p(x) = x³ + kx² − 4x + 2 is divided by (x−2), the remainder is 14. Find k. p(2) = 8 + 4k − 8 + 2 = 14 → 4k + 2 = 14 → 4k = 12 → k = 3.
Problem: p(x) = 2x³ + ax² + bx − 10. (x+1) gives remainder −18. (x−1) gives remainder −6. Find a and b. p(−1) = −2 + a − b − 10 = −18 → a − b = −6 ... (1). p(1) = 2 + a + b − 10 = −6 → a + b = 2 ... (2). Add (1) and (2): 2a = −4 → a = −2. From (2): −2 + b = 2 → b = 4. So a = −2, b = 4.
Division Algorithm for Polynomials
p(x) = g(x) × q(x) + r(x), where deg(r) < deg(g). Dividend = Divisor × Quotient + Remainder. 'Use this to VERIFY your division. If dividend ≠ divisor × quotient + remainder, you made an error in division.'
Exam Focus — AP Board (BSEAP)
| Question Type | Marks |
|---|---|
| Identify degree/type of polynomial | 1 |
| Find zeroes (linear and quadratic) | 2-3 |
| Remainder Theorem application | 2-3 |
| Factor Theorem — check if (x−a) is a factor | 2 |
| Factorise cubic polynomial | 4-5 |
| Evaluate using identities (without direct calculation) | 2-3 |
Common AP Exam Question Patterns
- 'Find the remainder when p(x) is divided by (x−a).' — Direct Remainder Theorem. Substitute x=a.
- 'Is (x+2) a factor of p(x)?' — Check if p(−2) = 0.
- 'Factorise x³ − 6x² + 11x − 6.' — Use Factor Theorem, find first zero by trial.
- 'Evaluate 102 × 98 using an identity.' — Write as (100+2)(100−2) = 100²−2².
- 'If (x−1) is a factor of x³+kx²−x−1, find k.' — p(1)=0, solve for k.
Key Exam Tips
- 'Without actual division' in the question means USE the Remainder Theorem.
- 'Using suitable identity, evaluate...' means do NOT multiply directly. Rewrite as a²−b² or (a±b)².
- For cubic factorisation: ALWAYS try factors of the constant term first (±1, ±2, ±3, etc.).
- After factorising, write 'Zeroes are...' and list them — many students forget this 1-mark step.
- Memorise a³+b³ and a³−b³ identities — they appear in at least one question every year.
Quick Self-Test
- Degree of polynomial p(x) = 4x⁵ − 3x² + 7? (Answer: 5.)
- Zero of p(x) = 2x − 6? (Answer: x = 3.)
- Remainder when x³+x²−3x+5 is divided by (x+1)? (Answer: p(−1)=−1+1+3+5=8.)
- Factorise x² − 9. (Answer: (x+3)(x−3).)
- Is (x−2) a factor of x³ − 8? (Answer: p(2)=8−8=0. Yes.)
- Expand (x+3)³ using identity. (Answer: x³+9x²+27x+27.)
