9.1: Sequences
( \newcommand{\kernel}{\mathrm{null}\,}\)
- Find the formula for the general term of a sequence.
- Calculate the limit of a sequence if it exists.
- Determine the convergence or divergence of a given sequence.
In this section, we introduce sequences and define what it means for a sequence to converge or diverge. We show how to find limits of sequences that converge, often by using the properties of limits for functions discussed earlier. We close this section with the Monotone Convergence Theorem, a tool we can use to prove that certain types of sequences converge.
Terminology of Sequences
To work with this new topic, we need some new terms and definitions. First, an infinite sequence is an ordered list of numbers of the form
a1,a2,a3,…,an,….
Each of the numbers in the sequence is called a term. The symbol n is called the index variable for the sequence. We use the notation
{an}∞n=1,
or simply {an}, to denote this sequence. A similar notation is used for sets, but a sequence is an ordered list, whereas a set is not ordered. Because a particular number an exists for each positive integer n, we can also define a sequence as a function whose domain is the set of positive integers.
Let’s consider the infinite, ordered list
2,4,8,16,32,….
This is a sequence in which the first, second, and third terms are given by a1=2,a2=4, and a3=8. You can probably see that the terms in this sequence have the following pattern:
a1=21,a2=22,a3=23,a4=24 and a5=25.
Assuming this pattern continues, we can write the nth term in the sequence by the explicit formula an=2n. Using this notation, we can write this sequence as
{2n}∞n=1
or
{2n}.
Alternatively, we can describe this sequence in a different way. Since each term is twice the previous term, this sequence can be defined recursively by expressing the nth term an in terms of the previous term an−1. In particular, we can define this sequence as the sequence {an} where a1=2 and for all n≥2, each term an is defined by the recurrence relation
an=2an−1.
An infinite sequence {an} is an ordered list of numbers of the form
a1,a2,…,an,….
The subscript n is called the index variable of the sequence. Each number an is a term of the sequence. Sometimes sequences are defined by explicit formulas, in which case an=f(n) for some function f(n) defined over the positive integers. In other cases, sequences are defined by using a recurrence relation. In a recurrence relation, one term (or more) of the sequence is given explicitly, and subsequent terms are defined in terms of earlier terms in the sequence.
Note that the index does not have to start at n=1 but could start with other integers. For example, a sequence given by the explicit formula an=f(n) could start at n=0, in which case the sequence would be
a0,a1,a2,….
Similarly, for a sequence defined by a recurrence relation, the term a0 may be given explicitly, and the terms an for n≥1 may be defined in terms of an−1. Since a sequence {an} has exactly one value for each positive integer n, it can be described as a function whose domain is the set of positive integers. As a result, it makes sense to discuss the graph of a sequence. The graph of a sequence {an} consists of all points (n,an) for all positive integers n. Figure shows the graph of 2n.

