Limit of (sqrt(x) - 2)(x-4) as x approaches 4 from the left

  • Thread starter Thread starter razored
  • Start date Start date
  • Tags Tags
    Limit
razored
Messages
173
Reaction score
0

Homework Statement


\lim_{x\rightarrow 4^{-}}\frac{\sqrt{x}-2}{x-4}
Evaluate

The Attempt at a Solution


Well, I used a calculator to substitute arbitrary values to see what it appears to approach.

input | output
2 .293
3 .268
3.5 .258
3.9 .252

So I concluded that the the limiting value is in fact .25.. and I was wrong. How do I evaluate this?

NOTE THAT WE ARE APPROACHING FROM THE LEFT!
 
Last edited:
Physics news on Phys.org


Use L'Hospital's rule.
 


Thank you, I got it.
 


A fairly standard way of handling a problem like that, and simpler than apply L'Hopital's rule is to rationalize the numerator. Multiplying both numerator and denominator by \sqrt{x}+ 2 you get
\frac{(\sqrt{x}-2)(\sqrt{x}+2)}{(x-4)(\sqrt{x}+2)}= \frac{x- 4}{(x-4)(\sqrt{x}+ 2)}
which, for x> 4, is
\frac{1}{\sqrt{x}+ 2}
Of course, the limit of that, as x goes to 2, is the same as the limit of the original problem.
 


HallsofIvy said:
A fairly standard way of handling a problem like that, and simpler than apply L'Hopital's rule is to rationalize the numerator. Multiplying both numerator and denominator by \sqrt{x}+ 2 you get
\frac{(\sqrt{x}-2)(\sqrt{x}+2)}{(x-4)(\sqrt{x}+2)}= \frac{x- 4}{(x-4)(\sqrt{x}+ 2)}
which, for x> 4, is
\frac{1}{\sqrt{x}+ 2}
Of course, the limit of that, as x goes to 2, is the same as the limit of the original problem.

Yeah, that is what I did. I'm not up to the rule yet. Thanks again halls of ivy.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top