Arithmetic Sequences
Arithmetic Sequences
An arithmetic sequence is an ordered list of numbers where the difference between any two consecutive terms is always the same. This constant value is called the common difference, represented by the letter d.
If you know the starting number and the common difference, you can build the entire sequence by repeatedly adding d.
The nth Term Formula
Instead of writing out every single number to find a term far down the line, you can use the nth term formula:
an=a1+(n−1)d
- an is the nth term (the value of the term you are trying to find).
- a1 is the first term of the sequence.
- n is the position of the term in the sequence.
- d is the common difference.
Example 1: Finding a Specific Term
Problem: Find the 20th term of the sequence 3,7,11,15,…
Solution:
- Identify the first term (a1): a1=3.
- Find the common difference (d): Subtract the first term from the second term. d=7−3=4.
- Use the formula for n=20:
a20=3+(20−1)4 a20=3+(19)(4) a20=3+76=79
The 20th term of the sequence is 79.
Example 2: Writing a Formula
Problem: Write a formula for the arithmetic sequence where a1=5 and d=−3.
Solution:
- Start with the general formula: an=a1+(n−1)d.
- Plug in the given values:
an=5+(n−1)(−3)
- Simplify the equation by distributing the −3:
an=5−3n+3 an=−3n+8
The formula for any term in this sequence is an=−3n+8.