By using Maclaurin series, approximate the value of
$$\int_{0}^{0.5}{\frac{\sin(x)}{x}}dx$$
to within an error $0.0001$, where $x$ is in radians.
My attempt:
Since we know the Maclaurin series of $\sin(x)$, by substituting it into the integral, simplified and integrate, I obtain
$$\sum_{n=0}^{\infty}{\frac{(-1)^n (0.5)^{2n+1}}{(2n+1)!(2n+1)}}$$
Question: What $f(x)$ should I use to estimate the series above? Note that Taylor remainder has to be used somewhere.