9 Sequences and Series

9.1 Sequences

We commonly refer to a set of events that occur one after the other as a sequence of events. In mathematics, we use the word sequence to refer to an ordered set of numbers, i.e., a set of numbers that “occur one after the other.”

For instance, the numbers 2,4,6,8,, form a sequence. The order is important; the first number is 2, the second is 4, etc. It seems natural to seek a formula that describes a given sequence, and often this can be done. For instance, the sequence above could be described by the function a(n)=2n, for the values of n=1,2, (it could also be described by n4-10n3+35n2-48n+24, to give one of infinitely many other options). To find the 10th term in the sequence, we would compute a(10). This leads us to the following, formal definition of a sequence.

Definition 9.1.1 Sequence
margin: Notation: We use to describe the set of natural numbers, that is, the integers 1,2,3, Λ

A sequence is a function a(n) whose domain is . The range of a sequence is the set of all distinct values of a(n).

The terms of a sequence are the values a(1),a(2),, which are usually denoted with subscripts as a1,a2,.

A sequence a(n) is often denoted as {an}.

margin: Factorial: The expression 3! refers to the number 321=6. In general, n!=n(n-1)(n-2)21, where n is a natural number. We define 0!=1. While this does not immediately make sense, it makes many mathematical formulas work properly. Λ margin: an=3nn!123412345ny (a)an=4+(-1)n123412345ny (b)an=(-1)n(n+1)/2n212345-11/21/4ny (c) Figure 9.1.1: Plotting sequences in Example 9.1.1. Λ
Example 9.1.1 Listing terms of a sequence

List the first four terms of the following sequences.

1. {an}={3nn!}  2. {an}={4+(-1)n}  3. {an}={(-1)n(n+1)/2n2}

Solution

  1. (a)

    a1=311!=3;  a2=322!=92;  a3=333!=92;   a4=344!=278

    We can plot the terms of a sequence with a scatter plot. The “x”-axis is used for the values of n, and the values of the terms are plotted on the y-axis. To visualize this sequence, see Figure 9.1.1(a).

  2. (b)

    a1=4+(-1)1=3;  a2=4+(-1)2=5;

    a3=4+(-1)3=3;   a4=4+(-1)4=5.
    Note that the range of this sequence is finite, consisting of only the values 3 and 5. This sequence is plotted in Figure 9.1.1(b).

  3. (c)

    a1=(-1)1(2)/212=-1;   a2=(-1)2(3)/222=-14

    a3=(-1)3(4)/232=19   a4=(-1)4(5)/242=116;

    a5=(-1)5(6)/252=-125.

    We gave one extra term to begin to show the pattern of signs is “-, -, +, +, -, -, …”, due to the fact that the exponent of -1 is a special quadratic. This sequence is plotted in Figure 9.1.1(c).

Example 9.1.2 Determining a formula for a sequence

Find the nth term of the following sequences, i.e., find a function that describes each of the given sequences.

  1. (a)

    2,5,8,11,14,

  2. (b)

    2,-5,10,-17,26,-37,

  3. (c)

    1,1,2,6,24,120,720,

  4. (d)

    52,52,158,54,2532,

SolutionWe should first note that there is never exactly one function that describes a finite set of numbers as a sequence. There are many sequences that start with 2, then 5, as our first example does. We are looking for a simple formula that describes the terms given, knowing there is possibly more than one answer.

  1. (a)

    Note how each term is 3 more than the previous one. This implies a linear function would be appropriate: a(n)=an=3n+b for some appropriate value of b. As we want a1=2, we set b=-1. Thus an=3n-1.

  2. (b)

    First notice how the sign changes from term to term. This is most commonly accomplished by multiplying the terms by either (-1)n or (-1)n+1. Using (-1)n multiplies the odd terms by (-1); using (-1)n+1 multiplies the even terms by (-1). As this sequence has negative even terms, we will multiply by (-1)n+1.

    After this, we might feel a bit stuck as to how to proceed. At this point, we are just looking for a pattern of some sort: what do the numbers 2, 5, 10, 17, etc., have in common? There are many correct answers, but the one that we’ll use here is that each is one more than a perfect square. That is, 2=12+1, 5=22+1, 10=32+1, etc. Thus our formula is an=(-1)n+1(n2+1).

  3. (c)

    One who is familiar with the factorial function will readily recognize these numbers. They are 0!, 1!, 2!, 3!, etc. Since our sequences start with n=1, we cannot write an=n!, for this misses the 0! term. Instead, we shift by 1, and write an=(n-1)!.

  4. (d)

    This one may appear difficult, especially as the first two terms are the same, but a little “sleuthing” will help. Notice how the terms in the numerator are always multiples of 5, and the terms in the denominator are always powers of 2. Does something as simple as an=5n2n work?

    When n=1, we see that we indeed get 5/2 as desired. When n=2, we get 10/4=5/2. Further checking shows that this formula indeed matches the other terms of the sequence.

