Notice that these functions, as expansions resemble our definition of things that are targets for recursive solutions; i.e. at each step of the expansion we are solving the same general problem (notice for sin the problem is always: sum + xn/n!) in numerical methods we learn that approximations such as the are best done by determinining the accuracy to which we need the function. For example if we want our accuracy to be 0.00001 we only need include in the calculation the terms that will produce a difference of +/- 0.00001 on adjacent calculations; i.e. if the difference between the calculations for the 8th and 9th terms of the expansion is 0.00001 then our answer is the expansion including the first 9 terms.
Last updated 10/17/2004 - rvs