I was tasked with Calculating the square root of $e$ up to the error of $10^{-3}$, using the Maclaurin series (Taylor series evaluated at $x=0$).
I got to the stage of $\Big|\frac{e^c}{(n+1)!}\cdot0.5^{(n+1)}\Big| \leq 10^{-3}$ and I know I need to take into account that $C>0$ and that $C<0.5$, but I'm not sure how to continue.
If you were asked to approximate using Taylor polynomial I assume that you use $f(x)=e^x$ and that you know that $|R_n(0.5)|\le|\frac{m}{(n+1)!}0.5^{n+1}|$ for $m\ge|f^{(n+1)}(0.5)|$(the center is at $x=0$), here $n$ is the number of elements in the polynomial.
Now the $k$th derivative of $e^x$ is $e^x$, so $f^{(n+1)}(0.5)=e^{0.5}$. So I can choose any upper bound for $m$ as long as it is larger than $e^{0.5}$ so: $e^{0.5}<e<3$ so choose $m=3$ and use this to find $n$ and use that to approximate $\sqrt e$