L' Hospital's Rule Application

  • Thread starter Thread starter carmen77
  • Start date Start date
  • Tags Tags
    Application
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
carmen77
Messages
11
Reaction score
0

Homework Statement


[tex]\lim_{x\rightarrow 0} \frac{xe^2x+xe^x-2e^2x+2e^x}{(e^x-1)^3}[/tex]

Homework Equations


L' Hospital's Rule
[tex]\lim_{x\rightarrow 0}\frac{f(x)}{g(x)}= \lim_{x\rightarrow\0} \frac{f'(x)}{g'(x)}[/tex]

The Attempt at a Solution



Phew, I think my hold on the latex codes are solid now, thanks Status. Okay, here's what I've worked so far, and where I'm stuck at.

Just as Hosp. Rule says, I found the derivative of the numerator and denominator functions separately by using the chain rule:

[tex]\lim_{x\rightarrow 0} \frac{e^2x(2x+1)+e^x(x+1)-4e^2x+2e^x}{(3e^x)(e^x-1)^2}[/tex]

I noticed that the function was still indeterminate due to the denominator going to 0, so I found the derivatives of the numerator and denominator again;

But my result showed that the denominator went to 0 again because its dervivative is:

[tex]3e^x(e^x-1)(3e^x-1)[/tex]

I must be doing something wrong.
 
Last edited:
Physics news on Phys.org
You'll eventually get there, but it'll take a few times going through the process. You can make the algebra a lot easier if you make the substitution u=e^x (so that the limit is now as u->1).
 
I did it quickly, so my answer might be off, but keep doing L'Hopital's rule until you get a proper answer.

(I got [tex]\frac{1}{6}[/tex], by the way.

Basically, just keep differentiating until you get rid of the 1 in the [tex]e^{x}-1[/tex] bracket, as then you'll get a proper answer.
 
Jeez again, man our teacher is really making us grind out these calculations...well okay thank you fellas.