Section 8.1 Sequences and Series

Before Starting this Section, Review

  1. 1 Algebraic expressions (Section P.1 , page 14)

  2. 2 Finding functional values (Section 2.4 , page 219)

  3. 3 Graphs of functions (Section 2.4 , page 222)

Objectives

  1. 1 Use sequence notation and find specific and general terms in a sequence.

  2. 2 Use factorial notation.

  3. 3 Use summation notation to write partial sums of a series.

The Family Tree of the Honeybee

The bee that most of us know best is the honeybee, an insect that lives in a colony and has an unusual family tree. Perhaps the most surprising fact about honeybees is that not all of them have two parents. This phenomenon begins with a special female in the colony called the queen. Many other female bees, called worker bees, live in the colony, but unlike the queen bee, they produce no eggs. Male bees do no work and are produced from the queen’s unfertilized eggs. The female bees are produced as a result of the queen bee mating with a male bee. Consequently, all female bees have two parents—a male and a female—whereas male bees have just one parent—a female. In this section, we study sequences, and in Example 5, we see how a famous sequence accurately counts a honeybee’s ancestors.

Sequences

  1. 1 Use sequence notation and find specific and general terms in a sequence.

The word sequence is used in mathematics in much the same way it is used in ordinary English. If someone saw a sequence of bad movies, you know that the person could list the first bad movie he or she saw, the second bad movie, and so on.

In computer science, finite sequences of the form a1, a2, , an are called strings. Sometimes for convenience, we include 0 in the domain of the function that defines a sequence, and we write the sequence terms as a0, a1, a2, a3, . The nth term of such a sequence is an1.

We can use subscripts on variables other than a to represent the terms of a sequence. In Example 1(c), we use the variable b.

Example 1 Writing the Terms of a Sequence from the General Term

Write the first four terms of each sequence.

  1. an=5n1

  2. an=1n+1

  3. bn=(1)n+1(1n)

Solution

The first four terms of each sequence are found by replacing n with the integers 1, 2, 3, and 4 in the equation defining an.

  1. an=5n1General term of the sequencea1=5(1)1=41st term: Replace n with 1.a2=5(2)1=92nd term: Replace n with 2.a3=5(3)1=143rd term: Replace n with 3.a4=5(4)1=194th term: Replace n with 4.

    The first four terms of the sequence are 4, 9, 14, and 19.

  2. an=1n+1a1=11+1=12a2=12+1=13a3=13+1=14a4=14+1=15

    The first four terms are 12, 13, 14, and 15.

  3. bn=(1)n+1(1n)b1=(1)1+1(11)=(1)2(1)=1b2=(1)2+1(12)=(1)3(12)=12b3=(1)3+1(13)=(1)4(13)=13b4=(1)4+1(14)=(1)5(14)=14

    The first four terms are 1,12, 13, and  14.

Practice Problem 1

  1. Write the first four terms of the sequence with general term an=2n.

We can visualize a sequence and study its behavior by plotting its terms as ordered pairs (n, an) in the Cartesian plane. The points representing the graph of the sequence, given by its general term an=f(n), will lie on the graph of the corresponding function y=f(x), x>0. We can use this fact to better understand the patterns in the given sequence. However, not every sequence will have a concise and simple formula for its general term.

Example 2 Graphing a Sequence Given by Its General Term

Graph the first four terms of each sequence and the corresponding function on the Cartesian plane.

  1. an=12n+1

  2. bn=n23n

Solution

  1. To graph this sequence, we need to plot the points (n, 12n+1) for n=1, 2, 3, . The first four points are

    (1, 32), (2, 2), (3, 52), (4, 3),

    as shown in Figure 8.1(a). Notice that the graph of this sequence lies on the graph of the linear function f(x)=12x+1. (see Figure 8.1(b).) If we remove all the points on the graph of y=12x+1, except those whose x-coordinates are positive integers, we get the graph of our sequence.

    Figure 8.1

  2. To graph the sequence bn=n23n, we need to plot the points (n, n23n) for n=1, 2, 3, . The first four points are

    (1, 2), (2, 2), (3, 0), (4, 4), 

    as shown in Figure 8.2(a). The graph of the corresponding quadratic function f(x)=x23x, is shown in Figure 8.2(b).

    Figure 8.2

