Sequences
Sequences
Sequences
P. Sam Johnson
a1 , a2 , a3 , . . . , an , . . .
a1 , a2 , a3 , . . . , an , . . .
Example 2.
The function associated to the sequence
an = 2n.
We can equally well make the domain, the integers larger than a given
number n0 , and we allow sequences of this type also.
The sequence
12, 14, 16, 18, 20, 22, . . .
is described by the formula an = 10 + 2n. It can also described by the
simpler formula bn = 2n, where the index n starts at 6 and increases.
To allow such simpler formulas, we let the first index of the sequence be
any integer. In the sequence above, {an } starts with a1 while {bn } starts
with b6 .
Sequences can be described by writing rules that specify their terms, such
as √ n−1
an = n cn =
1 n
bn = (−1)n+1 dn = (−1)n+1
n
or by listing terms, n√ √ √ √ o
{an } = 1, 2, 3, . . . , n, . . .
n 1 1 1 1 o
{bn } = 1, − , , − , . . . , (−1)n+1 , . . .
2 3 4 n
n 1 2 3 4 n−1 o
{cn } = 0, , , , , . . . , ,...
n 2 3 4 5 n o
{dn } = 1, −1, 1, −1, 1, −1, . . . , (−1)n+1 , . . . .
We also sometimes write
n√ o∞
{an } = n .
n=1
{1, −1, 1, −1, 1, −1, 1, . . .} is a sequence whose elements are from the set
{−1, 1}.
have terms that get larger than any number as n increases, and sequences
like n o
1, −1, 1, −1, 1, −1, . . . , (−1)n+1 , . . .
bounce back and forth between 1 and −1, never converging to a single
value.
That is,
L − ε < an < L + ε for all n > N.
n ≥ N =⇒ |an − L| < ε.
The only difference is that we have n ≥ N instead of n > N. When n > N we mean, we are
concerned about the terms of the sequence from N + 1 onwards ; whereas n ≥ N we mean, we
are concerned about the terms of the sequence from N onwards. This does not affect the choice
of N. You will understand that the convergence/divergence of a sequence which does not
depend on first finitely many terms. A finite term can be a number (distance) from NITK to
any city in India, in milimeters.
In real line : We can have the terms of the sequence {an } on the
real line.
In the plane : Every sequence (of real numbers) is a function
(whose domain is the set of positive integers) and range (image) is in
the set of real numbers.
On the real line : We get the only one point, 10, on the real line.
Given ε > 0, we have an interval (10 − ε, 10 + ε) which contains
every element of the sequence {10}∞n=1 , hence any natural number N
will satisfy the following :
L − ε < an < L + ε
Given a seqence {an }, we guess some number L where the sequence might
converge.
That is, given ε > 0, we shall find a positive integer N such that
|L1 − L2 | = |L1 − an + an − L2 |
≤ |an − L1 | + |an − L2 |.
In order to show |L1 − L2 | < ε, we shall show that |an − L1 | < ε/2 and
|an − L2 | < ε/2 by applying the definition of convergence for ε/2.
|L1 − L2 | = |L1 − an + an − L2 |
≤ |an − L1 | + |an − L2 |
< ε/2 + ε/2 = ε.
Hence
0 < |L1 − L2 | < ε, for every ε > 0. (1)
|L1 −L2 |
But if ε is chosen to be 2 , we get a contradiciton with (1).
The definition says that if we go far enough out in the sequence, by taking
the index n to be larger then some value N, the difference an and the limit
of the sequence becomes less than any preselected number ε > 0.
lim an = L, or simply an → L,
n→∞
Note that when the index set for n is not explicitly given, it is
assumed that the index set is the set of natural numbers.
1. (−1)n , n≥1
(−1)n+1
2. n2
, n≥1
3. n − 4, n≥1
4. b n2 c, n≥1
n
5. d 10 e, n ≥ 1
j √ k
1+ 1+8n
6. 2 , n≥1
If we know the first finitely many terms of a sequence, say {an }, every one
in world can give a sequence’s formula for the sequence
{−1, 1, −1, 1, −1, 1, . . .} which satisfies an = (−1)n , 1 ≤ n ≤ 6, and a7 can
be any number of his/her choice.
Two students were asked to write an nth term for the sequence
and to write 5th term of the sequence. One student gave the nth term as
an = n 4 .
The other student, who did not recognize this simple law of formation,
wrote
an = 10n3 − 35n2 + 50n − 24.
Which student gave the correct 5th term?
1. Let ε > 0 be given. We must show that there exists a positive integer
N such that for all n,
1
n > N =⇒ − 0 < ε.
n
This implication will hold if n1 < ε or n > 1/ε. If N is any integer
greater than 1/ε (or, choose N = d1/εe), the implication will hold for
all n > N. That is, n > N =⇒ | n1 − 0| = n1 < ε. This proves that
lim (1/n) = 0.
n→∞
2. Let ε > 0 be given. We must show that there exists a positive integer
N such that for all n,
n > N =⇒ |k − k| < ε.
Since k − k = 0, we can choose any positive integer for N (or, choose
N = 10 or N = 1000 billion) and the implication will hold. This
proves that lim k = k for any constant k.
n→∞
P. Sam Johnson Sequences 32/190
Bounded Sequence
Definition 10.
A sequence {an } is said to be bounded if there are real numbers m1 and
m2 such that
m1 ≤ an ≤ m2 for all n.
One can use the following equivalent statement for bounded: {an } is
bounded if there is a positive number M such that
Theorem 11.
Every convergent sequence is bounded.
Similarly if for every number m there is an integer N such that for all
n > N we have an < m, then we say {an } diverges to negative infinity and
write
lim an = −∞ or an → −∞.
n→∞
Fortunately we can derive a few basic examples, and then use these to
quickly analyze the limits of many more sequences.
Since every convergent sequence is bounded, for the sequence {an }, there
exists a positive number C such that
Case 1 : B is non-zero
Since an → A and bn → B, there are positive integers N1 and N2
respectively, such that
ε
|an − A| < for all n > N1
2|B|
and ε
|bn − B| < for all n > N2 .
2C
Thus for all n > N = max{N1 , N2 },
|an bn − AB| = |an bn − an B + an B − AB|
≤ |an | |bn − B| + |an − A| |B|
≤ C |bn − B| + |an − A| |B|
ε ε
< + = ε.
2 2
Hence {an bn } converges to AB when B 6= 0.
P. Sam Johnson Sequences 48/190
Proof (contd...)
Case 2 : B is zero
Rough Work (not necessarily to be written in exam) :
We have to find a positive integer N such that |an bn − 0| < ε for all n > N.
From the triangle inequality, we have |an bn − 0| = |an | |bn − 0|.
Hence one can apply the “ε − N” defintion for the sequence {bn } converging to 0.
|B|
|bn | > , for all n > N.
2
Proof of the lemma :
|B|
Since bn → B and ε = 2 , there exists a positive integer N such that
|B|
|bn − B| < , for all n > N.
2
This implies that
|B|
|B| − |bn | ≤ |bn − B| < , for all n > N
hence, 2
|B|
|bn | > , for all n > N.
2
P. Sam Johnson Sequences 51/190
Proof (contd...)
Case 1 : A is non-zero
and
|B|2 ε
|bn − B| < for all n > N2 .
4|A|
By lemma, there exists a positive integer N3 such that
|B|
|bn | > , for all n > N3 .
2
Case 2 : A is zero
Rough Work (not necessarily to be written in exam) :
an
We have to find a positive integer N such that bn
−0 <ε for all n > N.
an
From the triangle inequality, we have bn
− 0 = |b1 | |an − 0|.
n
Hence one can apply the lemma for the sequence {bn } and
the “ε − N” defintion for the sequence {an } converging to 0.
|B|
|bn | > , for all n > N1 .
2
|B|
|an − 0| < for all n > N2 .
2ε
Thus for all n > N = max{N1 , N2 },
an 1
−0 = |an − 0|
bn |bn |
2
= |an − 0|
|B|
< ε.
n o
an
Hence bn converges to 0 when A = 0.
If {an } converges and {bn } diverges, then {an + bn } diverges. But, when
both {an } and {bn } diverge, {an + bn } may converge, diverge or oscillate.
However, if {an } converges and {bn } diverges, then nothing can be said
about {an bn }. That is, {an bn } may converge, diverge or oscillate.
For suppose, to the contrary, that {can } converges for some number
c 6= 0. Then, taking k = 1/c in the “Constant Multiple Rule”, we see that
the sequence
n1 o
.can = {an }
c
converges. Thus, {can } cannot converge unless {an } also converges. If
{an } does not converge, then {can } does not converge.
P. Sam Johnson Sequences 59/190
Algebra of Limits
Exercise 18.
1. Give examples of sequences {an } and {bn } such that
(a) an → +∞, bn → −∞, but {an + bn } converges.
(b) an → +∞, bn → −∞, but {an + bn } diverges to −∞.
(c) an → +∞, bn → −∞, but {an + bn } oscillates.
2. Give examples of sequences {an } and {bn } such that
(a) an → +∞, {bn } converges, but {an bn } converges.
(b) an → +∞, {bn } converges, but {an bn } diverges to +∞.
(c) an → +∞, {bn } converges, but {an bn } oscillates.
1. (a) an = n and bn = −n
(b) an = n and bn = −2n
(c) an = n and bn = (−n + (−1)n )
1
2. (a) an = n and bn = n
(b) an = n and bn = (
1
1
n n is odd
(c) an = n and bn =
0 n is even
lim an = lim cn = L,
n→∞ n→∞
and
L − ε < cn < L + ε for all n > N2 .
Given that
an ≤ bn ≤ cn , for all n > N.
Suppose f is a continuous function defined on [a, b], with f (a) and f (b) of
opposite sign. By the Intermediate Value Theorem, there exists a number
α in (a, b) with f (α) = 0.
Although the procedure will work when there is more than one root in the
interval (a, b), we assume for simplicity that the root in this interval is
unique. The method calls for a repeated halving of subintervals of [a, b]
and, at each step, locating the half containing α.
1. When f (a1 ) and f (x1 ) have the same sign, α ∈ (x1 , b1 ), and we set
a2 = x1 and b2 = b1 .
2. When f (a1 ) and f (x1 ) have opposite signs, α ∈ (a1 , x1 ), and we set
a2 = a1 and b2 = x1 .
f (x) = x 3 + 4x 2 − 10 = 0
Again, it is important to keep in mind that the error analysis gives only a
bound for the number of iterations, and in many cases this bound is much
larger than the actual number required.
Example 23.
q
n+1
By “Continuous Function Theorem for Sequences”, n → 1 because
n+1 √
n → 1 and f (x) = x is continuous at x = 1.
In the above example, if 2 is replaced by any positive real ‘a’, we still get
the same limit as 1:
To solve the exercise given above, we are using that fact that, in the set R
of real numbers, the set Q of rational numbers and the set R\Q (the
complement of Q) of irrational numbers are dense.
Definition 27.
A subset D of R is said to be dense if for every x ∈ R and every ε > 0,
there exists y ∈ D such that |x − y | < ε.
g is continuous at x = 3 :
So, given ε > 0, set δ = ε/2. Then for any real x (either rational or
irrational) satisfying
Hence g is continuous at x = 3.
P. Sam Johnson Sequences 76/190
Solution for Exercise 26 (contd...)
g is discontinuous at any x = c 6= 3 :
We don’t use “ε − δ” definition here (which you have studied in the last
semester). Instead, we use “Sequential Criterion for Continuity”.
Since the set Q of rational numbers and the set R\Q (the complement of
Q) of irrational numbers are dense, there exist sequences {qn } in Q and sn
in R\Q such that qn → c and sn → c.
In order to find the limit of {an }, sometimes we shall adopt the following
technique:
If the continuous functions f (x) and g (x) are both zero at x = a, then
f (x)
lim can be found by substituting x = a. The substitution produces
x→a g (x)
0/0, a meaningless expression, which we cannot evaluate.
f (x) f 0 (x)
lim = lim 0
x→a g (x) x→a g (x)
To find
f (x)
lim
x→a g (x)
But as soon as one or the other of these derivatives is different from zero
at x = a we stop differentiating.
f (x) f 0 (x)
lim = lim 0
x→a g (x) x→a g (x)
The next theorem enables us to use L’Hôpital‘s Rule to find the limits of
some sequences. It formalizes the connection between lim an and
n→∞
lim f (x).
x→∞
Then for each positive number ε there is a number M such that for all x.
Then
n>N ⇒ an = f (n)
and
|an − L| = |f (n) − L| < ε.
The function lnxx is defined for all x ≥ 1 and agrees with the given
sequence at positive integers. Therefore, by L’Hôpital‘s Rule for
ln n ln x
sequences, lim will equal lim if the latter exists.
n→∞ n x→∞ x
ln x 1/x 0
lim = lim = = 0.
n→∞ x x→∞ 1 1
ln n
We conclude that lim = 0.
n→∞ n
2n 2n . ln 2
lim = lim = ∞.
n→∞ 5n n→∞ 5
√
n
h1 i h 1 i
(a) lim n = lim exp ln n = exp lim ln n = exp(0) = 1.
n→∞ n→∞ n n→∞ n
(b) Let x > 0 be fixed.
h1 i h 1 i
lim x 1/n = lim exp ln x = exp lim ln x = exp(0) = 1.
n→∞ n→∞ n n→∞ n
n+1 n
an =
n−1
Then,
h
n+1 i
lim ln an = lim n ln ∞.0 form
n→∞ n→∞ n−1
n+1
ln n−1 h0 i
= lim form
n→∞ 1/n 0
2
−2/(n − 1) h i
= lim By L’Hôpital‘s Rule
n→∞ −1/n2
2n2
= lim = 2.
n→∞ n2 − 1
n e n (rounded) n!
1 3 1
5 148 120
10 22, 026 3, 628, 800
20 4.9x108 2.4x1018
n(n − 1) 2 n(n − 1) 2
n = (1 + hn )n = 1 + nhn + hn + · · · + hnn > hn .
2 2
q
2 2
Hence hn2 < n−1 for all n ≥ 2, so |hn | < n−1 , for all n ≥ 2.
n(n + 1) 2
y = (1 + hn )n = 1 + nhn + hn + · · · + hnn
2
> 1 + nhn (since hn > 0), for all n.
y −1
So hn < n , for all n.
y −1 y −1
Let ε > 0 be given. Then |hn | < n < ε, when n > ε .
y −1 1/x−1
For any positive integer N greater than, ε = ε , we have
√
| n y − 1| = |hn | < ε, for all n > N.
Case : x > 1
By the argument given in the above case, for any given ε > 0, there is an
integer N greater than x−1
ε , we have
√
| n x − 1| < ε, for all n > N.
Case : x = 1
n > N ⇒ |1 − 1| = 0 < ε.
1 (1/ε−1)
Let ε > 0 be given. Then 1+nh <ε when n > h .
(1/ε−1)
For any positive integer N greater than h , we have
1
|x n − 0| = < ε, for all n > N.
1 + nh
Hence, {x n } converges to 0.
P. Sam Johnson Sequences 96/190
Using ε − N definition, prove that lim x n converges only
n→∞
when −1 < x ≤ 1.
Case : x = 1
Case : x > 1
For any G > 0, there is a positive integer N such that x n > G , for all
n > N. Hence the sequence diverges to ∞.
Case : x = −1
Thus we get the sequence {(−1)n y n } which have both positive and
negative terms.
The sequence is unbounded and the numerical values of the terms can be
made greater than any number (however large). Thus, it oscillates
infinitely.
N ≥ 2|x|.
|x|N |x| 1
Let K = . Note that ≤ , for all K ≥ N.
N! K 2
Now we can choose a positive integer N1 > N such that
1 N1 −N
K < ε.
2
Then for all n ≥ N1 , we have
Suppose that rabbits live forever and that every month each pair
produces a new pair which becomes productive at age 2 months.
If we start with one newborn pair, how many pairs of rabbits will we
have in the nth month ? The answer can be given in a recursion
formula.
Proof
M
Let 0 < M < 1 and N be an integer greater than 1−M .
Then
M n
n > N =⇒ n > =⇒ > M.
1−M n+1
n
Since n+1 < 1 for every n, this proves that 1 is the least upper bound for
n o
n
the sequence n+1 .
A nondecreasing sequence that is bounded from above always has the least
upper bound. This is the completeness property of the real numbers,
We will prove that if L is the least upper bound then the sequence
converges to L.
If the terms of a nondecreasing sequence have an upper bound M, they have a limit L ≤ M.
converges to 3.
So, L = 0, or, L = 3.
Thus {an } → 3, as n → ∞.
n
4. − 12 → 0
n n
5. n−2
n = 1 + −2n → e −2
100n
6. n! →0
xn+1 = x1 + x2 + · · · + xn .
Write out enough early terms of the sequence to deduce a general formula
for xn that holds for n ≥ 2.
1, 1, 2, 4, 8, 16, 32, . . . = 1, 20 , 21 , 22 , 23 , . . . .
(a) x12 − 2y12 = −1 and x22 − 2y22 = +1 are verified for r1 = xy11 = 11 and
r2 = xy22 = 32 .
If a2 − 2b 2 = −1 or +1, then f (a, b) = +1 or −1, respectively.
2 2 −2b 2 )
(b) rn2 − 2 = a+2ba+b − 2 = − (a(a+b) a
2 . Note that b is the predecessor of
a+2b
a+b .
If a2 − 2b 2 = −1 or +1, then (a + 2b)2 − 2(a + b)2 is 1 or −1. Hence
(a2 − 2b 2 ) ±1
rn2 − 2 = − =
(a + b)2 yn
q
which implies that rn = 2 ± ( y1n )2 .
1
√
Verifty that yn ≥ n for all n, hence yn → 0 as n → ∞. Thus rn → 2.
f (xn )
xn+1 = xn − .
f 0 (xn )
For a > 0, one can easily show that the recursion formula for
f (x) = x 2 − a can be written as
a
xn + xn
xn+1 = .
2
lim an = f 0 (0).
n→∞
Use the above result to find the limits of the following sequences:
(a) an = n tan−1 n1
(b) an = n(e 1/n − 1)
(c) an = n ln(1 + n2 )
ln 2nπ
lim (2nπ)1/(2n) = lim exp → e 0 = 1.
n→∞ n→∞ 2n
ln n
lim =0
n→∞ nc
if c is any positive constant.
2. Prove that lim (1/nc ) = 0 if c is any positive constant. (Hint : if
n→∞
ε = 0.001 and c = 0.04, how large should N be to ensure that
|1/nc − 0| < ε if n > N?)
a1 , b1 , a2 , b2 , . . . , an , bn , . . .
converges to L.
and
|bn − L| < ε, for all n > N2 .
If n > 1 + 2 max{N1 , N1 }, then
x3 = x2 or cos(3),
Verify that
xn = max{cos 1, cos 2, . . . , cos n}.
By the definition of maximum,
xn+1 ≥ xn
for all n.
1. Use the fact that the least upper bound is also an upper bound.
2. No. The sequence {1, 2, 3, 1, 2, 3, . . .} is bounded from above but it
does not converge. However, any increasing sequence which is
bounded from above will converge.
Exercise 65.
Prove that every convergent sequence is a Cauchy sequence.
That is, prove that if {an } is a convergent sequence, then to every positive
number ε there corresponds an integer N such that for all
1 1
an = 1 + + ··· +
2 n
cannot converge.
1 1
an = + ··· +
(n + 1)2 (2n)2
converges to 0.
n n
2
≤ an ≤ 2 for all n.
(2n) n
1 1
Hence 4n ≤ an ≤ n for all n.
1 1 1
an = + + ··· +
n+1 n+2 2n
is convergent.
1 1 1
an = + + ··· +
1! 2! n!
is convergent.
If we start with x1 = 1 and define the subsequent terms of {xn } by the rule
From a sequence {an }, if we pick up only the terms whose suffices are
n1 , n2 , n3 . . . and generate a new sequence, namely, {an1 , an2 , an3 , . . . }
mainitaining the same order as in {an }, then this new sequence {ank } is
called a subsequence of {an }.
Definition 71.
Let {an } be a given sequence. If {nk } is a strictly increasing sequence of
natural numbers (i.e., n1 < n2 < n3 < · · · ), then {ank } is called a
subsequence of {an }.
Solution : Let ε > 0 be given. As a2k → L and a2k+1 → L, there are positive integers N1 and
N2 such that
|a2k − L| < ε for all 2k > N1
and
|a2k+1 − L| < ε for all 2k + 1 > N2 .
Then for any n > max{N1 , N2 },
Hence an → L.
P. Sam Johnson Sequences 169/190
Subsequences of Divergent Sequences
Ford’s improvement since 1980 represents an average decrease of 6% per year. If that rate
continues, then n years from 1992 Ford will use about Sn = 7.25(0.94)n hours of labor produce
stampings for the average vehicle. Assuming that the Japanese continue to spend 3 12 hours per
vehicle, how many more years will it take Ford to catch up? Find out two ways:
(a) Find the first term of the sequence {Sn } that is less than or equal to 3.5.
(b) Graph f (x) = 7.25(0.94)x and use Trace to find where the graph crosses the line y = 3.5.
r
An+1 = 1+ An + b. (4)
m
(a) If A0 = 1000, r = 0.02015, m = 12, and b = 50, calculate and plot the first 100 points (n, An ), How much money is
in your account at the end of 5 years? Does {An } converge? Is {An } bounded?
(b) Repeat part (a) with An = 5000, r = 0.0589, m = 12, and b = −50.
(c) If you invest 5000 dollars in certificate of deposite (CD) that pays 4.5% annually, compounded quarterly, and you make
no further investments in the CD, approximately how many years will it take before you have 20,000 dollars? What if
the CD earns 6.25%
(d) It can be shown that for any k ≥ 0, the sequence defined recursively by Equation (4) satisfies the relation
k
r mb mb
Ak = 1+ A0 + − . (5)
m r r
For the values of the constants A0 , r , m, and b given in part (a), validate this assertion by comparing the values of the
first 50 terms of both sequences. Then show by direct substitution that the terms in Equation (5) satisfy the recursion
formula in Equation (4).
bpn
pn+1 =
a + pn
where pn is the fish population after n years and a and b are positive constants that depend on
the species and its environment. Suppose that the population in year 0 is p0 > 0.
(a) Show that if {pn } is convergent, then the only possible values for its limit are 0 and b − a.
(b) Show that pn+1 < (b/a)pn .
(c) Use part (b) to show that if a > b, then limn→∞ pn = 0; in other words, the population
dies out.
(d) Now assume that a < b. Show that if p0 < b − a, then {pn } is increasing and
0 < pn < b − a. Show also that if p0 > b − a, then {pn } is decreasing and pn > b − a.
Deduce that if a < b, then
lim pn = b − a.
n→∞
(a) Choose r = 3/4. Calculate and plot the points (n, an ) for the first 100 terms in the sequence. Does it appear to
converge? What do you guess is the limit? Does the limit seem to depend on your choice of a0 ?
(b) Choose several values of r in the interval 1 < r < 3 and repeat the procedures in part(a). Be sure to choose some
points near the endpoints of the interval. Describe the behavior of the sequences you observe in your plots.
(c) Now examine the behavior of the sequence for values of r near the endpoints of the interval 3 < r < 3.45 The
transition value r = 3 is called a bifurcation value and the new behavior of the sequence in the interval is called an
attracting 2-cycle. Explain why this reasonably describes the behavior.
(d) Next explore the behavior for r values near the endpoints of each of the intervals 3.45 < r < 3.54 and
3.54 < r < 3.55, Plot the first 200 terms of the sequences. Describe in your own words the behavior observed in your
plots for each interval. Among how may values does the sequence appear to oscillate for c interval? The values
r = 3.45 and r = 3.54 (rounded to two decimal places) are also called bifurcation values because the behavior of the
sequences changes as r crosses over those values.
(e) The situation gets even more interesting. There is actually an increasing sequence of bifurcation values
3 < 3.45 < 3.54 < · · · < cn < cn+1 · · · such that for cn < r < cn+1 the logistic sequence {an } eventually
oscillates steadily among 2n values, called an attracting 2n -cycle. Moreover, the bifurcation sequence {cn } is bounded
from above by 3.57 (so it converges). If you choose a value r < 3.57 you will observe a 2n -cycle of some sort. Choose
r = 3.5695 and plot 300 points.
(f) Let us see what happens when r = 3.57. Choose r = 3.65 and calculate and plot the first 300 terms of {an }. Observe
how the terms wander around in an unpredictable, chaotic fashion. You cannot predict the value of an+1 from previous
values of the sequence.
(g) For r = 3.65 choose two starting values of an that are close together, say, a0 = 0.3 and a0 = 0.301. Calculate and plot
the first 300 values of the sequences determined by each starting value. Compare the behaviors observed in your plots.
How far out do you go before the corresponding terms of our two sequences appear to depart from each other? Repeat
the exploration for r = 3.75. Can you see how the plots look different depending on your choice of a0 ? We say that the
logistic sequence is sensitive to the initial condition a0 .
1 a
an = an + , for all n ≥ 1
2 an
and a1 = 0 converges to 3.
x 2 + x − b = 0.
Prove that an−1 < an < bn < bn−1 , n = 2, 3, 4, . . . and deduce that
both the sequences converge to the same limit L, where 12 < L < 1.
Find a formula for the general term an (the nth term) of the sequence
1. 1, 12 , 12 , 31 , 13 , 31 , 14 , 41 , 14 , 41 , 15 , . . . .
2. 0.9, 0.99, 0.999, 0.9999, . . . .
1 1
3. 2, 2 + 41 , 12 + 1
4 + 18 , 21 + 1
4 + 1
8 + 1
16 , . . . .
n o
4. 0, 1, 0, 0, 1, 0, 0, 0, 1, . . .
(a) an → 0, bn → 0 (c) an → 1, bn → 1
(b) an → 0, bn → 1 (d) an → 1, bn → 0
1. Find the limit of the following sequences whose nth term is given by
the formula
(−1)n 2n 2n2 + 3
(i) (ii) 2 (iii) 2
n+1 3n + 1 3n + 1
(Ans: (i) 0, (ii) 0, (iii) 2/3).
2. Show that the sequences given above converge to the corresponding
limits by ε − N definition.
3. Discuss the convergence of the sequence (an ) defined recursively by
(i) a1 = 1, an+1 = 2 − 3an , n = 1, 2, . . . (ii) a1 = 1 and
an
an+1 = 1+a n
, n = 1, 2, . . ..
(Ans: (i) divergent (ii) convergent)
4. Let a1 = 2, an+1 = 12 (an + a2n ), n = 1, 2, . . . Show that {an } is
√
decreasing and bounded below by 2.
Ans: 2.
1 n 3n + 1 n
2. Find the limit of (i) an = 1 + (ii) an = .
n 3n − 1
(Ans: (i) e, (ii) e 2/3 ).
n
x
3. For any real number x, show that converges.
n!
4. Show that log n c
n
→ 0 for any c > 0.
an + bn p
0 < b1 < a1 , an+1 = and bn+1 = an bn for n ∈ N.
2
Show that {an } and {bn } both tend to the same limit. This limit is
called the arithmetic-geometric mean of a1 and b1 .
2. Let the sequence {an } be defined by an = lim [x]+[2x]+...+[nx]
n2
, where
n→∞
x is a real number. Is this sequence convergent? If so, what is the
limit? (Ans: x/2)
3. Show that the sequence {(1 + 1/n)n } is a monotone increasing
sequence, bounded above.