A common mathematical endeavor is to create a new mathematical object (for instance, a sequence) and then apply previously known mathematics to the new object. We do so here. The fundamental concept of calculus is the limit, so we will investigate what it means to find the limit of a sequence.

Definition 9.1.2 Limit of a Sequence, Convergent, Divergent

Let {an} be a sequence and let L be a real number. Given any ϵ>0, if an m can be found such that |an-L|<ϵ for all n>m, then we say the limit of {an}, as n approaches infinity, is L, denoted

limnan=L.

If limnan exists, we say the sequence converges; otherwise, the sequence diverges.

This definition states, informally, that if the limit of a sequence is L, then if you go far enough out along the sequence, all subsequent terms will be really close to L. Of course, the terms “far enough” and “really close” are subjective terms, but hopefully the intent is clear.

This definition is reminiscent of the ϵ-δ proofs of Chapter 1. In that chapter we developed other tools to evaluate limits apart from the formal definition; we do so here as well.

Theorem 9.1.1 Limit of a Sequence

Let {an} be a sequence and let f(x) be a function whose domain contains the positive real numbers where f(n)=an for all n in .

If limxf(x)=L, then limnan=L.

Theorem 9.1.1 allows us, in certain cases, to apply the tools developed in Chapter 1 to limits of sequences. Note two things not stated by the theorem:

  1. (a)

    If limxf(x) does not exist, we cannot conclude that limnan does not exist. It may, or may not, exist. For instance, we can define a sequence {an}={cos(2πn)}. Let f(x)=cos(2πx). Since the cosine function oscillates over the real numbers, the limit limxf(x) does not exist. However, for every positive integer n, cos(2πn)=1, so limnan=1.

  2. (b)

    If we cannot find a function f(x) whose domain contains the positive real numbers where f(n)=an for all n in , we cannot conclude limnan does not exist. It may, or may not, exist.

Example 9.1.3 Determining convergence/divergence of a sequence

Determine the convergence or divergence of the following sequences. margin: an=3n2-2n+1n2-100020406080100-10-5510ny (a)20406080100-1-0.50.51nyan=cosn (b)an=(-1)nn5101520-1-0.50.51ny (c) Figure 9.1.2: Scatter plots of the sequences in Example 9.1.3. Λ

1. {an}={3n2-2n+1n2-1000}  2. {an}={cosn}  3. {an}={(-1)nn}

Solution

  1. (a)

    Using Key Idea 1.5.2, we can state that limx3x2-2x+1x2-1000=3. (We could have also directly applied L’Hôpital’s Rule.) Thus the sequence {an} converges, and its limit is 3. A scatter plot of every 5 values of an is given in Figure 9.1.2 (a). The values of an vary widely near n=30, ranging from about -73 to 125, but as n grows, the values approach 3.

  2. (b)

    The limit limxcosx does not exist, as cosx oscillates (and takes on every value in [-1,1] infinitely many times). This means that we cannot apply Theorem 9.1.1.

    The fact that the cosine function oscillates strongly hints that cosn, when n is restricted to , will also oscillate. Figure 9.1.2 (b), where the sequence is plotted, shows that this is true. Because only discrete values of cosine are plotted, it does not bear strong resemblance to the familiar cosine wave.

    Based on the graph, we suspect that limnan does not exist, but we have not decisively proven it yet.

  3. (c)

    We cannot actually apply Theorem 9.1.1 here, as the function f(x)=(-1)x/x is not well defined. (What does (-1)2 mean? In actuality, there is an answer, but it involves complex analysis, beyond the scope of this text.) So for now we say that we cannot determine the limit. (But we will be able to very soon.) By looking at the plot in Figure 9.1.2 (c), we would like to conclude that the sequence converges to 0. That is true, but at this point we are unable to decisively say so.

It seems that {(-1)n/n} converges to 0 but we lack the formal tool to prove it. The following theorem gives us that tool.

