Calculus II
Contents
Series
Integrals
Definite integrals
Some primitives
Numerical methods
Exercices
© The scientific sentence. 2010
|
|
Calculus II: Power series
1. Definitions
A power series is an infinite series where the terms
are variable. Its geral form is:
f(x) = Σn=0∞ an
(x - c)n
where:
an is the coefficient of the nth term,
x is a variable and c is a real constant.
This series is called the Taylor series.
When c is equal to zero, the series becomes:
f(x) = Σ∞n=0 an
xn,
and called Mac Laurin series.
When c is equal to zero, and all the coefficients are equal to 1,
the series becomes:
f(x) = Σ∞n=0 xn,
and called geometric series.
A power series is an a polynomial with an infinite degree
.
The set of values of the variable x for which the power
series congerges is called the interval of convergence
of the series
The number c is the center of the disk of convergence of
the series.
The radius of convergence R of the series is the positive real
number (including + ∞) such that the series converges
if
|x - c| < R
and diverges if
|x - c| > R
The radius of convergence of a power series
is equal to the half of the length of its
interval of convergence.
If a power series is geometric, that is its ratio
an+1/an is independent of n, then
this series can be written as a function f(x) in its
interval of convergence.
2. Examples
2.1. Example 1
The geometric series:
f(x) = Σ∞n=0 xn,
Σ∞n=0 xn = 1 + x + x2 + x3
+ x4 + ... + xn + ...
has the first term equal to 1, and the ratio equal to x.
The sum of the n first terms of this series is:
sn = Σ0n xk =
(1 - xn)/(1 - x)
Therefore
If |x| >= 1
lim sn = + ∞. The series is divergent.
n → + ∞
If |x| < 1
lim sn = 1/(1 - x)
n → + ∞
The series is convergent.
Hence
For - 1 < x < 1, the function f(x) = 1/(1 - x) is
expanded in the power series Σ∞n=0 xn
The interval of convergence
of the geometric series is
]- 1, + 1[
2.2. Example 2
We want to calculate the interval of convergence, and the
radius of convergence R of the following power series:
Σn=0∞
xn/(n + 1)
The d'Alembert test is:
L = |an+1/an| =
|xn+1/(n + 2) / xn/(n + 1)| =
|x (n + 1)/(n + 2)| = |x| (n + 1)/(n + 2)
L = |x| (n + 1)/(n + 2)
lim L = |x| . 1 = |x|
n → + ∞
Therefore
if |x| < 1, the series converges
if |x| > 1, the series diverges
if |x| = 1, we cannot conclude
For |x| = ±1, we have:
If x = + 1 → , the series becomes an harmonic series :
Σn=0∞ 1/(n + 1) that diverges.
If x = - 1 → , the series becomes an alternating harmonic series:
Σn=0∞ (- 1)n/(n + 1) that converges (ln 2).
Finally, for the power series
Σn=0∞ xn/(n + 1)
The interval of the convergence is: [-1, +1[
And since the series
converges if |x| < 1, and
diverges if |x| > 1,
the radius of convergence is R = 1
2.3. Example 3
Σn=0∞
((x - 1)/2)n
The d'Alembert test is:
L = |an+1/an| =
|((x - 1)/2)n+1/((x - 1)/2)n| = |(x - 1)/2|
lim L = |(x - 1)/2|
n → + ∞
Therefore
if |x - 1| < 2, that is
- 2 < x - 1 < 2, → - 1 < x < 3,
the series converges.
if |x - 1| > 2, that is
- 2 < x - 1 or x - 1 > 2, → - 1 < x or x > 3,
the series diverges.
if |x - 1| = 2, that is
x - 1 = 2 or x - 1 = - 2
we cannot conclude.
x - 1 = 2
Σn=0∞
(1)n
The series diverges.
x - 1 = - 2
Σn=0∞
(- 1)n
The series diverges.
Therefore, the interval of convergence of the
series is: ]- 1, + 3[. The radius of convergence is
4/2 = 2.
Since the series is geometric of first term a equal
to 1, and of ratio r = (x - 1)/2, it converges to
a/(1 - r) = 1/(1 - (x - 1)/2) = 2/(2 - (x - 1)) =
2/(3 - x))
Hence, in the the interval ]- 1, + 3[, the series
Σn=0∞
((x - 1)/2)n can be written as the fuction
2/(3 - x)).
The function f(x) = 2/(3 - x)) has for expansion the series
Σn=0∞
((x - 1)/2)n.
2.4. Example 4
The function f(x) = 7/(2 - x) = (7/2)/(1 - x/2) can be expanded
in a geometric series of first term a = 7/2 and ratio r = x/2 in the
interval |x/2| < 1, that is ]-2, + 2[:
Σn=1∞
arn - 1 = (7/2)Σn=1∞
(x/2)n .
3. Exercises
|
|