It is well known that
∫sin(x)xdx
cannot be expressed in terms of elementary functions. However, if we repeatedly use integration by parts, we seem to be able to at least approximate the integral through the formula
∫f(x)dx≈a∑n=1(−1)n−1⋅f(n−1)(x)⋅xnn!
where a∈N. When plugging this in to a graphing calculator, it converges, but very slowly. It also tends to converge more quickly for functions that tend to 0 as x→∞. My guess is that
∫f(x)dx=lima→∞a∑n=1(−1)n−1⋅f(n−1)(x)⋅xnn!
at least on a certain interval, but I am uncertain where to look to learn more about these series. Any ideas? Thanks!
Answer
You've essentially rediscovered Taylor series.
Let G(x) be an antiderivative of f(x), so f(k)(x)=G(k+1)(x) for k≥0. If G is analytic in a neighbourhood of 0, and x is in that neighbourhood,
G(0)=∞∑k=0G(k)(x)(−x)kk!=G(x)+∞∑k=1f(k−1)(x)(−x)kk!
i.e.
∫x0f(t)dt=G(x)−G(0)=∞∑k=1f(k−1)(x)(−1)k−1xkk!
No comments:
Post a Comment