What is the limit of the following expression :
$$\lim_{x \rightarrow 0 } (1+\sin x) ^{\frac{1}{x}}$$
I tried doing the following :
$$\lim_{x \rightarrow 0 } (1+\sin x) ^{{\frac{1}{\sin x}}{\frac{\sin x }{x}}}$$
Now I know the formula $\lim_{x \rightarrow 0} (1+x)^{\frac{1}{x}} = e$ . I can do that in the above expression for $\sin x \rightarrow 0$ .
But I'm not sure if the limit $\lim_{x \rightarrow 0}$ can propagate up-to the power. If not, if I take $ln$ in both sides, can then the limit propagate into the expression within the $ln$ operator ?
It is good to take $\log$ when you are solving $1^{\infty}$ limits $$y=\lim_{x \rightarrow 0 } (1+\sin x) ^{\frac{1}{x}}$$ $$\log y=\lim_{x \rightarrow 0 } \frac{\log ({1+\sin x})}{x}$$ now use LHopital rule on the right hand side limit it becomes
$$\log y=\lim_{x \rightarrow 0 } \frac{\cos x}{1+\sin x}=1$$
$$\log y=1$$ $$y=e^1$$