limit

Nr= 2x^1/2 +3 x^1/3 + 5 x^1/5
Dr=(5x-2)^1/2 +(3x-2)^1/3
lt---->∞ Nr/Dr
plz do without l'hospitol rule........
and plz tell me the logic behind l' hopitol

2 Answers

3
msp ·

Copied:

To prove L'Hopital's Rule (sometimes spelled L'Hospital's Rule), we
use the Taylor expansion:

f(a+h) = f(a) + hf'(a) + terms in h^2 and higher
g(a+h) = g(a) + hg'(a) + terms in h^2 and higher

So:

f(a+h) f(a)+h*f'(a)
Lt ------ -> ------------
h->0 g(a+h) g(a)+h*g'(a)

so with f(a) = g(a) = 0 we get:

f(a+h) h*f'(a) f'(a)
Lt ------- -> ------- -> ------
h->0 g(a+h) h*g'(a) g'(a)

We can use l'Hopital's also if f'(a) -> infinity and g'(a) -> infinity:

f(a) infinity 1/g(a) 0
---- -> -------- so -------- -> ---
g(a) infinity 1/f(a) 0

and applying l'Hopital's to this latter expression, we get:

f(a) -g'(a)/[g(a)]^2 g'(a)*[f(a)]^2
------ -> ---------------- -> ----------------
g(a) -f'(a)/[f(a)]^2 f'(a)*[g(a)]^2

and cross-multiplying:

f'(a) f(a)
------- -> ------
g'(a) g(a)

1
Rohan Ghosh ·

why dont you just divide both num and denominator by x1/2? then its done without L hospital ..

Your Answer

Close [X]