Property
To find the terms of an arithmetic sequence, you can start with the first term, a1β, and add the common difference, d, repeatedly. To find any specific term without listing all previous terms, use the explicit formula:
anβ=a1β+(nβ1)d If you are given two terms but not the common difference, you can substitute the given values into the formula to solve for
d.
Examples
- Write the first five terms of the sequence with a1β=20 and d=β4. The sequence is {20,16,12,8,4}.
- Given a1β=5 and a4β=20, find a5β. First, find d: 20=5+(4β1)d, so 15=3d and d=5. Then, a5β=a4β+d=20+5=25.
- Given a3β=10 and a5β=18, find a1β. The difference over two steps is 18β10=8, so d=4. Working backward, a2β=10β4=6, and a1β=6β4=2.
Explanation
This formula is a shortcut to find any term directly. Instead of adding the common difference nβ1 times, you can multiply it by nβ1 and add it to the first term, getting you to your destination in one step.