My aim is to evaluate the following limit
$\displaystyle\lim _{ x\rightarrow 0 }{ \frac { \sin ^{ -1 }{ x } -\tan ^{ -1 }{ x } }{ { x }^{ 3 } } } \quad$
which evaluates to $\frac{1}{2}$ after using L'Hospital rule for rather $5$ steps, which of course is a tedious task. Could anyone suggest some shorter and elegant methods for evaluating this limit?
Thanks.
Using Maclaurin series:
$$\arcsin x-\arctan x=x+\frac16x^3+\frac3{40}x^5+\ldots-\left(x-\frac13x^3+\frac15x^5-\ldots\right)=$$
$$=\frac12x^3+\mathcal O(x^5)$$
so
$$\lim_{x\to0}\frac{\arcsin x-\arctan x}{x^3}=\lim_{x\to0}\frac{\frac12x^3+\mathcal O(x^5)}{x^3}=\frac12$$