Two types of sequences occur often and are given special names: arithmetic sequences and geometric sequences. In an arithmetic sequence, the difference between every pair of consecutive terms is the same. For example, consider the sequence
3,7,11,15,19,…
You can see that the difference between every consecutive pair of terms is 4. Assuming that this pattern continues, this sequence is an arithmetic sequence. It can be described by using the recurrence relation
{a1=3an=an−1+4, for n≥2.
Note that
a2=3+4
a3=3+4+4=3+2⋅4
a4=3+4+4+4=3+3⋅4.
Thus the sequence can also be described using the explicit formula
an=3+4(n−1)=4n−1.
In general, an arithmetic sequence is any sequence of the form an=cn+b.
In a geometric sequence, the ratio of every pair of consecutive terms is the same. For example, consider the sequence
2,−23,29,−227,281,….
We see that the ratio of any term to the preceding term is −13. Assuming this pattern continues, this sequence is a geometric sequence. It can be defined recursively as
a1=2
an=−13⋅an−1, for n≥2.
Alternatively, since
a2=−13⋅2a3=(−13)(−13)(2)=(−13)2⋅2a4=(−13)(−13)(−13)(2)=(−13)3⋅2,
we see that the sequence can be described by using the explicit formula
an=2(−13)n−1.
The sequence {2n} that we discussed earlier is a geometric sequence, where the ratio of any term to the previous term is 2. In general, a geometric sequence is any sequence of the form an=crn.
For each of the following sequences, find an explicit formula for the nth term of the sequence.
- −12,23,−34,45,−56,…
- 34,97,2710,8113,24316,….
Solution
a. First, note that the sequence is alternating from negative to positive. The odd terms in the sequence are negative, and the even terms are positive. Therefore, the nth term includes a factor of (−1)n. Next, consider the sequence of numerators 1,2,3,… and the sequence of denominators 2,3,4,…. We can see that both of these sequences are arithmetic sequences. The nth term in the sequence of numerators is n, and the nth term in the sequence of denominators is n+1. Therefore, the sequence can be described by the explicit formula
an=(−1)nnn+1.
b. The sequence of numerators 3,9,27,81,243,… is a geometric sequence. The numerator of the nth term is 3n The sequence of denominators 4,7,10,13,16,… is an arithmetic sequence. The denominator of the nth term is 4+3(n−1)=3n+1. Therefore, we can describe the sequence by the explicit formula an=3n3n+1.
Find an explicit formula for the nth term of the sequence {15,−17,19,−111,…}.
- Hint
-
The denominators form an arithmetic sequence.
- Answer
-
an=(−1)n+13+2n
For each of the following recursively defined sequences, find an explicit formula for the sequence.
- a1=2,an=−3an−1 for n≥2
- a1=(12),an=an−1+(12)n for n≥2
Solution
a. Writing out the first few terms, we have
a1=2a2=−3a1=−3(2)a3=−3a2=(−3)22a4=−3a3=(−3)32.
In general,
an=2(−3)n−1.
b. Write out the first few terms:
a1=12
a2=a1+(12)2=12+14=34
a3=a2+(12)3=34+18=78
a4=a3+(12)4=78+116=1516.
From this pattern, we derive the explicit formula
an=2n−12n=1−12n.
Find an explicit formula for the sequence defined recursively such that a1=−4 and an=an−1+6.
- Hint
-
This is an arithmetic sequence.
- Answer
-
an=6n−10
Limit of a Sequence
A fundamental question that arises regarding infinite sequences is the behavior of the terms as n gets larger. Since a sequence is a function defined on the positive integers, it makes sense to discuss the limit of the terms as n→∞. For example, consider the following four sequences and their different behaviors as n→∞ (Figure 9.1.2):
- {1+3n}={4,7,10,13,…}. The terms 1+3n become arbitrarily large as n→∞. In this case, we say that 1+3n→∞ as n→∞.
- {1−(12)n}={12,34,78,1516…}. The terms 1−(12)n→1 as n→∞.
- {(−1)n}={−1,1,−1,1,…}. The terms alternate but do not approach one single value as n→∞.
- {(−1)nn}={−1,12,−13,14,…}. The terms alternate for this sequence as well, but (−1)nn→0 as n→∞.

From these examples, we see several possibilities for the behavior of the terms of a sequence as n→∞. In two of the sequences, the terms approach a finite number as n→∞. In the other two sequences, the terms do not. If the terms of a sequence approach a finite number L as n→∞, we say that the sequence is a convergent sequence and the real number L is the limit of the sequence. We can give an informal definition here.
Given a sequence an, if the terms an become arbitrarily close to a finite number L as n becomes sufficiently large, we say {an} is a convergent sequence and L is the limit of the sequence. In this case, we write
limn→∞an=L.
If a sequence {an} is not convergent, we say it is a divergent sequence.
From Figure, we see that the terms in the sequence {1−(12)n} are becoming arbitrarily close to 1 as n becomes very large. We conclude that {1−(12)n} is a convergent sequence and its limit is 1. In contrast, from Figure, we see that the terms in the sequence 1+3n are not approaching a finite number as n becomes larger. We say that {1+3n} is a divergent sequence.
In the informal definition for the limit of a sequence, we used the terms “arbitrarily close” and “sufficiently large.” Although these phrases help illustrate the meaning of a converging sequence, they are somewhat vague. To be more precise, we now present the more formal definition of limit for a sequence and show these ideas graphically in Figure.
A sequence {an} converges to a real number L if for all ε>0, there exists an integer N such that for all n≥N, |an−L|<ε. The number L is the limit of the sequence and we write
limn→∞an=L or an→L.
In this case, we say the sequence {an} is a convergent sequence. If a sequence does not converge, it is a divergent sequence, and we say the limit does not exist.
We remark that the convergence or divergence of a sequence {an} depends only on what happens to the terms an as n→∞. Therefore, if a finite number of terms b1,b2,…,bN are placed before a1 to create a new sequence
b1,b2,…,bN,a1,a2,…,
this new sequence will converge if {an} converges and diverge if {an} diverges. Further, if the sequence {an} converges to L, this new sequence will also converge to L.

As defined above, if a sequence does not converge, it is said to be a divergent sequence. For example, the sequences {1+3n} and {(−1)n} shown in Figure diverge. However, different sequences can diverge in different ways. The sequence {(−1)n} diverges because the terms alternate between 1 and −1, but do not approach one value as n→∞. On the other hand, the sequence {1+3n} diverges because the terms 1+3n→∞ as n→∞. We say the sequence {1+3n} diverges to infinity and write limn→∞(1+3n)=∞. It is important to recognize that this notation does not imply the limit of the sequence {1+3n} exists. The sequence is, in fact, divergent. Writing that the limit is infinity is intended only to provide more information about why the sequence is divergent. A sequence can also diverge to negative infinity. For example, the sequence {−5n+2} diverges to negative infinity because −5n+2→−∞ as n→−∞. We write this as limn→∞(−5n+2)=→−∞.
Because a sequence is a function whose domain is the set of positive integers, we can use properties of limits of functions to determine whether a sequence converges. For example, consider a sequence {an} and a related function f defined on all positive real numbers such that f(n)=an for all integers n≥1. Since the domain of the sequence is a subset of the domain of f, if limx→∞f(x) exists, then the sequence converges and has the same limit. For example, consider the sequence {1n} and the related function f(x)=1x. Since the function f defined on all real numbers x>0 satisfies f(x)=1x→0 as x→∞, the sequence {1n} must satisfy 1n→0 as n→∞.
Consider a sequence {an} such that an=f(n) for all n≥1. If there exists a real number L such that
limx→∞f(x)=L,
then {an} converges and
limn→∞an=L.
We can use this theorem to evaluate limn→∞rn for 0≤r≤1. For example, consider the sequence {(1/2)n} and the related exponential function f(x)=(1/2)x. Since limx→∞(1/2)x=0, we conclude that the sequence {(1/2)n} converges and its limit is 0. Similarly, for any real number r such that 0≤r<1, limx→∞rx=0, and therefore the sequence {rn} converges. On the other hand, if r=1, then limx→∞rx=1, and therefore the limit of the sequence {1n} is 1. If r>1, limx→∞rx=∞, and therefore we cannot apply this theorem. However, in this case, just as the function rx grows without bound as n→∞, the terms rn in the sequence become arbitrarily large as n→∞, and we conclude that the sequence {rn} diverges to infinity if r>1.
We summarize these results regarding the geometric sequence rn:
rn→0 if 0<r<1
rn→1 if r=1
rn→∞ if r>1.
Later in this section we consider the case when r<0.
We now consider slightly more complicated sequences. For example, consider the sequence {(2/3)n+(1/4)n}. The terms in this sequence are more complicated than other sequences we have discussed, but luckily the limit of this sequence is determined by the limits of the two sequences {(2/3)n} and {(1/4)n}. As we describe in the following algebraic limit laws, since {(2/3)n} and {1/4)n} both converge to 0, the sequence {(2/3)n+(1/4)n} converges to 0+0=0. Just as we were able to evaluate a limit involving an algebraic combination of functions f and g by looking at the limits of f and g (see Introduction to Limits), we are able to evaluate the limit of a sequence whose terms are algebraic combinations of an and bn by evaluating the limits of {an} and {bn}.
Given sequences {an} and {bn} and any real number c, if there exist constants A and B such that limn→∞an=A and limn→∞bn=B, then
- limn→∞c=c
- limn→∞can=climn→∞an=cA
- limn→∞(an±bn)=limn→∞an±limn→∞bn=A±B
- limn→∞(an⋅bn)=(limn→∞an)⋅(limn→∞bn)=A⋅B
- limn→∞(anbn)=limn→∞anlimn→∞bn=AB, provided B≠0 and each bn≠0.
We prove part iii.
Let ϵ>0. Since limn→∞an=A, there exists a constant positive integer N1 such that for all n≥N1. Since limn→∞bn=B, there exists a constant N2 such that |bn−B|<ε/2 for all n≥N2. Let N be the largest of N1 and N2. Therefore, for all n≥N, |(an+bn)−(A+B)|≤|an−A|+|bn−B|<ε2+ε2=ε.
□
The algebraic limit laws allow us to evaluate limits for many sequences. For example, consider the sequence an=1n2. As shown earlier, limn→∞1n=0. Similarly, for any positive integer k, we can conclude that
limn→∞1nk=0.
In the next example, we make use of this fact along with the limit laws to evaluate limits for other sequences.
For each of the following sequences, determine whether or not the sequence converges. If it converges, find its limit.
- {5−3n2}
- {3n4−7n2+56−4n4}
- {2nn2}
- {(1+4n)n}
Solution
a. We know that limn→∞1n=0. Using this fact, we conclude that
limn→∞1n2=limn→∞1n.limn→∞1n=0.
Therefore,
limn→∞(5−3n2)=limn→∞5−3limn→∞1n2=5−3.0=5.
The sequence converges and its limit is 5.
b. By factoring n4 out of the numerator and denominator and using the limit laws above, we have
limn→∞3n4−7n2+56−4n4=limn→∞3−7n2+5n46n4−4=limn→∞(3−7n2+5n4)limn→∞(6n4−4)=limn→∞(3)−limn→∞7n2+limn→∞5n4limn→∞6n4−limn→∞(4)=limn→∞(3)−7⋅limn→∞1n2+5⋅limn→∞1n46⋅limn→∞1n4−limn→∞(4)=3−7⋅0+5⋅06⋅0−4=−34.
The sequence converges and its limit is −3/4.
c. Consider the related function f(x)=2x/x2 defined on all real numbers x>0. Since 2x→∞ and x2→∞ as x→∞, apply L’Hôpital’s rule and write
limx→∞2xx2=limx→∞2xln22xTake the derivatives of the numerator and denominator.=limx→∞2x(ln2)22Take the derivatives again.=∞.
We conclude that the sequence diverges.
d. Consider the function f(x)=(1+4x)x defined on all real numbers x>0. This function has the indeterminate form 1∞ as x→∞. Let
y=limx→∞(1+4x)x.
Now taking the natural logarithm of both sides of the equation, we obtain
ln(y)=ln[limx→∞(1+4x)x].
Since the function f(x)=ln(x) is continuous on its domain, we can interchange the limit and the natural logarithm. Therefore,
ln(y)=limx→∞[ln(1+4x)x].
Using properties of logarithms, we write
limx→∞[ln(1+4x)x]=limx→∞xln(1+4x).
Since the right-hand side of this equation has the indeterminate form ∞⋅0, rewrite it as a fraction to apply L’Hôpital’s rule. Write
limx→∞xln(1+4x)=limx→∞ln(1+4/x)1/x.
Since the right-hand side is now in the indeterminate form 0/0, we are able to apply L’Hôpital’s rule. We conclude that
limx→∞ln(1+4/x)1/x=limx→∞41+4/x=4.
Therefore, ln(y)=4 and y=e4. Therefore, since limx→∞(1+4x)x=e4, we can conclude that the sequence {(1+4n)n} converges to e4.
Consider the sequence {(5n2+1)/en}. Determine whether or not the sequence converges. If it converges, find its limit.
- Hint
-
Use L’Hôpital’s rule.
- Answer
-
The sequence converges, and its limit is 0
Recall that if f is a continuous function at a value L, then f(x)→f(L) as x→L. This idea applies to sequences as well. Suppose a sequence an→L, and a function f is continuous at L. Then f(an)→f(L). This property often enables us to find limits for complicated sequences. For example, consider the sequence √5−3n2. From Example a. we know the sequence 5−3n2→5. Since √x is a continuous function at x=5,
limn→∞√5−3n2=√limn→∞(5−3n2)=√5.
Consider a sequence {an} and suppose there exists a real number L such that the sequence {an} converges to L. Suppose f is a continuous function at L. Then there exists an integer N such that f is defined at all values an for n≥N, and the sequence {f(an)} converges to f(L) (Figure 9.1.4).