Theorem 9.1.2 Absolute Value Theorem

Let {an} be a sequence. If limn|an|=0, then limnan=0

  • Proof


    We know -|an|an|an| and limn(-|an|)=-limn|an|=0. Thus by the Squeeze Theorem limnan=0. ∎

Example 9.1.4 Determining the convergence / divergence of a sequence

Determine the convergence or divergence of the following sequences.

1. {an}={(-1)nn}  2. {an}={(-1)n(n+1)n}

Solution

  1. (a)

    This appeared in Example 9.1.3. We want to apply Theorem 9.1.2, so consider the limit of {|an|}:

    limn|an| =limn|(-1)nn|
    =limn1n
    =0.

    Since this limit is 0, we can apply Theorem 9.1.2 and state that limnan=0.

  2. (b)

    Because of the alternating nature of this sequence (i.e., every other term is multiplied by -1), we cannot simply look at the limit limx(-1)x(x+1)x. We can try to apply the techniques of Theorem 9.1.2:

    limn|an| =limn|(-1)n(n+1)n|
    =limnn+1n
    =1.
    margin: an=(-1)n(n+1)n5101520-1-212ny Figure 9.1.3: A plot of a sequence in Example 9.1.4, part 2. Λ

    We have concluded that when we ignore the sign, the sequence approaches 1. This means we cannot apply Theorem 9.1.2; it states the the limit must be 0 in order to conclude anything.

    Since we know that the signs of the terms alternate and we know that the limit of |an| is 1, we know that as n approaches infinity, the terms will alternate between values close to 1 and -1, meaning the sequence diverges. A plot of this sequence is given in Figure 9.1.3.

We continue our study of the limits of sequences by considering some of the properties of these limits.

Theorem 9.1.3 Properties of the Limits of Sequences

Let {an} and {bn} be sequences such that limnan=L and limnbn=K, where L and K are real numbers, and let c be a real number.

  1. (a)

    limn(an±bn)=L±K

  2. (b)

    limn(anbn)=LK

  3. (c)

    limn(an/bn)=L/K, K0

  4. (d)

    limn(can)=cL

Example 9.1.5 Applying properties of limits of sequences

Let the following limits be given:

  • limnan=0;

  • limnbn=e; and

  • limncn=5.

Evaluate the following limits.

1.limn(an+bn)  2.limn(bncn)  3.limn(1000an)

SolutionWe will use Theorem 9.1.3 to answer each of these.

  1. (a)

    Since limnan=0 and limnbn=e, we conclude that limn(an+bn)=0+e=e. So even though we are adding something to each term of the sequence bn, we are adding something so small that the final limit is the same as before.

  2. (b)

    Since limnbn=e and limncn=5, we conclude that limn(bncn)=e5=5e.

  3. (c)

    Since limnan=0, we have limn1000an=10000=0. It does not matter that we multiply each term by 1000; the sequence still approaches 0. (It just takes longer to get close to 0.)

Definition 9.1.3 Geometric Sequence

For a constant r, the sequence {rn} is known as a geometric sequence.

Theorem 9.1.4 Convergence of Geometric Sequences

The sequence {rn} is convergent if -1<r1 and divergent for all other values of r. Furthermore,