Practice Problem 2

  1. Repeat Example 2 for the sequence an=1+(12)n.

Observe that there are many different ways of connecting the points that form the graph of a sequence. This means that the same sequence may be produced by general term formulas that correspond to different functions, y=f(x), x >0 (we explore this further in Exercise 127). The skill is to choose the function that best mirrors the behavior of the given sequence. Frequently, the first few terms of a sequence exhibit a pattern that suggests a natural choice for the general term of the sequence.

Example 3 Finding a General Term of a Sequence from a Pattern

Write the general term an for a sequence whose first five terms are given.

  1. 1, 4, 9, 16, 25, …

  2. 0, 12, 23, 34, 45, 

Solution

Write the position number of the term above each term of the sequence and look for a ­pattern that connects the term to the position number of the term.

  1. n:1,2,3,4,5,,nterm:1,4,9,16,25,,an

    Apparent pattern: Here 1=12, 4=22, 9=32, 16=42, and 25=52. Each term is the square of the position number of that term. This suggests an=n2.

  2. n:1,2,3,4,5,,nterm:0,12,23,34,45,,an

    Apparent pattern: When the terms alternate in sign and n=1, we use the factor (1)n if we want to begin with the factor 1, and we use the factor (1)n+1 if we want to begin with the factor 1. Notice that each term can be written as a quotient with denominator equal to the position number and numerator equal to one less than the position number, suggesting the general term an=(1)nn1n.

Practice Problem 3

  1. Write a general term for a sequence whose first five terms are 0, 12, 23, 34, 45, .

Warning

In Example 3, we found the general term of a sequence by finding a pattern in the first few terms of the sequence. However, when only a finite number of successive terms are given without a rule that defines the general term, a unique general term cannot be found.

To indicate why this is so, consider the two sequences:

an=n2, andbn=n2+(n1)(n2)(n3)(n4).

The first four terms of these two sequences are identical: 1, 4, 9, 16. However, the fifth term is different: a5=25, but b5=49. Thus, either an or bn could correctly describe a sequence whose first four terms are 1, 4, 9, and 16. You can never find a unique general term from a finite number of terms in a sequence.

Recursive Formulas

Up to this point, we have expressed the general term as a function of the position of the term in the sequence. A second approach is to define a sequence recursively. A recursive formula requires that one or more of the first few terms of the sequence be specified and all other terms be defined in relation to previously defined terms.

For example, the Fibonacci sequence is a famous sequence that is defined recursively and occurs often in nature. In this sequence, we specify the first two terms as a0=1 and a1=1; each subsequent term is the sum of the two terms immediately preceding it. So we have

a0=1, a1=1, a2=a0+a1=1+1=2Add the two given terms.a1=1, a2=2, a3=a1+a2=1+2=3Add the two previous terms.a2=2, a3=3, a4=a2+a3=2+3=5Add the two previous terms.a3=3, a4=5, a5=a3+a4=3+5=8Add the two previous terms.

The first six terms of the sequence are

1,1,2,3,5,8.

This sequence can also be defined in subscript notation:

a0=1, a1=1, ak=ak2+ak1, for all integers k 2.

Replacing k with 2, 3, 4, and 5, respectively, in the equation ak=ak2+ak1 will ­produce the values a2=2, a3=3, a4=5, and a5=8.

Example 4 Finding Terms of a Recursively Defined Sequence

Write the first five terms of the recursively defined sequence

a1=4, an+1=2an9.

Solution

We are given the first term of the sequence: a1=4.

a2=2a19Replace n with 1 in an+1=2an9.a2=2(4)9=1Replace a1 with 4.a3=2a29Replace n with 2 in an+1=2an9.a3=2(1)9=11Replace a2 with 1.a4=2a39Replace n with 3 in an+1=2an9.a4=2(11)9=31Replace a3 with 11.a5=2a49Replace n with 4 in an+1=2an9.a5=2(31)9=71Replace a4 with 31.

