I'm stuck in solving this limit $$ \lim_{x\to0} \frac{(1+x)^{\frac1x} - e}{x}. $$
Here I can must use Taylor expansion. My idea is to obtain the form $e^y-1$ on the numerator and then use Taylor expansion on it stopping on the first grade but I continue to fail. I also tried to stop on the second grade but no results. Note that I started using Taylor a few hours ago so I'm not so familiar. Can you help me? Thank you in advance. (sorry for my english)
$$(1+x)^{\frac1x}=\exp(\log((1+x)^{\frac1x}))=\exp(\frac1x\log(1+x))$$ $$(1+x)^{\frac1x}-e=\exp(\frac1x\log(1+x))-e=e\left(\exp\left(\frac1x\log(1+x)-1\right)-1\right)$$ And use $\exp(f(x))-1\approx f(x)$ when $f(x)\to 0$.