๐Ÿ“–
What is a Sequence?
The foundation you need first
Sequence
A function from the whole numbers (0, 1, 2, 3, โ€ฆ) to the real numbers. You can only plug in whole numbers.
Discrete, not continuous
When you graph a sequence, you get isolated dots โ€” you cannot connect them into a line or curve.
Notation: aโ‚™ or gโ‚™
The subscript n is the input (term number). aโ‚ means the 1st term, aโ‚€ is the initial term.
๐Ÿ“Œ Example 1 โ€” Given aโ‚™ = 4n โˆ’ 3, find aโ‚ and aโ‚‡.
1
Substitute n = 1: aโ‚ = 4(1) โˆ’ 3 = 4 โˆ’ 3 = 1
2
Substitute n = 7: aโ‚‡ = 4(7) โˆ’ 3 = 28 โˆ’ 3 = 25
aโ‚ = 1    aโ‚‡ = 25
โš–๏ธ
Arithmetic vs Geometric
The two types you need to know
๐Ÿ“ Arithmetic Sequence
Key Property
Common difference d
Successive terms
aโ‚™โ‚Šโ‚ โˆ’ aโ‚™ = d (constant)
Formula from aโ‚€
aโ‚™ = aโ‚€ + dn
Formula from aโ‚–
aโ‚™ = aโ‚– + d(n โˆ’ k)
Behaves like
Linear function (discrete)
Example
aโ‚™ = 3n + 1   (d = 3)
๐Ÿ“ˆ Geometric Sequence
Key Property
Common ratio r
Successive terms
aโ‚™โ‚Šโ‚ / aโ‚™ = r (constant)
Formula from gโ‚€
gโ‚™ = gโ‚€ ยท rโฟ
Formula from gโ‚–
gโ‚™ = gโ‚– ยท r^(nโˆ’k)
Behaves like
Exponential function (discrete)
Example
gโ‚™ = 8ยท(1/2)โฟ   (r = 1/2)
๐Ÿ”
Identifying Sequence Type
Examples 2 & 6 from the notes
๐Ÿ’ก

How to identify the type

For arithmetic: subtract consecutive terms โ€” if the difference is constant, it's arithmetic.
For geometric: divide consecutive terms โ€” if the ratio is constant, it's geometric.
If neither is constant โ†’ it's neither.

๐Ÿ“Œ Example 2a โ€” Is sโ‚™ = nยฒ โˆ’ 3 arithmetic?
1
Compute terms: n=0โ†’โˆ’3, n=1โ†’โˆ’2, n=2โ†’1, n=3โ†’6
2
Differences: โˆ’2โˆ’(โˆ’3)=1, 1โˆ’(โˆ’2)=3, 6โˆ’1=5 โ€” not constant
โŒ Not arithmetic โ€” no common difference
๐Ÿ“Œ Example 2b โ€” Is sโ‚™ = 6 โˆ’ 2n arithmetic?
1
Compute terms: n=0โ†’6, n=1โ†’4, n=2โ†’2, n=3โ†’0
2
Differences: 4โˆ’6=โˆ’2, 2โˆ’4=โˆ’2, 0โˆ’2=โˆ’2 โ€” constant!
โœ… Arithmetic โ€” d = โˆ’2
๐Ÿ“Œ Example 2c โ€” Is โˆ’7, โˆ’2, 3, 8, 13, โ€ฆ arithmetic?
1
Differences: โˆ’2โˆ’(โˆ’7)=5, 3โˆ’(โˆ’2)=5, 8โˆ’3=5, 13โˆ’8=5
โœ… Arithmetic โ€” d = 5
๐Ÿ“Œ Example 6b โ€” Is sโ‚™ = 4(2)^(nโˆ’1) geometric?
1
Compute terms: n=1โ†’4, n=2โ†’8, n=3โ†’16, n=4โ†’32
2
Ratios: 8/4=2, 16/8=2, 32/16=2 โ€” constant!
โœ… Geometric โ€” r = 2
๐Ÿ“Œ Example 6d โ€” Is 16, โˆ’8, 4, โˆ’2, 1, โ€ฆ geometric?
1
Ratios: โˆ’8/16 = โˆ’1/2,   4/(โˆ’8) = โˆ’1/2,   โˆ’2/4 = โˆ’1/2
โœ… Geometric โ€” r = โˆ’1/2
๐Ÿ“
Arithmetic Sequence Examples
Using the formula aโ‚™ = aโ‚– + d(n โˆ’ k)
๐ŸŽฏ

The key formula

If you know any term aโ‚– and the common difference d, you can find any other term:
aโ‚™ = aโ‚– + d(n โˆ’ k)

If you know two terms but not d, use the formula twice to solve for d first.

