2

I would like to know how to calculate the limit for:

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

I tried by factoring by $$\frac{1-e^{3x}}{1-e^{3x}}$$

I'm not sure if this is correct. Am I doing something wrong?

Jeel Shah
  • 9,306

5 Answers5

10

Hint: $$1-e^{6x}=\left(1-e^{3x}\right)\left(1+e^{3x}\right)$$

Cameron Buie
  • 102,994
8

$$1-e^{6x}=(1-e^{3x})(1+e^{3x})$$

so:

$$\lim_{x\to 0}\frac{1-e^{6x}}{1-e^{3x}}= \lim_{x\to0} (1+e^{3x})=2$$

7

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

Iuli
  • 6,790
7

Use L'Hôpital's rule

$$\frac{d(1-e^{6x})}{dx}=-6e^{6x}$$ $$\frac{d(1-e^{3x})}{dx} = -3e^{3x}$$

$$\lim_{x\to 0}\frac{-6e^{6x}}{3e^{3x}} = 2$$

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

A fancy way to do it (that is indeed fancy in this case but it's the only way to get out alive from a lot of other cases):

$$1 - e^{3x} \sim -3x$$ $$1 - e^{6x} \sim -6x$$

since you can substitute, you get

$$\frac{-6x}{-3x} = 2$$

Ant
  • 21,098