Unit2 Eng
Unit2 Eng
2: Sequences
Departamento de Matemáticas
Escuela Superior de Ingenierı́a Informática
UCLM, Albacete
1 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Contents
1 Numbers
2 Sequences
Limits. Basic properties
Type 1∞ . Number e
The geometric sequence
Stolz and root criteria
Stolz criterion
Root criterion
Product of an infinitesimal and a bounded sequence
Sandwich rule
2 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
What’s a sequence?
Definition of sequence
A sequence of real numbers is a map a : N → R.
The numbers a(1), a(2), a(3), . . . , a(n), . . . are called the terms of
the sequence, and are denoted by subscripts (subı́ndices):
a1 , a2 , a3 , . . . , an , . . .
Intuitively, a sequence is an infinite collection of real numbers that
are enumerated following the natural numbers. The whole
sequence is denoted by (an )n∈N or simply (an ) and an is called the
general term of the sequence.
√
1 n
Examples: (a), , ( n + 1), 1 + n1 .
n
3 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
Limit of a sequence
We are interested in where and how the terms of the sequence are
approaching to a number or not.
Types of limits
lim an = ℓ (or an → ℓ) where ℓ ∈ R.
n→∞
We say that (an ) is convergent to ℓ (or simply convergent if
we don’t state the limit ℓ).
lim an = +∞ , (an ) is divergent to +∞.
n→∞
4 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
Limit of a sequence
Classification
5 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
Properties of a sequence
Uniqueness of the limit
The limit of a sequence, if it exists, is unique.
Boundedness
If a sequence is convergent then it is bounded (definition below).
Definition
A sequence (an ) is bounded if the set {an : n ∈ N} is bounded,
that is, if there exist two real numbers M1 , m1 ∈ R such that
m1 ≤ an ≤ M1 ∀n ∈ N
Properties of sequences
Terminology: upper and lower bounds of a sequence, bounded above
(below), least upper bound, greatest lower bound, maximum, minimum.
The last proposition can be written as
(an ) convergent ⇒ (an ) bounded
7 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
1
lim =0
n→∞ n
√
lim n + 1 = +∞
n→∞
Take care: the limits of functions lim sin x and lim sin(2πx)
x→∞ x→∞
don’t exist. Don’t apply function properties to sequences if
you are not sure what are you exactly applying.
8 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
an lim an
4 lim = n→∞ if lim bn ̸= 0
n→∞ bn lim bn n→∞
n→∞
We also know the behaviour of many cases in which one (or both) of the
limits is an infinity: in symbols,
k
(+∞) + (+∞) = +∞, = 0, (+∞) × (−∞) = −∞,
+∞
9 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
Indeterminate forms
1 1 1
lim (n2 + 1) · = +∞, lim (n2 + 1) · = 1, lim (n2 + 1) · =0
n→∞ n+7 n→∞ n2 + 7 n→∞ n3 + 7
10 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
lim 2n3 − 4n + 7 = +∞
n→∞
3n + 6 3
lim =
n→∞ 7n − 2 7
3n + 6 3n + 6
lim = 0, lim =0
n→∞ 7n2 − 21n n→∞ −7n2 − 21n
−3n3 + 4n2 − 20
lim = +∞
n→∞ −7n2 + 21n
11 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
n2 + 3n + 2
lim √
3
=1
n→∞ n6 + n3 + n + 1
12 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
+∞ if α > 0
The limits lim nα = 1 if α = 0
n→∞
0 if α < 0
can be used to notice that the behaviour of powers of n is similar
to that of polynomials (but, watch out, they are not quotients of
polynomials):
n3/2 − 3n + 1
lim √ =0
n→∞ n2 + n − 25
n4 − n2 + 1
lim =1
n→∞ (n5/2 + n)(n3/2 − n)
13 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
√ √
n2 + n + 1 + n2 − n + 1
lim =2
n→∞ n
3n + 2 3
lim √ √ =
n→∞ n2 +n+ n −n2 2
n2
lim √ √ =0
n→∞ n3 + n + n5 − n
√
3 5
p √
n + 2 + 4 n10 + n5 + n
lim = +∞
n→∞ 7n2 − 3n + 20
14 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
Powers
The basic technique: compute the limits of the base and the exponent.
1
1 n
lim 2 + = 20 = 1
n→∞ n
√
lim (n2 + 1) n
= +∞, type (+∞)+∞
n→∞
√
lim (n2 + 1)− n
= 0, type (+∞)−∞
n→∞
√n
n
lim = 0, type 0+∞
n→∞ n2 + 1
−√n
n
lim = +∞, type 0−∞
n→∞ n2 + 1
16 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
1∞ ∞0 00
17 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
Type 1∞ . Number e
1 n
The sequence 1 + n is known to be increasing and
bounded above.
18 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
The formula
lim bn (an − 1)
lim anbn = en→∞
n→∞
√ !n
n2 + 2n
lim √ =e
n→∞ n2 − 1
√ 2√n
n+ n+1
lim √ = e4
n→∞ n − n + 1
19 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Limits. Basic properties
20 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Stolz and root criteria
Stolz criterion
Examples:
log n3 log n
lim = 0 (also lim = 0). We write log n << n.
n→∞ n n→∞ n
n2
lim n = 0. We write n2 << 5n
n→∞ 5
21 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Stolz and root criteria
Examples:
1 + 2 + ··· + n 1
lim =
n→∞ n2 2
n2
We write 1 + 2 + · · · + n ≈ 2.
22 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Stolz and root criteria
Example:
√
lim n n = 1
n→∞
p
In general, lim n P(n) = 1 for every polynomial P(n) with
n→∞
positive main coefficient.
23 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Stolz and root criteria
Examples:
pn
(n + 1)!
lim
n→∞ n
s
(2n)!
lim n n
n→∞ 3 · (n!)2
24 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Product of an infinitesimal and a bounded sequence
Proposition
The product of an infinitesimal sequence by a bounded sequence is
an infinitesimal sequence, that is, if
lim an = 0
n→∞
(bn ) is a bounded sequence.
then lim an · bn = 0.
n→∞
Examples:
cos(n2 + n)
lim
n→∞ n
(−1)n + 3 sin(e n )
lim
n→∞ log n
25 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Sandwich rule
Sandwich rule
an ≤ bn ≤ cn , (1)
2 lim an = lim cn = ℓ (ℓ ∈ R)
n→∞ n→∞
Then lim bn = ℓ.
n→∞
26 / 27
Calculus and Numerical Methods Unit 1: Numbers, sequences and series Lesson 1.2: Sequences
Sequences
Sandwich rule
Sandwich rule
Examples:
1 1 1
lim √ +√ + ··· + √
n→∞ n2 + 1 n2 + 2 n2 + n
1 1 1
lim √ + √ + ··· + √
n→∞ 1 2 n
1 2 n
lim + + ··· + 3
n→∞ n3 + 1 n3 + 2 n +n
27 / 27