UK A-Level: Arithmetic and Geometric Series
AI-Generated Content
UK A-Level: Arithmetic and Geometric Series
Sequences and series are the mathematical backbone of patterns, from predicting loan repayments to modelling population growth. Mastering arithmetic and geometric progressions equips you with a powerful toolkit for describing linear change, exponential growth, and decay, which are central to A-Level Pure Mathematics and countless real-world applications.
Defining Sequences and Sigma Notation
A sequence is an ordered list of numbers. Each number in a sequence is called a term. Sequences can be defined explicitly by a formula for the th term, , in terms of . For example, the sequence given by generates 3, 5, 7, 9, ...
When we sum the terms of a sequence, we get a series. To express the sum of a series concisely, we use sigma notation (). For instance, the sum of the first terms of a sequence is written as: Here, is the index (starting at 1), is the upper limit, and is the rule for each term. Understanding sigma notation is essential for working formally with sums and is a frequent feature in exam questions.
Arithmetic Sequences and Series
An arithmetic sequence (or arithmetic progression, AP) is one where the difference between consecutive terms is constant. This constant is called the common difference, denoted by .
If the first term is , then the sequence is: , , , , ... This leads to the formula for the th term:
To find the sum of the first terms, , we use one of two standard formulas. You can derive them by writing the series forward and backward and adding: where is the last term (). The second formula is particularly useful when you know the first and last term. For example, to find the sum of the first 20 positive integers (where , , ), you calculate .
Geometric Sequences and Series
A geometric sequence (or geometric progression, GP) is one where the ratio between consecutive terms is constant. This constant is called the common ratio, denoted by .
If the first term is , the sequence is: , , , , ... The formula for the th term is:
The sum of the first terms of a geometric series has a distinct formula: If , the series is simply , so . For example, to sum the first 5 terms of the GP 2, 6, 18,... (where , ), you compute .
Infinite Geometric Series and Convergence
A powerful concept arises when we consider summing a geometric series forever. An infinite geometric series is the limit of as tends to infinity: .
This sum only converges (approaches a finite limit) under a specific condition: when the common ratio satisfies . If , the terms do not diminish in magnitude and the sum diverges (goes to infinity or oscillates).
For a convergent infinite geometric series (), the sum to infinity is given by the elegant formula: This works because as , . For instance, the series has and . Since , it converges, and .
Recurrence Relations and Modeling
Sequences are often defined by a recurrence relation, which expresses each term as a function of the previous term(s). A linear recurrence of the form can model many real-world scenarios.
To work with these:
- Identify if it defines an AP (, ), a GP (, ), or a more complex sequence.
- You may be asked to find a fixed point (where ) or solve the relation to find an explicit formula for .
Modeling is a key application. An arithmetic sequence models linear change, such as a weekly savings plan where you add a fixed amount. A geometric sequence models exponential growth (if ) or decay (if ), such as compound interest, radioactive decay, or the depreciation of a car's value. An infinite geometric series can model scenarios like the total vertical distance travelled by a bouncing ball that rebounds to a fraction of its previous height.
Common Pitfalls
- Misidentifying the common difference or ratio: For an AP, ensure you subtract to find . For a GP, divide to find . A common error is to assume a sequence is geometric when the ratio between the first two terms doesn't hold for subsequent pairs.
Correction: Always check at least three consecutive terms to confirm the common difference or ratio is constant.
- Applying the wrong sum formula: Using the infinite sum formula for a finite , or using a geometric sum formula for an arithmetic series. A related error is using the sum formula without checking if .
Correction: First, classify the series as AP or GP. For a GP, if , use . Only use if the question explicitly states "sum to infinity" and you have verified .
- Errors with sigma notation: Misinterpreting the limits of summation. For , the first term is when , not .
Correction: Write out the first few terms indicated by the sigma notation explicitly if you are unsure. Remember, is a useful standard result.
- Overlooking convergence conditions: Attempting to calculate for a geometric series where .
Correction: Your very first step when seeing an infinite geometric series must be to state the condition for convergence and to verify that . If it isn't, state that the sum does not converge to a finite limit.
Summary
- The th term of an Arithmetic Progression is ; for a Geometric Progression, it is .
- The sum of the first terms of an AP is or ; for a GP, it is for .
- Sigma notation () provides a compact way to represent the sum of a series defined by a rule.
- An infinite geometric series converges to if and only if .
- Recurrence relations define sequences iteratively and are powerful tools for modeling real-world linear and exponential growth/decay scenarios.