0% found this document useful (0 votes)
2 views9 pages

Infinite Series

Uploaded by

sudipasamanta777
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views9 pages

Infinite Series

Uploaded by

sudipasamanta777
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Sequence, series and convergence

M. Sadhukhan
May 20, 2019

Contents
1 Sequence and partial sum of sequence 1

2 Convergence of infinite series 3


2.1 Preliminary test . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.2 Comparison test . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.3 Integral test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.4 Ratio test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

3 Alternating series 6

4 Power series and generating functios 6

5 Taylor and McClaurine series 7

6 Accuracy of an approximated power series 9

1 Sequence and partial sum of sequence


Suppose you are purifying a solution by distillation. Each time your solution
becomes reduced to nth fraction of total volume. If the total initial volume of the
solution was v, first, we will have nv as remaining . After second distillation you
will retain nv2 amount. After each successive distillation the volume becomes

1
Iteration Volume
0 v
v
1 n
v
2 n2
v
3 n3
.. ..
. .
v
k nk

The successive amounts of volumes i.e. G = {v, nv , nv2 , . . . , nvk } are, therefore
(1) ordered and (2) countable. Such an ordered set of numbers are called a
[Link] sequence generated here is called a geometric progression where
each term is a certain multiple of its previous term.
In many applications (will be discussed shortly), we need to encounter such
sequences and find out the cumulative effects of certain numbers of terms of a
sequence. To do that, let us formally develop the subject. To do that, we will
first define a few important concepts and use G to illuminate them.

Sequence
A sequence is an ordered set of numbers. For example, G is a sequence.

Series
A series is an expression of the form

a1 + a2 + . . . + an (1)

created from a sequence {a1 , a1 , a1 , . . . , an } where n ∈ Z. For example,


v v v
Sk = v + + + ... + k (2)
n n2 n
is a series. We write the Eq.(2) as
i=k
X v
Sk = i
(3)
i=0
n

Partial sum
The sum of first m, (m < k) terms are called the series’s mth partial sum. For
example,
v v v
sm = v + + 2 + . . . + m (4)
n n n
where m < k is the mth partial sum of series given in Eq.(3)

2
Infinite series
A series made from countably infinite number of elements is called an infinite
series. In our example,
lim Sk
k→∞

is an infinite series.

Sum of an infinite series


A sum of an infinite series is the sum of all terms of an infinite series.

2 Convergence of infinite series


An infinite series is called a convergent infinite series if its sum is a finite number.
Pictorially, if we plot the partial sums of a convergent series it becomes more
and more close to a finite value.
sk

Figure 1: Cauchy convergence of partial sums sk of a series converging to a


value S.

An example of a convergent series is infinite geometric series Eq.(3) where


vn
k → ∞. For this series, the sum of the series is S = n−1 which is a finite
number.
If the partial sums oscillate between more than one finite values as we keep
increasing the number of terms, we call that an oscillatory series. Example of
which is
1 − 1 + 1 − 1 + 1 − 1 + ...∞ (5)
If we take a partial sum over even number of terms we get zero. If we take odd
number of terms we get 1. Clearly, the partial sums do not converge.
If partial sums of a series changes more and more with increasing number of
terms we call that series as divergent series. Example :
1 1 1 1
1+ + + + + ... (6)
2 3 4 5

3
and
1 + 2 + 3 + 4 + 5 + 6... (7)
Eq.(6) is called harmonic progression.
It is now important to learn some techniques to check whether an infinite
series is a convergent one or otherwise. These tests will be applied to series with
all positive terms. If there are some negative terms in the series, we generate
another series taking absolute values of all the terms. If this new series is
convergent, the original series is convergent as well. In that case, the original
series is absolute convergent.

2.1 Preliminary test


If the terms of a series do not approach to zero as the number of terms tends to
infinity the series is divergent. If they approach to zero, further tests should be
done to figure out if the series is convergent.
For example, Eq.(7) fails this test but Eq.(6) passes. Therefore, further tests
will be required to show that Eq.(6) is also an divergent series.

2.2 Comparison test


This test has two parts (a) and (b).
Suppose we need to know if

a1 + a2 + a3 + a4 + . . . (8)

is convergent or not.
(a) We also know that another infinite series of positive terms

m1 + m2 + m3 + m4 + . . . (9)

is convergent. If
|ak | ≤ mk ; ∀k (10)
then the series in expression (8) is also convergent.
(b) Suppose another infinite series of positive terms,

d1 + d2 + d3 + d4 + . . . (11)

is divergent.
If
|ak | ≥ dk ; ∀k (12)
then the series in expression (8) is divergent.
However, this test cannot check the convergence for |ak | ≤ dk ; ∀k and |ak | ≥
mk ; ∀k.

4
2.3 Integral test
Suppose the sequence of numbers of which an infinite series is comprised, rep-
resent points on a plot (Fig. 2). If we take infinite of them we can approximate
their sum as the integral of a continuous function. Therefore, if the integral
becomes finite for infinite number of terms, we can say the series is convergent
as well.

3
un

0 2 4 6 8 10
n

Figure 2: Red points represent the terms of the sequence un for n = 1, 2, . . ..


Blue dotted curve is the interpolating function through the points.

Therefore, the integral test for convergence of a series can be constructed as


follows:
An infinite series

X
S= un (13)
n=0
P∞ R∞
for which 0 < un+1 ≤ un ; ∀n > N , n=0 un converges if u(n)dn is a finite
number. Remember that only the upper limit is important here.

