I am trying to find this limit,
$$\lim_{x \rightarrow 0} \frac{1}{x^4} \int_{\sin{x}}^{x} \arctan{t}dt$$
Using the fundamental theorem of calculus, part 1, $\arctan$ is a continuous function, so $$F(x):=\int_0^x \arctan{t}dt$$ and I can change the limit to $$\lim_{x \rightarrow 0} \frac{F(x)-F(\sin x)}{x^4}$$
I keep getting $+\infty$, but when I actually integrate $\arctan$ (integration by parts) and plot the function inside the limit, the graph tends to $-\infty$ as $x \rightarrow 0+$.
I tried using l'Hospital's rule, but the calculation gets tedious.
Can anyone give me hints?
EDIT
I kept thinking about the problem, and I thought of power series and solved it, returned to the site and found 3 great answers. Thank You!