Thus, the first five terms of the sequence are

4, 1, 11, 31, 71.

Practice Problem 4

  1. Write the first five terms of the recursively defined sequence a1=3, an+1=2an+5.

Example 5 Diagramming the Family Tree of a Honeybee

Find a sequence that accurately counts the ancestors of a male honeybee. The first term of the sequence should give the number of parents of a male honeybee, the second term the number of grandparents, the third term the number of great-grandparents, and so on.

Solution

Recall from the introduction to this section that female honeybees have two parents—a male and a female—but that male honeybees have just one parent—a female.

Consider the family tree of a male honeybee. A male bee has one parent: a female. Because his mother had two parents, he has two grandparents. Because his grandmother had two parents and his grandfather had only one parent, he has three great-­grandparents.

Now to count the bee’s ancestors, we count backward using Figure 8.3. You should recognize the first six terms of the Fibonacci sequence: 1, 1, 2, 3, 5, 8. This sequence is defined by a0=1, a1=1, and ak=ak2+ak1, for all k2.

Figure 8.3

Practice Problem 5

  1. Find a sequence that accurately counts the ancestors of a female honeybee.

Factorial Notation

  1. 2 Use factorial notation.

Special types of products, called factorials, appear in some very important sequences.

Here are the first eight values of n!

0!=14!=4321=241!=15!=54321=1202!=21=26!=654321=7203!=321=67!=7654321=5040

The values of n! get large very quickly. For example, 10!=3,628,800 and 12!=479,001,600.

In simplifying some expressions involving factorials, it is helpful to note that

n!=n(n1)!

Example 6 Simplifying a Factorial Expression

Simplify.

  1. 16!14!

  2. (n+1)!(n1)!

Solution

  1. 16!14!=161514!14!16!=1615!=161514!=1615=240Divide out the factor 14!

  2. (n+1)!(n1)!=(n+1)n(n1)!(n1)!(n+1)!=(n+1)n!=(n+1)n(n1)!=(n+1)nDivide out the common factor (n1)!

Practice Problem 6

  1. Simplify.

    1. 13!12!

    2. n!(n3)!

Example 7 Writing Terms of a Sequence Involving Factorials

Write the first five terms of the sequence whose general term is an=(1)n+1n!.

Solution

Replace n in the formula for the general term with each positive integer from 1 through 5.

a1=(1)1+11!=(1)21=1a4=(1)4+14!=(1)524=124a2=(1)2+12!=(1)32=12a5=(1)5+15!=(1)6120=1120a3=(1)3+13!=(1)46=16

Using these five terms, we could write this sequence as

1, 12, 16, 124, 1120,.

Practice Problem 7

  1. Write the first five terms of the sequence whose general term is

    an=(1)n2nn!.

Summation Notation

  1. 3 Use summation notation to write partial sums of a series.

If we know the general term of a sequence, we can represent a sum of terms of the sequence by using summation (or sigma) notation. In this notation, the Greek letter (capital sigma) indicates that we are to add the given terms. The letter corresponds to the English letter S, the first letter of the word sum.

In summation notation, the index need not start at i=1. Also, any letter may be used in place of the index i. In general, we have

nj=kaj=ak+ak+1++an,nk0.

Example 8 Evaluating Sums Given in Summation Notation

Find each sum.

  1. 9i=1i

  2. 7j=4(2j21)

  3. 4k=02kk!

Solution

  1. Replace i with successive integers from 1 to 9 inclusive; then add.

    9i=1i=1+2+3+4+5+6+7+8+9=45
  2. The index of summation is j. Evaluate (2j21) for all consecutive integers from 4 through 7 inclusive; then add.

    7j=4(2j21)=[2(4)21]+[2(5)21]+[2(6)21]+[2(7)21]=31+49+71+97=248
  3. The index of summation is k. Evaluate 2kk! for consecutive integers 0 through 4 inclusive; then add.

    4k=02kk!=200!+211!+222!+233!+244!=11+21+42+86+1624=1+2+2+43+23=7

