📈 Arithmetic Sequences: The Linear Pattern
An arithmetic sequence is an ordered list of numbers where the difference between consecutive terms is always the same. This constant difference is called the common difference (d). Understanding them is crucial for modeling linear growth in finance, computer science, and physics.
🔧 The Core Formula
The explicit (nth term) formula for any arithmetic sequence is:
aₙ = a₁ + (n - 1)d
- aₙ is the nth term you're finding.
- a₁ is the first term in the sequence.
- n is the term number (e.g., 1st, 2nd, 10th).
- d is the common difference (a₂ - a₁).
🧮 Step-by-Step Guide
- Identify a₁ and d from the sequence.
- Plug the values into the formula: aₙ = a₁ + (n - 1)d.
- Simplify the expression to solve for the desired term.
✨ Worked Examples
Example 1: Find the 15th term of the sequence 7, 11, 15, 19, ...
- a₁ = 7, d = 11 - 7 = 4
- a₁₅ = 7 + (15 - 1) * 4
- a₁₅ = 7 + (14) * 4
- a₁₅ = 7 + 56 = 63
Example 2: A sequence has a₁ = -5 and d = 3. Write the explicit formula and find the 20th term.
- Formula: aₙ = -5 + (n - 1) * 3
- Simplify: aₙ = -5 + 3n - 3 → aₙ = 3n - 8
- a₂₀ = 3(20) - 8 = 60 - 8 = 52
⚠️ Common Mistakes
- Using "n" instead of "(n-1)": The multiplier for 'd' is the number of jumps, not the term number. For the 10th term, you make 9 jumps of size 'd'.
- Misidentifying 'd': Always subtract a term from the one after it (a₂ - a₁). A negative common difference means the sequence is decreasing.
- Incorrect Order of Operations: Remember PEMDAS. Multiply (n-1) by 'd' before adding to a₁.
💡 Tips & Tricks
- Memory Aid: Think "First term + (Jumps) * (Difference)".
- Quick Check: Your formula aₙ should produce the known first term when n=1.
- Graphical Link: The points (n, aₙ) form a straight line with a slope equal to 'd'.
🏋️ Practice Suggestions
- Start by finding the common difference in various sequences (increasing and decreasing).
- Practice writing the explicit formula from the first term and common difference.
- Solve mixed problems: find a specific term, find the term number given its value, or find the first term given a later term and the common difference.
- Create your own sequences and solve for terms to build deep understanding.