Geometric sequences and series
IB Mathematics: Applications and Interpretation SLΒ· 1.3 Geometric sequences and seriesΒ· 15 min read
1. Introduction to Geometric Sequencesβ β ββββ± 5 min
Geometric Sequence
A sequence where each consecutive term is the product of the previous term and a fixed constant called the common ratio , where .
Example:
Sequence has and
Unlike arithmetic sequences that add a constant difference, geometric sequences multiply by a constant ratio. The common ratio can be positive, negative, or a fraction less than 1.
Determine if the sequence is geometric. If it is, find the common ratio and the 6th term.
- 1
Calculate the ratio between each pair of consecutive terms:
- 2
- 3
The ratio is constant, so this is a geometric sequence with common ratio and first term .
- 4
Use the nth term formula to find :
- 5
Exam tip:
Always check the ratio between at least three consecutive pairs to confirm a sequence is geometric, don't just check one.
2. Finite Geometric Seriesβ β β βββ± 6 min
Finite Geometric Series
The sum of the first terms of a geometric sequence, calculated with the formula:
If , the sequence is constant (all terms equal to ), so the sum simplifies to . This formula is used for adding up a fixed number of terms, common in annuity and investment problems.
Find the sum of the first 10 terms of the geometric sequence
- 1
Identify the values: , ,
- 2
Substitute into the sum formula:
- 3
3. Infinite Geometric Series and Convergenceβ β β βββ± 5 min
Convergent Infinite Geometric Series
An infinite geometric series approaches a finite sum only when the absolute value of the common ratio is less than 1 (). If , the series diverges and has no finite sum.
Example:
The series converges, diverges
Find the sum to infinity of the series
- 1
Calculate the common ratio:
- 2
- 3
Check convergence condition: , so the series converges.
- 4
Substitute into the sum to infinity formula:
- 5
4. Real-World Applicationsβ β β β ββ± 7 min
Geometric sequences are the standard model for exponential growth and decay in real-world contexts including compound interest, population change, radioactive decay, and recurring investments.
Find the total value of annual investments of $1000 made at the start of each year for 10 years, with a constant 5% annual compound interest rate.
- 1
The first deposit earns interest for 10 years, the second for 9 years, and the last deposit earns interest for 1 year. The total value is a geometric series:
- 2
, ,
- 3
Substitute into the finite sum formula:
- 4
5. Common Pitfalls
Wrong move:
Using the nth term formula instead of
Why:
This causes an off-by-one exponent error that gives the wrong term, especially for early terms in the sequence
Correct move:
Test the formula with : , so the exponent must be
Wrong move:
Using the sum to infinity formula without checking
Why:
Examiners explicitly award a mark for this check, and the formula is invalid for divergent series
Correct move:
Always calculate and state that it is less than 1 before applying the formula
Wrong move:
Getting a negative sum for a series with
Why:
Mixing up the order of terms in the numerator of the sum formula
Correct move:
Use for , which always gives a positive sum matching all positive terms
Wrong move:
Counting the wrong number of compounding periods for investments
Why:
Confusing whether the deposit is made at the start or end of the year
Correct move:
Draw a 2-year test case: a deposit at the start of year 1 earns interest for 1 year by the end of year 1, so adjust your exponent accordingly
6. Quick Reference Cheatsheet
Concept | Formula | Required Condition |
|---|---|---|
nth term | Always true | |
Sum of first terms | ||
Sum to infinity | ||
Single compound investment | R = annual % rate | |
Annual annuity total | D = annual deposit |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2022 Β· 1
Compound interest problem
- 2023 Β· 1
Population decay calculation
- 2024 Β· 2
Annuity total value problem
Going deeper
What's Next
Geometric sequences and series form the foundation for modeling exponential growth and decay, which you will explore further in functions and statistical topics in IB AI SL. This topic is also the basis for financial mathematics applications that make up a significant portion of exam marks, appearing regularly in both Paper 1 and Paper 2. Mastery of convergence and common ratio properties also supports understanding of recursive sequences and probability distributions later in the course.
