Geometric Progressions (GP)
CSEC Additional Mathematics Essential Knowledge: Geometric Progressions (GP) are sequences where each term is obtained by multiplying the previous term by a constant factor. Understanding GP is crucial for modeling exponential growth and decay, calculating compound interest, and solving problems involving repeated multiplication patterns. Mastery of GP formulas is essential for success in sequences, series, and financial mathematics.
Key Concept: A Geometric Progression (GP) is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the “common ratio” (denoted by \(r\)). If \(a\) is the first term, then the sequence is: \(a, ar, ar^2, ar^3, \ldots\)
Part 1: Recognizing Geometric Progressions
Identifying GP Sequences
For a sequence to be a GP, the ratio between consecutive terms must be constant:
Where \(r\) is the common ratio, and \(T_n\) represents the \(n\)th term.
Example: GP Sequence
Sequence: 2, 6, 18, 54, 162, …
\(r = \frac{6}{2} = 3\)
\(r = \frac{18}{6} = 3\) ✓
\(r = \frac{54}{18} = 3\) ✓
Constant ratio: This is a GP with \(r = 3\)
Example: NOT a GP
Sequence: 3, 6, 10, 15, 21, …
\(\frac{6}{3} = 2\)
\(\frac{10}{6} = 1.67\) ✗
\(\frac{15}{10} = 1.5\) ✗
Different ratios: This is NOT a GP
Determine if each sequence is a GP. If yes, find the common ratio \(r\).
\(\frac{15}{5} = 3\), \(\frac{45}{15} = 3\), \(\frac{135}{45} = 3\) ✓
GP with \(r = 3\)
\(\frac{8}{16} = 0.5\), \(\frac{4}{8} = 0.5\), \(\frac{2}{4} = 0.5\) ✓
GP with \(r = 0.5\)
\(\frac{4}{-2} = -2\), \(\frac{-8}{4} = -2\), \(\frac{16}{-8} = -2\) ✓
GP with \(r = -2\)
\(\frac{x^2}{x} = x\), \(\frac{x^3}{x^2} = x\) ✓
GP with \(r = x\)
Key Insight: The common ratio \(r\) can be positive (all terms same sign), negative (alternating signs), greater than 1 (growth), between 0 and 1 (decay), or negative with absolute value less than 1 (alternating decay). All are valid geometric progressions!
Part 2: The nth Term Formula
Finding Any Term in a GP
Where:
- \(T_n\) = the nth term
- \(a\) = first term (\(T_1\))
- \(r\) = common ratio
- \(n\) = term number
Find the 8th term of the GP: 3, 6, 12, 24, …
Which term of the GP 2, 6, 18, 54, … is 4374?
Three Variables Formula
Given any three, you can find the fourth
Relationship Between Terms
Ratio between terms m and n
Middle Term Property
Square of middle term equals product of neighbors
Part 3: Sum of n Terms of a GP
Calculating Finite Sums
When \(r \neq 1\)
Alternative form: \(S_n = \frac{a(r^n – 1)}{r – 1}\)
Use this for all cases except \(r = 1\)
When \(r = 1\)
Reason: All terms are equal to \(a\)
Example: 5, 5, 5, 5, … has sum \(5n\)
Memory Aid: For \(r \neq 1\), use \(S_n = \frac{a(1 – r^n)}{1 – r}\) when \(|r| < 1\) (usually gives positive denominator), and \(S_n = \frac{a(r^n - 1)}{r - 1}\) when \(|r| > 1\) (avoids negative denominator).
Find the sum of the first 6 terms of the GP: 2, 6, 18, 54, …
Find the sum of the first 5 terms of the GP: 64, 32, 16, 8, …
Part 4: Sum to Infinity
Infinite Geometric Series
For a GP with \(|r| < 1\), the sum to infinity converges to a finite value:
If \(|r| ≥ 1\), the sum to infinity does not exist (diverges)
When \(|r| < 1\), as \(n → ∞\), \(r^n → 0\). So:
Visual Example: Adding \(\frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \frac{1}{16} + \cdots\) gets closer and closer to 1, but never exceeds it.
Find the sum to infinity of the GP: 16, 4, 1, 0.25, …
Express 0.777… (0.\overline{7}) as a fraction using GP.
Critical Check: The sum to infinity formula \(S_\infty = \frac{a}{1 – r}\) ONLY applies when \(|r| < 1\). If \(|r| ≥ 1\), the series diverges (sum to infinity doesn't exist). Always verify this condition before using the formula!
Part 5: Real-World Applications
GP in Practical Situations
Common Applications of Geometric Progressions:
Problem: $1000 is invested at 5% per annum compound interest. Find the amount after 10 years.
Problem: A bacteria culture doubles every hour. If initially there are 100 bacteria, how many will there be after 6 hours?
Part 6: CSEC Past Paper Questions
Exam-Style Questions
Question: The third term of a geometric progression is 36 and the sixth term is 972.
(a) Find the common ratio.
(b) Find the first term.
(c) Calculate the sum of the first 8 terms.
\(T_3 = ar^2 = 36\)
\(T_6 = ar^5 = 972\)
Divide: \(\frac{T_6}{T_3} = \frac{ar^5}{ar^2} = r^3 = \frac{972}{36} = 27\)
So \(r^3 = 27\) ⇒ \(r = 3\) (since \(3^3 = 27\))
Using \(T_3 = ar^2 = 36\):
\(a × 3^2 = 36\) ⇒ \(9a = 36\) ⇒ \(a = 4\)
\(a = 4\), \(r = 3\), \(n = 8\)
\(S_8 = \frac{a(r^n – 1)}{r – 1} = \frac{4(3^8 – 1)}{3 – 1}\)
\(3^8 = 6561\)
\(S_8 = \frac{4(6561 – 1)}{2} = \frac{4 × 6560}{2} = 2 × 6560 = 13120\)
Question: The sum to infinity of a geometric progression is 27. The second term is 6.
(a) Find the common ratio.
(b) Find the first term.
(c) Calculate the sum of the first 5 terms.
\(S_\infty = \frac{a}{1 – r} = 27\) … (1)
\(T_2 = ar = 6\) … (2)
From (2): \(a = \frac{6}{r}\)
Substitute into (1): \(\frac{6/r}{1 – r} = 27\)
\(\frac{6}{r(1 – r)} = 27\)
\(6 = 27r(1 – r)\)
Divide by 3: \(2 = 9r(1 – r)\)
\(2 = 9r – 9r^2\)
\(9r^2 – 9r + 2 = 0\)
Solve: \((3r – 1)(3r – 2) = 0\)
\(r = \frac{1}{3}\) or \(r = \frac{2}{3}\)
Both satisfy \(|r| < 1\)
If \(r = \frac{1}{3}\): \(a = \frac{6}{1/3} = 18\)
If \(r = \frac{2}{3}\): \(a = \frac{6}{2/3} = 9\)
Two possible GPs: (18, 6, 2, …) or (9, 6, 4, …)
Case 1: \(a = 18\), \(r = \frac{1}{3}\)
\(S_5 = \frac{18(1 – (1/3)^5)}{1 – 1/3} = \frac{18(1 – 1/243)}{2/3} = \frac{18 × 242/243}{2/3} = \frac{18 × 242 × 3}{243 × 2} = \frac{13068}{486} = 26.888…\)
Case 2: \(a = 9\), \(r = \frac{2}{3}\)
\(S_5 = \frac{9(1 – (2/3)^5)}{1 – 2/3} = \frac{9(1 – 32/243)}{1/3} = \frac{9 × 211/243}{1/3} = \frac{9 × 211 × 3}{243} = \frac{5697}{243} = 23.444…\)
Quiz: Test Your Understanding
\(a = 2\), \(r = 3\), \(n = 7\)
\(T_7 = 2 × 3^{6} = 2 × 729 = 1458\)
Final answer: 1458
\(a = 5\), \(r = 2\), \(n = 6\)
\(S_6 = \frac{5(2^6 – 1)}{2 – 1} = \frac{5(64 – 1)}{1} = 5 × 63 = 315\)
Final answer: 315
\(a = 12\), \(r = \frac{4}{12} = \frac{1}{3}\)
\(|r| = \frac{1}{3} < 1\) ✓
\(S_\infty = \frac{12}{1 – 1/3} = \frac{12}{2/3} = 12 × \frac{3}{2} = 18\)
Final answer: 18
\(a = 3\), \(r = 2\), \(T_n = 768\)
\(768 = 3 × 2^{n-1}\)
\(256 = 2^{n-1}\)
\(2^8 = 256\), so \(n-1 = 8\)
\(n = 9\)
Final answer: 9th term
\(0.454545… = 0.45 + 0.0045 + 0.000045 + \cdots\)
GP: \(a = 0.45\), \(r = 0.01\)
\(|r| = 0.01 < 1\) ✓
\(S_\infty = \frac{0.45}{1 – 0.01} = \frac{0.45}{0.99} = \frac{45}{99} = \frac{5}{11}\)
Final answer: \(\frac{5}{11}\)
🎯 Key Concepts Summary
- Definition: GP = sequence with constant ratio between terms
- Common Ratio: \(r = \frac{T_n}{T_{n-1}}\) (constant for all \(n\))
- nth Term Formula: \(T_n = ar^{n-1}\)
- Sum of n Terms:
- When \(r \neq 1\): \(S_n = \frac{a(1 – r^n)}{1 – r}\) or \(S_n = \frac{a(r^n – 1)}{r – 1}\)
- When \(r = 1\): \(S_n = na\)
- Sum to Infinity: \(S_\infty = \frac{a}{1 – r}\) where \(|r| < 1\)
- Important Properties:
- Three terms \(p, q, r\) in GP: \(q^2 = pr\)
- \(\frac{T_n}{T_m} = r^{n-m}\)
- GP for compound interest: \(A = P(1 + r)^n\)
- Common CSEC Question Types:
- Find specific term using \(T_n\) formula
- Find sum of finite number of terms
- Find sum to infinity (when \(|r| < 1\))
- Express recurring decimals as fractions
- Word problems involving growth/decay
- Exam Strategy:
- Always identify \(a\) and \(r\) first
- For sum to infinity, check \(|r| < 1\)
- For recurring decimals, write as infinite GP
- Show all steps for full method marks
- Check if answer makes sense in context
CSEC Exam Strategy: When solving GP problems: (1) Write down what you know: \(a = ?\), \(r = ?\), \(n = ?\), \(T_n = ?\), \(S_n = ?\), \(S_\infty = ?\). (2) For sum problems, choose the correct formula based on whether \(r = 1\), \(|r| < 1\), or \(|r| > 1\). (3) For sum to infinity, ALWAYS verify \(|r| < 1\) first. (4) For "three terms in GP" problems, use the property \(q^2 = pr\). (5) Recurring decimals can always be expressed as infinite GP sums.
