Topic Review — Growth and Decay in Sequences — Solutions
← Growth and Decay in Sequences
This review covers arithmetic sequences, geometric sequences, growth and decay applications, and recurrence relations. Click each answer to reveal the worked solution.
Review Questions
- Find the 20th term of the arithmetic sequence 7, 12, 17, 22, …
a = 7, d = 5
t20 = 7 + 19 × 5 = 7 + 95 = 102 - Find the sum of the first 15 terms of the arithmetic sequence 3, 7, 11, 15, …
a = 3, d = 4, n = 15
S15 = 15/2 × (2 × 3 + 14 × 4) = 7.5 × (6 + 56) = 7.5 × 62 = 465 - An arithmetic sequence has t4 = 19 and t9 = 44. Find a and d.
a + 3d = 19 (1)
a + 8d = 44 (2)
(2)−(1): 5d = 25 → d = 5
a = 19 − 15 = 4; d = 5 - Find the 7th term of the geometric sequence 2, 6, 18, 54, …
a = 2, r = 3
t7 = 2 × 36 = 2 × 729 = 1458 - Find the sum of the first 8 terms of the geometric sequence 1, 2, 4, 8, …
a = 1, r = 2, n = 8
S8 = 1 × (28 − 1)/(2 − 1) = 255 — 255 - Is 135 a term in the geometric sequence 5, 15, 45, 135, …? Which term?
a = 5, r = 3
tn = 5 × 3n−1 = 135 → 3n−1 = 27 = 33 → n−1 = 3 → n = 4
135 is the 4th term. - A population of 3 200 bacteria grows at 25% per hour. Find the population after 4 hours.
r = 1.25, a = 3200
P4 = 3200 × (1.25)4 = 3200 × 2.4414 ≈ 7 813 - A car is purchased for $32 000 and depreciates at 18% per year. Find its value after 3 years.
r = 0.82
V3 = 32 000 × (0.82)3 = 32 000 × 0.5514 ≈ $17 645 - Write the first 5 terms of the recurrence relation tn+1 = tn + 4, t1 = 10. What type of sequence is this?
10, 14, 18, 22, 26
This is an arithmetic sequence with d = 4. - Write the first 5 terms of tn+1 = 1.5tn, t1 = 8.
8, 12, 18, 27, 40.5
This is a geometric sequence with r = 1.5. - The recurrence relation tn+1 = 1.06tn − 3000, t1 = 40 000 models a loan. Calculate t2, t3, and t4.
t2 = 1.06 × 40 000 − 3000 = 42 400 − 3000 = 39 400
t3 = 1.06 × 39 400 − 3000 = 41 764 − 3000 = 38 764
t4 = 1.06 × 38 764 − 3000 = 41 089.84 − 3000 = 38 089.84 - An investment of $6 000 earns 4.5% per annum. In how many complete years will it exceed $8 000?
Vn = 6000 × (1.045)n
n = 6: 6000 × (1.045)6 ≈ 6000 × 1.3023 = 7814 < 8000
n = 7: 6000 × (1.045)7 ≈ 6000 × 1.3609 = 8165 > 8000 ✓
After 7 complete years. - A geometric sequence has t2 = 6 and t5 = 48. Find a, r, and S8.
ar = 6 and ar4 = 48 → r³ = 8 → r = 2
a = 6/2 = 3
S8 = 3(28−1)/(2−1) = 3 × 255 = 765 - A sequence is defined by tn+1 = 0.9tn + 50, t1 = 500. Find the first 5 terms and determine the long-term (fixed point) value.
t2 = 0.9(500) + 50 = 500 (already at fixed point!)
Check: L = 0.9L + 50 → 0.1L = 50 → L = 500
All terms = 500. The initial value equals the fixed point. - A theatre has 25 rows. Row 1 has 20 seats; each row has 2 more seats than the previous row. Find: (a) seats in row 25 (b) total seats in the theatre.
a = 20, d = 2, n = 25
(a) t25 = 20 + 24 × 2 = 20 + 48 = 68 seats
(b) S25 = 25/2 × (20 + 68) = 12.5 × 88 = 1 100 seats