MAT187 L13 - Integrating and Differentiating Power Series

#MAT187 PCE
The main benefit of using power series to approximate complicated functions arises when we try to integrate or differentiate them, as they are "infinite"-degree polynomials.


Building new Taylor series from other Taylor series

For functions that aren't easily infinitely differentiable (unlike cos(x) or ex), we may notice that it gets very cumbersome to take successive derivatˊives for a Taylor series.

To circumvent this, we can consider a simpler version of the Taylor series that we know how to evaluate, and then substitute in some value of x into it to make it equal to the function we want to evaluate. This works because of the explanation in L12.

Example: 11+x2

We can find the Taylor series for a simpler version of this function, 11x, pretty easily. It is simply:

11x=limni=0n1xi

... and we know that this is only valid on x[1,1], as per L11.

Since x can really be any value (as per L12), we can just substitute x2 into the Taylor series of 11x to get the function we want. So, the Taylor series of 11+x2 is:

11+x2=11(x2)=limni=0n1(x2)i

... and the bounds must also be changed to account for this substitution. |x2|<1|x|<1. Coincidentally (or maybe not, idrk), this is the same restriction as before.


Differentiating and integrating Taylor series

We can now use this tool to more easily differentiate and integrate Taylor series.

Theorem: Differentiating and Integrating Taylor Series

On its own interval of convergence, a power series (Taylor series) can be differentiated and integrated term by term.

Example: expressing arctan(x) as a Taylor series

We can use the property that 0x11+t2dt=arctan(x)+C to express arctan(x) as a Taylor series, since we know the Taylor series of 11+t2 from the above example.

0x11+t2dt=0xlimni=0n1(t2)i=limni=0n1((1)i12i+1t2i+1)|0x

And since C in this case equals the Taylor series evaluated at 0,

arctan(x)=0x11+t2dt=limni=0n1((1)i12i+1x2i+1)

This is useful (well, "useful") since it allows us to approximate arctan(x) for some value of x without having to use a calculator.