Study Guide

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

πŸ“˜ Definition

Geometric Sequence

un=u1rnβˆ’1u_n = u_1 r^{n-1}

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.

πŸ“ Worked Example

Determine if the sequence is geometric. If it is, find the common ratio and the 6th term.

  1. 1

    Calculate the ratio between each pair of consecutive terms:

  2. 2
    βˆ’24=βˆ’0.5,1βˆ’2=βˆ’0.5,βˆ’0.51=βˆ’0.5\frac{-2}{4} = -0.5, \quad \frac{1}{-2} = -0.5, \quad \frac{-0.5}{1} = -0.5
  3. 3

    The ratio is constant, so this is a geometric sequence with common ratio and first term .

  4. 4

    Use the nth term formula to find :

  5. 5
    u6=u1r6βˆ’1=4(βˆ’0.5)5=4Γ—βˆ’132=βˆ’0.125u_6 = u_1 r^{6-1} = 4(-0.5)^5 = 4 \times -\frac{1}{32} = -0.125

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

πŸ“˜ Definition

Finite Geometric Series

SnS_n

The sum of the first terms of a geometric sequence, calculated with the formula:

Sn=u1(1βˆ’rn)1βˆ’r=u1(rnβˆ’1)rβˆ’1,rβ‰ 1S_n = \frac{u_1 (1 - r^n)}{1 - r} = \frac{u_1 (r^n - 1)}{r - 1}, \quad r \neq 1

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.

πŸ“ Worked Example

Find the sum of the first 10 terms of the geometric sequence

  1. 1

    Identify the values: , ,

  2. 2

    Substitute into the sum formula:

  3. 3
    S10=3(210βˆ’1)2βˆ’1=3(1024βˆ’1)=3Γ—1023=3069S_{10} = \frac{3(2^{10} - 1)}{2 - 1} = 3(1024 - 1) = 3 \times 1023 = 3069

3. Infinite Geometric Series and Convergenceβ˜…β˜…β˜…β˜†β˜†β± 5 min

πŸ“˜ Definition

Convergent Infinite Geometric Series

S∞S_\infty

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

S∞=u11βˆ’r,∣r∣<1S_\infty = \frac{u_1}{1 - r}, \quad |r| < 1
πŸ“ Worked Example

Find the sum to infinity of the series

  1. 1

    Calculate the common ratio:

  2. 2
    r=812=23r = \frac{8}{12} = \frac{2}{3}
  3. 3

    Check convergence condition: , so the series converges.

  4. 4

    Substitute into the sum to infinity formula:

  5. 5
    S∞=121βˆ’23=1213=36S_\infty = \frac{12}{1 - \frac{2}{3}} = \frac{12}{\frac{1}{3}} = 36

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.

πŸ“ Worked Example

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. 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. 2

    , ,

  3. 3

    Substitute into the finite sum formula:

  4. 4
    S10=1000Γ—1.05(1.0510βˆ’1)1.05βˆ’1β‰ˆ13206.74S_{10} = \frac{1000 \times 1.05 (1.05^{10} - 1)}{1.05 - 1} \approx 13206.74

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.