Let ϵ>0. Since f is continuous at L, there exists δ>0 such that |f(x)−f(L)|<ε if |x−L|<δ. Since the sequence {an} converges to L, there exists N such that |an−L|<δ for all n≥N. Therefore, for all n≥N, |an−L|<δ, which implies |f(an)−f(L)|<ε. We conclude that the sequence {f(an)} converges to f(L).
□
Determine whether the sequence {cos(3/n2)} converges. If it converges, find its limit.
Solution:
Since the sequence {3/n2} converges to 0 and cosx is continuous at x=0, we can conclude that the sequence {cos(3/n2)} converges and
limn→∞cos(3n2)=cos0=1.
Determine if the sequence {√2n+13n+5} converges. If it converges, find its limit.
- Hint
-
Consider the sequence {2n+13n+5}.
- Answer
-
The sequence converges, and its limit is √2/3.
Another theorem involving limits of sequences is an extension of the Squeeze Theorem for limits discussed in Introduction to Limits.
Consider sequences {an},{bn}, and {cn}. Suppose there exists an integer N such that
an≤bn≤cn for all n≥N.
If there exists a real number L such that
limn→∞an=L=limn→∞cn,
then {bn} converges and limn→∞bn=L (Figure 9.1.5).

Let ε>0. Since the sequence \{a_n\} converges to L, there exists an integer N_1 such that |a_n−L|<ε for all n≥N_1. Similarly, since \{c_n\} converges to L, there exists an integer N_2 such that |c_n−L|<ε for all n≥N_2. By assumption, there exists an integer N such that a_n≤b_n≤c_n for all n≥N. Let M be the largest of N_1,\, N_2, and N. We must show that |b_n−L|<ε for all n≥M. For all n≥M,
−ε<−|a_n−L|≤a_n−L≤b_n−L≤c_n−L≤|c_n−L|<ε\nonumber
Therefore, −ε<b_n−L<ε, and we conclude that |b_n−L|<ε for all n≥M, and we conclude that the sequence {b_n} converges to L.
□
Use the Squeeze Theorem to find the limit of each of the following sequences.
- \left\{\dfrac{\cos\, n}{n^2}\right\}
- \left\{\left(−\dfrac{1}{2}\right)^n\right\}
Solution
a. Since −1≤\cos n≤1 for all integers n, we have
−\dfrac{1}{n^2} ≤ \dfrac{\cos n}{n^2}≤\dfrac{1}{n^2}.
Since −1/n^2→0 and 1/n^2→0, we conclude that \cos n/n^2→0 as well.
b. Since
−\dfrac{1}{2^n} ≤ \left(−\dfrac{1}{2}\right)^n ≤ \dfrac{1}{2^n}
for all positive integers n, \, −1/2^n→0 and 1/2^n→0, we can conclude that (−1/2)^n→0.
Find \displaystyle \lim_{n→∞}\dfrac{2n−\sin\, n}{n}.
- Hint
-
Use the fact that −1≤\sin n≤1.
- Answer
-
2
Using the idea from Example \PageIndex{5} b we conclude that r^n→0 for any real number r such that −1<r<0. If r<−1, the sequence {r^n} diverges because the terms oscillate and become arbitrarily large in magnitude. If r=−1, the sequence {r^n}={(−1)^n} diverges, as discussed earlier. Here is a summary of the properties for geometric sequences.
r^n→0 \text{ if } |r|<1
r^n→1\text{ if } r=1
r^n→∞\text{ if } r>1
\left\{r^n\right\} \text{ diverges if } r≤−1
Bounded Sequences
We now turn our attention to one of the most important theorems involving sequences: the Monotone Convergence Theorem. Before stating the theorem, we need to introduce some terminology and motivation. We begin by defining what it means for a sequence to be bounded.
A sequence \{a_n\} is bounded above if there exists a real number M such that
a_n≤M
for all positive integers n.
A sequence \{a_n\} is bounded below if there exists a real number m such that
m≤a_n
for all positive integers n.
A sequence \{a_n\} is a bounded sequence if it is bounded above and bounded below.
If a sequence is not bounded, it is an unbounded sequence.
For example, the sequence \{1/n\} is bounded above because 1/n≤1 for all positive integers n. It is also bounded below because 1/n≥0 for all positive integers n. Therefore, \{1/n\} is a bounded sequence. On the other hand, consider the sequence \left\{2^n\right\}. Because 2^n≥2 for all n≥1, the sequence is bounded below. However, the sequence is not bounded above. Therefore, \left\{2^n\right\} is an unbounded sequence.
We now discuss the relationship between boundedness and convergence. Suppose a sequence \{a_n\} is unbounded. Then it is not bounded above, or not bounded below, or both. In either case, there are terms an that are arbitrarily large in magnitude as n gets larger. As a result, the sequence \{a_n\} cannot converge. Therefore, being bounded is a necessary condition for a sequence to converge.
If a sequence \{a_n\} converges, then it is bounded.
Note that a sequence being bounded is not a sufficient condition for a sequence to converge. For example, the sequence \left\{(−1)^n\right\} is bounded, but the sequence diverges because the sequence oscillates between 1 and −1 and never approaches a finite number. We now discuss a sufficient (but not necessary) condition for a bounded sequence to converge.
Consider a bounded sequence \{a_n\}. Suppose the sequence \{a_n\} is increasing. That is, a_1≤a_2≤a_3…. Since the sequence is increasing, the terms are not oscillating. Therefore, there are two possibilities. The sequence could diverge to infinity, or it could converge. However, since the sequence is bounded, it is bounded above and the sequence cannot diverge to infinity. We conclude that \{a_n\} converges. For example, consider the sequence
\left\{\dfrac{1}{2},\,\dfrac{2}{3},\,\dfrac{3}{4},\,\dfrac{4}{5},\,…\right\}. \nonumber
Since this sequence is increasing and bounded above, it converges. Next, consider the sequence
\left\{2,\,0,\,3,\,0,\,4,\,0,\,1,\,−\dfrac{1}{2},\,−\dfrac{1}{3},\,−\dfrac{1}{4},\,…\right\}. \nonumber
Even though the sequence is not increasing for all values of n, we see that −1/2<−1/3<−1/4<⋯. Therefore, starting with the eighth term, a_8=−1/2, the sequence is increasing. In this case, we say the sequence is eventually increasing. Since the sequence is bounded above, it converges. It is also true that if a sequence is decreasing (or eventually decreasing) and bounded below, it also converges.
A sequence \{a_n\} is increasing for all n≥n_0 if
a_n≤a_{n+1} for all n≥n_0.
A sequence \{a_n\} is decreasing for all n≥n_0 if
a_n ≥ a_{n+1} for all n≥n_0.
A sequence \{a_n\} is a monotone sequence for all n≥n_0 if it is increasing for all n≥n_0 or decreasing for all n≥n_0.
We now have the necessary definitions to state the Monotone Convergence Theorem, which gives a sufficient condition for convergence of a sequence.
If \{a_n\} is a bounded sequence and there exists a positive integer n_0 such that \{a_n\} is monotone for all n≥n_0, then \{a_n\} converges.
The proof of this theorem is beyond the scope of this text. Instead, we provide a graph to show intuitively why this theorem makes sense (Figure \PageIndex{6}).

