6

So I have to find the

$$\displaystyle \lim_{x\to 0} \frac{e^{2x}-1}{3x} $$

I first solved this by L'hopital and got $\frac{2}{3}$ but now I read carefully and it says in my book that I shouldn't solve this by L'hopital..any hints?

Amzoti
  • 56,093
rttrrt
  • 73

4 Answers4

15

A "fun" if not-so-edifying proof.

We know: $$\lim_{x\to 0}\frac {e^x-1}{x} = 1$$

And we have:

$$\lim_{x\to 0} \frac{e^x+1}{3} = \frac{2}{3}$$

Now multiply.

Thomas Andrews
  • 177,126
  • Thomas,Y U SO SMART ? :( – rttrrt Feb 04 '13 at 18:38
  • 1
    I wouldn't necessarily call this a "smart" answer - I deliberately labeled it as "fun" because it is quick and not particularly edifying. The other answers are all more "general" in how they essentially apply L'Hopital without applying L'Hopital... – Thomas Andrews Feb 04 '13 at 18:50
3

Hint: The derivative of $e^{2x}$ at $0$ is $$\lim_{x\to 0}\frac{e^{2x}-e^{2\cdot 0}}{x-0}$$

Nameless
  • 13,456
2

$$\lim_{x\to0}\frac{e^{2x}-1}{3x}=\frac23\lim_{2x\to0}\left(\frac{e^{2x}-1}{2x}\right)=\frac23$$


Alternatively,if we are allowed to use $$e^y=1+\frac y1+\frac{y^2}{2!}+\cdots $$

Then $$\lim_{x\to0}\frac{e^{2x}-1}{3x}$$ $$=\frac13\lim_{x\to0}\frac{1+2x+\frac{(2x)^2}{2!}+O(x^3)-1}x$$

$$=\frac13\lim_{x\to0}(2+O(x))=\frac23$$

2

Let $e^{2x}-1=y$ that yields

$$\displaystyle \lim_{y\to 0} \frac{2y}{3 \ln(1+y)}=\frac{2}{3}$$ because $\lim_{y\to0} (1+y)^{1/y}=e$

Sister. (It's the most elementary proof I know)

user 1591719
  • 44,216
  • 12
  • 105
  • 255
  • I think it'd be better if you mention $\ln$ function is continuous at $e$, just my opinion. – le4m Feb 04 '13 at 18:46