11.10: Calculus with Power Series
( \newcommand{\kernel}{\mathrm{null}\,}\)
Now we know that some functions can be expressed as power series, which look like infinite polynomials. Since calculus, that is, computation of derivatives and antiderivatives, is easy for polynomials, the obvious question is whether the same is true for infinite series. The answer is yes:
11−x=∞∑n=0xn∫11−xdx=−ln|1−x|=∞∑n=01n+1xn+1ln|1−x|=∞∑n=0−1n+1xn+1
when |x|<1. The series does not converge when x=1 but does converge when x=−1 or 1−x=2. The interval of convergence is [−1,1), or 0<1−x≤2, so we can use the series to represent ln(x) when 0<x≤2.
For example
ln(3/2)=ln(1−−1/2)=∞∑n=0(−1)n1n+112n+1
and so
ln(3/2)≈12−18+124−164+1160−1384+1896=9092240≈0.406.
Because this is an alternating series with decreasing terms, we know that the true value is between 909/2240 and 909/2240−1/2048=29053/71680≈.4053, so correct to two decimal places the value is 0.41.
What about ln(9/4)? Since 9/4 is larger than 2 we cannot use the series directly, but ln(9/4)=ln((3/2)2)=2ln(3/2)≈0.82, so in fact we get a lot more from this one calculation than first meets the eye. To estimate the true value accurately we actually need to be a bit more careful. When we multiply by two we know that the true value is between 0.8106 and 0.812, so rounded to two decimal places the true value is 0.81.
Contributors and Attributions
Integrated by Justin Marshall.