In the following example, we show how the Monotone Convergence Theorem can be used to prove convergence of a sequence.
For each of the following sequences, use the Monotone Convergence Theorem to show the sequence converges and find its limit.
- \left\{\dfrac{4^n}{n!}\right\}
- \{a_n\} defined recursively such that
a_1=2 and a_{n+1}=\dfrac{a_n}{2}+\dfrac{1}{2a_n} for all n≥2.
Solution
a. Writing out the first few terms, we see that
\left\{\dfrac{4^n}{n!}\right\}=\left\{4,\,8,\,\dfrac{32}{3},\,\dfrac{32}{3},\,\dfrac{128}{15},\,…\right\}.
At first, the terms increase. However, after the third term, the terms decrease. In fact, the terms decrease for all n≥3. We can show this as follows.
a_{n+1}=\dfrac{4^{n+1}}{(n+1)!}=\dfrac{4}{n+1}⋅\dfrac{4^n}{n!}=\dfrac{4}{n+1}⋅a_n≤a_n if n≥3.
Therefore, the sequence is decreasing for all n≥3. Further, the sequence is bounded below by 0 because 4n/n!≥0 for all positive integers n. Therefore, by the Monotone Convergence Theorem, the sequence converges.
To find the limit, we use the fact that the sequence converges and let \displaystyle L=\lim_{n→∞}a_n. Now note this important observation. Consider \displaystyle \lim_{n→∞}a_{n+1}. Since
\{a_{n+1}\}=\{a_2,\,a_3,\,a_4,\,…\},
the only difference between the sequences \{a_{n+1}\} and \{a_n\} is that \{a_{n+1}\} omits the first term. Since a finite number of terms does not affect the convergence of a sequence,
\displaystyle \lim_{n→∞}a_{n+1}=\lim_{n→∞}a_n=L.
Combining this fact with the equation
a_{n+1}=\dfrac{4}{n+1}a_n
and taking the limit of both sides of the equation
\displaystyle \lim_{n→∞}a_{n+1}=\lim_{n→∞}\dfrac{4}{n+1}a_n,
we can conclude that
L=0⋅L=0.
b. Writing out the first several terms,
\left\{2,\,\dfrac{5}{4},\,\dfrac{41}{40},\,\dfrac{3281}{3280},\,…\right\}.
we can conjecture that the sequence is decreasing and bounded below by 1. To show that the sequence is bounded below by 1, we can show that
\dfrac{a_n}{2}+\dfrac{1}{2a_n}≥1.
To show this, first rewrite
\dfrac{a_n}{2}+\dfrac{1}{2a_n}=\dfrac{a^2_n+1}{2a_n}.
Since a_1>0 and a_2 is defined as a sum of positive terms, a_2>0. Similarly, all terms a_n>0. Therefore,
\dfrac{a^2n+1}{2a_n}≥1
if and only if
a^2_n+1≥2a_n.
Rewriting the inequality a^2_n+1≥2a_n as a^2_n−2a_n+1≥0, and using the fact that
a^2_n−2a_n+1=(a_n−1)^2≥0
because the square of any real number is nonnegative, we can conclude that
\dfrac{a^n}{2}+\dfrac{1}{2a_n}≥1.
To show that the sequence is decreasing, we must show that a_{n+1}≤a_n for all n≥1. Since 1≤a^2_n, it follows that
a^2_n+1≤2a^2_n.
Dividing both sides by 2a_n, we obtain
\dfrac{a_n}{2}+\dfrac{1}{2a_n}≤a_n.
Using the definition of a_{n+1}, we conclude that
a_{n+1}=\dfrac{a_n}{2}+\dfrac{1}{2a_n}≤a_n.
Since \{a_n\} is bounded below and decreasing, by the Monotone Convergence Theorem, it converges.
To find the limit, let \displaystyle L=\lim_{n→∞}a_n. Then using the recurrence relation and the fact that \displaystyle \lim_{n→∞}a_n=\lim_{n→∞}a_{n+1}, we have
\displaystyle \lim_{n→∞}a_{n+1}=\lim_{n→∞}(\dfrac{a_n}{2}+\dfrac{1}{2a_n}),
and therefore
L=\dfrac{L}{2}+\dfrac{1}{2L}.
Multiplying both sides of this equation by 2L, we arrive at the equation
2L^2=L^2+1.
Solving this equation for L, we conclude that L^2=1, which implies L=±1. Since all the terms are positive, the limit L=1.
Consider the sequence \{a_n\} defined recursively such that a_1=1, a_n=a_{n−1}/2. Use the Monotone Convergence Theorem to show that this sequence converges and find its limit.
- Hint
-
Show the sequence is decreasing and bounded below.
- Answer
-
0.
The Fibonacci numbers are defined recursively by the sequence \left\{F_n\right\} where F_0=0, \, F_1=1 and for n≥2,
F_n=F_{n−1}+F_{n−2}.
Here we look at properties of the Fibonacci numbers.
1. Write out the first twenty Fibonacci numbers.
2. Find a closed formula for the Fibonacci sequence by using the following steps.
a. Consider the recursively defined sequence {x_n} where x_0=c and x_{n+1}=ax_n. Show that this sequence can be described by the closed formula x_n=ca^n for all n≥0.
b. Using the result from part a. as motivation, look for a solution of the equation
F_n=F_{n−1}+F_{n−2}
of the form F_n=cλ^n. Determine what two values for λ will allow F_n to satisfy this equation.
c. Consider the two solutions from part b.: λ_1 and λ_2. Let F_n=c_1λ_1^n+c_2λ_2^n. Use the initial conditions F_0 and F_1 to determine the values for the constants c_1 and c_2 and write the closed formula F_n.
3. Use the answer in 2 c. to show that
\lim_{n→∞}\dfrac{F_{n+1}}{F_n}=\dfrac{1+\sqrt{5}}{2}.\nonumber
The number ϕ=(1+\sqrt{5})/2 is known as the golden ratio (Figure and Figure).


