I have to compute
$$ \lim_{x\to0^+}\frac{\pi/2- \arctan(1/x^2)-\sin(x^3)-1+\cos(x)}{x\tan(x)+e^{x^3}-1} $$
I separated the numerator so I got that
$$\dfrac{-1+\cos(x)}{x\tan(x)+e^{x^3}-1} \longrightarrow -\dfrac{1}2;$$
I know that the limit is $\dfrac{1}2$ and I know, by checking on Wolfram Alpha, that
$$\dfrac{-\sin(x^3)}{x\tan(x)+e^{x^3}-1}\longrightarrow 0$$ so
$$\dfrac{π/2- \arctan(1/x^2)}{x\tan(x)+e^{x^3}-1} \longrightarrow 1.$$
I tried using L'Hopital but it gets even more complicated. How can I solve it?
I think it works now: $x\tan(x)$ tends to $x^2$ and $e^{x^3}-1$ tends to 0.
The numerator tends to $x^2$ so it becomes $x^2/x^2$ which is $1$. Am I right?
– Lorenzo B. Feb 14 '17 at 10:30