Arithmetic Sequences: The Linear Pattern
An arithmetic sequence is an ordered list of numbers where the difference between consecutive terms is constant. This operation is foundational for modeling linear growth and decay in real-world scenarios like finance (simple interest, depreciation) and physics (constant motion).
🔍 Key Formula & Components
The nth term of an arithmetic sequence is found using:
aₙ = a₁ + (n - 1)d
- aₙ = the nth term you're solving for
- a₁ = the first term in the sequence
- n = the term number (position)
- d = the common difference (a₂ - a₁)
📝 Step-by-Step Problem Solving
- Identify the given values: a₁, n, d, and/or aₙ.
- Determine the common difference (d) if not given.
- Substitute the known values into the formula aₙ = a₁ + (n - 1)d.
- Solve for the unknown variable using algebraic manipulation.
✨ Worked Examples
Example 1: Finding a Specific Term
Find the 15th term of the sequence: 2, 5, 8, 11, ...
Step 1: a₁ = 2, n = 15, d = 5 - 2 = 3
Step 2: a₁₅ = 2 + (15 - 1) * 3
Step 3: a₁₅ = 2 + (14) * 3 = 2 + 42 = 44
Example 2: Finding the Common Difference
The 4th term is 10 and the 9th term is 25. Find the common difference.
Step 1: Set up two equations: a₄ = a₁ + 3d = 10 and a₉ = a₁ + 8d = 25
Step 2: Subtract the first equation from the second: (a₁ + 8d) - (a₁ + 3d) = 25 - 10
Step 3: 5d = 15 → d = 3
⚠️ Common Mistakes to Avoid
- Incorrect "n" value: Remember the formula uses (n - 1), so for the 10th term, you multiply d by 9, not 10.
- Misidentifying d: Always subtract a term from the one that follows it (a₂ - a₁), not the other way around.
- Formula confusion: Don't mix up the arithmetic sequence formula (aₙ = a₁ + (n-1)d) with the arithmetic series sum formula.
💡 Tips & Tricks
- Memory Aid: "First term, plus d, times one less than n."
- Quick Check: The graph of an arithmetic sequence's terms forms a straight line. If your terms don't increase linearly, you've made an error.
- Shortcut: To find d from any two terms aₘ and aₙ, use d = (aₘ - aₙ) / (m - n).
🎯 Practice Suggestions
- Start with basic problems finding aₙ given a₁ and d.
- Progress to problems where you need to find a₁ or d given other terms.
- Create your own sequences and verify the pattern holds.
- Connect to real-world applications: calculate monthly savings, car depreciation, or simple interest.