Next: Power Series or Function
Up: Power Series
Previous: Representing Functions by Power
  Contents
  Index
We now derive some further power series to add to the collection
described in 7.1. Starting with the geometric
series
= 1 + x + x2 + x3 +...+ xn +... for | x| < 1, |
(7.1) |
we replace x by - x to get
= 1 - x + x2 - x3 +...+ (- 1)nxn +... for | x| < 1. |
|
Integrating both sides then gives
log(1 +
x) =
K +
x -

+

+...+ (- 1)
n
+... for |
x| < 1,
where K is a constant of integration.
Evaluating both sides when x = 0 shows that K = 0, and so we get the series
log(1 + x) =  valid for | x| < 1. |
(7.2) |
Note:It is easy to get this result directly from the Taylor Series. The
next one is not quite so easy.
We return to equation 7.1, and replace x by
- x2 to get

= 1 -
x2 +
x4 -
x6 +...+ (- 1)
nx2n +... for |
x| < 1.
Again integrating both sides, we have
arctan(
x) =
K +
x -

+

+...+ (- 1)
n
+... for |
x| < 1,
where K is a constant of integration. Again putting x = 0 shows
that K = 0, and so
arctan(x) =  valid for | x| < 1. |
(7.3) |
Example 7.11
Find the radius of convergence
R of the power series
By differentiation or otherwise, find the sum of the series for |
x| <
R.
[You may assume, without proof, that

log(1 +
x) d
x =
K +
x log(1 +
x) -
x + log(1 +
x),
for some constant of integration
K.]
Solution. Apply the ratio test to the given power series. Then
Thus the new series has radius of convergence 1. Denote its sum by
f (x), defined for | x| < 1. Inside the circle of convergence, it is
permissible to differentiate term - by - term, and thus
f'(x) = log(1 + x) for | x| < 1, since they have the same power
series. Hence
| f (x) |
= |
log(1 + x) dx = K + x log(1 + x) -  dx |
(7.4) |
| |
= |
K + x log(1 + x) - x + log(1 + x). |
(7.5) |
Putting x = 0 shows that K = 0 and so
f (x) = (1 + x)log(1 + x) - x.
We have now been able to derive a power series representation for a
function without working directly from the Taylor series, and doing
the differentiations -- which can often prove very
awkward. Nevertheless, we have still found the Taylor coefficients.
Proposition 7.12
Let
anxn be a power series, with radius of convergence
R > 0, and define
f (
x) =
anxn for |
x| <
R.
Then
an =

, so the given series
is
the Taylor (or Maclaurin) series for
f
Proof.
We can differentiate
n times by
7.9 and
we still get a series with the same radius of convergence. Also,
calculating exactly as in the start of Section
5.6, we see
that the derivatives satisfy
f(n)(0) =
n!
an, giving the
uniqueness result.
Example 7.13
Let
f (
x) =

. Calculate
f(n)(0).
Solution. We use the binomial theorem to get a power series expansion about 0,

= 1 +
x3 +
x6 +
x9 +...+
x3n +... valid for |
x| < 1.
We now read off the various derivatives. Clearly
f(n)(0) = 0
unless n is a multiple of 3, while
f(3k)(0) = (3k)!
by 7.12.
Next: Power Series or Function
Up: Power Series
Previous: Representing Functions by Power
  Contents
  Index
Ian Craw
2002-01-07