Btech 1st Sem: Maths: Sequence and Series

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 14

Mathematics (M101)

Sequence and Series


B.Tech 1st Year 1st Semester

Sequence

Definition: An Infinite sequence is a function f(n) whose domain is an infinite subset of


whole numbers.

We usually write a sequence {an} . where f(n) = an


The following are the example of sequences

{(.5)n} {n/(n+1)} {en/n!} and {(-1)n}

You'll notice that sequences are discontinuous everywhere but never the less play an
important role in Mathematics as we will see when we consider Infinite Series.

1. an = {(.5)n}

2. an = n/ (n+1)

3. an = {en/n!}

4. an= {(-1)n}

As you could tell from the examples the 1st and 3d converge to 0, the second converges
to 1 and the 4th diverges.

But do we mean by convergence exactly?


Definition:For any ε>0 there exists a number M such that L- ε < an < L + ε.
whenever n> M Or as is usually stated given any ε>0 there exists a number M such
that | an - L | < ε whenever n > M.Then the sequence an is said to converge to L.

How do we compute limits?

There are 2 very important theorems

1. Given {an} if there is a continuous differentiable function f(x) such that f(n) = an

then lim an = lim f(x) therefore we can use our results on differentiable functions and
L'Hopital's Rule.

Examples 1 and 2 fit into this category. But what about the 3d? the Gamma Function
notwithstanding we need the following

2. If {an} is increasing and bounded above or decreasing and bounded below it


converges.

The first 3 examples make this fairly obvious.

an
Theorem: Suppose { } is a sequence which is increasing and bounded above, then it
converges.
an
Proof: Let L be the Least Upper Bound of { } i.e. it is an upper bound and there are
none smaller.

Let ε be given.
am
Let M be the first number such that > L - ε . Such a number exists otherwise L -ε
would be an Upper Bound.
an am an
For all n>M > since is an increasing sequence.
an
Further for all n <L+ε because if L is an upper bound L+ ε is an upper bound.

Therefore we have shown given any ε > 0 There is a number M such that
an an
L-ε < < L+ ε whenever n > M i.e { } converges --In fact it converges to its
Least Upper Bound.

Alternating Sequences:

Another important theorem

Suppose bn = (-1)n an where an >0. Then if lim an = 0 then lim bn = 0

If lim an ≠ 0 then { bn} diverges. Even if lim an = L The alternating sequence (-1)n an
diverges as the subsequence of even terms converges to L and the subsequence of odd
terms converges to - L therefore the sequence diverges.

The next 2 examples show the divergent case and the 3d shows convergence of an
alternating sequence.
1. (-1)n (n/(n+1))

2. (-1)n * n

3. (-1)n (.5)n

Let’s start off with some terminology and definitions.

Given any sequence we have the following.


1. We call the sequence increasing if for every n.

2. We call the sequence decreasing if for every n.

3. If is an increasing sequence or is a decreasing sequence we call it


monotonic.

4. If there exists a number m such that for every n we say the sequence is
bounded below. The number m is sometimes called a lower bound for the
sequence.

5. If there exists a number M such that for every n we say the sequence is
bounded above. The number M is sometimes called an upper bound for the
sequence.

6. If the sequence is both bounded below and bounded above we call the sequence
bounded.

7. An infinite sequence is a function whose domain is the set of all positive


integers.
8. A finite sequence is a function whose domain is {1, 2, 3, … , n}, the first n
positive integers.

Examples: Determine if the following sequences are monotonic and/or bounded.


(a) { −n }
2

( −1)
n+1

(b)

 2 
 2 
(c)   n  n = 5

Solutions:
1.

This sequence is a decreasing sequence (and hence monotonic) because,

for every n.

Also, since the sequence terms will be either zero or negative this sequence is bounded
above. We can use any positive number or zero as the bound, M, however, it’s standard
to choose the smallest possible bound if we can and it’s a nice number. So, we’ll choose
since,

This sequence is not bounded below however since we can always get below any
potential bound by taking n large enough. Therefore, while the sequence is bounded
above it is not bounded.

As a side note we can also note that this sequence diverges (to if we want to be
specific).

2.

The sequence terms in this sequence alternate between 1 and -1 and so the sequence is
neither an increasing sequence or a decreasing sequence. Since the sequence is neither an
increasing nor decreasing sequence it is not a monotonic sequence.

