Evaluate Limit Using L'Hopital's Rule

  • Thread starter Thread starter whatlifeforme
  • Start date Start date
  • Tags Tags
    Limit
whatlifeforme
Messages
218
Reaction score
0

Homework Statement


evaluate the limit using l'hopitals rule.

Homework Equations


limit x->9+ (1/(x-9) - 1/ln(x-8))

The Attempt at a Solution


I tried taking the derivative of the numerator and denominator in each, getting 0 as an answer, but it wasn't correct.
 
Physics news on Phys.org
whatlifeforme said:

Homework Statement


evaluate the limit using l'hopitals rule.


Homework Equations


limit x->9+ (1/(x-9) - 1/ln(x-8))


The Attempt at a Solution


I tried taking the derivative of the numerator and denominator in each, getting 0 as an answer, but it wasn't correct.

Reexpress that as a single fraction then |'Hopital's Rule becomes valid.
 
ln(x-8) - x - 9
------------------ 0/9 ---> should be zero right?
x - 9ln(x-8)


anyways, apply l'hopitals (take derivative of numerator and denominator):


(1/x-8) - 1
------------ = 0/-8 = 0
1 - 9(1/x-8)


answer should be, but i can't figure out how: (-1/2)
 
whatlifeforme said:
ln(x-8) - x - 9
------------------ 0/9 ---> should be zero right?
x - 9ln(x-8)
Be careful with your algebra. I'm getting
\frac{\ln (x-8) - x + 9}{(x - 9)\ln(x - 8)}
Of course, as x approaches 9 from the right the fraction goes to 0/0.
 
whatlifeforme said:
ln(x-8) - x - 9
------------------ 0/9 ---> should be zero right?
x - 9ln(x-8)


anyways, apply l'hopitals (take derivative of numerator and denominator):


(1/x-8) - 1
------------ = 0/-8 = 0
1 - 9(1/x-8)


answer should be, but i can't figure out how: (-1/2)

I really wish you would write things using more parentheses where needed. You have (log(x-8)-(x-9))/((x-9)*log(x-8)). The denominator is a product. Use the product rule. You'll should get another 0/0 limit. That just means you should use l'Hopital again.
 
now I'm getting 1 as the answer, after correcting my algebra, and applying l'hopitals again.

(1/(-x+8)^2)
lim(x->9+ ------------------
(x-9)(1/(-x+8)^2) + (1/(x-8)) - 9ln(x-8)
= (1/1)/1
 
whatlifeforme said:
now I'm getting 1 as the answer, after correcting my algebra, and applying l'hopitals again.

(1/(-x+8)^2)
lim(x->9+ ------------------
(x-9)(1/(-x+8)^2) + (1/(x-8)) - 9ln(x-8)
= (1/1)/1

You should also show all steps in your work, not just the last one. It's harder to detect where you went wrong. You should also learn LaTeX -- it's very hard to read what you wrote above.

What did you get when you took the first derivative? Before taking the second derivative, you should simplify the expression by multiplying top and bottom by (x - 8). That way you won't have to deal with complex fractions.
 
eumyang said:
You should also show all steps in your work, not just the last one. It's harder to detect where you went wrong. You should also learn LaTeX -- it's very hard to read what you wrote above.

What did you get when you took the first derivative? Before taking the second derivative, you should simplify the expression by multiplying top and bottom by (x - 8). That way you won't have to deal with complex fractions.

sorry i cna't figure the latex out.1. limit x->9+ (1/(x-9) - 1/ln(x-8))

2. ln(x-8) - x + 9
----------------- Common denominator. (0/0)
(x-9) * (ln(x-8))
3. (1/(x-8)) - 1
----------------- derivatives of numerator and denominator. using product rule in denominator. (0/0)
(x-9) * (1/(x-8)) + 1(1/ln(x-8))
4. (-1/(x-8)^2)
--------------------- derivatives of numerator and denominator. using product rule in denominator. (1/1)
(x-9)* (-1/(x-8)^2) + (1/(x-8) + (-1/(x-8)*ln(x-8)^2)
 
Last edited:
whatlifeforme said:
sorry i cna't figure the latex out.
If I can do it, so can you!


whatlifeforme said:
1. limit x->9+ (1/(x-9) - 1/ln(x-8))

2. ln(x-8) - x + 9
----------------- Common denominator. (0/0)
(x-9) * (ln(x-8))



3. (1/(x-8)) - 1
----------------- derivatives of numerator and denominator. using product rule in denominator. (0/0)
(x-9) * (1/(x-8)) + 1(1/ln(x-8))
This is wrong.

After you fix step #3, as I said previously, before you take the derivative again, multiply the numerator and denominator by (x-8), so that you won't have to deal with complex fractions.
 
  • #10
what's wrong with it?
 
  • #11
whatlifeforme said:
what's wrong with it?

eumyang marked the problem in red. How did you 1/ln(x-8) in the denominator. That's wrong.
 
  • #12
Dick said:
eumyang marked the problem in red. How did you 1/ln(x-8) in the denominator. That's wrong.

i'm sorry; it should be.

(x-9) * (1/(x-8)) + 1(ln(x-8))
 
  • #13
whatlifeforme said:
i'm sorry; it should be.

(x-9) * (1/(x-8)) + 1(ln(x-8))

Ok, so you've fixed that. So it's 0/0. Now take another derivative.
 
Back
Top