5
$\begingroup$

Need to calculate the following limit without using L'Hopital's Rule:

$$ \lim_{x \to 0} \frac{5x - e^{2x}+1}{3x +3e^{4x}-3} $$

The problem I'm facing is that no matter what I do I still get expression of the form $$ \frac{0}{0} $$ I thought maybe to use $$ t = e^{2x} $$ But I still can't simplify it enough..

Thank you

  • 0
    Is this a homework question?2017-01-06

6 Answers 6

6

HINT:

As $x\to0,x\ne0$ so safely divide numerator & denominator by $x$

and use

$$\lim_{h\to0}\dfrac{e^h-1}h=1$$

Observe that the exponent of $e,$ the limit variable and the denominator are same.

  • 0
    Thank you. Solved it after dividing by x.2017-01-06
4

$$ \lim_{x \to 0} \frac{5x - e^{2x}+1}{3x +3e^{4x}-3}=\\ \lim_{x \to 0} \frac{5x - (1+2x+\frac{(2x)^2}{2!}+o(x^3))+1}{3x +3(1+4x+\frac{(4x)^2}{2!}+o(x^3))-3} =\\ \lim_{x \to 0} \frac{3x-\frac{(2x)^2}{2!}-o(x^3)}{15x +3\frac{(4x)^2}{2!}+o(x^3)} = \lim_{x \to 0} \frac{3x}{15x } =\frac{3}{15}$$

  • 2
    $o(x^3)$ is wrong, this is $o(x^2)$ ! Plus no need to go to second order. why complicate things.2017-01-06
3

Using Taylor's series:

$$\frac{5x - e^{2x}+1}{3x +3e^{4x}-3} = \frac{5x - (1+2x + O(x^2))+1}{3x +3(1+4x+O(x^2))-3} = \frac{3x - O(x^2)}{15x+ O(x^2)} .$$

Thus, $$\lim_{x \rightarrow 0} \frac{3x - O(x^2)}{15x+ O(x^2)} = \frac{1}{5}.$$

  • 0
    same remark than for Koshrotash, $o(x^2)$ is wrong.2017-01-06
  • 0
    Why is it wrong?2017-01-06
  • 0
    because $e^x=1+x+x^2/2+o(x^2)$.2017-01-06
  • 1
    @zwim Do you know the difference between $o(x)$ and $O(x)$? Here, $O(x^2)$ is correct.2017-01-06
  • 0
    Yeah! it was a typo.2017-01-06
  • 0
    @xen, he corrected afte rmy remark.2017-01-06
  • 0
    Once you realize that Taylor expansion is using the first derivative, this starts to look a lot like a derivation of l'Hopital's rule...2017-01-06
  • 0
    @Floris, L'Hopital rule and Taylor expansion are two completely different techniques. Besides, all answers here use (implicitly or not) the derivative concept.2017-01-06
  • 1
    I know they are different techniques; I was saying that your approach "starts to look like" the derivation of L'Hopital. And I am aware that all the answers are (implicitly or not) using the derivative concept. But rather than putting the same comment under every answer, I thought I would vent just once. Don't take it personally - I think it's a problem with the question, not your answer in particular.2017-01-06
1

Hint: We can divide by $x $ to get $$\lim_{x \to 0} \frac {5-(\frac {e^{2x}-1}{2x}(2))}{3+3 (\frac {e^{4x}-1}{4x}(4))} $$ Can you take it from here?

  • 2
    Look at lab bhattacharjee's answer. It is exactly what he said. There is a typo in your answer.2017-01-06
1

Do you know the Taylor formula? If so, then $$ e^x = 1 + x + o(x) $$ as $x \to 0$. Here, $o(x)$ is a function such that $o(x)/x \to 0$ as $x \to 0$. Hence $$ \frac{5x - e^{2x}+1}{3x +3e^{4x}-3} = \frac{5x - (1 + 2x + o(x)) + 1}{3x + 3(1 + 4x + o(x))-3} = \frac{3x+ o(x)}{15x+o(x)} = \frac{3+o(x)/x}{15+o(x)/x} $$ which shows that your limit is $1/5$.

  • 0
    $o(x)=xo(1)$, what is this ugly $o(x)/x$.2017-01-06
  • 0
    @zwim This is quite standard notation. I do not see any "ugliness" of $\frac{o(x)}{x}$.2017-01-06
  • 0
    I prefer $o(1)$.2017-01-06
1

$$ \frac{5x - e^{2x}+1}{3x +3e^{4x}-3}=\frac12\frac{\dfrac52-\dfrac{e^{2x}-1}{2x}}{\dfrac34+3\dfrac{e^{4x}-1}{4x}}\to\frac12\frac{\dfrac52-L}{\dfrac34+3L}.$$ (by a scaling of $x$, the two ratios tend to $L$).

Then you can take for granted that $L=1$, giving the answer $\dfrac15$.