$$f(t) = \int_{0}^{t}e^{-x^2}dx $$
so I'm suppose to approximate f(3/5) to within 1/129.
I know the answer is about 15/28. However, I don't know the work to prove it. All I have is that the Gaussian integral is equal to $$\sqrt{\pi}$$
But I don't know how to do it. I've been reading math chapters after chapters. This is way too way for math education. Please help and show me how to do it.
You have the tag power series, so use it! $$ e^{-x^2}=1-x^2+\frac{x^4}{2}+.... $$ The above is easy enough to integrate, and to insure error, look up the various forms of Taylor's formula for the remainder, and pick the most convenient to get the desired accuracy, remembering to remember to multiply by the length of the interval of integration, $3/5$.
Also, that the integral from 0 to infinity is $\frac{\sqrt{\pi}}{\sqrt{2}}$ is of no help here.