Sequences - Seventh Grade
Arithmetic, Geometric, Patterns & Formulas
1. Understanding Sequences
What is a Sequence?
A sequence is an ordered list of numbers
following a specific pattern or rule
Example: 2, 4, 6, 8, 10, ...
Key Vocabulary
Term: Each number in a sequence
Position (n): The place of a term in the sequence
First term (a₁): The starting number
nth term (aₙ): The value of any term at position n
Types of Sequences
Arithmetic Sequence: Add or subtract the same number
Geometric Sequence: Multiply or divide by the same number
Neither: No consistent pattern
2. Arithmetic Sequences
Definition
An arithmetic sequence is a sequence where
each term is found by ADDING (or subtracting)
the SAME number to the previous term
Examples: 3, 7, 11, 15, 19, ... (add 4)
Examples: 20, 17, 14, 11, 8, ... (subtract 3)
Common Difference (d)
The common difference is the number
added to each term to get the next term
Finding Common Difference
d = a₂ − a₁
or
d = aₙ − aₙ₋₁
Subtract any term from the next term
Arithmetic Sequence Formula (nth Term)
aₙ = a₁ + (n − 1)d
Where:
aₙ = nth term (the term you want to find)
a₁ = first term
n = position of the term
d = common difference
Example 1: Finding Common Difference
Sequence: 5, 9, 13, 17, 21, ...
Find common difference:
d = 9 − 5 = 4
Check: 13 − 9 = 4 ✓
Check: 17 − 13 = 4 ✓
Common difference: d = 4
Example 2: Finding nth Term
Find the 10th term of: 3, 7, 11, 15, ...
Step 1: Identify a₁ and d
a₁ = 3, d = 7 − 3 = 4
Step 2: Use formula aₙ = a₁ + (n − 1)d
a₁₀ = 3 + (10 − 1)(4)
a₁₀ = 3 + (9)(4)
a₁₀ = 3 + 36
a₁₀ = 39
The 10th term is 39
Example 3: Writing Variable Expression
Write an expression for: 2, 5, 8, 11, 14, ...
a₁ = 2, d = 3
aₙ = a₁ + (n − 1)d
aₙ = 2 + (n − 1)(3)
aₙ = 2 + 3n − 3
aₙ = 3n − 1
Expression: aₙ = 3n − 1
3. Geometric Sequences
Definition
A geometric sequence is a sequence where
each term is found by MULTIPLYING (or dividing)
the previous term by the SAME number
Examples: 2, 6, 18, 54, 162, ... (multiply by 3)
Examples: 80, 40, 20, 10, 5, ... (divide by 2)
Common Ratio (r)
The common ratio is the number
multiplied to each term to get the next term
Finding Common Ratio
r = a₂ ÷ a₁
or
r = aₙ ÷ aₙ₋₁
Divide any term by the previous term
Geometric Sequence Formula (nth Term)
aₙ = a₁ × rⁿ⁻¹
Where:
aₙ = nth term
a₁ = first term
n = position of the term
r = common ratio
Example 1: Finding Common Ratio
Sequence: 3, 12, 48, 192, ...
Find common ratio:
r = 12 ÷ 3 = 4
Check: 48 ÷ 12 = 4 ✓
Check: 192 ÷ 48 = 4 ✓
Common ratio: r = 4
Example 2: Finding nth Term
Find the 6th term of: 2, 6, 18, 54, ...
Step 1: Identify a₁ and r
a₁ = 2, r = 6 ÷ 2 = 3
Step 2: Use formula aₙ = a₁ × rⁿ⁻¹
a₆ = 2 × 3⁶⁻¹
a₆ = 2 × 3⁵
a₆ = 2 × 243
a₆ = 486
The 6th term is 486
Example 3: With Fractions
Sequence: 80, 40, 20, 10, 5, ...
r = 40 ÷ 80 = 1/2 or 0.5
This is a decreasing geometric sequence!
Common ratio: r = 1/2
4. Identifying Arithmetic or Geometric Sequences
Steps to Identify
Step 1: Test for arithmetic (subtract consecutive terms)
If differences are the same → ARITHMETIC
Step 2: Test for geometric (divide consecutive terms)
If ratios are the same → GEOMETRIC
Step 3: If neither pattern works → NEITHER
Example 1: Identify
Sequence: 5, 10, 15, 20, 25, ...
Test 1: Arithmetic?
10 − 5 = 5
15 − 10 = 5
20 − 15 = 5
Same difference! ✓
ARITHMETIC with d = 5
Example 2: Identify
Sequence: 4, 12, 36, 108, ...
Test 1: Arithmetic?
12 − 4 = 8, 36 − 12 = 24 ✗ Different!
Test 2: Geometric?
12 ÷ 4 = 3
36 ÷ 12 = 3
108 ÷ 36 = 3
Same ratio! ✓
GEOMETRIC with r = 3
Example 3: Neither
Sequence: 1, 1, 2, 3, 5, 8, ... (Fibonacci)
Differences: 0, 1, 1, 2, 3 ✗ Not same
Ratios: 1, 2, 1.5, 1.67, 1.6 ✗ Not same
NEITHER (Special pattern)
5. Evaluating Variable Expressions for Sequences
What Does It Mean?
Given a formula for a sequence,
substitute the term position (n) to find the value
Example 1
Given aₙ = 4n + 1, find a₅
Substitute n = 5:
a₅ = 4(5) + 1
a₅ = 20 + 1
a₅ = 21
The 5th term is 21
Example 2
Given aₙ = 3 × 2ⁿ⁻¹, find a₄
Substitute n = 4:
a₄ = 3 × 2⁴⁻¹
a₄ = 3 × 2³
a₄ = 3 × 8
a₄ = 24
The 4th term is 24
6. Sequences: Word Problems
Example 1: Arithmetic Pattern
Problem: Sarah saves $10 in week 1, $15 in week 2, $20 in week 3. If this pattern continues, how much will she save in week 8?
Step 1: Identify the pattern
10, 15, 20, ... (arithmetic)
d = 5
Step 2: Use formula
a₈ = 10 + (8 − 1)(5)
a₈ = 10 + 35 = 45
Answer: She will save $45 in week 8
Example 2: Geometric Pattern
Problem: A bacteria culture doubles every hour. It starts with 5 bacteria. How many bacteria will there be after 5 hours?
Step 1: Identify the pattern
5, 10, 20, 40, ... (geometric)
r = 2
Step 2: Use formula (n = 6 because we start at hour 0)
a₆ = 5 × 2⁵
a₆ = 5 × 32 = 160
Answer: 160 bacteria after 5 hours
Quick Reference: Sequence Formulas
Type | Pattern | Formula |
---|---|---|
Arithmetic | Add/subtract same number | aₙ = a₁ + (n − 1)d |
Geometric | Multiply/divide same number | aₙ = a₁ × rⁿ⁻¹ |
Finding d or r
Find | Formula |
---|---|
Common Difference (d) | d = aₙ − aₙ₋₁ |
Common Ratio (r) | r = aₙ ÷ aₙ₋₁ |
💡 Important Tips to Remember
✓ Arithmetic: Add/subtract → Use d (common difference)
✓ Geometric: Multiply/divide → Use r (common ratio)
✓ Test arithmetic first: Check if differences are constant
✓ Then test geometric: Check if ratios are constant
✓ Formula variables: a₁ = first term, n = position, aₙ = nth term
✓ For arithmetic: aₙ = a₁ + (n − 1)d
✓ For geometric: aₙ = a₁ × rⁿ⁻¹
✓ Variable expressions: Simplify to get cleanest form
✓ Word problems: Identify if pattern is arithmetic or geometric first
✓ Always check: Does your answer make sense in the sequence?
🧠 Memory Tricks & Strategies
Arithmetic vs Geometric:
"Arithmetic adds with care, Geometric multiplies everywhere!"
Common Difference:
"D is for Difference - subtract to find, arithmetic patterns are one of a kind!"
Common Ratio:
"R is for Ratio - divide to see, geometric growth or decay it will be!"
Arithmetic Formula:
"Start with first, then (n minus 1) times d - that's arithmetic, guaranteed!"
Geometric Formula:
"First term times r to the power - geometric sequences gain or lose power every hour!"
Identifying Sequences:
"Subtract for arithmetic, divide for geometric too - if neither works, it's something new!"
Master Sequences! 📈 🔢
Remember: Arithmetic adds/subtracts, Geometric multiplies/divides!