Practice Problem 8

  1. Find the following sum: 3k=0(1)kk!

The familiar properties of real numbers, such as the distributive, commutative, and associative properties, can be used to prove the summation properties listed next.

Series

We all know how to add numbers, but do you think it is possible to add infinitely many numbers? It is sometimes possible to add infinitely many numbers, although a complete explanation of this kind of addition must be put off until a calculus course. For now, we need some definitions.

Example 9 Writing a Sum in Summation Notation

Write each sum in summation notation.

  1. 3+5+7++21

  2. 14+19++149

Solution

  1. The finite series 3+5+7++21 is a sum of consecutive odd numbers from 3 to 21. Each of these numbers can be expressed in the form 2k+1, starting with k=1 and ending with k=10. With k as the index of summation, 1 as the lower limit, and 10 as the upper limit, we write

    3+5+7++21=10k=1(2k+1).
  2. The finite series 14+19++149 is a sum of fractions, each of which has numerator 1 and denominator k2, starting with k=2 and ending with k=7. We write

    14+19++149=7k=21k2.

Practice Problem 9

  1. Write the following in summation notation: 24+68+1012+14

Section 8.1 Exercises

Concepts and Vocabulary

  1. An infinite sequence is a function whose domain is the set of                         .

  2. If a sequence is defined by an=2n10n, then a5=_.

  3. By definition, 0!=_.

  4. The notation 5k=1k2=12+22+32+42+52 is an example of                           notation.

  5. True or False. If a1=3 and an+1=a2n, then a3=27.

  6. True or False. (2n)!n!=2.

  7. True or False. 5k=02k+12=18

  8. True or False. (2n+1)!=(2n+1)(2n)!

Building Skills

In Exercises 9–28, write the first four terms of each sequence.

  1. an=3n2

  2. an=2n+1

  3. an=11n

  4. an=1+1n

  5. an=n2

  6. an=n3

  7. an=2nn+1

  8. an=3nn2+1

  9. an=(1)n+1

  10. an=(3)n1

  11. an=312n

  12. an=(32)n

  13. an=0.6

  14. an=0.4

  15. an=(1)nn!

  16. an=nn!

  17. an=(1)n3n

  18. an=(1)n3n1

  19. an=en2n

  20. an=2nen

In Exercises 29–38, graph the first four terms of each sequence and the corresponding function (or functions) on the Cartesian plane.

  1. an=2n3

  2. an=2n

  3. an=12n2n

  4. an=412n2

  5. an=(n2)21

  6. an=(n1)2+2

  7. an=31n

  8. an=2+1n

  9. an=2n13

  10. an=32n1

In Exercises 39–52, write a general term an for each sequence. Assume that n begins with 1.

  1. 1, 4, 7, 10, …

  2. 7, 9, 11, 13, …

  3. 12, 13, 14, 15, 

  4. 23, 34, 45, 56, 

  5. 2, 2, 2, 2, 

  6. 3, 6, 9, 12, 

  7. 12, 34, 98, 2716,

  8. 12, 14,18, 116, 

  9. 12, 23, 34, 45, 

  10. 112, 123,134, 145, 

  11. 2+12, 213, 2+14, 215, 

  12. 1+12, 1+13, 1+14, 1+15, 

  13. 322, 333, 344, 355, 

  14. e2, e24, e38, e416, 

In Exercises 53–62, write the first five terms of each ­recursively defined sequence.

  1. a1=2, an+1=an+3

  2. a1=5, an+1=an1

  3. a1=3, an+1=2an

  4. a1=1, an+1=12an

  5. a1=7, an+1=2an+3

  6. a1=4, an+1=3an5

  7. a1=2, an+1=1an

  8. a1=1, an+1=1an

  9. a1=25, an+1=(1)n5an

  10. a1=12, an+1=(1)n3an

In Exercises 63–68, use a graphing calculator to (a) find the first 10 terms of the sequence and (b) graph the first 10 terms of the sequence.

  1. an=3n21

  2. an=43n

  3. an=n(11n)

  4. an=n3n2

  5. an=11an1, a1=12

  6. an=a2n1, a1=1

