The function $\ln(1-x^2)$ is approximated about $x=0$ by an nth degree Taylor's Polynomial. Find n such that
$|Error|<0.1$ on $0\leq x\leq0.5$.
My Try: So I know to evaluate the remainder term of the Taylor polynomial, I can use the following expression
$$R_n (x)=\frac{x^{n+1}}{(n+1)!}\cdot f^{n+1}(\xi)$$
My doubt is, how do I find the $(n+1)th$ derivative of $\ln(1-x^2) $? I don't see any pattern in its smaller derivatives. How do I evaluate the same?
Hint: I would write $$\ln(1-x^2)=\ln(1-x)+\ln(1+x)$$