I want to calculate $\lim \limits_{n \to 0^{+}} (\sin x)^{e^{x}-1} $ by using Taylor's Series, and here is what I did so far, and correct me if I'm wrong:
- $\sin x = x + o(x)$
- $e^{x}-1= x + o(x)$
then I substituted these two expressions in the initial limit and got something like this:
$\lim \limits_{x \to 0^{+}} (x+o(x))^{x+o(x)}$
but how do I continue from here?
The first order Taylor expansions $\sin(u) \underset{u\to0}= u + o(u)$ and $\ln(1+u) \underset{u\to 0}= u + o(u)$ give for $x \to 0^+$, $$ \log(\sin(x)) = \log(x+o(x)) = \log x + \log(1+o(1)) = \log x + o(1). $$ Therefore, using $e^u \underset{x\to 0} = 1 + x +o(x)$, we obtain \begin{align} (\sin(x))^{e^x - 1} &= \exp[(e^x - 1)\log (\sin(x))]\\ & = \exp[(x+o(x))(\log x +o(1))]\\ & = \exp[x\log x + o(x\log x)]\\ & = \exp[o(1)]\\ & = 1 + o(1) \end{align} since $x\log x = o(1)$.