Find $\displaystyle \lim_{x\to0}\frac{\sin(x)-\tan(x)}{\arcsin(x)-\arctan(x)}$
I tried using L'hopital's rule but it got very messy very fast
UPDATE- So reading about the Taylor series this is what I have so far
$$\lim_{x\to0}\frac{(x-x^3/3!+x^5/5!-\cdots)-(x+x^3/3+2x^5/5+17x^7/315+\cdots)}{(x+x^2/6+3x^5/40+\cdots)-(x-x^3/3+x^5/5-\cdots)}$$
But I'm still stuck
You can evaluate this limit using Taylor's expansions. I will write the expansions of the functions below. Note that you can ignore higher powers of x as it is tending to zero. (You will need to think of how many terms to ignore and how many you shouldn't). If you are still not able to evaluate, ask me for help.
\begin{align} \sin x &= x - \frac{x^3}{3!} + \frac{x^5}{5!} + \dotsb \\[4px] \tan x &= x + \frac{x^3}{3} + \dotsb \\[4px] \arcsin x &= x +\frac{1^2}{3!}x^3 + \frac{1^23^2}{5!}x^5 + \dotsb \\[4px] \arctan x &= x - \frac{x^3}{3} + \dotsb \end{align} You can search for more expansions and how to make these expansions in detail on the net or stack exchange itself.