In Exercises 69–76, simplify the factorial expression.

  1. 3!5!

  2. 8!10!

  3. 12!11!

  4. 20!18!

  5. n!(n+1)!

  6. (n1)!(n2)!

  7. (2n+1)!(2n)!

  8. (2n+1)!(2n1)!

In Exercises 77–88, find each sum.

  1. 7k=15

  2. 4j=112

  3. 5j=0j2

  4. 4k=0k3

  5. 5i=1(2i1)

  6. 6k=0(13k)

  7. 7j=3j+1j

  8. 8k=31k+1

  9. 6i=2(1)i3i1

  10. 4k=2(1)k+1k

  11. 7k=4(2k2)

  12. 9j=4( j3+1)

In Exercises 89–96, write each sum in summation notation.

  1. 1+3+5+7++101

  2. 2+4+6+8++102

  3. 15(1)+15(2)+15(3)+15(4)++15(11)

  4. 212+223+234+245++2910

  5. 112+1314+150

  6. 12+34++(50)

  7. 12+23+34+45++1011

  8. 21+222+233+244++21010

In Exercises 97–102, use a graphing calculator to find each sum.

  1. 10i=112i2

  2. 50i=1(2i+7)

  3. 30k=571k2

  4. 25k=10(k+1)2k

  5. 100j=1(1)jj

  6. 50j=8(7+(1)jj)

Applying the Concepts

  1. Free fall.  In the absence of friction, a freely falling body will fall about 16 feet the first second, 48 feet the next ­second, 80 feet the third second, 112 feet the fourth second, and so on. How far has it fallen during

    1. The seventh second?

    2. The nth second?

  2. Bacterial growth.  A colony of 1000 bacteria doubles in size every hour. How many bacteria will there be in

    1. 2 hours?

    2. 5 hours?

    3. n hours?

  3. Workplace fines.  A contractor who quits work on a house was told she would be fined $50 if she did not resume work on Monday, $75 if she failed to resume work on Tuesday, $100 if she did not resume work on Wednesday, and so on (including weekends). How much will her fine be on the ninth day she fails to show up for work?

  4. Appreciating value.  A painting valued at $30,000 is expected to appreciate $1280 the first year, $1240 the ­second year, $1200 the third year, and so on. How much will the painting appreciate in

    1. The seventh year?

    2. The tenth year?

  5. Cell phone use.  At the end of the first six months after a company began providing cell phones to its sales force, it averaged 600 cell minutes per month. For the next four years, its monthly cell phone use doubled every six months. How many cell minutes per month were being used at the end of three years?

  6. Motorcycle acceleration.  A motorcycle travels 10 yards the first second and then increases its speed by 20 yards per second in each succeeding second. At this rate, how far will the motorcycle travel during

    1. The eighth second?

    2. The nth second?

  7. Compound interest.  Suppose $10,000 is deposited into an account that earns 6% interest compounded semiannually. The balance in the account after n compounding periods is given by the sequence

    An=10,000(1+0.062)n, n=1, 2, 3,.
    1. Find the first six terms of this sequence.

    2. Find the balance in the account after 8 years.

  8. Compound interest.  Suppose $100 is deposited at the beginning of a year into an account that earns 8% interest compounded quarterly. The balance in the account after n compounding periods is

    An=100(1+0.084)n, n=1, 2, 3,.
    1. Find the first six terms of this sequence.

    2. Find the balance in the account after ten years.

  9. Real estate value.  Analysts estimate that a $100,000 condominium will increase 5% in value each year for the next seven years. Find the value of the condominium in each of those years. Write a formula for a sequence whose first seven terms give these values.

  10. Diminishing savings.  Laura withdraws 10% of her $50,000 savings each year. Find the amount remaining in her account for each of the next ten years. Write a formula for a sequence whose first ten terms give these values.

