M HYPE SPLASH
// general

Taylor series integration

By Abigail Rogers
$\begingroup$

I am having trouble with the following question:

Integrate the Taylor series

$$e^{(-t^2)} = \sum^\infty_{n=0} \frac{(-t^2)^n}{n!}$$ term-by-term to obtain the Taylor series for erf (error function) about a = 0.

Now I have integrated the first few terms and can see that the series converges, but I do not see how to turn it into another taylor series. $$\int\sum^\infty_{n=0} \frac{(-t^2)^n}{n!} dt =C+t - \frac{t^3}{3}+\frac{t^5}{10}-\frac{t^7}{42} +...$$

Can any one give me a hand with this?

$\endgroup$

1 Answer

$\begingroup$

$$\int \sum_{n=0}^\infty \frac{(-t^2)^n}{n!} dt$$ $$= \sum_{n=0}^\infty \int \frac{(-t^2)^n}{n!} dt$$ $$= \sum_{n=0}^\infty \int \frac{(-1)^n}{n!} t^{2n}dt$$ $$= \sum_{n=0}^\infty \left(\frac{(-1)^n}{n!} \int t^{2n}dt\right)$$ $$= \sum_{n=0}^\infty \left(\frac{(-1)^n}{n!} \frac{t^{2n+1}}{2n+1}\right)$$

$\endgroup$ 0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy