Problem using L'Hospiital's Rule (indeterminate form: INF - INF)

  • Thread starter Thread starter SpicyPepper
  • Start date Start date
  • Tags Tags
    Form
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
SpicyPepper
Messages
20
Reaction score
0

Homework Statement



[tex]\stackrel{lim}{x\rightarrow\infty}(\sqrt{x^2+x} - x)[/tex]

I have no idea how to do this. In my book, it says I want to convert [tex]\infty - \infty[/tex] forms into a quotient by getting a common denominator, rationalization or by factoring.
 
Physics news on Phys.org
Many, many things would work, really. Multiplying and dividing by 1/x, for example.

Why 1/x? Well, it might be more clear if you think of it as "factoring out an x" -- then you just move the x to be a 1/x in the denominator so that you can use L'hôpitals.
 
how about doing this :

y = sqrt(x^2 + x) - x

= sqrt(x ( x + 1) ) - x

= sqrt(x) * sqrt(x+1) - x

The use the product rule for term 1, combined with chain rule.

or
y = sqrt(x^2 + x) - x

= 1/x(sqrt(x^2 + x) - x)
= 1/x *sqrt(x^2 + x) - 1
= sqrt( (1/x)^2 ) * sqrt ( x^2 + x) - 1
= sqrt( (1/x)^2 ( x^2 + x) ) - 1
= sqrt( 1 + 1/x ) - 1

the use l'hopital rule.
 
Dick said:
I would say you want to multiply by (sqrt(x^2+x)+x)/(sqrt(x^2+x)+x). I.e. rationalize.
^do that

[tex](\sqrt{x^2+x}-x).\frac{(\sqrt{x^2+x}+x)}{(\sqrt{x^2+x}+x)} = \frac{1}{\frac{x}{x}\sqrt{1+\frac{1}{x^2}}+1}[/tex]
 
Last edited:
I tried out all your suggestions. This is really cool. Thx everyone.