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?