๐Ÿ“Œ Example 3 โ€” Arithmetic sequence with aโ‚ƒ = 8 and d = โˆ’3. Find aโ‚™ and aโ‚โ‚‚.
1
Use aโ‚™ = aโ‚– + d(n โˆ’ k) with k=3: aโ‚™ = 8 + (โˆ’3)(n โˆ’ 3)
2
Expand: aโ‚™ = 8 โˆ’ 3n + 9 = 17 โˆ’ 3n
3
Find aโ‚โ‚‚: aโ‚โ‚‚ = 17 โˆ’ 3(12) = 17 โˆ’ 36 = โˆ’19
aโ‚™ = 17 โˆ’ 3n     aโ‚โ‚‚ = โˆ’19
๐Ÿ“Œ Example 4 โ€” Arithmetic sequence with aโ‚‚ = 7 and aโ‚† = 9. Find aโ‚™ and aโ‚‚โ‚„.
1
Use aโ‚† = aโ‚‚ + d(6 โˆ’ 2): 9 = 7 + 4d โ†’ 4d = 2 โ†’ d = 1/2
2
Build formula: aโ‚™ = aโ‚† + (1/2)(n โˆ’ 6) = 9 + (nโˆ’6)/2
3
Find aโ‚‚โ‚„: aโ‚‚โ‚„ = 9 + (1/2)(24 โˆ’ 6) = 9 + 9 = 18
d = 1/2     aโ‚‚โ‚„ = 18
๐Ÿ“Œ Example 5 โ€” Graph shows aโ‚€ = 8, aโ‚ = 6. Find aโ‚™ and aโ‚โ‚‡.
1
Find d: aโ‚ โˆ’ aโ‚€ = 6 โˆ’ 8 = โˆ’2
2
Use aโ‚™ = aโ‚€ + dn: aโ‚™ = 8 + (โˆ’2)n = 8 โˆ’ 2n
3
Find aโ‚โ‚‡: aโ‚โ‚‡ = 8 โˆ’ 2(17) = 8 โˆ’ 34 = โˆ’26
aโ‚™ = 8 โˆ’ 2n     aโ‚โ‚‡ = โˆ’26
๐Ÿ“ˆ
Geometric Sequence Examples
Using the formula gโ‚™ = gโ‚– ยท r^(nโˆ’k)
๐ŸŽฏ

The key formula

If you know any term gโ‚– and the common ratio r:
gโ‚™ = gโ‚– ยท r^(nโˆ’k)

To find r from a table or graph: r = gโ‚ / gโ‚€ (any consecutive pair works).

๐Ÿ“Œ Example 7 โ€” Geometric sequence with gโ‚ = 12 and r = 2. Find gโ‚™ and gโ‚„.
1
Use gโ‚™ = gโ‚– ยท r^(nโˆ’k) with k=1: gโ‚™ = 12 ยท 2^(nโˆ’1)
2
Find gโ‚„: gโ‚„ = 12 ยท 2^(4โˆ’1) = 12 ยท 2ยณ = 12 ยท 8 = 96
gโ‚™ = 12 ยท 2^(nโˆ’1)     gโ‚„ = 96
๐Ÿ“Œ Example 8 โ€” Table shows gโ‚€ = 8, gโ‚ = 4. Find gโ‚™ and gโ‚โ‚€.
1
Find r: gโ‚/gโ‚€ = 4/8 = 1/2
2
Use gโ‚™ = gโ‚€ ยท rโฟ: gโ‚™ = 8 ยท (1/2)โฟ
3
Find gโ‚โ‚€: gโ‚โ‚€ = 8 ยท (1/2)ยนโฐ = 8/1024 = 1/128
gโ‚™ = 8 ยท (1/2)โฟ     gโ‚โ‚€ = 1/128
โšก
Quick Reference
Screenshot and save this!
๐Ÿ“ Arithmetic Formulas
aโ‚™ = aโ‚€ + dn
From initial term aโ‚€
aโ‚™ = aโ‚– + d(n โˆ’ k)
From any known term aโ‚–
d = aโ‚™ โˆ’ aโ‚™โ‚‹โ‚
Common difference = subtract consecutive terms
๐Ÿ“ˆ Geometric Formulas
gโ‚™ = gโ‚€ ยท rโฟ
From initial term gโ‚€
gโ‚™ = gโ‚– ยท r^(nโˆ’k)
From any known term gโ‚–
r = gโ‚™ / gโ‚™โ‚‹โ‚
Common ratio = divide consecutive terms
โš ๏ธ Common Mistakes
โŒ Connecting the dots on a sequence graph
Sequences are discrete โ€” only whole number inputs are valid. Never draw a line through the points.
โŒ Confusing d (difference) with r (ratio)
Arithmetic โ†’ subtract to check. Geometric โ†’ divide to check. Don't mix them up!
โŒ Using wrong k in aโ‚™ = aโ‚– + d(n โˆ’ k)
Whatever term you're starting from is k. If you know aโ‚ƒ, then k=3. If you know aโ‚€, then k=0.
๐Ÿง  Ready to Practice? Take the Quiz โ†’