Key Concepts
- To determine the convergence of a sequence given by an explicit formula a_n=f(n), we use the properties of limits for functions.
- If \{a_n\} and \{b_n\} are convergent sequences that converge to A and B, respectively, and c is any real number, then the sequence \{ca_n\} converges to c\cdot A, the sequences \{a_n±b_n\} converge to A±B, the sequence \{a_n\cdot b_n\} converges to A⋅B, and the sequence \{a_n/b_n\} converges to A/B, provided B≠0.
- If a sequence is bounded and monotone, then it converges, but not all convergent sequences are monotone.
- If a sequence is unbounded, it diverges, but not all divergent sequences are unbounded.
- The geometric sequence \left\{r^n\right\} converges if and only if |r|<1 or r=1.
Glossary
- arithmetic sequence
- a sequence in which the difference between every pair of consecutive terms is the same is called an arithmetic sequence
- bounded above
- a sequence \{a_n\} is bounded above if there exists a constant M such that a_n≤M for all positive integers n
- bounded below
- a sequence \{a_n\} is bounded below if there exists a constant M such that M≤a_n for all positive integers n
- bounded sequence
- a sequence \{a_n\} is bounded if there exists a constant M such that |a_n|≤M for all positive integers n
- convergent sequence
- a convergent sequence is a sequence \{a_n\} for which there exists a real number L such that a_n is arbitrarily close to L as long as n is sufficiently large
- divergent sequence
- a sequence that is not convergent is divergent
- explicit formula
- a sequence may be defined by an explicit formula such that a_n=f(n)
- geometric sequence
- a sequence \{a_n\} in which the ratio a_{n+1}/a_n is the same for all positive integers n is called a geometric sequence
- index variable
- the subscript used to define the terms in a sequence is called the index
- limit of a sequence
- the real number L to which a sequence converges is called the limit of the sequence
- monotone sequence
- an increasing or decreasing sequence
- recurrence relation
- a recurrence relation is a relationship in which a term a_n in a sequence is defined in terms of earlier terms in the sequence
- sequence
- an ordered list of numbers of the form a_1,\,a_2,\,a_3,\,… is a sequence
- term
- the number a_n in the sequence \{a_n\} is called the n^{\text{th}} term of the sequence
- unbounded sequence
- a sequence that is not bounded is called unbounded