The sequence is bounded however since it is bounded above by 1 and bounded below by
-1.

Again, we can note that this sequence is also divergent.

3. This sequence is a decreasing sequence (and hence monotonic) since,


The terms in this sequence are all positive and so it is bounded below by zero. Also,
since the sequence is a decreasing sequence the first sequence term will be the largest and
so we can see that the sequence will also be bounded above by . Therefore, this
sequence is bounded.

We can also take a quick limit and note that this sequence converges and its limit is zero.

Convergence:
an
A sequence { }of real (or complex) numbers is said to converge to a real (or complex)
number c if for every > 0 there is an integer N > 0 such that if n > N then
| an - c | < an
The number c is called the alimit of the sequence { }and we sometimes write an c.
n
If a sequence { }does not converge, then we say that it diverges.

• Consider the sequence {1/n}. It converges to zero.


• The sequence {(-1)n}does not converge.

• The sequence converges to zero.

Series|
Definitions: Let { an } n =1 be a sequence. Define a new sequence { sn } n =1 , called the sequence
∞ ∞

of partial sums for the sequence { an } n =1 , by the following equations:


s1 = a1 , sn = sn −1 + an for n ≥ 2 .

This new sequence of partial sums is called the series of an s, and it is denoted by ∑ an .
n =1

For each n ≥ 1 , sn is called the nth partial sum for the series ∑ an . The number an is called
n =1
th th
the n term of the series (as well as the n term of the sequence).

 For n ≥ 2 , sn = sn −1 + an . This means


s1 = a1
s2 = s1 + a2 = a1 + a2
s3 = s2 + a3 = a1 + a2 + a3
s4 = s3 + a4 = a1 + a2 + a3 + a4
M
sn = sn −1 + an = a1 + a2 + a3 + L + an

So we often write ∑ an = a1 + a2 + a3 + L + an + L
n =1

 Sometimes the index for the sequence { an } n =1 does not begin with the number 1. In

such cases the corresponding series is also indexed accordingly. For example, if

the sequence is { an } n =0 , then the series is ∑ an = a0 + a1 + a2 + L + an + L ; while if

n =0

the sequence is { an } n =3 , then the series is ∑ an = a3 + a4 + a5 + L + an + L .

n =3

Examples: Below are some examples that illustrate the difference between a sequence
and the corresponding series and the sequence of partial sums.
1) Consider the sequence { ar }
n ∞
n =0
, where a ≠ 0 and r ≠ 1 are constants. (If
r = 1 , then the sequence is the constant sequence of Example 1. If a = 0 ,
then the sequence is also a constant sequence of Example 1.)
Observe that { ar } = { a, ar , ar 2 , K , ar n , K } . The corresponding series is
n ∞
n =0

∑ ar
n =1
n
= a + ar + ar 2 + L + ar n + L .

Calculating the sequence of partial sums:


s0 = a0 = a
s1 = s0 + a1 = a0 + a1 = a + ar
s2 = s1 + a2 = a0 + a1 + a2 = a + ar + ar 2
s3 = s2 + a3 = a0 + a1 + a2 + a3 = a + ar + ar 2 + ar 3
M
sn = sn −1 + an = a0 + a1 + a2 + L + an = a + ar + ar 2 + L + ar n = a ( 1 − r n +1 ) ( 1 − r )
(This last equation is verified in class!)
So the sequence of partial sums is
{ a ( 1− r ) ( 1 − r ) } n=0 = { a, a ( 1 + r ) , a ( 1 + r + r2 ) ,K , a ( 1 − rn+1 ) ( 1 − r ) ,K } .

n +1


The sequence { ar } is called the Geometric Sequence and the series ∑ ar
n ∞ n
n =0
n =0
is called the Geometric Series, and will be used often in this course. The term
a is called the first term (for obvious reasons) and the number r is called the
common ration since the ratio of consecutive terms is r .

 1 
2) Consider the sequence   .
 n ( n + 1) n =1

 1 
Observe that  {
 = 1 2,1 6,1 12, K ,1  n ( n + 1)  , K . The }
 n ( n + 1) n =1

