Arithmetic Sequences – Comprehensive Study Notes
Objectives
- Define and describe three special kinds of sequences: arithmetic, geometric, and harmonic.
- Solve problems that involve these sequences, with emphasis in this lesson on arithmetic sequences.
Key Definitions & Principles
- Sequence: An ordered list of numbers written according to a rule.
- Arithmetic Sequence (A.S.)
- A sequence in which a constant value (called the common difference) is added to each term to obtain the next term.
- Symbolically, if is an arithmetic sequence, then for .
- First Term: (also written in the slides).
- Common Difference: (can be positive, negative, or zero).
- General or nth‐Term Formula:
- Enables computation of any term without listing all preceding terms.
Priming Activity (Warm-Up Sequences)
(a) → A.S. with .
(b) → A.S. with .
(c) → A.S. with (decreasing sequence).
(d) → Not arithmetic (perfect squares, actually quadratic growth).
(e) → A.S. with .
Interpretation & Pedagogical Notes:
- Warm-up trains students to recognize constant addition vs other patterns.
- Identifying quickly is crucial for more advanced tasks (e.g.
finding distant terms or solving for ).
Step-by-Step Examples & Detailed Solutions
Example 1 – Forward Computation (constructing the sequence)
Sequence:
- Given:
- Compute successive terms:
- nth-term (general term):
Example 2 – 16th Term of
- Identify parameters:
- Apply nth-term formula:
- Interpretation: 16th term is quite large because positive "pushes" the sequence upward linearly.
Example 3 – 20th Term of
- Calculation:
- Reflective Point: Negative causes a linear decline; by the 20th term value becomes negative.
Example 4 – Identify a Specific Term Value (Backward Problem)
"In which term equals 5?"
- Solve for :
\begin{aligned}
5 &= 50+(n-1)(-5)\
5 &= 50-5(n-1)\
5 &= 50-5n+5\
5n &= 50\
n &= 10.
\end{aligned} - Answer: 5 is the 10th term ().
Example 5 – Another Backward Problem
"In which term equals 43?"
\begin{aligned}
43 &= 7+(n-1)3\
43 &= 7+3n-3\
3n &= 39\
n &= 13.
\end{aligned}- Conclusion: 43 is the 13th term.
Example 6 – Finding and from Two Known Terms
"4th term is 34 and 10th term is 22. Find , , and ."
Use the nth-term formula for both positions:
Subtract equations (eliminate ):
Solve for using :
General term:
(Slide showed which is algebraically identical.)Observations & Extensions:
- Distance between indices (10th–4th = 6 steps) multiplied by equals difference in values (22–34 = –12).
- Shows linear nature: every 6 steps, value drops by .
Compact Formula Summary
- nth term:
- Common difference:
- To find when is known: (provided ).
Problem-Solving Strategies & Tips
- Always identify and before anything else.
- Watch sign of (positive → increasing, negative → decreasing).
- Use nth-term formula forward (find ) or backward (solve for ).
- When two non-consecutive terms are known, set up a system or exploit difference: Quick way to extract .
- Verify arithmetic vs non-arithmetic early—saves misapplication of formulas.
Connections & Broader Significance
- Arithmetic sequences model linear growth or decline in finance (e.g.
equal wage increases), physics (uniform motion with constant velocity), and computing (memory addresses with fixed strides). - Prepares groundwork for arithmetic series (sum of A.S.) and comparison to geometric sequences (exponential change) and harmonic sequences (reciprocals of arithmetic sequences).
- Ethically, selecting correct mathematical model is vital—overusing linear projections may misrepresent exponential realities (e.g.
disease spread, compound interest).
Quick Reference (Checklist)
- Identify: constant difference? Yes → arithmetic.
- Parameters: write , , , .
- Choose formula orientation (find term or locate index).
- Substitute carefully; include parentheses around when is negative.
- Simplify & verify: plug result back if time permits.