1. Number and Algebra

Geometric Series

Geometric Series 📈

Welcome, students! In this lesson, you will explore geometric series, a key idea in the IB Mathematics: Applications and Interpretation HL course. A geometric series helps us describe situations where values change by the same multiplier each step, such as money growing in a savings account, bacteria doubling, or a phone battery losing the same percentage of charge over time. These patterns appear often in real life, and they are important in number systems and numerical modelling.

Lesson objectives

By the end of this lesson, you should be able to:

  • explain the main ideas and terminology behind geometric series,
  • apply IB-style reasoning and procedures to solve geometric series problems,
  • connect geometric series to algebraic representation and financial models,
  • summarize how geometric series fits within Number and Algebra,
  • use examples and evidence to interpret geometric series in realistic settings. ✨

What is a geometric series?

A sequence is an ordered list of numbers. In a geometric sequence, each term is found by multiplying the previous term by a constant number called the common ratio, written as $r$.

If the first term is $a$, then the sequence looks like this:

$$a,\ ar,\ ar^2,\ ar^3,\dots$$

Here, each term is generated by multiplying by $r$. For example, if $a=5$ and $r=2$, the sequence is:

$$5,\ 10,\ 20,\ 40,\dots$$

A geometric series is the sum of the terms of a geometric sequence. So instead of just listing the terms, we add them:

$$a+ar+ar^2+ar^3+\dots$$

This is different from an arithmetic series, where terms increase by adding the same number. In a geometric sequence, the pattern is multiplicative, not additive.

Key terminology

  • first term: $a$
  • common ratio: $r$
  • term number: the position of a term in the sequence
  • partial sum: the sum of the first $n$ terms
  • infinite series: a series with infinitely many terms

A geometric series is very useful when a quantity changes by a fixed percentage rather than a fixed amount. For example, if an investment earns $4\%$ per year, then each year the balance is multiplied by $1.04$. That is a geometric pattern 💡.

The formula for the sum of the first $n$ terms

For a geometric series with first term $a$ and common ratio $r$, the sum of the first $n$ terms is

$$S_n=\frac{a(1-r^n)}{1-r}, \quad r\ne 1$$

This formula is essential in IB Mathematics because it lets you find the total of many terms without adding each one individually.

Why the formula works

The idea comes from multiplying the sum by $r$ and subtracting. Suppose

$$S_n=a+ar+ar^2+\dots+ar^{n-1}$$

Then

$$rS_n=ar+ar^2+ar^3+\dots+ar^n$$

Subtracting gives

$$S_n-rS_n=a-ar^n$$

Factoring yields

$$S_n(1-r)=a(1-r^n)$$

so

$$S_n=\frac{a(1-r^n)}{1-r}$$

This is an example of algebraic manipulation being used to solve a numerical problem, which is a major part of Number and Algebra.

Example 1: first few terms

Find the sum of the first $5$ terms of the geometric sequence $3, 6, 12, 24,\dots$

Here, $a=3$ and $r=2$.

Using the formula:

$$S_5=\frac{3(1-2^5)}{1-2}$$

$$S_5=\frac{3(1-32)}{-1}$$

$$S_5=93$$

So the total of the first $5$ terms is $93$.

Infinite geometric series

Sometimes a geometric series continues forever. This is called an infinite geometric series:

$$a+ar+ar^2+ar^3+\dots$$

Not every infinite geometric series has a finite sum. The series converges only when the common ratio satisfies

$$|r|<1$$

If this happens, the terms get closer and closer to $0$, so the total approaches a fixed value. The sum to infinity is

$$S_\infty=\frac{a}{1-r}, \quad |r|<1$$

This formula is extremely useful in modelling repeated processes that shrink by a constant factor.

Example 2: a shrinking pattern

Find the sum to infinity of

$$8+4+2+1+\dots$$

Here, $a=8$ and $r=\frac{1}{2}$.

Since

$$\left|\frac{1}{2}\right|<1$$

the sum to infinity exists. Then

$$S_\infty=\frac{8}{1-\frac{1}{2}}=\frac{8}{\frac{1}{2}}=16$$

So the total approaches $16$.

A real-world interpretation could be a machine that keeps producing half as much waste each cycle. The total waste over many cycles can be estimated using the infinite sum.

Real-world applications and financial models 💰

Geometric series appear often in financial mathematics. For example, savings with compound interest grow by the same factor each compounding period. If the principal is $P$, the annual interest rate is $i$, and interest is compounded once per year, then after $n$ years the value is