2.4 Ratio test


For an infinite series Eq.(2), we define the limiting value ρ of the ratio of two
successive terms nn+1 and nn as

ρ = lim ρn , (14)
n→∞
un+1
ρn = . (15)
un

5
Then

ρ < 1; =⇒ S is convergent (16)


ρ > 1; =⇒ S is divergent (17)
ρ = 1; =⇒ S is inconclusive (18)

3 Alternating series
The most used and important series in natural sciences are alternating series
for which the each term’s sign alternates between positive and negative.
Example:
1 1 1
1 − + − + ...
2 3 4
An alternating series is convergent if

|un+1 | ≤ |un |

For an alternating series:


• individual sums of positive and negative terms can be divergent but to-
gether they may converge
• the orders of the terms are sacrosanct- they cannot be changes. Otherwise,
a same series will give multiple numbers as the sum.

4 Power series and generating functios


An infinite series of the form

X
P (x) = a0 + a1 (x − b) + a2 (x − b)2 + . . . ∞ = an (x − b)n (19)
n=0

is called a power series where an ∈ R and n ∈ Z+ .


Whether a power series P (x) is convergent or divergent depends upon the
value of x. The interval of x ∈ [a, b] for which P (x) converges is called interval
of convergence. Here, [a, b] is the interval of convergence for P (x).
Eq. (26) means that the sum in left hand side depends on the value of x.
Therefore, the power series takes up a value of x and outputs another number.
That is the definition of functions! Therefore, we can actually write a function in
terms of a power-series. However, the converse is not rue i.e. not every function
can be expanded in a power series expansion.1 Question is can we write more
than one power series for one function expanded around the same point?
1 Functions with singularities are common example. For example, f (x) = 1
x
will be equal
to ∞ as x tends to 0

6
For simplicity here we assume that we expand a function f (x) around x = 0
and we can have two distinct power series expansion of f (x) i.e.

X
f (x) = an xn (20)
n=0
X∞
f (x) = bn x n (21)
n=0

where at least one of the coefficients are unequal i.e. ak 6= bk , ∀k ∈ K ⊂ Z+ .


Therefore,

X X
f (x) − f (x) = 0 = (an − bn )xn = (ak − bk )xk (22)
n=0 k

However, in that case, D(x) = k (ak − bk )xk = 0∀x. Here the D(x) has the
P
lowest degree k = k1 . Therefore,
X
xk 1 (ak − bk )x(k−k1 ) = 0 (23)
k=k1

For any value of x 6= 0,


X
(ak − bk )xk = −(ak1 − bk1 ) (24)
k=k2

Setting x = px, where p is any arbitrary number, we again get


X
(ak − bk )pk xk = −(ak1 − bk1 ) (25)
k=k2

Eq. (24) and Eq. (25) cannot be true for any arbitrary p. Therefore, the
only way Eq. (24) can be true if ak1 = bk1 , which is in direct disagreement with
our assumption that Eqs. (20) and (21) are two distinct expansions. Therefore,
power series expansion of any function around a constant value is unique!
Suppose a function g(x) has a power series expansion with coefficients {ak , k ∈
Z}. Then g(x) is said to be the generating function of the sequence {ak }.
Therefore, any distinct sequence of numbers will have a distinct function as a
generating function.

5 Taylor and McClaurine series


Question is how to get these coefficients? Suppose, we have the power series
expansion of a function f (x) around x = b as

X
f (x) = ak (x − b)k (26)
k=0

7
Putting x = b in Eq. (26) gives us

f (b) = a0 (27)

Now, let us differentiate Eq. (26) once and put x = b. This will give
df (x)
= a1 (28)
dx x=b

Differentiate Eq. (26) twice and then putting x = b will give

1 d2 f (x)
= a2 (29)
2! dx2 x=b

In fact, this way we will be able to see that, in general,


1 dn f (x)
an = (30)
n! dxn x=b

Combining Eqs.(30) and (26), we obtain


∞ 
1 dn f (x)
X 
f (x) = (x − b)n (31)
n=0
n! dxn x=b

Eq. (31) is known as Taylor series expansion of function f (x). Setting b = 0


gives
∞ 
1 dn f (x)
X 
f (x) = n
xn (32)
n=0
n! dx x=0

is known as McClaurine series expansion.


It is possible to add and subtract two power series, expanded around same
point. Two power series
XN
P (x) = pk xk
k=0
and
N
X
Q(x) = q k xk
k=0
can be combined to give
N
X
R(x) = aP (x) + bQ(x) = rk xk ; ⇐⇒ rk = apk + bqk ∀k, a, b ∈ R (33)
k=0

It is also possible to express a function as a power series of another power


series. For example
∞ P∞ (−1)n x2n+1 k
sin(x)
X ( n=0 n! )
e = (34)
k!
k=0

8
6 Accuracy of an approximated power series
Not all functions can be expanded around every point in a power series. For
that we need to learn a bit of advanced complex analysis which may or may not
be covered here.
The difference between the limiting value of an infinite series

X
S= uk (35)
k=0

and its nth partial sum


n
X
sn = uk (36)
k=0

is called the remainder


Rn = S − sn . (37)
For a convergent infinite series,

lim |Rn | = 0 (38)


n→∞

For a power series expansion of a function, the nth remainder is at least pro-
portional to xn+1 . We use a notation for that : the “big O notation”. In this
notation the lowest power of remainder is represented as

O(xn+1 )

You might also like