limnrn={0-1<r<11r=1
  • Proof


    We can see from Key Idea 7.3.1 and by letting a=r that

    limnrn={r>100<r<1.

    We also know that limx1n=1 and limx0n=0. If -1<r<0, we know 0<|r|<1 so limx|rn|=limx|r|n=0 and thus by Theorem 9.1.2,limxrn=0. If r-1, limxrn does not exist. Therefore, the sequence {rn} is convergent if -1<r1 and divergent for all other values of r. ∎

There is more to learn about sequences than just their limits. We will also study their range and the relationships terms have with the terms that follow. We start with some definitions describing properties of the range.

Definition 9.1.4 Bounded and Unbounded Sequences

A sequence {an} is said to be bounded if there exist real numbers m and M such that m<an<M for all n in .

A sequence {an} is said to be unbounded if it is not bounded.

A sequence {an} is said to be bounded above if there exists an M such that an<M for all n in ; it is bounded below if there exists an m such that m<an for all n in .

It follows from this definition that an unbounded sequence may be bounded above or bounded below; a sequence that is both bounded above and below is simply a bounded sequence.

Example 9.1.6 Determining boundedness of sequences

Determine the boundedness of the following sequences.

1.{an}={1n}    2.{an}={2n}
margin: an=1n1234567891011/21/41/10ny (a)an=2n2468100200ny (b) Figure 9.1.4: A plot of {an}={1/n} and {an}={2n} from Example 9.1.6. Λ

Solution

  1. (a)

    The terms of this sequence are always positive but are decreasing, so we have 0<an<2 for all n. Thus this sequence is bounded. Figure 9.1.4(a) illustrates this.

  2. (b)

    The terms of this sequence obviously grow without bound. However, it is also true that these terms are all positive, meaning 0<an. Thus we can say the sequence is unbounded, but also bounded below. Figure 9.1.4(b) illustrates this.

The previous example produces some interesting concepts. First, we can recognize that the sequence {1/n} converges to 0. This says, informally, that “most” of the terms of the sequence are “really close” to 0. This implies that the sequence is bounded, using the following logic. First, “most” terms are near 0, so we could find some sort of bound on these terms (using Definition 9.1.2, the bound is ϵ). That leaves a “few” terms that are not near 0 (i.e., a finite number of terms). A finite list of numbers is always bounded.

This logic suggests that if a sequence converges, it must be bounded. This is indeed true, as stated by the following theorem.

Theorem 9.1.5 Convergent Sequences are Bounded

Let {an} be a convergent sequence. Then {an} is bounded.

margin: Note: Keep in mind what Theorem 9.1.5 does not say. It does not say that bounded sequences must converge, nor does it say that if a sequence does not converge, it is not bounded. Λ

In Example 7.5.3 part 1, we found that limx(1+1/x)x=e. If we consider the sequence {bn}={(1+1/n)n}, we see that limnbn=e. Even though it may be difficult to intuitively grasp the behavior of this sequence, we know immediately that it is bounded.

Another interesting concept to come out of Example 9.1.6 again involves the sequence {1/n}. We stated, without proof, that the terms of the sequence were decreasing. That is, that an+1<an for all n. (This is easy to show. Clearly n<n+1. Taking reciprocals flips the inequality: 1/n>1/(n+1). This is the same as an>an+1.) Sequences that either steadily increase or decrease are important, so we give this property a name.

Definition 9.1.5 Monotonic Sequences


  1. (a)

    A sequence {an} is monotonically increasing if anan+1 for all n, i.e.,

    a1a2a3anan+1
  2. (b)

    A sequence {an} is monotonically decreasing if anan+1 for all n, i.e.,

    a1a2a3anan+1
  3. (c)

    A sequence is monotonic if it is monotonically increasing or monotonically decreasing.

margin: Note: It is sometimes useful to call a monotonically increasing sequence strictly increasing if an<an+1 for all n; i.e, we remove the possibility that subsequent terms are equal. A similar statement holds for strictly decreasing. Λ
Example 9.1.7 Determining monotonicity

Determine the monotonicity of the following sequences.

  1. (a)

    {an}={n+1n}

  2. (b)

    {an}={n2+1n+1}

  3. (c)

    {an}={n2-9n2-10n+26}

  4. (d)

    {an}={n2n!}

SolutionIn each of the following, we will examine an+1-an. If an+1-an0, we conclude that anan+1 and hence the sequence is increasing. If an+1-an0, we conclude that anan+1 and the sequence is decreasing. Of course, a sequence need not be monotonic and perhaps neither of the above will apply.

We also give a scatter plot of each sequence. These are useful as they suggest a pattern of monotonicity, but analytic work should be done to confirm a graphical trend.

  1. (a)

    an+1-an=n+2n+1-n+1n=(n+2)(n)-(n+1)2(n+1)n=-1n(n+1)<0 for all n.
    margin: an=n+1n51012ny Figure 9.1.5: A plot of {an}={n+1n} in Example 9.1.7(a). Λ Since an+1-an<0 for all n, we conclude that the sequence is decreasing.

  2. (b) margin: an=n2+1n+1510510ny Figure 9.1.6: A plot of {an}={n2+1n+1} in Example 9.1.7(b). Λ

    an+1-an=(n+1)2+1n+2-n2+1n+1=((n+1)2+1)(n+1)-(n2+1)(n+2)(n+1)(n+2)=n(n+3)(n+1)(n+2)>0 for all n.

    Since an+1-an>0 for all n, we conclude the sequence is increasing.

  3. (c) margin: an=n2-9n2-10n+2651051015ny Figure 9.1.7: A plot of {an}={n2-9n2-10n+26} in Example 9.1.7(c). Λ

    We can clearly see in Figure 9.1.7, where the sequence is plotted, that it is not monotonic. However, it does seem that after the first 4 terms it is decreasing. To understand why, perform the same analysis as done before:

    an+1-an =(n+1)2-9(n+1)2-10(n+1)+26-n2-9n2-10n+26
    =n2+2n-8n2-8n+17-n2-9n2-10n+26
    =(n2+2n-8)(n2-10n+26)-(n2-9)(n2-8n+17)(n2-8n+17)(n2-10n+26)
    =-10n2+60n-55(n2-8n+17)(n2-10n+26).

    We want to know when this is greater than, or less than, 0. The denominator is always positive, therefore we are only concerned with the numerator. Using the quadratic formula, we can determine that -10n2+60n-55=0 when n1.13,4.87. So for n<1.13, the sequence is decreasing. Since we are only dealing with the natural numbers, this means that a1>a2.

    Between 1.13 and 4.87, i.e., for n=2, 3 and 4, we have that an+1>an and the sequence is increasing. (That is, when n=2, 3 and 4, the numerator -10n2+60n-55 from the fraction above is >0.)

    When n>4.87, i.e, for n5, we have that -10n2+60n-55<0, hence an+1-an<0, so the sequence is decreasing.

    In short, the sequence is simply not monotonic. However, it is useful to note that for n5, the sequence is monotonically decreasing.

  4. (d) margin: an=n2n!5100.511.52ny Figure 9.1.8: A plot of {an}={n2/n!} in Example 9.1.7(d). Λ

    Again, the plot in Figure 9.1.8 shows that the sequence is not monotonic, but it suggests that it is monotonically decreasing after the first term. Instead of looking at an+1-an, this time we’ll look at an/an+1:

    anan+1 =n2n!(n+1)!(n+1)2
    =n2n+1
    =n-1+1n+1

    When n=1, the above expression is <1; for n2, the above expression is >1. Thus this sequence is not monotonic, but it is monotonically decreasing after the first term.

Knowing that a sequence is monotonic can be useful. In particular, if we know that a sequence is bounded and monotonic, we can conclude it converges. Consider, for example, a sequence that is monotonically decreasing and is bounded below. We know the sequence is always getting smaller, but that there is a bound to how small it can become. This is enough to prove that the sequence will converge, as stated in the following theorem.

Theorem 9.1.6 Bounded Monotonic Sequences are Convergent

Let {an} be a bounded, monotonic sequence. Then {an} converges; i.e., limnan exists.

Consider once again the sequence {an}={1/n}. It is easy to show it is monotonically decreasing and that it is always positive (i.e., bounded below by 0). Therefore we can conclude by Theorem 9.1.6 that the sequence converges. We already knew this by other means, but in the following section this theorem will become very useful.

Convergence of a sequence does not depend on the first N terms of a sequence. For example, we could adapt the sequence of the previous paragraph to be

1, 10, 100, 1000,15,16,17,18,19,110,

Because we only changed three of the first 4 terms, we have not affected whether the sequence converges or diverges.

Sequences are a great source of mathematical inquiry. The On-Line Encyclopedia of Integer Sequences (http://oeis.org) contains thousands of sequences and their formulae. (As of this writing, there are 348,000 sequences in the database.) Perusing this database quickly demonstrates that a single sequence can represent several different “real life” phenomena.

Interesting as this is, our interest actually lies elsewhere. We are more interested in the sum of a sequence. That is, given a sequence {an}, we are very interested in a1+a2+a3+. Of course, one might immediately counter with “Doesn’t this just add up to ‘infinity’?” Many times, yes, but there are many important cases where the answer is no. This is the topic of series, which we begin to investigate in the next section.

Exercises 9.1

 

Terms and Concepts

  1. 1.

    Use your own words to define a sequence.

  2. 2.

    The domain of a sequence is the              numbers.

  3. 3.

    Use your own words to describe the range of a sequence.

  4. 4.

    Describe what it means for a sequence to be bounded.

Problems

In Exercises 5–8., give the first five terms of the given sequence.

  1. 5.

    {an}={4n(n+1)!}

  2. 6.

    {bn}={(-32)n}

  3. 7.

    {cn}={-nn+1n+2}

  4. 8.

    {dn}={15((1+52)n-(1-52)n)}

In Exercises 9–12., determine the nth term of the given sequence.

  1. 9.

    4,7,10,13,16,

  2. 10.

    3,-32,34,-38,

  3. 11.

    10, 20, 40, 80, 160,

  4. 12.

    1,1,12,16,124,1120,

In Exercises 13–16., use the following information to determine the limit of the given sequences.

  • {an}={2n-202n};

    limnan=1

  • {bn}={(1+2n)n};

    limnbn=e2

  • {cn}={sin(3/n)};

    limncn=0

  1. 13.

    {dn}={2n-2072n}

  2. 14.

    {dn}={3bn-an}

  3. 15.

    {dn}={sin(3/n)(1+2n)n}

  4. 16.

    {dn}={(1+2n)2n}

In Exercises 17–38., determine whether the sequence converges or diverges. If convergent, give the limit of the sequence.

  1. 17.

    {an}={(-1)nnn+1}

  2. 18.

    {an}={4n2-n+53n2+1}

  3. 19.

    {an}={4n5n}

  4. 20.

    {an}={(n-3)!(n+1)!}

  5. 21.

    {an}={n-1n-nn-1}, n2

  6. 22.

    {an}={6n+38n}

  7. 23.

    {an}={ln(n)}

  8. 24.

    {an}={3nn2+1}

  9. 25.

    {an}={(1+1n)n}

  10. 26.

    {an}={(2n+1)!(2n-1)!}

  11. 27.

    {an}={5-1n}

  12. 28.

    {an}={(-1)n+1n}

  13. 29.

    {an}={1.1nn}

  14. 30.

    {an}={2nn+1}

  15. 31.

    {an}={(-1)nn22n-1}

  16. 32.

    {an}={2+9n8n}

  17. 33.

    {an}={(n-1)!(n+1)!}

  18. 34.

    {an}={ln(3n+2)-lnn}

  19. 35.

    {an}={ln(2n2+3n+1)-ln(n2+1)}

  20. 36.

    {an}={nsin(1n)}

  21. 37.

    {an}={en+e-ne2n-1}

  22. 38.

    {an}={lnnln2n}

In Exercises 39–42., determine whether the sequence is bounded, bounded above, bounded below, or none of the above.

  1. 39.

    {an}={sinn}

  2. 40.

    {an}={(-1)n3n-1n}

  3. 41.

    {an}={3n2-1n}

  4. 42.

    {an}={2n-n!}

In Exercises 43–48., determine whether the sequence is monotonically increasing or decreasing. If it is not, determine if there is an m such that it is monotonic for all nm.

  1. 43.

    {an}={nn+2}

  2. 44.

    {an}={n2-6n+9n}

  3. 45.

    {an}={(-1)n1n3}

  4. 46.

    {an}={n22n}

  5. 47.

    {an}={cos(nπ2)}

  6. 48.

    {an}={ne-n}

  1. 49.

    Prove Theorem 9.1.2; that is, use the definition of the limit of a sequence to show that if limn|an|=0, then limnan=0.

  2. 50.
    Let {an} and {bn} be sequences such that limnan=L and limnbn=K. (a) Show that if an<bn for all n, then LK. (b) Give an example where an<bn for all n but L=K.
  3. 51.

    Prove the Squeeze Theorem for sequences: Let {an} and {bn} be such that limnan=L and limnbn=L, and let {cn} be such that ancnbn for all n. Then limncn=L

  4. 52.
    In this section, we have focused on sequences defined by a formula, an=f(n). Another common way to define a sequence is by a recurrence relation, an equation that relates an to previous terms in the sequence. For example, let an=ran-1 for n=1,2,3,, with the initial condition a0=A. (Starting the sequence with n=0 is common for recurrence relations.) (a) Write out the first few terms of the above sequence, and find a pattern that lets you define an by a function f(n) that does not explicitly include prior terms of the sequence. (b) Many recurrence relations yield sequences whose terms cannot be expressed by a simple function f(n), and in fact such sequences can exhibit very unusual behavior. Read the Wikipedia article on the Logistic Map for a simple example that can exhibit a wide variety of behavior. (There is nothing to turn in for this part, unless your instructor gives you further directions.)
  5. 53.
    Define a sequence {an} by a1=1 and an=2+an-1 for all n>1. So a1=1, a2=3, a3=2+3, a3=2+2+3,…. (a) Show that an<2 for all n1. (b) Show that {an} is increasing. (c) Conclude that {an} converges. (d) Determine the limit of {an}.
Omni CMS