Arithmetic Sequence Formula
The Formula
When to use: Add the same number each time — 2, 5, 8, 11, ... (add 3 each step). This is constant-rate growth.
Quick Example
Notation
What This Formula Means
A sequence where each term is obtained from the previous by adding a fixed constant called the common difference d.
Add the same number each time — 2, 5, 8, 11, ... (add 3 each step). This is constant-rate growth.
Formal View
Worked Examples
Example 1
easySolution
- 1 Use the arithmetic sequence formula to find the 20th term: a_n = a_1 + (n-1)d, where a_1 = 7, d = -3, n = 20.
- 2 Calculate: a_{20} = 7 + (20-1)(-3) = 7 - 57 = -50
- 3 Apply the partial sum formula: S_{20} = \frac{20}{2}(a_1 + a_{20}) = 10(7 + (-50)) = 10(-43) = -430
Answer
Example 2
mediumExample 3
mediumCommon Mistakes
- Using (n) instead of (n-1) in the formula: the nth term is a_n = a_1 + (n-1)d, not a_1 + nd — off-by-one errors are extremely common.
- Confusing the common difference with the ratio: in an arithmetic sequence you ADD d each time; if you're MULTIPLYING, it's a geometric sequence.
- Miscounting the number of terms: from a_3 to a_{10}, there are 8 terms (not 7) — count inclusively: 10 - 3 + 1 = 8.
Why This Formula Matters
Arithmetic sequences model any situation with constant rates of change—savings plans, evenly spaced measurements.
Frequently Asked Questions
What is the Arithmetic Sequence formula?
A sequence where each term is obtained from the previous by adding a fixed constant called the common difference d.
How do you use the Arithmetic Sequence formula?
Add the same number each time — 2, 5, 8, 11, ... (add 3 each step). This is constant-rate growth.
What do the symbols mean in the Arithmetic Sequence formula?
d = common difference, a_1 = first term, S_n = \frac{n}{2}(a_1 + a_n) = sum of first n terms.
Why is the Arithmetic Sequence formula important in Math?
Arithmetic sequences model any situation with constant rates of change—savings plans, evenly spaced measurements.
What do students get wrong about Arithmetic Sequence?
Use a_n = a_1 + (n-1)d, not a_1 + nd — off-by-one errors are very common. Sum: S_n = \frac{n(a_1 + a_n)}{2}.
What should I learn before the Arithmetic Sequence formula?
Before studying the Arithmetic Sequence formula, you should understand: sequence.
Want the Full Guide?
This formula is covered in depth in our complete guide:
Growing Patterns, Arithmetic and Geometric Sequences →