Using term-by-term differentiation and integration, we can compute the power series of more
functions, as in the following examples.
Example 1: Find a series representation for
1(1−x)2.
Solution 1: Notice that we cannot just do algebra to
11−x to solve this. But, given
that 11−x=∞∑n=0xn
when |x|<1, and given that our function is the
derivative of 11−x (check
this! Why isn't there a negative?),
Example 2: Find a series representation for
ln(1+x). Solution 2: To do this, we must find a series that
we know, for which ln(1+x) is the derivative or the
antiderivative. At this point, we don't know that many series;
really all we know is the standard geometric series and variants of
it. (Any ideas?)
After some thought, we realize ddxln(1+x)=11+x and
11+x=∞∑n=0(−1)nxn (from our
previous work). So, when |x|<1,
To solve for C, plug x=0 into tan−1(x). We get
tan−1(0)=0, so our series at x=0 must be 0, and hence
C=0. we have tan−1(x)=∞∑n=0(−1)nx2n+12n+1=x−x33+x55−x77+⋯
Most calculator and computer approximations are done via series, so
if we can find a series to represent a hard-to-compute function, we
are happy, since series are easy to compute (especially for a
computer) to any degree of accuracy you wish. The video will
go through some of these examples, and will demonstrate why this is
so important.