Property
Use the recursive formula anβ=anβ1β+d to find the next term in a sequence, where a1β is the first term, d is the common difference, and n is the term number.
Examples
- For a sequence with a1β=β2 and d=7, the second term is a2β=β2+7=5.
- Continuing that same sequence, the third term is found using the second term: a3β=5+7=12.
- And the fourth term uses the third: a4β=12+7=19. The sequence begins β2,5,12,19,β¦
Explanation
This is the 'one step at a time' formula! It tells you how to get the next term (anβ) if you already know the term right before it (anβ1β). Just take your current term and add the common difference, d. Itβs like taking one more predictable step on a staircase, over and over again.