Beyond the Basics

  1. Find a formula for the nth term of the sequence defined recursively by a1=2, an+1=2an. [Hint: Write each of the first five terms as a power of 2.]

  2. The triangular tiles used in the figures shown have white interiors and gold edges. A sequence of figures is obtained by adding one triangle to the previous figure.

    1. Write a recursive sequence whose nth term, an, gives the number of gold edges in the nth figure.

    2. Write a recursive sequence whose nth term, bn, gives the number of gold edges that lie on the perimeter of the nth figure.

  3. The figure shows a sequence of successively smaller squares formed by connecting the midpoints of the sides of the preceding larger square. The area of the largest square is 1.

    1. Write the first five terms of the sequence whose general term, an, gives the area of the nth square.

    2. Write the general term, an, of the sequence.

  4. A sequence of concentric circles is designed so that the radius of the first circle is 1 and each successive circle has a radius that is twice the length of the radius of the preceding circle. Write a recursive sequence whose nth term, an, gives the area of the nth circle.

  5. Find the first ten terms of the sequence defined recursively by a1=a2=1, an=aan1+anan1. In 1989, a prize of $1000 was offered to whoever first discovered (for this sequence) a value of n for which |aii||12|<120 for all i>n. A mathematician named Colin L. Mallows of AT&T/Bell Laboratories found that n=1489 and claimed the prize.

    (Source: http://el.media.mit.edu/logo-foundation/pubs/papers/easy_as_11223.html)

  6. A sequence of numbers a0, a1, a2, a3, satisfies the equation

    a2n=(1)nan1+an+1.

    If a0=1 and a1=3, find a3.

  7. Find a sequence with general term am such that

    20n=1n2=19m=0am.
  8. Find a real number c such that

    50n=1(n3)2=50n=1(n26n)+50n=1c.
  9. Find a lower limit p and an upper limit q such that

    10n=0n3=qm=p(m2)3.
  10. Give an example of two sequences ak and bk such that

    20k=1akbk(20k=1ak)(20k=1bk).
  11. Show that 7!2(5!)=40(5!).

  12. Show that 10!6! 4!+10!5! 5!=11!6! 5!.

  13. If 15!+16!=x7!, find x.

  14. If (n+1)!=12(n1)!, find n.

Critical Thinking / Discussion / Writing

  1. A constant sequence can be produced using either of the following general term formulas

    an=1,bn=1+nn.

    Graph each sequence and the corresponding function for each general term. Discuss which general term formula is a better fit for this sequence.

  2. Graph the sequence

    an=1+(1)nn.

    Note that the points representing this sequence alternate between the graphs of two functions. What are these two functions? Identify the number the values of an approach as n.

  3. Find the largest integer value for the upper limit k if

    kn=1(n2+n)=kn=1 [(n1)(n2)(n3)(n4)(n5)+n2+n].
  4. The Ulam conjecture.  Define the sequence an ­recursively by

    an={an12if an1 is even3an1+1if an1is odd.

    The Ulam conjecture says that if your first term a0 is any positive integer, the sequence an will eventually reach the integer 1. Verify the conjecture for a0=13.

  5. Show that (2n)!n!=[135  (2n1)]2n.

  6. Explain why (n!+1) is not divisible by any integer between 2 and n.

Getting Ready for the Next Section

For each sequence in Exercises 133–136, find a2a1, a3a2, a4a3, and a5a4.

  1. 1, 5, 9, 13, 17,

  2. 2, 5.2, 8.4, 11.6, 14.8.

  3. 6, 1, 4, 9, 14

  4. 5, 1.5, 2, 5.5, 9

In Exercises 137–140, the first term a1 and a number d are given. Write the next four terms of the sequence defined by a2=a1+d, a3=a2+d, a4=a3+d, and a5=a4+d.

  1. a1=3, d=4

  2. a1=4, d=2.5

  3. a1=7, d=3

  4. a1=8, d=4.5

In Exercises 141–146, the nth term an is given. Find a2a1, a3a2, a4a3, and a5a4.

  1. an=3n+5

  2. an=5n7

  3. an=2n6

  4. an=3n+8

  5. Let an=2n5. Find an+1 and an1.

  6. Let an=3n+4. Find an+1 and an1.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.101.91