Arithmetic case. Spot the COMMON DIFFERENCE d.
un=a+(n−1)d.
Worked example. Sequence 4,11,18,25,…. Find un.
- a=4, d=7.
- un=4+(n−1)×7=4+7n−7=7n−3.
- Check: u1=4. ✓ u2=11. ✓
Geometric case. Spot the COMMON RATIO r.
un=arn−1.
Worked example. Sequence 5,15,45,135,…. Find un.
- a=5, r=3.
- un=5×3n−1.
Quadratic case (Extended). If SECOND differences are constant.
Worked example. Sequence 3,7,13,21,31,….
- First differences: 4,6,8,10 (not constant — not AP).
- Second differences: 2,2,2 (constant — QUADRATIC).
- Formula: un=an2+bn+c with a=22nd diff=1.
- So un=n2+bn+c. Use two terms to find b,c.
- n=1: 1+b+c=3⇒b+c=2.
- n=2: 4+2b+c=7⇒2b+c=3.
- Subtract: b=1, then c=1.
- Formula: un=n2+n+1. Check: u3=9+3+1=13. ✓