-1

$$\lim_{x\to 0}\ (e^x+x)^{1/x}$$ I need to solve it using L'Hopital's rule.
I suppose, answer is $e^2$, but I'm not sure. Thank you.

Mark Viola
  • 179,405

2 Answers2

3

You can't use L'Hospital here as this is not one of the forms that allow it:

$$(e^x+x)^{1/x}=e^{\frac1x\log(e^x+x)}\xrightarrow[x\to1]{}e^{\frac11\log(e+1)}=e+1$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
1

If the limit is as $x\rightarrow 0$ (I see you edit) then you can use the fact that $\ln$ and $\exp$ are continuous to get that

$$\lim_{x\to 0}\ (e^x+x)^\dfrac{1}{x} = L$$

Iff

$$ \lim_{x\rightarrow 0} \frac{\ln(e^x+x)}{x} = \ln (L)$$

Now you can use the l'hopital rule

$$\lim_{x\rightarrow 0} \frac{\ln(e^x+x)}{x}=\lim_{x\rightarrow 0} \frac{e^x+1}{e^x+x}=\frac{2}{1}=2$$

Therefore $\ln(L)=2$ and so $L=e^2$.

Yanko
  • 13,758