67 total
By the end of these notes, you should be able to:
A sequence is simply a list of numbers written in a specific order, following a rule.
An arithmetic progression (AP) is a special type of sequence where you always add the same number to get from one term to the next.
That fixed number you add each time is called the common difference, written as d.
Example: The sequence 5, 8, 11, 14, 17, ... is an AP.
So the common difference is d = 3.
💡 The common difference can be negative (sequence goes down) or even a decimal.
| Symbol | What it means |
|---|---|
| a | The first term of the sequence |
| d | The common difference |
| n | The position of the term you want (1st, 2nd, 3rd, ...) |
| l | The last term of the sequence |
| Sₙ | The sum of the first n terms |
If you write out the first few terms, each term is built from the first term a plus multiples of d:
| Term | Value |
|---|---|
| 1st term | a |
| 2nd term | a + d |
| 3rd term | a + 2d |
| 4th term | a + 3d |
| 5th term | a + 4d |
Notice: the nth term has (n − 1) lots of d added to a.
Tn=a+(n−1)d
This formula lets you find any term in the sequence without listing every term before it.
Question: How many terms are in the AP: −17, −14, −11, −8, ..., 58?
Step 1: Identify the values.
Step 2: Set the nth term formula equal to 58.
58=−17+(n−1)(3)
Step 3: Solve for n. 58+17=3(n−1) 75=3(n−1) n−1=25 n=26
Answer: There are 26 terms in this AP.
Sign in to view full notes