1. Quadratic Equations — The Discriminant and Nature of Roots
The Discriminant — Nature of Roots
Δ > 0 → two distinct real roots (graph crosses x-axis twice)
Δ = 0 → one repeated (equal) real root (graph touches x-axis once — tangent to x-axis)
Δ < 0 → no real roots (graph does not intersect x-axis)
📐 Worked Example 1 — Using the Discriminant
Find the values of k for which kx² + (k+2)x + 1 = 0 has (a) two distinct real roots (b) equal roots (c) no real roots.
Δ = (k+2)² − 4(k)(1) = k²+4k+4 − 4k = k²+4
Wait — let me re-examine: Δ = (k+2)² − 4k = k²+4k+4−4k = k²+4.
Hmm, k²+4 > 0 for all real k. So Δ is always positive unless k=0 (not quadratic).
a=k, b=−3, c=k. Δ = 9 − 4k²
9 − 4k² > 0 → 4k² < 9 → k² < 9/4 → −3/2 < k < 3/2 (and k ≠ 0)
9 − 4k² = 0 → k² = 9/4 → k = ±3/2
9 − 4k² < 0 → k < −3/2 or k > 3/2
Quadratic Inequalities
1. Rearrange to get 0 on one side: f(x) > 0, f(x) < 0, f(x) ≥ 0, or f(x) ≤ 0
2. Factorise (or find roots using the quadratic formula)
3. Sketch the parabola — identify where it is above/below the x-axis
4. Write the solution using inequalities
Key pattern:
f(x) = a(x−p)(x−q) with a > 0 (U-shape):
f(x) < 0 → p < x < q (BETWEEN the roots — single interval)
f(x) > 0 → x < p or x > q (OUTSIDE the roots — two separate regions)
📐 Worked Example 2 — Quadratic Inequalities
Solve: (a) x² − 5x + 6 < 0 (b) 2x² + x − 6 ≥ 0 (c) x² − 6x + 9 > 0
Roots: x=2 and x=3. U-shape parabola is below x-axis BETWEEN roots.
2 < x < 3
Roots: x=3/2 and x=−2. U-shape is above x-axis OUTSIDE roots.
x ≤ −2 or x ≥ 3/2
(x−3)² > 0 when x ≠ 3 (equals 0 only at x=3).
x ∈ ℝ, x ≠ 3
Completing the Square — Advanced Applications
📐 Worked Example 3 — Maximum/Minimum Values
Express f(x) = 3x² − 12x + 7 in the form a(x+p)²+q. Hence state: (a) the minimum value of f(x) (b) the value of x at which it occurs (c) the range of f (d) the equation of the axis of symmetry.
3(x² − 4x) + 7
3(x² − 4x + 4 − 4) + 7 = 3[(x−2)² − 4] + 7
= 3(x−2)² − 12 + 7 = 3(x−2)² − 5
(b) Occurs at x = 2
(c) Range: f(x) ≥ −5
(d) Axis of symmetry: x = 2
Condition for ax² + bx + c Always Positive or Always Negative
Always positive (above x-axis for all x): a > 0 AND Δ < 0
Always negative (below x-axis for all x): a < 0 AND Δ < 0
Always non-negative (touches x-axis): a > 0 AND Δ = 0
This is extremely useful for proving inequalities and finding ranges of expressions.
📐 Worked Example 4 — Always Positive
Show that x² + 3x + 5 > 0 for all real x.
Therefore x² + 3x + 5 > 0 for all x ∈ ℝ. ✓
2. Polynomials — Division, Remainder Theorem, Factor Theorem
Polynomial Long Division
f(x) = d(x) × q(x) + r(x)
where q(x) is the quotient and r(x) is the remainder. The degree of r(x) < degree of d(x).
When dividing by a linear factor (x−a), the remainder is a constant.
📐 Worked Example 5 — Polynomial Long Division
Divide f(x) = 2x³ + 3x² − 8x + 3 by (x − 1). Hence fully factorise f(x).
2x²(x−1) = 2x³−2x². Remainder: (2x³+3x²) − (2x³−2x²) = 5x²
5x(x−1) = 5x²−5x. Remainder: (5x²−8x) − (5x²−5x) = −3x
−3(x−1) = −3x+3. Remainder: (−3x+3)−(−3x+3) = 0
Factorise 2x²+5x−3 = (2x−1)(x+3)
f(x) = (x−1)(2x−1)(x+3)
The Remainder Theorem
Remainder Theorem
This allows finding the remainder WITHOUT performing long division.
The Factor Theorem
Factor Theorem
The factor theorem is a special case of the remainder theorem where the remainder is zero.
📐 Worked Example 6 — Remainder and Factor Theorems
f(x) = x³ + ax² − 7x + b. When f(x) is divided by (x−2) the remainder is 6. (x+3) is a factor of f(x). Find a and b, then fully factorise f(x).
8 + 4a − 14 + b = 6 → 4a + b = 12 ... (1)
−27 + 9a + 21 + b = 0 → 9a + b = 6 ... (2)
Let me use cleaner values: try f(2)=6: 8+4a−14+b=6 → 4a+b=12, and f(−3)=0: −27+9a+21+b=0 → 9a+b=6.
Subtracting: 5a=−6 → a=−6/5. Not integer. Revised example: remainder when dividing by (x−2) is 4 (not 6):
4a+b=10 and 9a+b=6 → 5a=−4 → still not clean.
Revised: f(2)=0 (factor) and f(−3) gives remainder 4:
f(2)=0: 8+4a−14+b=0 → 4a+b=6 ...(1)
f(−3)=4: −27+9a+21+b=4 → 9a+b=10 ...(2)
(2)−(1): 5a=4 → still not clean. Use a=2, b=−2 directly:
Clean version: a=1, b=−6:
f(x) = x³+x²−7x−6 (well known factorisation: try f(−1)=−1+1+7−6=1≠0; f(2)=8+4−14−6=−8≠0; f(3)=27+9−21−6=9≠0; f(−2)=−8+4+14−6=4≠0. Try (x+1): f(−1)=−1+1+7−6=1≠0.)
Use standard example: f(x) = 2x³−3x²−11x+6, a=−3/2, b=3, x=−2: f(−2)=−16−12+22+6=0 ✓
So (x+2) is a factor. Divide: 2x³−3x²−11x+6 ÷ (x+2) = 2x²−7x+3 = (2x−1)(x−3)
f(x) = (x+2)(2x−1)(x−3)
📐 Worked Example 7 — Finding Unknown Coefficients
g(x) = 2x³ + px² + qx − 6. Given that (x−1) and (x+2) are both factors of g(x), find p and q. Hence fully factorise g(x).
2x³+5x²−x−6 ÷ (x²+x−2) = 2x+3
g(x) = (x−1)(x+2)(2x+3)
3. Partial Fractions
Three Types of Partial Fractions
| Type | Form of Denominator | Partial Fraction Form |
|---|---|---|
| Type 1 | Two distinct linear factors (ax+b)(cx+d) |
A/(ax+b) + B/(cx+d) |
| Type 2 | Repeated linear factor (ax+b)²(cx+d) |
A/(ax+b) + B/(ax+b)² + C/(cx+d) |
| Type 3 | Irreducible quadratic factor (ax²+bx+c)(dx+e) |
(Ax+B)/(ax²+bx+c) + C/(dx+e) |
📐 Worked Example 8 — Type 1: Two Distinct Linear Factors
Express (5x + 1)/[(x+1)(x−2)] as partial fractions.
5x+1 = A(x−2) + B(x+1)
Let x = 2: 11 = A(0) + B(3) → B = 11/3
Let x = −1: −4 = A(−3) + B(0) → A = 4/3
📐 Worked Example 9 — Type 2: Repeated Linear Factor
Express (3x² + x + 1)/[(x−1)²(x+2)] as partial fractions.
3x²+x+1 = A(x−1)(x+2) + B(x+2) + C(x−1)²
Let x = −2: 11 = A(0) + B(0) + C(9) → C = 11/9
x=0: 1 = A(−1)(2) + B(2) + C(1) = −2A + 10/3 + 11/9
1 = −2A + 30/9 + 11/9 = −2A + 41/9
2A = 41/9−1 = 32/9 → A = 16/9
📐 Worked Example 10 — Improper Fraction (Degree ≥ Degree)
Express (2x² + 3x − 1)/[(x+1)(x−2)] as partial fractions.
(x+1)(x−2) = x²−x−2. Divide 2x²+3x−1 by x²−x−2:
2x²+3x−1 = 2(x²−x−2) + (5x+3)
So: (2x²+3x−1)/[(x+1)(x−2)] = 2 + (5x+3)/[(x+1)(x−2)]
5x+3 = A(x−2)+B(x+1)
x=2: 13 = 3B → B = 13/3
x=−1: −2 = −3A → A = 2/3
1. Check if improper (degree numerator ≥ degree denominator) → divide first.
2. Factorise the denominator completely.
3. Write the correct form of partial fractions for each factor type.
4. Multiply through and use substitution (cover-up method) for distinct linear factors.
5. For repeated or quadratic factors, also compare coefficients.
6. Always verify by recombining over the common denominator.
4. Simultaneous Equations — One Linear, One Quadratic
When one equation is linear and one is quadratic, substitute the linear equation into the quadratic. The discriminant of the resulting equation tells you how many intersection points exist.
After substitution, get ax²+bx+c = 0.
Δ > 0 → two distinct intersection points (line crosses curve twice)
Δ = 0 → one intersection (line is tangent to curve)
Δ < 0 → no intersection (line misses curve entirely)
📐 Worked Example 11 — Line Tangent to a Curve
Find the values of k for which the line y = kx + 3 is tangent to the curve y = x² + 2x − 1.
kx+3 = x²+2x−1 → x²+(2−k)x−4 = 0
(2−k)²−4(1)(−4) = 0
4−4k+k²+16 = 0
k²−4k+20 = 0
This means there is no real value of k for which the line is tangent!
(Revised: try y=kx+3 tangent to y=x²−4x+1)
kx+3 = x²−4x+1 → x²−(4+k)x−2=0
Δ=0: (4+k)²+8=0 → (4+k)²=−8 → still no real k.
Working example: Line y=kx−5 tangent to y=x²:
kx−5=x² → x²−kx+5=0. Δ=k²−20=0 → k = ±2√5
5. Algebraic Identities and Proof
📐 Worked Example 12 — Proving an Identity
Prove that (x+1)³ − (x−1)³ ≡ 2(3x²+1).
= x³+3x²+3x+1−x³+3x²−3x+1
= 6x²+2 = 2(3x²+1) = RHS ✓
📐 Worked Example 13 — Polynomial Identity (Comparing Coefficients)
Given that 2x³+7x²+2x−3 ≡ (2x−1)(x²+ax+b) + c for all x, find a, b, and c.
= 2x³+(2a−1)x²+(2b−a)x+(−b+c)
x²: 2a−1 = 7 → a = 4
x¹: 2b−a = 2 → 2b−4 = 2 → b = 3
x⁰: −b+c = −3 → −3+c = −3 → c = 0
📝 Exam Practice Questions
Q1 [4 marks] — Find the values of k for which x² + (k−2)x + (2k+1) = 0 has real roots. For what value of k does the equation have equal roots?
Δ = (k−2)² − 4(2k+1) = k²−4k+4−8k−4 = k²−12k
k²−12k ≥ 0 → k(k−12) ≥ 0
k ≤ 0 or k ≥ 12
Equal roots: Δ = 0 → k(k−12) = 0 → k = 0 or k = 12
Q2 [3 marks] — Solve the inequality 2x² − 7x − 4 < 0.
Roots: x = −½ and x = 4. U-shaped parabola (a=2>0).
Parabola is below x-axis BETWEEN the roots:
−½ < x < 4
Q3 [4 marks] — f(x) = x³ + 3x² + px + q. Given that (x+2) is a factor and that when f(x) is divided by (x−1) the remainder is 12, find p and q. Hence fully factorise f(x).
f(1) = 12: 1+3+p+q = 12 → p+q = 8 ... (2)
(2)−(1): 3p = 12 → p = 4. From (2): q = 4
f(x) = x³+3x²+4x+4. (x+2) is a factor → divide:
x³+3x²+4x+4 ÷ (x+2) = x²+x+2
Δ of x²+x+2: 1−8=−7<0 → no further real factors
f(x) = (x+2)(x²+x+2)
Q4 [4 marks] — Express (4x² − 3x + 5)/[(2x+1)(x−2)²] as partial fractions.
4x²−3x+5 = A(x−2)² + B(2x+1)(x−2) + C(2x+1)
x=2: 16−6+5=15 = C(5) → C = 3
x=−½: 1+3/2+5=15/2 = A(25/4) → A = (15/2)×(4/25) = A = 6/5
Compare x²: 4 = A+2B → 4 = 6/5+2B → 2B = 14/5 → B = 7/5
Result: 6/[5(2x+1)] + 7/[5(x−2)] + 3/(x−2)²
Q5 [3 marks] — Show that x² + 4x + 7 > 0 for all real values of x.
a = 1 > 0 (opens upward). Δ = 16−28 = −12 < 0.
Since a > 0 and Δ < 0, the parabola opens upward and never crosses the x-axis.
Therefore x²+4x+7 > 0 for all x ∈ ℝ. ✓
Method 2 — Completing the square:
x²+4x+7 = (x+2)²+3. Since (x+2)² ≥ 0 for all x, (x+2)²+3 ≥ 3 > 0. ✓
Q6 [3 marks] — Given that 3x³−2x²+5x−4 ≡ (x−1)(ax²+bx+c)+d for all x, find a, b, c, and d.
= ax³+(b−a)x²+(c−b)x+(d−c)
Compare coefficients:
x³: a = 3
x²: b−a = −2 → b−3 = −2 → b = 1
x¹: c−b = 5 → c−1 = 5 → c = 6
x⁰: d−c = −4 → d−6 = −4 → d = 2
Note: d=2 confirms remainder when dividing by (x−1) is 2. Check: f(1)=3−2+5−4=2 ✓