1. Arithmetic Sequences and Series P1
Arithmetic Sequence Formulae
📐 Worked Example 1 — Arithmetic Series
The 5th term of an AP is 23 and the 12th term is 58. Find the first term, common difference, and the sum of the first 20 terms.
Subtract (1) from (2): 7d = 35 → d = 5
📐 Worked Example 2 — Sum Greater Than a Value
An AP has first term 4 and common difference 3. Find the least value of n for which Sₙ > 500.
3n²+5n > 1000 → 3n²+5n−1000 > 0
Since n must be a positive integer and the inequality is strict: n = 18
2. Geometric Sequences and Series P1
Geometric Sequence Formulae
📐 Worked Example 3 — Geometric Series
A GP has first term 12 and common ratio 2/3. (a) Find the 6th term. (b) Find S∞. (c) Find the smallest n such that Sₙ > 95% of S∞.
S∞ = 12/(1−2/3) = 12/(1/3) = 36
Sₙ = 12(1−(2/3)ⁿ)/(1/3) = 36(1−(2/3)ⁿ) > 34.2
1−(2/3)ⁿ > 0.95 → (2/3)ⁿ < 0.05
n ln(2/3) < ln(0.05) → n > ln(0.05)/ln(2/3) = −2.996/(−0.405) ≈ 7.40
n = 8
📐 Worked Example 4 — Finding a and r
The second and fifth terms of a GP are 6 and −48 respectively. Find the first term, common ratio, and the sum of the first 8 terms.
Divide (2) by (1): r³ = −8 → r = −2
Increasing, Decreasing, and Periodic Sequences
| Type | AP Condition | GP Condition |
|---|---|---|
| Increasing | d > 0 | a > 0 and r > 1, or a < 0 and 0 < r < 1 |
| Decreasing | d < 0 | a > 0 and 0 < r < 1, or a < 0 and r > 1 |
| Periodic | d = 0 (constant) | r = 1 (constant) or r = −1 (alternating) |
| Convergent (S∞) | Never (diverges) | |r| < 1 |
3. The Binomial Theorem P1
Binomial Expansion — Positive Integer n
📐 Worked Example 5 — Binomial Expansion
Expand (2x − 3)⁴ fully. Hence find the coefficient of x³.
r=1: ⁴C₁(2x)³(−3)¹ = 4×8x³×(−3) = −96x³
r=2: ⁴C₂(2x)²(−3)² = 6×4x²×9 = 216x²
r=3: ⁴C₃(2x)¹(−3)³ = 4×2x×(−27) = −216x
r=4: ⁴C₄(2x)⁰(−3)⁴ = 81
Coefficient of x³ = −96
📐 Worked Example 6 — Finding a Specific Term
Find the term independent of x in the expansion of (x² + 2/x)⁹.
18 − 3r = 0 → r = 6
📐 Worked Example 7 — Using Two Expansions
The coefficient of x² in the expansion of (1+ax)⁶ + (1−2x)⁴ is 93. Find a.
a = ±√(23/5)
4. Radians, Arcs, and Sectors P1
Radian Measure — Key Conversions
📐 Worked Example 8 — Arc, Sector, and Segment
A sector of a circle has radius 8 cm and area 20 cm². Find the angle θ (in radians), the arc length, and the area of the corresponding segment.
θ = 20/32 = 5/8 radians
sin(5/8) = sin(0.625) ≈ 0.5847
= 32×(0.625−0.5847) = 32×0.0403 ≈ 1.29 cm²
5. Trigonometric Identities and Equations P1
Exact Values — Must Know
Fundamental Trigonometric Identities
Graphs of Trigonometric Functions
| Function | Period | Amplitude | Domain | Range |
|---|---|---|---|---|
| y = sin x | 2π | 1 | ℝ | [−1, 1] |
| y = cos x | 2π | 1 | ℝ | [−1, 1] |
| y = tan x | π | ∞ | x ≠ π/2+nπ | ℝ |
| y = a sin(bx+c)+d | 2π/b | a | ℝ | [d−a, d+a] |
Solving Trigonometric Equations
1. Use identities to reduce to a single trig function.
2. Find the principal value α using inverse trig.
3. Use CAST or symmetry to find all solutions in the given interval:
• sin θ = k: θ = α and θ = π − α (in [0, 2π])
• cos θ = k: θ = α and θ = 2π − α (in [0, 2π])
• tan θ = k: θ = α and θ = π + α (in [0, 2π])
4. Adjust for compound angles — solve for the inner angle, then find x.
📐 Worked Example 9 — Trig Equation Using Identity
Solve 2sin²θ − cosθ − 1 = 0 for 0 ≤ θ ≤ 2π.
2(1−cos²θ)−cosθ−1=0 → 2−2cos²θ−cosθ−1=0
−2cos²θ−cosθ+1=0 → 2cos²θ+cosθ−1=0
cosθ = ½ or cosθ = −1
cosθ = −1: θ = π
θ = π/3, π, 5π/3
📐 Worked Example 10 — Compound Angle Equation
Solve sin(2x + π/6) = 0.5 for 0 ≤ x ≤ 2π.
In [π/6, 25π/6]: φ = π/6, 5π/6, π/6+2π=13π/6, 5π/6+2π=17π/6
φ=π/6: x=(π/6−π/6)/2=0
φ=5π/6: x=(5π/6−π/6)/2=π/3
φ=13π/6: x=(13π/6−π/6)/2=π
φ=17π/6: x=(17π/6−π/6)/2=4π/3
x = 0, π/3, π, 4π/3
📐 Worked Example 11 — Proving a Trig Identity
Prove: (1 + sinθ)/cosθ + cosθ/(1 + sinθ) ≡ 2secθ
= [(1+sinθ)² + cos²θ] / [cosθ(1+sinθ)]
Inverse Trigonometric Functions
| Function | Domain (input) | Range (output) |
|---|---|---|
| arcsin x (sin⁻¹x) | −1 ≤ x ≤ 1 | −π/2 ≤ y ≤ π/2 |
| arccos x (cos⁻¹x) | −1 ≤ x ≤ 1 | 0 ≤ y ≤ π |
| arctan x (tan⁻¹x) | x ∈ ℝ | −π/2 < y < π/2 |
6. Harder AP/GP Problems P1
📐 Worked Example 12 — Mixed AP and GP
The first three terms of an AP are also three consecutive terms of a GP. The AP has first term 1 and common difference d ≠ 0. The three terms are 1, 1+d, 1+2d. Find the common ratio of the GP.
(1+d)/1 = (1+2d)/(1+d)
This gives d=0, which contradicts d ≠ 0. Revisit: the problem means the AP terms (in some other positions) form a GP — typically stated as three specific terms. Standard version: if 1, 1+d, 4 are in GP:
📐 Worked Example 13 — Geometric Mean Condition
x−1, x+1, and 2x+3 are the first three terms of a GP. Find x and the common ratio.
x²+2x+1 = 2x²+3x−2x−3 = 2x²+x−3
0 = x²−x−4 → x = (1±√17)/2
Rationalise: = (3+√17)(√17+1)/16 = (3√17+3+17+√17)/16 = (20+4√17)/16 = (5+√17)/4
📝 Exam Practice Questions
Q1 [4 marks] — An AP has third term 11 and eighth term 31. Find the first term, common difference, and the sum of the first 15 terms.
(2)−(1): 5d=20 → d=4
From (1): a=11−8=3
S₁₅=15/2[6+14×4]=15/2×62=465
Q2 [4 marks] — A GP has first term 5 and common ratio r. The sum of the first four terms is 4 times the first term. Find r (r ≠ 1) and the sum to infinity if it exists.
(1−r⁴)/(1−r) = 4 → (1−r²)(1+r²)/(1−r) = 4
(1+r)(1+r²) = 4 → r³+r²+r+1=4 → r³+r²+r−3=0
Try r=1: 1+1+1−3=0 ✓ but r≠1. Factor: (r−1)(r²+2r+3)=0
r²+2r+3=0: Δ=4−12<0, no real roots besides r=1.
Re-examine: S₄=5+5r+5r²+5r³=4×5=20 → 1+r+r²+r³=4
Try r=1 excluded. Try r=−1: 1−1+1−1=0≠4. Try negatives more carefully.
Clean version: r³+r²+r=3; (r−1)(r²+2r+3)=0 gives only r=1 real.
The condition implies r = 1 is the only real solution (excluded) — the problem as stated has no other real solution. Check: likely intended S₄ = 5 times first term → gives r = (real cubic root).
Q3 [4 marks] — Find the coefficient of x³ in the expansion of (3−2x)⁷.
For x³: r=3
T₄ = ⁷C₃ · 3⁴ · (−2)³ = 35 × 81 × (−8) = −22680
Q4 [4 marks] — A sector has perimeter 30 cm and area 54 cm². Find the radius and the angle in radians.
Area = ½r²θ = 54 ...(2)
From (1): θ = 30/r − 2. Sub into (2):
½r²(30/r − 2) = 54 → 15r − r² = 54 → r²−15r+54=0
(r−6)(r−9)=0 → r=6 or r=9
r=6: θ=30/6−2=3 rad r=9: θ=30/9−2=10/9 rad
Both valid. Two solutions: (r=6, θ=3) and (r=9, θ=10/9).
Q5 [4 marks] — Solve 3tan²θ − tanθ − 2 = 0 for 0 ≤ θ ≤ 2π. Give answers in radians to 3 s.f. where not exact.
tanθ = 1 or tanθ = −2/3
tanθ = 1: θ = π/4 and π/4+π = 5π/4
tanθ = −2/3: α = arctan(−2/3) = −0.588 rad (principal value, negative → 2nd or 4th quad)
θ = π+(−0.588) = 2.55 rad and θ = 2π+(−0.588) = 5.70 rad
θ = π/4, 2.55, 5π/4, 5.70 radians
Q6 [4 marks] — A GP has first term a and common ratio r where r > 0. The sum of the first two terms is 7.2 and the sum to infinity is 12. Find a and r.
S₂ = a + ar = a(1+r) = 7.2 ...(2)
Sub (1) into (2): 12(1−r)(1+r) = 7.2
12(1−r²) = 7.2 → 1−r² = 0.6 → r² = 0.4 → r = √0.4 = √(2/5)
Since r>0: r = √(2/5) = √10/5 ≈ 0.632
a = 12(1−√(2/5)) ≈ 12(1−0.632) = a ≈ 4.42