I am working on $$\lim_{x\to0}{{\left(\frac{\tan{(1+\tan x)}}{\tan{(1+\sin x)}}\right)}^{1/x^3}}$$ I can see a successful strategy is to take $\ln$ first and then use L'Hospital rule for 3 times. However, I wonder if there are simpler methods.
Any ideas would be appreciated!
I just found a much simpler solution. First we take $\ln$, so we only need to evaluate $$L := \lim_{x\to0}{\frac{\ln{(\tan{(1+\tan x)})} - \ln{(\tan{(1+\sin x)})}}{x^3}}.$$ By Mean Value Theorem, we know that $$\ln{(\tan{(1+\tan x)})} - \ln{(\tan{(1+\sin x)})} = \frac{\sec^2{(1+c)}}{\tan{(1+c)}}(\tan x - \sin x) $$ for some $c \in (\sin x, \tan x)$. Then, using the taylor series of $\tan x = x + \frac{x^3}{3} + \mathcal{O}(x^5)$ and $\sin x = x - \frac{x^3}{6} + \mathcal{O}(x^5)$ immediately gives $$L = \lim_{x \to 0}{\frac{1}{2\sin{(1+c)}\cos{(1+c)}}}$$ where $c \in (\sin x, \tan x)$. Therefore, $$L = \frac{1}{2\sin{1}\cos{1}} = \csc 2.$$ So the original limit is just $e^{\csc 2}$.