how to Find the taylor series with center of zo=0 and convergent region for $f(x) = \int_{0}^{x} e^{-t^2}\,dt $.
2026-03-31 18:54:10.1774983250
Finding the taylor series with center of zo=0
99 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Since
$$ e^t = \sum_{n \geq 0} \frac{ t^n }{n!} \implies e^{-t^2} = \sum_{n \geq 0} \frac{ (-1)^n t^{2n} }{n!}$$
Thus,
$$ f(x) = \int\limits_0^x \sum_{n \geq 0} \frac{ (-1)^n t^{2n} }{n!} dt = \sum_{n \geq 0} \frac{ (-1)^n x^{2n+1} }{(2n+1)n!} $$