I have stumbled on this question in one of my problem sets from Cal I and I'm not sure how to proceed after the last step.
$$\lim_{x\to 0^+} (\sin x)^ {\tan x}$$
// Applying exponential rule $$x=e^{\ln(x)}$$
$$\lim_{x\to 0^+} exp[\,\ln((\sin x)^ {\tan x})\,]$$
// Using natural logarithm property to bring the exponent to the front
$$\lim_{x\to 0^+} exp[\,(\tan x)\ln(\sin x)\,]$$
// Using an algebra trick where : $$x= \frac{1}{\frac{1}{x}}$$
$$\lim_{x\to 0^+} exp\left[\,\frac{\ln(\sin x)}{\frac{1}{\tan x}}\,\right]$$
// After this step, we were taught to check for Hospital's rule, however in this case when you plug the value $0$ in the numerator, you get $\ln(\sin 0)$ which is equal to $\ln(0)$. This is the part that is confusing me since $\ln(0)$ is undefined.
// Could someone please explain to me why this whole limit is equal to $1$? Does it have to do with the fact that $x$ is approaching $0$ from the right side?