Infinite Sequences Lecture Notes
Infinite Sequences Lecture Notes
1 Sequences
Definition 1. A sequence is a list of numbers written in a definite order: {a1 , a2 , . . . , an , an+1 , . . .}
There is a variety of ways of denoting a sequence. The following are equivalent ways of denoting a sequence.
Each of a1 , a2 , a3 , . . . and so on represents a number. These are the terms of the sequence. For example, the
sequence {2, 4, 6, 8, 10, 12, ..., 2n, ...} has first term a1 = 2, second term a2 = 4, and n-th term an = 2n.
an denotes the general term of the sequence. The integer n is called the index of an , and indicates where
an occurs in the list. Order is important. The sequence {2, 4, 6, 8...} is not the same as the sequence
{4, 2, 6, 8....}
We can think of the sequence as a function that sends 1 to a1 , 2 to a2 , 3 to a3 , and in general sends the
positive integer n to the nth term an . More precisely an infinite sequence is a function with domain as the
set of positive integers.
EXAMPLE: 1.1. The function associated with the sequence {2, 4, 6, 8, 10, 12, ..., 2n, ...} sends 1 to al = 2,
2 to a2 = 4, and so on. The general behavior of this sequence is described by the formula an = 2n.
EXERCISE: 1.1. Find a formula for the nth term of the sequence.
1. {an } = { 1, 2, 3, . . .}.
2. {an } = {1, 12 , 31 , 14 , . . .}
EXAMPLE: 1.2. Find the recursive formula associated with the sequence {0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ...}.
The sequence {0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ...} is a famous sequence called the Fibonacci sequence. After
the first two terms, each term is the sum of the previous two terms.
The recursive formula for the Fibonacci sequence is a1 = 0; a2 = 1; an = an1 + an2 .
1
1.2 Limit of a sequence
Given a sequence {an }, one of the questions we try to answer is: what is the behavior of an as n ? Is
an getting closer and closer to a number? In other words, we want to find lim an . Sometimes the numbers
n
in a sequence approach a single value as the index n increases. This happens in the sequence {1, 21 , 13 , 14 , . . .}
whose terms approach 0 as n gets large.
EXAMPLE: 1.3. To which number the sequence {0, 12 , 23 , 34 , . . .} approaching as n is getting larger and
larger.
QUESTION: 1.1. What about the behaviour of the sequences {1, 2, 3, . . .} and {1, 1, 1, 1, . . .} as n
increases.
Definition 3. (- concept) The sequence {an } converges to the number L if for every positive number there
corresponds an integer N such that for all n,
If no such number L exists, we say that {an } diverges. If {an } converges to L, we write lim an = L, and
n
call L the limit of the sequence.
1
EXAMPLE: 1.4. Show that lim =0
n n
Definition 4. The sequence {an } diverges to infinity if for every number M there is an integer N such that
for all n > N , an > M . If this condition holds we write
lim an =
n
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 =
n
A sequence may diverge without diverging to infinity or negative infinity. The sequences {1, 2, 3, 4, 5, 6, 7, 8, ...}
and {1, 0, 2, 0, 3, 0, ...} are examples of such divergence.
2
2. Difference Rule:
lim (an bn ) = A B
n
4. Product Rule:
lim (an bn ) = A B
n
5. Quotient Rule:
an A
lim = , if B 6= 0
n bn B
QUESTION: 1.2. Does each of the sequences {an } and {bn } have limits if their sum {an + bn } has a limit.
Remark 2. Every nonzero multiple of a divergent sequence {an } diverges. If {an } does not converge, then
{can } does not converge.
3
Definition 5. A sequence {an } is bounded from above if there exists a number M such that an M for all
n. The number M is an upper bound for {an }. If M is an upper bound for {an } but no number less than M
is an upper bound for {an }, then M is the least upper bound for {an }.
A sequence {an } is bounded from below if there exists a number m such that an m for all n. The number
m is a lower bound for {an } . If m is a lower bound for {an } but no number greater than m is a lower
bound for {an }, then m is the greatest lower bound for {an }. If {an } is bounded from above and below,
then {an } is bounded. If {an } is not bounded, then we say that {an } is an unbounded sequence
Definition 6. A sequence {an } is non decreasing if an an+1 for all n. The sequence is non increasing if
an an+1 for all n. The sequence {an } is monotonic if it is either non decreasing or non increasing.
2. {an } = {1, 12 , 31 , 14 , . . . , }
3. {an } = {1, 21 , 13 , 41 , . . . , }
4. {an } = { 3n+1
n+1 }
READING ASSIGNMENT: Section 8.1 and 8.2 of Chapter 8 Infinite Series from Thomas Finney Cal-
culus , 9th edition.
Refer Infinite Sequences Reading Material 1.pdf and Infinite Sequences Reading Material 2.pdf on doodle.