Defining Sequences and Arithmetic Progressions
Defining Sequences and Arithmetic Progressions
In Maths, a sequence is a list of numbers written in a special order. Each number in the list is called a term. Sequences can follow many different patterns.
For example, the sequence \(2, 4, 6, 8, 10\) increases by 2 each time. The sequence \(1, 4, 9, 16\) does not increase by the same amount each time, even though it still follows a pattern.
In this lesson, you will learn how to tell whether a sequence is just a general pattern or a special kind of sequence called an arithmetic progression (often shortened to AP).
1. What is a sequence?
A sequence is an ordered list of numbers. Order matters. This means \(3, 5, 7, 9\) is a different sequence from \(9, 7, 5, 3\).
We often label terms using position numbers:
- 1st term: \(a_1\)
- 2nd term: \(a_2\)
- 3rd term: \(a_3\)
- nth term: \(a_n\)
The symbol \(a_n\) means “the term in position \(n\).”
2. What is an arithmetic progression?
An arithmetic progression is a sequence where the difference between consecutive terms is always the same.
This fixed amount is called the common difference, written as \(d\).
For example, in the sequence \(5, 8, 11, 14, 17\):
- \(8 - 5 = 3\)
- \(11 - 8 = 3\)
- \(14 - 11 = 3\)
- \(17 - 14 = 3\)
Because the difference is always \(3\), this sequence is an arithmetic progression.
3. How to check whether a sequence is arithmetic
To decide if a sequence is an arithmetic progression, subtract each term from the term after it.
If all the differences are equal, then the sequence is arithmetic. If the differences are not all equal, then it is not an arithmetic progression.
Here is the process:
- Write the sequence clearly.
- Find the difference between consecutive terms.
- Compare the differences.
- If they are all the same, identify the common difference \(d\).
Example: Check whether \(12, 9, 6, 3, 0\) is arithmetic.
- \(9 - 12 = -3\)
- \(6 - 9 = -3\)
- \(3 - 6 = -3\)
- \(0 - 3 = -3\)
All the differences are \(-3\), so this is an arithmetic progression with common difference \(d = -3\).
Important: The common difference can be positive, negative, or zero.
- Positive difference: the terms increase
- Negative difference: the terms decrease
- Zero difference: all terms stay the same
For instance, \(7, 7, 7, 7\) is still an arithmetic progression because the common difference is \(0\).
4. General sequences versus arithmetic progressions
Not every sequence is arithmetic. Some sequences follow other types of patterns.
Look at these examples:
- \(3, 6, 9, 12, 15\) → differences are \(+3, +3, +3, +3\), so this is arithmetic.
- \(2, 4, 8, 16\) → differences are \(+2, +4, +8\), so this is not arithmetic.
- \(1, 4, 9, 16\) → differences are \(+3, +5, +7\), so this is not arithmetic.
- \(20, 15, 10, 5, 0\) → differences are \(-5, -5, -5, -5\), so this is arithmetic.
A sequence can have a pattern without being arithmetic. For it to be an arithmetic progression, the pattern must involve adding or subtracting the same number each time.
5. Parts of an arithmetic progression
An arithmetic progression is usually described using:
- First term: \(a_1\)
- Common difference: \(d\)
- nth term: \(a_n\)
If you know the first term and the common difference, you can build the whole sequence.
For example, if \(a_1 = 4\) and \(d = 6\), the sequence is:
\(4, 10, 16, 22, 28, \dots\)
Each new term is found by adding \(6\).
6. The nth term formula for an arithmetic progression
The nth term of an arithmetic progression can be found using this formula:
$$a_n = a_1 + (n - 1)d$$This formula works because:
- The first term is \(a_1\)
- To get to the second term, you add \(d\) once
- To get to the third term, you add \(d\) twice
- To get to the nth term, you add \(d\) a total of \(n-1\) times
This formula helps you find any term without writing the entire sequence.
Worked Example 1: Decide whether a sequence is arithmetic
Determine whether \(7, 11, 15, 19, 23\) is an arithmetic progression.
Step 1: Find the differences.
- \(11 - 7 = 4\)
- \(15 - 11 = 4\)
- \(19 - 15 = 4\)
- \(23 - 19 = 4\)
Step 2: Compare the differences.
They are all equal to \(4\).
Conclusion: Yes, this is an arithmetic progression with common difference \(d = 4\).
Worked Example 2: Decide whether a sequence is not arithmetic
Determine whether \(2, 5, 10, 17, 26\) is an arithmetic progression.
Step 1: Find the differences.
- \(5 - 2 = 3\)
- \(10 - 5 = 5\)
- \(17 - 10 = 7\)
- \(26 - 17 = 9\)
Step 2: Compare the differences.
The differences are \(3, 5, 7, 9\), which are not all the same.
Conclusion: This sequence is not an arithmetic progression.
Worked Example 3: Find the nth term
Find the nth term of the arithmetic progression \(6, 10, 14, 18, 22, \dots\)
Step 1: Identify the first term and common difference.
- First term: \(a_1 = 6\)
- Common difference: \(d = 4\)
Step 2: Use the formula.
$$a_n = a_1 + (n - 1)d$$Substitute the values:
$$a_n = 6 + (n - 1)(4)$$Simplify:
$$a_n = 6 + 4n - 4$$ $$a_n = 4n + 2$$Answer: The nth term is
$$a_n = 4n + 2$$You can check it:
- When \(n=1\), \(a_1 = 4(1)+2 = 6\)
- When \(n=2\), \(a_2 = 4(2)+2 = 10\)
Worked Example 4: Find a specific term
The first term of an arithmetic progression is \(3\), and the common difference is \(5\). Find the 12th term.
Step 1: Write the formula.
$$a_n = a_1 + (n - 1)d$$Step 2: Substitute \(a_1 = 3\), \(d = 5\), and \(n = 12\).
$$a_{12} = 3 + (12 - 1)(5)$$ $$a_{12} = 3 + 11 \times 5$$ $$a_{12} = 3 + 55$$ $$a_{12} = 58$$Answer: The 12th term is \(58\).
7. Writing an arithmetic progression from given information
Sometimes you are given the first term and the common difference, and you must write the sequence.
Example: Write the first five terms of an arithmetic progression with \(a_1 = -2\) and \(d = 3\).
Start with \(-2\), then keep adding \(3\):
- 1st term: \(-2\)
- 2nd term: \(1\)
- 3rd term: \(4\)
- 4th term: \(7\)
- 5th term: \(10\)
So the sequence is \(-2, 1, 4, 7, 10\).
8. Common mistakes to avoid
- Looking only at the first two terms: You must check all consecutive differences given.
- Mixing up subtraction order: Always do “next term minus previous term.”
- Assuming every pattern is arithmetic: A pattern may exist without a constant difference.
- Using the nth term formula on a non-arithmetic sequence: First verify the common difference is constant.
9. Quick test for yourself
- Is \(14, 18, 22, 26\) arithmetic? Yes, because the difference is always \(4\).
- Is \(5, 10, 20, 40\) arithmetic? No, because the differences are \(5, 10, 20\).
- If \(a_1 = 9\) and \(d = -2\), what are the first four terms? \(9, 7, 5, 3\).
Brief Summary
A sequence is an ordered list of numbers, and an arithmetic progression is a special sequence with a constant common difference.
To check if a sequence is arithmetic, subtract consecutive terms and see whether the difference stays the same. If it does, the sequence is arithmetic.
For an arithmetic progression, the nth term formula is
$$a_n = a_1 + (n - 1)d$$This formula lets you describe the pattern and find any term in the sequence.
Put what you read to the test
You've worked through Defining Sequences and Arithmetic Progressions. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.