I've got a problem where I have to find the degree of the Maclaurin polynomial (meaning it's centered at $c = 0$, correct?) of $\ln(1.25)$ such that the error is less than 0.001.
I think I have a fairly good understanding of how you find the degree required to match that criteria for other functions, but I'm confused as to how you would find the Maclaurin polynomial for $\ln(x)$ since 0 is outside the domain of natural log and also since $f'(x) = \frac{1}{x}$ is undefined at 0.
Am I misunderstanding part of this problem, and how can I go about solving this?
For $|x| <1$ we have $\log(1+x) = \sum_{k=1}^\infty (-1)^{k+1} {x^k \over k}$.
Since the series is alternating, we see that $|\log(1+x) - \sum_{k=1}^n (-1)^{k+1} {x^k \over k} | \le {|x|^{n+1} \over n+1}$.
Choose $n$ such that ${ {1 \over 4^{n+1}} \over n+1} < {1 \over 1000}$. I believe $n=3 $ will suffice.