$$A=P(1+i)^n$$

This is not itself a sum, but it is directly connected to geometric sequences because the factors $1+i$ repeat each year.

Geometric series also appear when a payment is made repeatedly, such as regular deposits into a savings account. Suppose students deposits $d$ dollars at the end of each year into an account earning interest at rate $i$. The future value after $n$ years is a geometric series because each deposit grows by a different power of $1+i$.

The total future value is

$$FV=d\left((1+i)^{n-1}+(1+i)^{n-2}+\dots+1\right)$$

This can be written as

$$FV=d\frac{(1+i)^n-1}{i}$$

when $i\ne 0$.

Example 3: regular savings

Suppose $d=100$, $i=0.05$, and $n=3$.

Then

$$FV=100\frac{(1.05)^3-1}{0.05}$$

First calculate

$$(1.05)^3=1.157625$$

So

$$FV=100\frac{1.157625-1}{0.05}=100\frac{0.157625}{0.05}=315.25$$

Thus the account value from the three deposits is $315.25$.

This type of modelling is valuable in IB because it links algebraic formulas with a context that students can interpret using technology, tables, and graphs.

Connecting geometric series to the broader Number and Algebra topic

Geometric series are an important part of Number and Algebra because they combine several skills:

  • recognizing patterns in number systems,
  • expressing patterns algebraically,
  • manipulating formulas accurately,
  • modelling real-world growth and decay,
  • using technology to check results and explore behavior.

In IB Mathematics: Applications and Interpretation HL, students are expected to understand not only how to calculate values, but also how to interpret the meaning of a model. For a geometric series, that means asking questions such as:

  • Is the common ratio positive, negative, or between $-1$ and $1$?
  • Does the series grow, shrink, or alternate in sign?
  • Does the infinite sum exist?
  • Does the result make sense in context?

For instance, if $r>1$, the terms grow quickly, which may model investment growth or population increase. If $0<r<1$, the terms shrink, which may model depreciation, drug concentration, or repeated discounts. If $r<0$, the signs alternate, which can happen in some mathematical models, though less often in simple finance.

Technology is also useful here. A graphing calculator or spreadsheet can show how quickly terms change and can help check the accuracy of a calculated sum. In IB, using technology is not just about getting an answer; it is about understanding patterns and verifying reasoning.

How to approach IB-style questions

When you see a geometric series question, follow a clear strategy:

  1. Identify the first term $a$.
  2. Find the common ratio $r$.
  3. Decide whether you need a finite sum $S_n$ or a sum to infinity $S_\infty$.
  4. Check whether the formula applies.
  5. Substitute carefully and simplify.
  6. Interpret the answer in context.

Example 4: checking conditions

Find the sum to infinity of

$$12-6+3-\frac{3}{2}+\dots$$

The first term is $a=12$ and the common ratio is

$$r=-\frac{1}{2}$$

Since

$$\left|-\frac{1}{2}\right|<1$$

the sum to infinity exists.

Then

$$S_\infty=\frac{12}{1-\left(-\frac{1}{2}\right)}=\frac{12}{1+\frac{1}{2}}=\frac{12}{\frac{3}{2}}=8$$

The alternating signs are a good reminder that geometric series can behave in more than one way.

Conclusion

Geometric series are a powerful tool in Number and Algebra because they describe repeated multiplication and accumulation. They connect sequences, algebraic formulas, financial growth, and technology-supported modelling. In IB Mathematics: Applications and Interpretation HL, you should be able to recognize when a situation is geometric, choose the correct formula, and explain the meaning of the result. Whether you are modelling savings, population change, or a shrinking pattern, geometric series help turn a real situation into mathematics you can calculate and interpret. ✅

Study Notes

  • A geometric sequence is formed by multiplying by a constant ratio $r$ each time.
  • A geometric series is the sum of terms of a geometric sequence.
  • The $n$th partial sum is $S_n=\frac{a(1-r^n)}{1-r}$ for $r\ne 1$.
  • An infinite geometric series converges only when $|r|<1$.
  • The sum to infinity is $S_\infty=\frac{a}{1-r}$ when $|r|<1$.
  • Geometric series are common in finance, especially in compound interest and savings models.
  • Always identify $a$ and $r$ before using a formula.
  • Use technology to check calculations, explore patterns, and interpret results.
  • Geometric series connect directly to the Number and Algebra topic through pattern recognition, algebraic manipulation, and numerical modelling.

Practice Quiz

5 questions to test your understanding