Next: About this document ...
Up: series
Previous: Basic Manipulations
If we can define a function with a power series it can be much easier
to work with the function (especially if we only want approximate values
of the function). Why? Because polynomials are nice functions to work
with. We can always find an approximate for a function by taking a
finite number of terms from the infinite series. As long as we are
close to the value that we are centered at we will be able to make
good approximations. For example, consider the function
and
the first 4 terms from its power series centered about
.
As long as we are close to zero the function
is a good approximation for
. So if we wanted to know the value of
we could
just evaluate
and have a good approximation. If we are not
accurate enough we would simply go out more terms in the series.
We also used power series to solve some differential equations. We
solved
earlier in the semster. Just
by making the assumption that we could write the function
as a
polynomial we were able to determine the coefficients of that
polynomial with some simple algebra. We will also use a power series
to approximate
. This is a famous problem in mathematics,
determining
to as many digits as possible. Some have even found
to over 2 billion digits. The techniques relied on power
series.
Power series should be thought of as the elementary
definitions of functions. For example, the power series for
is
If we interpret this function geometrically then it makes no sense for
. What is the cosine of an imaginary number? But if we realize
that
is really its power series (over the interval of
convergence of course), then we can make sense of
where
. We simply evaluate the power series at
.
There are applications in digital processing where certain amplitudes are
functions of complex numbers. So we need to be able to evaluate these
periodic functions over the complex numbers as well as the real
numbers. Power series are clearly one of the most useful tools one can learn
about in a Calculus course.
Next: About this document ...
Up: series
Previous: Basic Manipulations
Robert Rostermundt
2003-05-01