Sequences and Series: Chapter Learning Target
Sequences and Series: Chapter Learning Target
Sequences and Series: Chapter Learning Target
Fi hP
Fish l ti
Population ((p. 445)
( 431))
Skydiving (p.
Input, Output,
2x 2 − 10
x y
0 2(0)2 − 10 −10
1 2(1)2 − 10 −8
2 2(2)2 − 10 −2
3 2(3)2 − 10 8
4 2(4)2 − 10 22
x y x y x y
1 2 5
2 3 10
3 4 15
Solving Equations
Example 2 Solve the equation 45 = 5(3)x.
10. ABSTRACT REASONING The graph of the exponential decay function f (x) = bx has an
asymptote y = 0. How is the graph of f different from a scatter plot consisting of the points
(1, b1), (2, b1 + b2), (3, b1 + b2 + b3), . . .? How is the graph of f similar?
Using a Spreadsheet
You deposit $1000 in stocks that earn 15% interest compounded annually. Use a spreadsheet to
find the balance at the end of each year for 8 years. Describe the type of growth.
SOLUTION
You can enter the given information into a spreadsheet and generate the graph shown. From the
formula in the spreadsheet, you can see that the growth pattern is exponential. The graph also
appears to be exponential.
Stock Investment
A B
1 Year Balance $3500.00
2 0 $1000.00
Balance (dollars)
3 $3000.00
1 $1150.00 B3 = B2*1.15
4 2 $1322.50
$2500.00
5 3 $1520.88
6 4 $1749.01 $2000.00
7 5 $2011.36
8 6 $2313.06 $1500.00
9 7 $2660.02
10 8 $3059.02 $1000.00
0 2 4 6 8 10
11
Year
Monitoring Progress
Use a spreadsheet to help you answer the question.
1. A pilot flies a plane at a speed of 500 miles per hour for 4 hours. Find the total distance
flown at 30-minute intervals. Describe the pattern.
2. A population of 60 rabbits increases by 25% each year for 8 years. Find the population at
the end of each year. Describe the type of growth.
3. An endangered population has 500 members. The population declines by 10% each decade
for 80 years. Find the population at the end of each decade. Describe the type of decline.
4. The top eight runners finishing a race receive cash prizes. First place receives $200, second
place receives $175, third place receives $150, and so on. Find the fifth through eighth place
prizes. Describe the type of decline.
A. 9 B. 9
−1 7 −1 7
−1 −1
C. 9 D. 9
−1 7 −1 7
−1 −1
E. 9 F. 9
−1 7 −1 7
−1 −1
The domain of a sequence may begin with 0 instead of 1. When this is the case, the
domain of a finite sequence is the set {0, 1, 2, 3, . . . , n} and the domain of an infinite
sequence becomes the set of nonnegative integers. Unless otherwise indicated, assume
the domain of a sequence begins with 1.
Write the first six terms of (a) an = 2n + 5 and (b) f (n) = (−3)n − 1.
SOLUTION
a. a1 = 2(1) + 5 = 7 1st term b. f (1) = (−3)1 − 1 = 1
a2 = 2(2) + 5 = 9 2nd term f (2) = (−3)2 − 1 = −3
a3 = 2(3) + 5 = 11 3rd term f (3) = (−3)3 − 1 = 9
a4 = 2(4) + 5 = 13 4th term f (4) = (−3)4 − 1 = −27
a5 = 2(5) + 5 = 15 5th term f (5) = (−3)5 − 1 = 81
a6 = 2(6) + 5 = 17 6th term f (6) = (−3)6 − 1 = −243
You work in a grocery store and are stacking apples in the shape first layer
SOLUTION
Step 1 Make a table showing the number of fruit in the first three layers.
Let an represent the number of apples in layer n.
Layer, n 1 2 3
n = 1, 2, 3, 4, 5, 6, and 7.
Step 3 Plot the points (1, 1), (2, 4), (3, 9), (4, 16), 48
(5, 25), (6, 36), and (7, 49). The graph is
32
shown at the right.
16
0
0 2 4 6 n
Layer
Describe the pattern, write the next term, graph the first five terms, and
write a rule for the nth term of the sequence.
4. 3, 5, 7, 9, . . . 5. 3, 8, 15, 24, . . .
6. 1, −2, 4, −8, . . . 7. 2, 5, 10, 17, . . .
8. WHAT IF? In Example 3, suppose there are nine layers of apples. How many
apples are in the ninth layer?
Core Concept
Series and Summation Notation
When the terms of a sequence are added together, the resulting expression is a
series. A series can be finite or infinite.
READING Finite series: 2 + 4 + 6 + 8
When written in
Infinite series: 2+4+6+8+...
summation notation, this
series is read as “the sum You can use summation notation to write a series. For example, the two series
of 2i for values of i from above can be written in summation notation as follows:
1 to 4.” 4
Finite series: 2 + 4 + 6 + 8 = ∑ 2i
i=1
∞
Infinite series: 2 + 4 + 6 + 8 + . . . = ∑ 2i
i=1
For both series, the index of summation is i and the lower limit of summation
is 1. The upper limit of summation is 4 for the finite series and ∞ (infinity) for the
infinite series. Summation notation is also called sigma notation because it uses
the uppercase Greek letter sigma, written ∑.
SOLUTION
a. Notice that the first term is 25(1), the second is 25(2), the third is 25(3), and the
last is 25(10). So, the terms of the series can be written as:
ai = 25i, where i = 1, 2, 3, . . . , 10
The lower limit of summation is 1 and the upper limit of summation is 10.
10
The summation notation for the series is ∑ 25i.
i=1
b. Notice that for each term, the denominator of the fraction is 1 more than the
numerator. So, the terms of the series can be written as:
i
ai = —, where i = 1, 2, 3, 4, . . .
i+1
The lower limit of summation is 1 and the upper limit of summation is infinity.
∞
i
The summation notation for the series is ∑ —.
i=1 i + 1
SOLUTION
8
∑ (3 + k2) = (3 + 42) + (3 + 52) + (3 + 62) + (3 + 72) + (3 + 82)
k=4
= 19 + 28 + 39 + 52 + 67
= 205
For series with many terms, finding the sum by adding the terms can be tedious.
Below are formulas you can use to find the sums of three special types of series.
Core Concept
Formulas for Special Series
n
Sum of n terms of 1: ∑1 = n
i =1
n
n(n + 1)
Sum of first n positive integers: ∑i = —
i=1 2
n
n(n + 1)(2n + 1)
Sum of squares of first n positive integers: ∑i 2 = ——
i=1 6
SOLUTION
From Example 3, you know that the ith term of the series is given by ai = i 2, where
i = 1, 2, 3, . . . , 7. Using summation notation and the third formula listed above,
you can find the total number of apples as follows:
7
⋅
7(7 + 1)(2 7 + 1) 7(8)(15)
12 + 22 + . . . + 72 = ∑ i 2 = —— = — = 140
6 6
i=1
There are 140 apples in the stack. Check this by adding the number of apples
in each of the seven layers.
34 6
15. ∑1
i=1
16. ∑k
k=1
17. WHAT IF? Suppose there are nine layers in the apple stack in Example 3. How
many apples are in the stack?
2. COMPLETE THE SENTENCE In a sequence, the numbers are called __________ of the sequence.
4. WHICH ONE DOESN’T BELONG? Which does not belong with the other three?
Explain your reasoning.
6 5
∑i 2
i=1
91 1 + 4 + 9 + 16 + 25 + 36 ∑i 2
i=0
7. an = n2 8. f (n) = n3 + 2
2n n
A an = 3n − 3
○ B an = 4n − 5
○
13. f (n) = — 14. f (n) = —
n+2 2n − 1
n(n + 1)
C an = n
○ D an = —
○
In Exercises 15–26, describe the pattern, write the next 2
term, and write a rule for the nth term of the sequence.
(See Example 2.) 28. FINDING A PATTERN Which rule gives the total
number of green squares in the nth figure of the
15. 1, 6, 11, 16, . . .
pattern shown? Justify your answer.
16. 1, 2, 4, 8, . . .
2 3 4 3 5 7 C an = 4n
○ D an = 2n +1
○
21. —14 , —4 , —4 , —4 , . . . 22. —1
, —, —, —, . . .
10 20 30 40
2 2 2 4 6 8
23. —23 , —6 , —9 , —
12
,... 24. —23 , —4 , —5 , —6 , . . .
✗
51.
that can be seated around n tables arranged in this
10
manner. Then graph the sequence. (See Example 3.)
∑ (3n − 5) = −2 + 1 + 4 + 7 + 10
n =1
= 20
✗
52.
4
4(4 + 1)(2 ⋅ 4 + 1)
∑ i 2 = ——
i =2 6
180
=—
6
= 30
4 4
41. ∑ n3
n=0
42. ∑ 3k2
k=1
6 5
43. ∑ (5k − 2) 44. ∑ (n2 − 1)
n=1
k=3
8 6
2 k
45. ∑—
i=2 i
46. ∑—
k+1
k=4
35 16
47. ∑1
i=1
48. ∑n
n=1
25 18
49. ∑i
i=10
50. ∑ n2
n=1
...
( )
n n
d. ∑ (ai)c =
i =1
∑ ai
i =1
n
an
Maintaining Mathematical Proficiency Reviewing what you learned in previous grades and lessons
12 12
8 8
4 4
2 4 6 n 2 4 6 n
c. an d. an
16 16
12 12
8 8
4 4
2 4 6 n 2 4 6 n
SOLUTION
Find the differences of consecutive terms.
a. a2 − a1 = −2 − (−9) = 7
a3 − a2 = 5 − (−2) = 7
a4 − a3 = 12 − 5 = 7
a5 − a4 = 19 − 12 = 7
1
1. 2, 5, 8, 11, 14, . . . 2. 15, 9, 3, −3, −9, . . . 3. 8, 4, 2, 1, —2 , . . .
Write a rule for the nth term of each sequence. Then find a15.
COMMON ERROR a. 3, 8, 13, 18, . . . b. 55, 47, 39, 31, . . .
In the general rule for
an arithmetic sequence, SOLUTION
note that the common a. The sequence is arithmetic with first term a1 = 3, and common difference
difference d is multiplied d = 8 − 3 = 5. So, a rule for the nth term is
by n − 1, not n.
an = a1 + (n − 1)d Write general rule.
= 3 + (n − 1)5 Substitute 3 for a1 and 5 for d.
= 5n − 2. Simplify.
b. The sequence is arithmetic with first term a1 = 55, and common difference
d = 47 − 55 = −8. So, a rule for the nth term is
an = a1 + (n − 1)d Write general rule.
= 55 + (n − 1)(−8) Substitute 55 for a1 and −8 for d.
= −8n + 63. Simplify.
A rule is an = −8n + 63, and the 15th term is a15 = −8(15) + 63 = −57.
4. Write a rule for the nth term of the sequence 7, 11, 15, 19, . . .. Then find a15.
SOLUTION
Step 1 Use the general rule to find the first term.
an = a1 + (n − 1)d Write general rule.
a19 = a1 + (19 − 1)d Substitute 19 for n.
ANALYZING −45 = a1 + 18(−3) Substitute −45 for a19 and −3 for d.
RELATIONSHIPS 9 = a1 Solve for a1.
Notice that the points lie
Step 2 Write a rule for the nth term.
on a line. This is true for
any arithmetic sequence. an = a1 + (n − 1)d Write general rule.
So, an arithmetic sequence
= 9 + (n − 1)(−3) Substitute 9 for a1 and −3 for d.
is a linear function whose
domain is a subset of the = −3n + 12 Simplify.
integers. You can also use an
Step 3 Use the rule to create a table of values for
function notation to write
the sequence. Then plot the points. 6
sequences:
f (n) = −3n + 12. n 1 2 3 4 5 6 2 n
an 9 6 3 0 −3 −6 −6
Two terms of an arithmetic sequence are a7 = 17 and a26 = 93. Write a rule for the
nth term.
SOLUTION
Step 1 Write a system of equations using an = a1 + (n − 1)d. Substitute
26 for n to write Equation 1. Substitute 7 for n to write Equation 2.
a26 = a1 + (26 − 1)d 93 = a1 + 25d Equation 1
a7 = a1 + (7 − 1)d 17 = a1 + 6d Equation 2
Step 2 Solve the system. 76 = 19d Subtract.
4=d Solve for d.
Check
93 = a1 + 25(4) Substitute for d in Equation 1.
Use the rule to verify that
the 7th term is 17 and the −7 = a1 Solve for a1.
26th term is 93. Step 3 Write a rule for an. an = a1 + (n − 1)d Write general rule.
a7 = 4(7) − 11 = 17 ✓ = −7 + (n − 1)4 Substitute for a1 and d.
a26 = 4(26) − 11 = 93 ✓ = 4n − 11 Simplify.
Write a rule for the nth term of the sequence. Then graph the first six terms of
the sequence.
Core Concept
The Sum of a Finite Arithmetic Series
The sum of the first n terms of an arithmetic series is
a1 + an
Sn = n —( 2
. )
In words, Sn is the mean of the first and nth terms, multiplied by the number
of terms.
SOLUTION
Step 1 Find the first and last terms.
a1 = 3(1) + 7 = 10 Identify first term.
a20 = 3(20) + 7 = 67 Identify last term.
STUDY TIP Step 2 Find the sum.
This sum is actually a
a1 + a20
partial sum. You cannot
find the complete sum
S20 = 20 — ( )
2
Write rule for S20.
of an infinite arithmetic 10 + 67
series because its terms = 20 ( — ) Substitute 10 for a1 and 67 for a20.
2
continue indefinitely.
= 770 Simplify.
You are making a house of cards similar to the one shown. first row
a. Write a rule for the number of cards in the nth row
when the top row is row 1.
b. How many cards do you need to make a house of
cards with 12 rows?
SOLUTION
a. Starting with the top row, the number of cards in the rows are 3, 6, 9, 12, . . ..
These numbers form an arithmetic sequence with a first term of 3 and a common
difference of 3. So, a rule for the sequence is:
Check
an = a1 + (n − 1)d Write general rule.
Use a graphing calculator to
check the sum. = 3 + (n − 1)(3) Substitute 3 for a1 and 3 for d.
sum(seq(3X,X,1,1
= 3n Simplify.
2))
234
b. Find the sum of an arithmetic series with first term a1 = 3 and last term
a12 = 3(12) = 36.
a1 + a12 3 + 36
S12 = 12 — (
2 ) (
= 12 — = 234
2 )
So, you need 234 cards to make a house of cards with 12 rows.
10. WHAT IF? In Example 6, how many cards do you need to make a house of cards
with eight rows?
✗
21.
Use a1 = 22 and d = −13.
5. 5, 8, 13, 20, 29, . . . 6. 3, 5, 9, 15, 23, . . .
an = a1 + nd
9 9
7. 36, 18, 9, —2 , —4 , . . . 8. 81, 27, 9, 3, 1, . . . an = 22 + n (−13)
3 5 3 1 5 7 3
an = 22 − 13n
9. —12 , —4 , 1, —4 , —2 , . . . 10. —16 , —2 , —6 , —6 , —2 , . . .
✗
22.
11. WRITING EQUATIONS Write a rule for the arithmetic The first term is 22 and the common
sequence with the given description. difference is −13.
a. The first term is −3 and each term is 6 less than an = −13 + (n − 1)(22)
the previous term. an = −35 + 22n
b. The first term is 7 and each term is 5 more than the
previous term. In Exercises 23–28, write a rule for the nth term of the
sequence. Then graph the first six terms of the sequence.
12. WRITING Compare the terms of an arithmetic (See Example 3.)
sequence when d > 0 to when d < 0.
23. a11 = 43, d = 5 24. a13 = 42, d = 4
In Exercises 13–20, write a rule for the nth term of the
sequence. Then find a20. (See Example 2.) 25. a20 = −27, d = −2 26. a15 = −35, d = −3
13. 12, 20, 28, 36, . . . 14. 7, 12, 17, 22, . . . 27. a17 = −5, d = −—2
1
28. a21 = −25, d = −—2
3
15. 51, 48, 45, 42, . . . 16. 86, 79, 72, 65, . . . 29. USING EQUATIONS One term of an arithmetic
1 1 5 1 1 sequence is a8 = −13. The common difference
17. −1, −—3 , —3 , 1, . . . 18. −2, −—4 , −—2 , —4 , . . . is −8. What is a rule for the nth term of the sequence?
19. 2.3, 1.5, 0.7, −0.1, . . . 20. 11.7, 10.8, 9.9, 9, . . . A an = 51 + 8n
○ B an = 35 + 8n
○
C an = 51 − 8n
○ D an = 35 − 8n
○
422 Chapter 8 Sequences and Series
34. a8 = −15, a17 = −78 NUMBER SENSE In Exercises 53 and 54, find the sum of
the arithmetic sequence.
35. a18 = −59, a21 = −71
53. The first 19 terms of the sequence 9, 2, −5, −12, . . ..
36. a12 = −38, a19 = −73
54. The first 22 terms of the sequence 17, 9, 1, −7, . . ..
37. a8 = 12, a16 = 22
55. MODELING WITH MATHEMATICS A marching
38. a12 = 9, a27 = 15 band is arranged in rows. The first row has three
band members, and each row after the first has
WRITING EQUATIONS In Exercises 39– 44, write a rule two more band members than the row before it.
for the sequence with the given terms. (See Example 6.)
41. an 42. an
8
(4, 16)
(4, 5) 12
4
(3, 2)
(3, 9)
6
1 3 n
(2, −1) (2, 2)
−4
(1, −4) 2 4n 56. MODELING WITH MATHEMATICS Domestic bees
(1, −5) make their honeycomb by starting with a single
−8 −6
hexagonal cell, then forming ring after ring of
hexagonal cells around the initial cell, as shown.
43. The number of cells in successive rings forms an
n 4 5 6 7 8
arithmetic sequence.
an 25 29 33 37 41
44.
n 4 5 6 7 8
Initial 1 ring 2 rings
an 31 39 47 55 63 cell
58. HOW DO YOU SEE IT? Which graph(s) represents an c. ∑ (7 + 12i) = 455 d. ∑ (−3 − 4i) = −507
i =3
i =5
arithmetic sequence? Explain your reasoning.
a. an b. an 63. ABSTRACT REASONING A theater has n rows of seats,
and each row has d more seats than the row in front of
6 12
it. There are x seats in the last (nth) row and a total of
4 8
y seats in the entire theater. How many seats are in the
front row of the theater? Write your answer in terms
2 4 of n, x, and y.
4
65. CRITICAL THINKING One of the major sources of our
2 n knowledge of Egyptian mathematics is the Ahmes
−2 papyrus, which is a scroll copied in 1650 B.C. by an
2 4 6n
Egyptian scribe. The following problem is from the
Ahmes papyrus.
Divide 10 hekats of barley among 10 men so that
59. MAKING AN ARGUMENT Your friend believes the the common difference is —18 of a hekat of barley.
sum of a series doubles when the common difference Use what you know about arithmetic sequences and
of an arithmetic series is doubled and the first term series to determine what portion of a hekat each man
and number of terms in the series remain unchanged. should receive.
Is your friend correct? Explain your reasoning.
Maintaining Mathematical Proficiency Reviewing what you learned in previous grades and lessons
( 499 ) ⋅
1/2
68. — 69. (51/2 51/4)
Tell whether the function represents exponential growth or exponential decay. Then graph the
function. (Section 6.2)
70. y = 2ex 71. y = e−3x 72. y = 3e−x 73. y = e0.25x
a. an b. an
16 16
12 12
8 8
4 4
2 4 6n 2 4 6n
c. an d. an
16 16
12 12
8 8
4 4
2 4 6n
LOOKING FOR 2 4 6n
REGULARITY IN
REPEATED Finding the Sum of a Geometric Sequence
REASONING Work with a partner. You can write the nth term of a geometric sequence with first
To be proficient in math, term a1 and common ratio r as
you need to notice when an = a1r n − 1.
calculations are repeated,
and look both for So, you can write the sum Sn of the first n terms of a geometric sequence as
general methods and Sn = a1 + a1r + a1r 2 + a1r 3 + . . . + a1r n − 1.
for shortcuts.
Rewrite this formula by finding the difference Sn − rSn and solving for Sn. Then verify
your rewritten formula by finding the sums of the first 20 terms of the geometric sequences
in Exploration 1. Compare your answers to those you obtained using a spreadsheet.
SOLUTION
Find the ratios of consecutive terms.
a 12 a 20 5 a 30 3 a 42 7
a. —2 = — = 2 —3 = — = — —4 = — = — —5 = — = —
a1 6 a2 12 3 a3 20 2 a4 30 5
a 64 1 a 16 1 a 4 1 a 1
b. —2 = — = — —3 = — = — —4 = — = — —5 = —
a1 256 4 a2 64 4 a3 16 4 a4 4
1
1. 27, 9, 3, 1, —, . . . 2. 2, 6, 24, 120, 720, . . . 3. −1, 2, −4, 8, −16, . . .
3
Core Concept
Rule for a Geometric Sequence
Algebra The nth term of a geometric sequence with first term a1 and common
ratio r is given by:
an = a1r n − 1
Example The nth term of a geometric sequence with a first term of 2 and a
common ratio of 3 is given by:
an = 2(3)n − 1
Write a rule for the nth term of each sequence. Then find a8.
a. 5, 15, 45, 135, . . . b. 88, −44, 22, −11, . . .
COMMON ERROR SOLUTION
In the general rule for a 15
a. The sequence is geometric with first term a1 = 5 and common ratio r = —5
= 3.
geometric sequence, note
that the exponent is So, a rule for the nth term is
n − 1, not n.
an = a1r n − 1 Write general rule.
= 5(3)n − 1. Substitute 5 for a1 and 3 for r.
4. Write a rule for the nth term of the sequence 3, 15, 75, 375, . . .. Then find a9.
One term of a geometric sequence is a4 = 12. The common ratio is r = 2. Write a rule
for the nth term. Then graph the first six terms of the sequence.
SOLUTION
Step 1 Use the general rule to find the first term.
an = a1r n − 1 Write general rule.
a4 = a1 r4 − 1 Substitute 4 for n.
ANALYZING 12 = a1(2)3 Substitute 12 for a4 and 2 for r.
RELATIONSHIPS 1.5 = a1 Solve for a1.
Notice that the points lie
on an exponential curve Step 2 Write a rule for the nth term.
because consecutive terms an = a1r n − 1 Write general rule.
change by equal factors.
So, a geometric sequence = 1.5(2)n − 1 Substitute 1.5 for a1 and 2 for r.
in which r > 0 and r ≠ 1 Step 3 Use the rule to create a table of values for
is an exponential function the sequence. Then plot the points. an
whose domain is a subset 40
of the integers. n 1 2 3 4 5 6
20
an 1.5 3 6 12 24 48
2 4 6n
Two terms of a geometric sequence are a2 = 12 and a5 = −768. Write a rule for the
nth term.
SOLUTION
Step 1 Write a system of equations using an = a1r n − 1. Substitute 2 for n to write
Equation 1. Substitute 5 for n to write Equation 2.
a2 = a1r 2 − 1 12 = a1r Equation 1
a5 = a1r 5 − 1 −768 = a1r 4 Equation 2
12
Step 2 Solve the system. — = a1 Solve Equation 1 for a1.
r
Check
12
−768 = — (r 4) Substitute for a1 in Equation 2.
Use the rule to verify that the r
2nd term is 12 and the 5th term
−768 = 12r 3 Simplify.
is −768.
a2 = −3(−4)2 − 1 −4 = r Solve for r.
= −3(256) = −768 ✓ Step 3 Write a rule for an. an = a1r n − 1 Write general rule.
= −3(−4)n − 1 Substitute for a1 and r.
Write a rule for the nth term of the sequence. Then graph the first six terms of
the sequence.
5. a6 = −96, r = −2 6. a2 = 12, a4 = 3
Core Concept
The Sum of a Finite Geometric Series
The sum of the first n terms of a geometric series with common ratio r ≠ 1 is
1 − rn .
Sn = a1 —
1−r( )
428 Chapter 8 Sequences and Series
SOLUTION
Step 1 Find the first term and the common ratio.
Check a1 = 4(3)1 − 1 = 4 Identify first term.
Use a graphing calculator to r=3 Identify common ratio.
check the sum.
Step 2 Find the sum.
sum(seq(4*3^(X-1
),X,1,10))
118096 S10 = a1 —
1−r (
1 − r 10
) Write rule for S10.
(
1 − 310
=4 —
1−3 ) Substitute 4 for a1 and 3 for r.
= 118,096 Simplify.
You can calculate the monthly payment M (in dollars) for a loan using the formula
L
M=—
t
1 k
∑— ( )
k =1 1 + i
where L is the loan amount (in dollars), i is the monthly interest rate (in decimal form),
and t is the term (in months). Calculate the monthly payment on a 5-year loan for
$20,000 with an annual interest rate of 6%.
USING SOLUTION
TECHNOLOGY Step 1 Substitute for L, i, and t. The loan amount 20,000
is L = 20,000, the monthly interest rate M = ——
Storing the value of 60 k
1
— helps minimize
1.005
0.06
is i = — = 0.005, and the term is
12
∑— ( 1
k =1 1 + 0.005
)
mistakes and also assures t = 5(12) = 60.
an accurate answer.
Rounding this value to Step 2 Notice that the denominator is a geometric 1/1.005 R
.9950248756
0.995 results in a monthly 1 R((1-R^60)/(1-R)
series with first term — and common
payment of $386.94. 1.005 )
1 51.72556075
ratio —. Use a calculator to find the
1.005 20000/Ans
386.6560306
monthly payment.
10. WHAT IF? In Example 6, how does the monthly payment change when the
annual interest rate is 5%?
2. WRITING How can you determine whether a sequence is geometric from its graph?
3. COMPLETE THE SENTENCE The nth term of a geometric sequence has the form an = ___________.
4. VOCABULARY State the rule for the sum of the first n terms of a geometric series.
✗
13. WRITING EQUATIONS Write a rule for the geometric 31. an = a1r n
sequence with the given description.
48 = a162
a. The first term is −3, and each term is 5 times the 4
— = a1
previous term. 3
b. The first term is 72, and each term is —13 times the an = —43 (6)n
previous term.
✗
32.
14. WRITING Compare the terms of a geometric sequence an = r (a1)n − 1
when r > 1 to when 0 < r < 1. 48 = 6(a1)2 − 1
8 = a1
In Exercises 15–22, write a rule for the nth term of the
an = 6(8)n − 1
sequence. Then find a7. (See Example 2.)
15. 4, 20, 100, 500, . . . 16. 6, 24, 96, 384, . . .
In Exercises 33–40, write a rule for the nth term of the
geometric sequence. (See Example 4.)
17. 112, 56, 28, 14, . . . 18. 375, 75, 15, 3, . . .
33. a2 = 28, a5 = 1792 34. a1 = 11, a4 = 88
27 3 9 27
19. 4, 6, 9, —
2
,... 20. 2, —2 , —8 , —
32
,...
35. a1 = −6, a5 = −486 36. a2 = −10, a6 = −6250
21. 1.3, −3.9, 11.7, −35.1, . . .
37. a2 = 64, a4 = 1 38. a1 = 1, a2 = 49
22. 1.5, −7.5, 37.5, −187.5, . . .
1 3
39. a2 = −72, a6 = −—
18 40. a2 = −48, a5 = —4
430 Chapter 8 Sequences and Series
45. n 2 3 4 5 6
an −12 24 −48 96 −192
Stage 1 Stage 2 Stage 3 65. MAKING AN ARGUMENT You and your friend are
comparing two loan options for a $165,000 house.
a. Let an be the total number of squares removed at Loan 1 is a 15-year loan with an annual interest
the nth stage. Write a rule for an. Then find the rate of 3%. Loan 2 is a 30-year loan with an annual
total number of squares removed through Stage 8. interest rate of 4%. Your friend claims the total
amount repaid over the loan will be less for Loan 2.
b. Let bn be the remaining area of the original square
Is your friend correct? Justify your answer.
after the nth stage. Write a rule for bn. Then find
the remaining area of the original square after
66. CRITICAL THINKING Let L be the amount of a loan
Stage 12.
(in dollars), i be the monthly interest rate (in decimal
form), t be the term (in months), and M be the
62. HOW DO YOU SEE IT? Match each sequence with its monthly payment (in dollars).
graph. Explain your reasoning. a. When making monthly payments, you are paying
n−1 the loan amount plus the interest the loan gathers
1
a. an = 10 —
2 () b. an = 10(2)n − 1 each month. For a 1-month loan, t = 1, the
equation for repayment is L(1 + i) − M = 0.
A. an
B. an For a 2-month loan, t = 2, the equation is
80 16
[L(1 + i) − M](1 + i) − M = 0. Solve both of
60 12 these repayment equations for L.
40 8
b. Use the pattern in the equations you solved in part
(a) to write a repayment equation for a t-month
20 4 loan. (Hint: L is equal to M times a geometric
series.) Then solve the equation for M.
2 4 n 2 4 n
c. Use the rule for the sum of a finite geometric
series to show that the formula in part (b) is
equivalent to
63. CRITICAL THINKING On January 1, you deposit $2000
in a retirement account that pays 5% annual interest.
You make this deposit each January 1 for the next 30
M = L ——( i
1 − (1 + i)−t
. )
years. How much money do you have in your account Use this formula to check your answers in
immediately after you make your last deposit? Exercises 57 and 58.
Maintaining Mathematical Proficiency Reviewing what you learned in previous grades and lessons
Graph the function. State the domain and range. (Section 7.2)
1 2
67. f (x) = — 68. g(x) = — + 3
x−3 x
1 3
69. h(x) = — + 1 70. p(x) = — − 2
x−2 x+1
Core Vocabulary
sequence, p. 410 sigma notation, p. 412 geometric sequence, p. 426
terms of a sequence, p. 410 arithmetic sequence, p. 418 common ratio, p. 426
series, p. 412 common difference, p. 418 geometric series, p. 428
summation notation, p. 412 arithmetic series, p. 420
Core Concepts
Section 8.1
Sequences, p. 410
Series and Summation Notation, p. 412
Formulas for Special Series, p. 413
Section 8.2
Rule for an Arithmetic Sequence, p. 418
The Sum of a Finite Arithmetic Series, p. 420
Section 8.3
Rule for a Geometric Sequence, p. 426
The Sum of a Finite Geometric Series, p. 428
Mathematical Practices
1. Explain how viewing each arrangement as individual tables can be helpful
in Exercise 29 on page 415.
2. How can you use tools to find the sum of the arithmetic series in Exercises 53 and 54
on page 423?
3. How did understanding the domain of each function help you to compare the graphs
in Exercise 55 on page 431?
Study Skills
Keeping Your
Mind Focused
• Before doing homework, review the concept boxes and
examples. Talk through the examples out loud.
• Complete homework as though you were also preparing
for a quiz. Memorize the different types of problems,
formulas, rules, and so on.
433
Describe the pattern, write the next term, and write a rule for the nth term of the
sequence. (Section 8.1)
1 2 3 4
1. 1, 7, 13, 19, . . . 2. −5, 10, −15, 20, . . . 3. —, —, —, —, . . .
20 30 40 50
Write the series using summation notation. Then find the sum of the series. (Section 8.1)
1 2 3 7
4. 1 + 2 + 3 + 4 + . . . + 15 5. 0 + — + — + — + . . . + — 6. 9 + 16 + 25 + . . . + 100
2 3 4 8
Write a rule for the nth term of the sequence. (Sections 8.2 and 8.3)
7. an 8. an 9. an
8 (5, 8) (1, 1)
3
2 (5, 1.25) 4 n
6
(2, −1)
1 (3, 0.75) −2
(4, 1) (4, 4) (3, −3)
4
1
(2, 0.5) (1, 0.5) −4
2 (4, −5)
(1, 0.25) 2 (3, 2)
−6
2 4 n (2, 1) (5, −7)
2 4 n
Tell whether the sequence is arithmetic, geometric, or neither. Write a rule for the nth term
of the sequence. Then find a9. (Sections 8.2 and 8.3)
1 1 1 1
10. 13, 6, −1, −8, . . . 11. —, —, —, —, . . . 12. 1, −3, 9, −27, . . .
2 3 4 5
13. One term of an arithmetic sequence is a12 = 19. The common difference is d = 7. Write a
rule for the nth term. Then graph the first six terms of the sequence. (Section 8.2)
14. Two terms of a geometric sequence are a6 = −50 and a9 = −6250. Write a rule for the
nth term. (Section 8.3)
18. Pieces of chalk are stacked in a pile. Part of the pile is shown. The
bottom row has 15 pieces of chalk, and the top row has 6 pieces of
chalk. Each row has one less piece of chalk than the row below it. How
many pieces of chalk are in the pile? (Section 8.2)
FLORIDA
DA
Essential Question How can you find the sum of an infinite
geometric series?
STANDARDS
ARDS
MAFS.912.A-SSE.2.4
2 A SSE 2 4 Finding Sums of Infinite Geometric Series
Work with a partner. Enter each geometric series in a spreadsheet. Then use the
USING TOOLS spreadsheet to determine whether the infinite geometric series has a finite sum. If it
does, find the sum. Explain your reasoning. (The figure shows a partially completed
STRATEGICALLY spreadsheet for part (a).)
To be proficient in
math, you need to use 1 1 1 1 A B
a. 1 + — + — + — + — + . . .
technological tools, 2 4 8 16 1 1 1
such as a spreadsheet, 2 2 0.5
1 1 1 1 3
to explore and deepen b. 1 + — + — + — + — + . . . 3 0.25
3 9 27 81 4 4 0.125
your understanding
of concepts. 3 9 27 81 5 5 0.0625
c. 1 + — + — + — + — + . . . 6 6 0.03125
2 4 8 16
7 7
5 25 125 625
d. 1 + — + — + — + — + . . . 8 8
4 16 64 256 9 9
4 16 64 256 10 10
e. 1 + — + — + — + — + . . . 11 11
5 25 125 625
12 12
9 81 729 6561 13 13
f. 1 + — + — + — + — + . . .
10 100 1000 10,000 14 14
15 15
16 Sum
Writing a Conjecture
Work with a partner. Look back at the infinite geometric series in Exploration 1.
Write a conjecture about how you can determine whether the infinite geometric series
a1 + a1r + a1r2 + a1r3 + . . .
has a finite sum.
Writing a Formula
Work with a partner. In Lesson 8.3, you learned that the sum of the first n terms of a
geometric series with first term a1 and common ratio r ≠ 1 is
1 − rn
(
Sn = a1 — .
1−r )
When an infinite geometric series has a finite sum, what happens to r n as n increases?
Explain your reasoning. Write a formula to find the sum of an infinite geometric series.
Then verify your formula by checking the sums you obtained in Exploration 1.
SOLUTION
Step 1 Find the partial sums.
1
S1 = — = 0.5
2
1 1
S2 = — + — = 0.75
2 4
1 1 1
S3 = — + — + — ≈ 0.88
2 4 8 Sn
1 1 1 1 1.0
S4 = — + — + — + — ≈ 0.94
2 4 8 16
0.8
1 1 1 1 1
S5 = — + — + — + — + — ≈ 0.97 0.6
2 4 8 16 32
Step 2 Plot the points (1, 0.5), (2, 0.75), 0.4
(3, 0.88), (4, 0.94), and (5, 0.97).
0.2
The graph is shown at the right.
( )
n
1−
1
1− — () n
( 1
2
rn 2
1
1−—
) 1
S n = a1 — = — — = 1 − —
1−r 2 ()
2
n
()
1
As n increases, — approaches 0, so Sn approaches 1. Therefore, 1 is defined to be the
2
sum of the infinite geometric series in Example 1. More generally, as n increases for
any infinite geometric series with common ratio r between −1 and 1, the value of Sn
approaches
1 − rn 1−0
(
Sn = a1 — ≈ a1 — = —
1−r 1−r
a1
1−r ) (
. )
436 Chapter 8 Sequences and Series
SOLUTION
a. For this series, a1 = 3(0.7)1 − 1 = 3 and r = 0.7. The sum of the series is
a1
S=— Formula for sum of an infinite geometric series
1−r
3
=— Substitute 3 for a1 and 0.7 for r.
1 − 0.7
= 10. Simplify.
3
b. For this series, a1 = 1 and a2 = 3. So, the common ratio is r = — = 3.
1
STUDY TIP Because ∣ 3 ∣ ≥ 1, the sum does not exist.
For the geometric series 3
in part (b), the graph of the c. For this series, a1 = 1 and a2 = −—. So, the common ratio is
4
partial sums Sn for 3
n = 1, 2, 3, 4, 5, and 6 are −—
4 3
shown. From the graph, it r = — = −—.
1 4
appears that as n increases,
the partial sums do not The sum of the series is
approach a fixed number. a1
S=— Formula for sum of an infinite geometric series
400 1−r
1 3
=— Substitute 1 for a1 and −— for r.
4
1 − −—
3
4 ( )
4
0 7 = —. Simplify.
7
−50
A pendulum that is released to swing freely travels 18 inches on the first swing. On
each successive swing, the pendulum travels 80% of the distance of the previous
swing. What is the total distance the pendulum swings?
SOLUTION
The total distance traveled by the pendulum is given by the infinite geometric series
18 + 18(0.8) + 18(0.8)2 + 18(0.8)3 + . . . .
For this series, a1 = 18 and r = 0.8. The sum of the series is
a1
S=— Formula for sum of an infinite geometric series
1−r
18
=— Substitute 18 for a1 and 0.8 for r.
1 − 0.8
REMEMBER = 90. Simplify.
Because a repeating
decimal is a rational The pendulum travels a total distance of 90 inches, or 7.5 feet.
number, it can be written
a
as —, where a and b are Writing a Repeating Decimal as a Fraction
b
integers and b ≠ 0.
Write 0.242424 . . . as a fraction in simplest form.
SOLUTION
Write the repeating decimal as an infinite geometric series.
0.242424 . . . = 0.24 + 0.0024 + 0.000024 + 0.00000024 + . . .
0.0024
For this series, a1 = 0.24 and r = — = 0.01. Next, write the sum of the series.
0.24
a1
S=— Formula for sum of an infinite geometric series
1−r
0.24
=— Substitute 0.24 for a1 and 0.01 for r.
1 − 0.01
0.24
=— Simplify.
0.99
24
=— Write as a quotient of integers.
99
8
=— Simplify.
33
5. WHAT IF? In Example 3, suppose the pendulum travels 10 inches on its first
swing. What is the total distance the pendulum swings?
Write the repeating decimal as a fraction in simplest form.
6. 0.555 . . . 7. 0.727272 . . . 8. 0.131313 . . .
✗
and 5. Then describe what happens to Sn as n increases.
4 = 3.
For this series, a1 = 4 and r = —
(See Example 1.)
8 —2
1 1 1 1 1 —
3. — + — + — + — + — + . . . 3
∞ k−1 ∞ i−1
∑ 3 (8) ∑5 (3)
11 3 2 5
9. — — 10. — —
k =1 i =1
18 54
6
11. 2 + — + — + — + . . . 14(0.75) 14(0.75) 2
4
16 64
4 8
12. −5 − 2 − — − — − . . .
5 25 18. MODELING WITH MATHEMATICS A company had
5 25 125 a profit of $350,000 in its first year. Since then, the
13. 3 + — + — + — + . . . company’s profit has decreased by 12% per year.
2 12 72
1 5 50 500 Assuming this trend continues, what is the total profit
14. — − — + — − — + . . . the company can make over the course of its lifetime?
2 3 9 27
Justify your answer.
ERROR ANALYSIS In Exercises 15 and 16, describe
and correct the error in finding the sum of the infinite In Exercises 19–24, write the repeating decimal as a
geometric series. fraction in simplest form. (See Example 4.)
∞ n−1
15. ∑ —
n =1 2
(7) 19. 0.222 . . . 20. 0.444 . . .
✗ S=—
a1 1
= — = — = −—
1
7
For this series, a1 = 1 and r = —.
2
2
23. 32.323232 . . . 24. 130.130130130 . . .
1
Stage 1 Stage 2 Stage 3
−2 −1 1 2x
a. Let an be the total area of all the triangles that are
removed at Stage n. Write a rule for an.
∞
b. Find ∑ an. Interpret your answer in the context
n =1
of this situation.
Maintaining Mathematical Proficiency Reviewing what you learned in previous grades and lessons
Determine whether the sequence is arithmetic, geometric, or neither. (Sections 8.2 and 8.3)
34. −7, −1, 5, 11, 17, . . . 35. 0, −1, −3, −7, −15, . . . 36. 13.5, 40.5, 121.5, 364.5, . . .
9 9
a. b.
−1 7 −1 7
−1 −1
1. a1 = 3, an = an − 1 − 7 2. a0 = 162, an = 0.5an − 1
3. f (0) = 1, f (n) = f (n − 1) + n 4. a1 = 4, an = 2an − 1 − 1
Core Concept
Recursive Equations for Arithmetic and Geometric Sequences
Arithmetic Sequence
an = an − 1 + d, where d is the common difference
Geometric Sequence
⋅
an = r an − 1, where r is the common ratio
Write a recursive rule for (a) 3, 13, 23, 33, 43, . . . and (b) 16, 40, 100, 250, 625, . . ..
SOLUTION
Use a table to organize the terms and find the pattern.
COMMON ERROR a.
n 1 2 3 4 5
A recursive equation
for a sequence does not an 3 13 23 33 43
include the initial term.
To write a recursive rule + 10 + 10 + 10 + 10
for a sequence, the initial The sequence is arithmetic with first term a1 = 3 and common difference d = 10.
term(s) must be included.
an = an − 1 + d Recursive equation for arithmetic sequence
= an − 1 + 10 Substitute 10 for d.
5 5 5 5
× —2 × —2 × —2 × —2
The sequence is geometric with first term a1 = 16 and common ratio r = —52.
⋅
an = r an − 1 Recursive equation for geometric sequence
SOLUTION
a. The terms have neither a common difference nor a common ratio. Beginning with
the third term in the sequence, each term is the sum of the two previous terms.
SOLUTION
a. The explicit rule represents an arithmetic sequence with first term
a1 = −6 + 8(1) = 2 and common difference d = 8.
an = an − 1 + d Recursive equation for arithmetic sequence
an = an − 1 + 8 Substitute 8 for d.
b. The explicit rule represents a geometric sequence with first term a1 = −3 —12 ()
0
= −3
and common ratio r = —12 .
⋅
an = r an − 1 Recursive equation for geometric sequence
1
an = —2 an − 1 Substitute —12 for r.
SOLUTION
a. The recursive rule represents an arithmetic sequence with first term a1 = −5 and
common difference d = −2.
an = a1 + (n − 1)d Explicit rule for arithmetic sequence
an = −5 + (n − 1)(−2) Substitute −5 for a1 and −2 for d.
an = −3 − 2n Simplify.
SOLUTION
a. Write a recursive rule. The initial value is 5200. Because the population declines
30% each year, 70% of the fish remain in the lake from one year to the next. Also,
400 fish are added each year. Here is a verbal model for the recursive equation.
an = 0.7 ⋅ an − 1 + 400
b. Find the number of fish at the start of the fifth year. 5200
5200
Enter 5200 (the value of a1) in a graphing calculator. .7*Ans+400
Then enter the rule 4040
3228
.7 × Ans + 400 2659.6
2261.72
to find a2. Press the enter button three more times to
find a5 ≈ 2262.
n=75
X=75 Y=1333.3333
Monitoring Progress Help in English and Spanish at BigIdeasMath.com
13. WHAT IF? In Example 6, suppose 75% of the fish remain each year. What happens
to the population of fish over time?
You borrow $150,000 at 6% annual interest compounded monthly for 30 years. The
monthly payment is $899.33.
REMEMBER • Find the balance after the third payment.
In Section 8.3, you used
• Due to rounding in the calculations, the last payment is often different from the
a formula involving
original payment. Find the amount of the last payment.
a geometric series to
calculate the monthly SOLUTION
payment for a
similar loan. 1. Understand the Problem You are given the conditions of a loan. You are asked to
find the balance after the third payment and the amount of the last payment.
2. Make a Plan Because the balance after each payment depends on the balance
after the previous payment, write a recursive rule that gives the balance after each
payment. Then use a spreadsheet to find the balance after each payment, rounded to
the nearest cent.
0.06
3. Solve the Problem Because the monthly interest rate is — = 0.005, the balance
12
increases by a factor of 1.005 each month, and then the payment of $899.33
is subtracted.
Balance before
⋅
Balance after
payment = 1.005 payment − Payment
an = 1.005 ⋅ an − 1 − 899.33
Use a spreadsheet and the recursive rule to find the balance after the third payment
and after the 359th payment.
A B
1 Payment number Balance after payment
2 1 149850.67 B2 =Round(1.005*150000−899.33, 2)
3 2 149700.59 B3 =Round(1.005*B2−899.33, 2)
4 3 149549.76 ∙
∙
∙
358 357 2667.38 ∙
359 358 1781.39 ∙
360 359 890.97 B360 =Round(1.005*B359−899.33, 2)
B
361
The balance after the third payment is $149,549.76. The balance after the
359th payment is $890.97, so the final payment is 1.005(890.97) = $895.42.
4. Look Back By continuing the spreadsheet for the 360th payment using the
original monthly payment of $899.33, the balance is −3.91.
This shows an overpayment of $3.91. So, it is reasonable that the last payment is
$899.33 − $3.91 = $895.42.
14. WHAT IF? How do the answers in Example 7 change when the annual interest rate
is 7.5% and the monthly payment is $1048.82?
2. WRITING Explain the difference between an explicit rule and a recursive rule for a sequence.
5. f (0) = 4 6. f (0) = 10
f (n) = 2f (n − 1) f (n) = —12 f (n − 1) ERROR ANALYSIS In Exercises 27 and 28, describe and
correct the error in writing a recursive rule for the
7. a1 = 2 8. a1 = 1 sequence 5, 2, 3, −1, 4, . . ..
an = (an − 1)2 + 1 an = (an − 1)2 − 10
✗
27.
9. f (0) = 2, f (1) = 4 Beginning with the third term in
f (n) = f (n − 1) − f (n − 2) the sequence, each term an equals
an − 2 − an − 1. So, a recursive rule
10. f (1) = 2, f (2) = 3 is given by
⋅
f (n) = f (n − 1) f (n − 2) an = an − 2 − an − 1.
✗
sequence. (See Examples 2 and 3.) 28.
11. 21, 14, 7, 0, −7, . . . 12. 54, 43, 32, 21, 10, . . . Beginning with the second term in
the sequence, each term an equals
13. 3, 12, 48, 192, 768, . . . 14. 4, −12, 36, −108, . . . an − 1 − 3. So, a recursive rule is
given by
11 11 11
15. 44, 11, — , —, —, . . .
4 16 64
16. 1, 8, 15, 22, 29, . . . a1 = 5, an = an − 1 − 3.
19. 1, 4, 5, 9, 14, . . . 20. 16, 9, 7, 2, 5, . . . In Exercises 29–38, write a recursive rule for the
sequence. (See Example 4.)
21. 6, 12, 36, 144, 720, . . . 22. −3, −1, 2, 6, 11, . . .
29. an = 3 + 4n 30. an = −2 −8n
In Exercises 23 –26, write a recursive rule for the
sequence shown in the graph. 31. an = 12 − 10n 32. an = 9 − 5n
n−1
2 4n 2 4n
37. an = −— —
1 1
2 4 () 1
38. an = — (5)n − 1
4
51. USING STRUCTURE What is the 1000th term of the c. Describe what happens to the amount of chlorine
sequence whose first term is a1 = 4 and whose nth in the pool over time.
term is an = an − 1 + 6? Justify your answer.
55. OPEN-ENDED Give an example of a real-life situation
○
A 4006 ○
B 5998 which you can represent with a recursive rule that
does not approach a limit. Write a recursive rule that
○
C 1010 ○
D 10,000
represents the situation.
52. USING STRUCTURE What is the 873rd term of the
sequence whose first term is a1 = 0.01 and whose nth 56. OPEN-ENDED Give an example of a sequence in
term is an = 1.01an − 1? Justify your answer. which each term after the third term is a function of
the three terms preceding it. Write a recursive rule for
○
A 58.65 ○
B 8.73 the sequence and find its first eight terms.
○
C 1.08 ○
D 586,459.38
Explicit: fn = —
√5
(
1 1 + √5
— —
2 ) −—
√5
(
1 1 − √5
— — , n ≥ 1
2 ) 63. FINDING A PATTERN A fractal tree starts with a single
branch (the trunk). At each stage, each new branch
Use each formula to determine how many rabbits from the previous stage grows two more branches,
there will be after one year. Justify your answers. as shown.
66. HOW DO YOU SEE IT? The graph shows the first six
terms of the sequence a1 = p, an = ran − 1. 1 2 3 4
an
(1, p) a. Write an explicit rule for each sequence.
b. Write a recursive rule for each sequence.
c. Write a rule for the square numbers in terms of
n the triangular numbers. Draw diagrams to explain
why this rule is true.
a. Describe what happens to the values in the 70. CRITICAL THINKING You are saving money for
sequence as n increases. retirement. You plan to withdraw $30,000 at the
beginning of each year for 20 years after you retire.
b. Describe the set of possible values for r. Explain Based on the type of investment you are making, you
your reasoning. can expect to earn an annual return of 8% on your
savings after you retire.
67. REASONING The rule for a recursive sequence is a. Let an be your balance n years after retiring. Write
as follows. a recursive equation that shows how an is related
to an − 1.
f (1) = 3, f (2) = 10
b. Solve the equation from part (a) for an − 1.
f (n) = 4 + 2f (n − 1) − f (n − 2)
Find a0, the minimum amount of money you
a. Write the first five terms of the sequence. should have in your account when you retire.
(Hint: Let a20 = 0.)
b. Use finite differences to find a pattern. What type
of relationship do the terms of the sequence show?
c. Write an explicit rule for the sequence.
Maintaining Mathematical Proficiency Reviewing what you learned in previous grades and lessons
The variables x and y vary inversely. Use the given values to write an equation relating x and y.
Then find y when x = 4. (Section 7.1)
75. x = 2, y = 9 76. x = −4, y = 3 77. x = 10, y = 32
Core Vocabulary
partial sum, p. 436
explicit rule, p. 442
recursive rule, p. 442
Core Concepts
Section 8.4
Partial Sums of Infinite Geometric Series, p. 436
The Sum of an Infinite Geometric Series, p. 437
Section 8.5
Evaluating Recursive Rules, p. 442
Recursive Equations for Arithmetic and Geometric Sequences, p. 442
Translating Between Recursive and Explicit Rules, p. 444
Mathematical Practices
1. Describe how labeling the axes in Exercises 3–6 on page 439 clarifies the relationship
between the quantities in the problems.
2. What logical progression of arguments can you use to determine whether the statement in
Exercise 30 on page 440 is true?
3. Describe how the structure of the equation presented in Exercise 40 on page 448 allows
you to determine the starting salary and the raise you receive each year.
4. Does the recursive rule in Exercise 61 on page 449 make sense when n = 5? Explain
your reasoning.
Performance Task
Integrated Circuits
and Moore s Law
In April of 1965, an engineer named Gordon Moore noticed how quickly the he
size of electronics was shrinking. He predicted how the number of transistors rs
that could fit on a 1-inch diameter circuit would increase over time. In 1965,5,
only 50 transistors fit on the circuit. A decade later, about 65,000 transistorss
could fit on the circuit. Moore’s prediction was accurate and is now known
as Moore’s Law. What was his prediction? How many transistors will be
able to fit on a 1-inch circuit when you graduate from high school?
451
= −2 + 1 + 6 + 13
= 18
1. Describe the pattern shown in the figure. Then write a rule for
the nth layer of the figure, where n = 1 represents the top layer.
12 5
3+i
6. ∑i 2
i =1
7. ∑—
i =1 2
Write a rule for the nth term of the sequence 9, 14, 19, 24, . . .. Then find a14.
The sequence is arithmetic with first term a1 = 9 and common difference d = 14 − 9 = 5.
So, a rule for the nth term is
an = a1 + (n − 1)d Write general rule.
= 9 + (n − 1)5 Substitute 9 for a1 and 5 for d.
= 5n + 4. Simplify.
8. Tell whether the sequence 12, 4, −4, −12, −20, . . . is arithmetic. Explain your reasoning.
Write a rule for the nth term of the arithmetic sequence. Then graph the first six terms of
the sequence.
9. 2, 8, 14, 20, . . . 10. a14 = 42, d = 3 11. a6 = −12, a12 = −36
36
12. Find the sum ∑ (2 + 3i).
i =1
13. You take a job with a starting salary of $37,000. Your employer offers you an annual raise of
$1500 for the next 6 years. Write a rule for your salary in the nth year. What are your total
earnings in 6 years?
=6 —
1−3(
1 − 38
) Substitute 6 for a1 and 3 for r.
= 19,680 Simplify.
14. Tell whether the sequence 7, 14, 28, 56, 112, . . . is geometric. Explain your reasoning.
Write a rule for the nth term of the geometric sequence. Then graph the first six terms of the
sequence.
8
15. 25, 10, 4, —, . . . 16. a5 = 162, r = −3 17. a3 = 16, a5 = 256
5
9
18. Find the sum ∑ 5(−2)i − 1.
i =1
4 4
∣ ∣
For this series, a1 = 1 and r = —. Because — < 1, the sum of the series exists.
5 5
The sum of the series is
a1
S=— Formula for the sum of an infinite geometric series
1−r
1 4
=— Substitute 1 for a1 and — for r.
4 5
1−—
5
= 5. Simplify.
1 1 1 1
19. Consider the infinite geometric series 1, −—, —, −—, —, . . .. Find and graph the partial
4 16 64 256
sums Sn for n = 1, 2, 3, 4, and 5. Then describe what happens to Sn as n increases.
1 1 1
20. Find the sum of the infinite geometric series −2 + — − — + — + . . . , if it exists.
2 8 32
b. Write a recursive rule for the sequence 6, 10, 14, 18, 22, . . ..
Use a table to organize the terms and find the pattern.
n 1 2 3 4 5
an 6 10 14 18 22
+4 +4 +4 +4
The sequence is arithmetic with the first term a1 = 6 and common difference d = 4.
an = an − 1 + d Recursive equation for arithmetic sequence
= an − 1 + 4 Substitute 4 for d.
24 16 ∞ 6
1. ∑ (6i − 13)
i =1
2. ∑ n2
n =1
3. ∑ 2(0.8)k − 1 4. ∑ 4(−3)i − 1
i =1
k =1
( 3, 12 ) ( 4, 24 )
13
1
8. a1 = 32, r = —2 9. an = 2 + 7n 10. 2, 0, −3, −7, −12, . . .
11. Write a recursive rule for the sequence 5, −20, 80, −320, 1280, . . .. Then write an
explicit rule for the sequence using your recursive rule.
12. The numbers a, b, and c are the first three terms of an arithmetic sequence. Is b half of the
sum of a and c? Explain your reasoning.
13. Use the pattern of checkerboard quilts shown.
n = 1, an = 1 n = 2, an = 2 n = 3, an = 5 n = 4, an = 8
14. During a baseball season, a company pledges to donate $5000 to a charity plus $100 for
each home run hit by the local team. Does this situation represent a sequence or a series?
Explain your reasoning.
15. The lengthℓ1 of the first loop of a spring is 16 inches. The lengthℓ2 of the
second loop is 0.9 times the length of the first loop. The lengthℓ3 of the third
loop is 0.9 times the length of the second loop, and so on. Suppose the spring 1= 16 in.
has infinitely many loops, would its length be finite or infinite? Explain. Find
2= 16(0.9) in.
the length of the spring, if possible.
3= 16(0.9)2 in.
1. The frequencies (in hertz) of the notes on a piano form a geometric sequence. The
frequencies of G (labeled 8) and A (labeled 10) are shown in the diagram. What is
the approximate frequency of E flat (labeled 4)?
○
A 247 Hz
○
B 311 Hz 2 4 7 9 11
1 3 5 6 8 10 12
○
C 330 Hz
392 Hz 440 Hz
○
D 554 Hz
2. You take out a loan for $16,000 with an interest rate of 0.75% per month. At the end of
each month, you make a payment of $300.
a. Write a recursive rule for the balance an of the loan at the beginning of the
nth month.
b. How much do you owe at the beginning of the 18th month?
c. How long will it take to pay off the loan?
d. If you pay $350 instead of $300 each month, how long will it take to pay off
the loan? How much money will you save? Explain.
3. The table shows that the force F (in pounds) needed to loosen a certain bolt with a
wrench depends on the lengthℓ(in inches) of the wrench’s handle. Write an equation
that relatesℓand F. Describe the relationship.
Length,ℓ 4 6 10 12
4. Order the functions from the least average rate of change to the greatest average rate
of change on the interval 1 ≤ x ≤ 4. Justify your answers.
—
A. f (x) = 4√x + 2 B. x and y vary inversely, and
y = 2 when x = 5.
C. y D.
x y
10
1 −4
8
g 2 −1
6
3 2
2
4 5
2 4 x
1.22 m
83.4 m
36.5 m
a. Is the sequence formed by the curve radii arithmetic, geometric, or neither? Explain.
b. Write a rule for the sequence formed by the curve radii.
c. World records must be set on tracks that have a curve radius of at most 50 meters in
the outside lane. Does the track shown meet the requirement? Explain.
3.6 ft
+ 3 ft
3.6 ft +
1.3 ft 3 ft
+ 0.9 ft
1.3 ft +
etc. 0.9 ft
etc.
Basketball Baseball
○
A 1.34 feet ○
B 2.00 feet
○
C 2.68 feet ○
D 5.63 feet
7. Classify the solution(s) of each equation as real numbers, imaginary numbers, or pure
imaginary numbers. Justify your answers.
—
a. x + √ −16 = 0 b. (11 − 2i ) − (−3i + 6) = 8 + x c. 3x2 − 14 = −20
d. x2 + 2x = −3 e. x2 = 16 f. x2 − 5x − 8 = 0