Economizing a Power Series
- We begin a search for better power series representations of functions by using Chebyshev polynomials to economize a Maclaurin series.
- This will give a modification of the Maclaurin series that produces a fifth-degree polynomial
- whose errors are only slightly greater than those of a sixth-degree Maclaurin series.
- We start with a Maclaurin series for :
- If we would like to use a truncated series to approximate on the interval with a precision of ,
- We will have to retain terms through that in , because the error after the term in will be more than
- Suppose we subtract
from the truncated series.
Table 1:
Comparison of economized series with Maclaurin series.
|
- We economize in that we get about the same precision with a lower-degree polynomial.
- By subtracting
we can economize further, getting a fourth-degree polynomial that is almost as good as the economized fifth-degree one.
- So that we have found a fourth-degree power series that meets an error criterion that requires us to use two additional terms of the original Maclaurin series.
- Because of the relative ease with which they can be developed, such economized power series are frequently used for approximations to functions.
- Much more efficient than power series of the same degree obtained by truncating a Taylor or Maclaurin series.
- Observe that even the economized polynomial of degree-4 is more accurate than a fifth-degree Maclaurin series.
- Also notice that near , the economized polynomials are less accurate.
- We can get the economized series with MATLAB by employing our M-file for the Chebyshev series.
- We must start with as a symbolic variable, then get the Maclaurin series and subtract the proper multiple of the Chebyshev series:
Cem Ozdogan
2010-12-19