Geometric Series and Sums for the ESAT
Updated July 2026
A geometric series is the sum of terms in a progression where each term is found by multiplying the previous one by a fixed common ratio. This page covers finite sums, convergence conditions for infinite series, and techniques for manipulating indices to solve complex progression problems.
A geometric progression with first term and common ratio has a sum to terms of and converges to an infinite sum if and only if .
Understanding Progressions and Series
In the context of the ESAT, it is important to distinguish between three related terms. A sequence is an ordered list of numbers, which often continues indefinitely. A series is specifically the sum of the terms in a sequence. A progression is a more neutral catch-all term that examiners often use to make questions easier to understand by referring to the general pattern of terms.
When working with sequences, you must be able to write out terms given a rule, spot patterns, and make deductions. A crucial skill is determining how many terms are necessary to justify a conclusion about a pattern. For a recurrence relation like , a term depends on the previous two, so you would need to see a repeat in two adjacent terms before a pattern is truly established.
The Geometric Progression
A Geometric Progression (GP) is a sequence where the ratio of adjacent terms is fixed. This constant is called the common ratio, denoted by . If the first term is , then the sequence is .
The standard formulae you must know are:
- The term:
- The sum of the first terms:
- The sum to infinity: , which is only valid when
You should also be comfortable with the relationship , which implies .
Sigma Notation and Indexing
Fluent use of (sigma) notation is expected. Note that the same sum can be represented in multiple ways by shifting the indices:
You must pay close attention to the limits of a sum. When summing from to , there are actually terms. This is a common point of failure known as the fence post error. Always verify the number of terms by calculating .
Manipulating and Deriving New Progressions
You can generate new GPs by transforming an existing one. If you have a GP with first term and ratio , consider these variations:
- Alternating Ratios: Replacing with gives , which is a GP with common ratio . Its sum to infinity is .
- Linear Combinations: By taking , you isolate the even-powered terms: . This is a new GP with first term and common ratio .
- Powers of Terms: If you square every term, you get , which is a GP with first term and common ratio . Similarly, raising every term to the power of creates a GP with first term and common ratio .
Summing a Segment of a Geometric Series
You may be asked to find the sum of a specific section of a GP, such as (where ). There are three reliable methods to calculate this:
Method 1: Difference of two sums Treat the segment as the difference between two sums starting from the first term. To get terms through , take the sum of the first terms and subtract the sum of the first terms: . Note the index is necessary because includes the term.
Method 2: Factorisation Factor out the common factor to reveal a standard GP inside the brackets: .
Method 3: New Progression Treat the segment as a completely new GP. In this new GP, the first term is , the common ratio is , and the number of terms is . Plugging these into the formula yields the same result as the other methods.
Key takeaways
- The sum to infinity exists only if , otherwise the series diverges.
- The number of terms in a sum from to is exactly .
- Squaring or raising terms of a GP to power results in a new GP with ratio or respectively.
- When using sigma notation, carefully check whether the first term starts at or to avoid index errors.
If a question asks for the sum of every other term in a GP, identify it as a new GP where the first term is and the common ratio is . This often simplifies the problem significantly compared to using the standard formula directly.
Be careful with signs when the common ratio is negative. Terms will alternate between positive and negative values. When using the sum formula , remember that will be positive if is even and negative if is odd.
Geometric series are the discrete version of exponential functions. Just as grows or decays based on the sign of , a GP grows or decays based on the magnitude of . This connection is why GPs often appear in models of population growth or financial interest calculations.
Frequently asked questions
Why is the sum to infinity only valid for ?
If , the terms do not get smaller as increases. Instead, they stay the same size or grow larger, meaning the sum will continue to increase (or fluctuate) without ever approaching a fixed finite value.
What is the most common mistake when summing a part of a GP?
The most common mistake is assuming there are terms in the sum . There are actually terms. For example, the sum from to involves , which is terms.
How do I calculate the common ratio if it is not given?
You can find the common ratio by dividing any term by its preceding term: . In an exam, it is useful to check this for two different pairs of terms to ensure the sequence is indeed geometric.