I am stuck with the following problem that says:
Evaluate : $$\lim_{x \to 0} \frac{\sin x -\arctan x}{x^2\log(1+x)}$$
I tried to use l'Hospital rule to tackle the problem but could not end it.
I will be helpful if someone explain it.Thanks in advance for your time.
HINT
Use Taylor's expansion for $x\to 0$
$\sin x=x-\frac{x^3}{6}+o(x^3)$
$\arctan x=x-\frac{x^3}{3}+o(x^3)$
$\log (1+x)=x+o(x)$
then
$$\frac{\sin x -\arctan x}{x^2\log(1+x)}=\frac{x-\frac{x^3}{6}-x+\frac{x^3}{3}+o(x^3)}{x^2(x+o(x))}=\frac{\frac{x^3}{6}+o(x^3)}{x^3+o(x^3)}$$