1 1 1 1 1
corresponding series is ∑ = + + +L + + L . For any
n =1 n ( n + 1) 2 6 12 n ( n + 1)
integer k ≥ 1 , the following equality holds by partial fractions decomposition
1 1 1
(remember the technique of integration?) = − . We apply this
k ( k + 1) k k + 1
equality to compute the partial sums as follows:
1 1 1 1
s1 = a1 = = − = 1−
1⋅ 2 1 2 2
1 1  1 1 1   1 1  1
s2 = s1 + a2 =  −  + =  −  +  −  = 1−
1 2  2 ⋅ 3  1 2   2 3  3
 1 1  1  1 1  1
s3 = s2 + a3 = 1 −  + = 1 −  +  −  = 1 −
 3 3⋅ 4  3 3 4  4
 1 1  1 1 1 1
s4 = s3 + a4 = 1 −  + = 1 −  +  −  = 1 −
 4 4⋅5  4 4 5 5
M
 1 1  1 1 1  1
sn = sn −1 + an = 1 −  + = 1 −  +  −  = 1−
 n  n ( n + 1)  n   n n + 1  n +1

 1 
So the sequence of partial sums is 1 −  . Notice that the equality from
 n + 1 n =1
the partial fractions decomposition allows for the simplification of the partial
sums. Because of the fact that the intermediate terms add out, this series is
called a telescoping series.

Definitions: Let { an } n =1 be a sequence and let ∑ an denote the corresponding series. The

n =1

series ∑ an is said to converge provided the sequence of partial sums { sn } n =1 converges.

n =1

The series ∑ an is said to diverge provided the sequence of partial sums { sn } n =1 diverges.

n =1

The series ∑ an converges if and only if lim
n →∞
sn = S for some number S. This number S is
n =1
∞ ∞
called the sum of the series ∑ an and one writes ∑ an = S .
n =1 n =1

Examples: The examples from above are reconsidered in the context of


convergence/divergence.

1) Consider the Geometric Series


∑ ar
n =0
n
= a + ar + ar 2 + L + ar n + L ; a ≠ 0 , r ≠ 1 .

From above, the sequence of partial sums is


{ a ( 1− r ) ( 1 − r ) } n=0 = { a, a ( 1 + r ) , a ( 1 + r + r2 ) ,K , a ( 1 − rn+1 ) ( 1 − r ) ,K } .

n +1

n →∞ n →∞
n +1 a
So lim sn = lim a ( 1 − r ) ( 1 − r ) = lim ( 1 − rn +1 ) =
1 − r n →∞
a
1− r
(
1 − lim rn +1 . From
n →∞
)
n +1
our discussions on convergent sequences, limn →∞
r exists if and only if r < 1

(recall a ≠ 0 and r ≠ 1 ). Since lim r n +1 = 0 for r < 1 , the series ∑ ar n converges
n →∞
n =1

a
if and only if r < 1 . In this case ∑ ar =
n
. It is important to note that the
n =1 1− r
Geometric Series converges if and only if the common ratio is less than one in
absolute value. In this case, the sum of the Geometric Series is the first term
of the series divide by the quantity one minus the common ratio.

2) Consider the telescoping series



1 1 1 1 1

n =1 n ( n + 1)
= + + +L +
2 6 12 n ( n + 1)
+L .

 1 
From above, the sequence of partial sums is 1 −  . So
 n + 1 n =1
 1  1
lim sn = lim 1 −  = lim1 − lim = 1 − 0 = 1 and the sequence of partial
n →∞ n →∞
 n + 1  n →∞ n→∞ n + 1
∞ ∞
1 1
sums converges to one. So the series ∑ converges and ∑ =1
n =1 n ( n + 1) n =1 n ( n + 1)

Now the question is- What properties of the terms an determine whether the series ∑ an
converges or diverges? This question is answered by stating a number of ‘tests’ that can
be applied to the terms an . The first such ‘test’ is the following:

The Divergence Test: Consider the series ∑ an . If lim


n →∞
an ≠ 0 , then the series ∑ an
diverges.

There are several observations one must keep in mind when applying the
Divergence Test.
A. The test does not say that if lim an = 0 , then the series ∑ an converges.
n →∞

B. If lim an = 0 , then one does not have any information about the
n →∞

convergence/divergence of the series. The Harmonic Series is an example of a


series with lim an = 0 but the series diverges. The telescoping series above is an
n →∞

example of a series with lim an = 0 but the series converges.


n →∞

C. The Divergence Test can only show a series diverges. It never shows a series
converges.

Examples: Below are examples of how we can show various series converge or diverge
using the information we have so far.


1) Does the series ∑ an converge or diverge for a ≠ 0 ?
n =1

Since lim an = a lim n ≠ 0 , the series ∑ an diverges by the Divergence Test.
n →∞ n →∞
n =1

2
2) Does the series ∑ 2 n converge or diverge?
n=2 3
n n ∞
2 1 1 2
Since 2n
= 2  2 = 2   for all n, the series ∑n=2 3
2 n is a Geometric Series
3 3  9
2 2 2 1
with first term a = 2( 2) = 4 = and common ratio −1 < r = < 1 . So the
3 3 81 9
2
∞ ∞
2 2 a 1
series ∑ 2 n converges and ∑ 2 n = = 81 = .
n=2 3 n=2 3 1 − r 1 − 1 36
9


2n 2 − 1
3) Does the series ∑ 2 converge or diverge?
n = 0 2 + 3n − 4n

1
−2 2−
2n − 1 2n − 1 n2 = 2 = − 1 ≠ 0 ,
2 2
n
Since lim = lim ⋅ −2 = lim
n →∞ 2 3
+ − 4 −4 2
n →∞ 2 + 3n − 4n 2 n →∞ 2 + 3n − 4n 2
n
2
n n

2n 2 − 1
the series ∑ 2 diverges by the Divergence Test.
n = 0 2 + 3n − 4n

4) Does the series ∑ ( −1) 3 2 converge or diverge?
1− n n n

n =1
n

Since ( −1) 31− n 2n = 3 ( −1) ( 3−1 ) 2n = 3  − 23  for all n, the series
n n n

∞ 1

∑ ( −1) 31−n 2n is a Geometric Series with first term a = 3  − 2  = −2 and


n

n =1  3

2
common ratio −1 < r = − < 1 . So the series ∑ ( −1) 3 2 converges and
n 1− n n

3 n =1

a −2 6
∑ ( −1) 31−n 2n =
n
= =
1− r  2 5
n =1
1−  − 
 3

Some important infinite series:

Geometric Series:


The series ∑x
n =1
n
is known as geometric series with common ratio x.
A Geometric series is convergent if -1<x<1, divergent if X>= 1 and oscillatory if x<= -1.
The p-series:

1
The series ∑n
n =1
p is called p series.
A p series is convergent if p>1 and divergent if p<=1.

Comparison Test:

∞ ∞ ∞
Let ∑u
n =1
n and ∑v
n =1
n be two series of positive numbers and ∑v
n =1
n is convergent. Then

∑u
n =1
n is convergent if

i) There exist an integer N such that un <= k vn , for all n>=N , where k is a
constant, or if

un
ii) lim = l , l is a finite number , may be zero.
x →∞ vn

Example: Determine if the following series converges or diverges.

Solution
To use the limit comparison test we need to find a second series that we can determine
the convergence of easily and has what we assume is the same convergence as the given
series. On top of that we will need to choose the new series in such a way as to give us
an easy limit to compute for c.

We’ve already guessed that this series converges and since it’s vaguely geometric let’s
use

as the second series. We know that this series converges and there is a chance that since
both series have the 3n in it the limit won’t be too bad.

Here’s the limit.


Now, we’ll need to use L’Hospital’s Rule on the second term in order to actually evaluate
this limit.

So, c is positive and finite so by the Comparison Test both series must converge since

converges.

Example: Determine if the following series converges or diverges.

Solution
Fractions involving only polynomials or polynomials under radicals will behave in the
same way as the largest power of n will behave in the limit. So, the terms in this series
should behave as,

and as a series this will diverge by the p-series test. In fact, this would make a nice
choice for our second series in the limit comparison test so let’s use it.

So, c is positive and finite and so both limits will diverge since
diverges.

un +1
D’Alembert’s Ratio Test: Let ∑an be a series, and assume that lim = l . Then if l<
x →∞ un
1, the series is convergent, if l > 1, the series is divergent, while if l = 1, the test gives no
information.

Example: Let an = . Then ∑an is convergent.

Solution. We look the ratio of adjacent terms in the series (of positive terms).

= =

= = as n .

Since the ratio of adjacent terms in the series tends to a limit which is < 1, the
series converges by the ratio test.

Example: Determine if the following series is convergent or divergent.

Solution
Here’s the limit.

Again, the ratio test tells us nothing here. We can however, quickly use the divergence
test on this. In fact that probably should have been our first choice on this one anyway.

By the Divergence Test this series is divergent.

You might also like