PDA

View Full Version : Basic Limits Question


danago
Mar26-07, 09:13 AM
Evaluate \mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}}.

I started by trying direct substitution, which gave me a solution of an indeterminate form (0/0). I then used L'hopitals rule, and evaluated using derivatives:

\begin{array}{l}
\mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}} = \frac{0}{0} \\
\mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}} = \mathop {\lim }\limits_{x \to 3} \frac{x}{{\sqrt {x^2 - 5} }} = \frac{3}{2} \\
\end{array}

I then went to check my answer by making a table on my calculator. From that, it seemed that my right hand limit was negative infinity, while my left hand limit was infinity. Since each side of the limit is different, the limit is non existant at x=3.

Which one of my solutions is correct (if any), and why is the other wrong? This has caused a bit of confusion.

Thanks in advance,
Dan.

danago
Mar26-07, 09:25 AM
Hmm nevermind. I checked again on my calculator, and it seems i entered my function incorrectly. My new, correct, function yields the answer i was looking for.

Thanks anyway :)

HallsofIvy
Mar26-07, 09:42 AM
Far simpler than "L'Hopital" is to multiply both numerator and denominator of the fraction by \sqrt{x^2-5}+ 2.

Raza
Mar27-07, 09:13 PM
I might be wrong

\mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}}

\mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {(3)^2 - 5} - 2}}{{(3) - 3}}=\frac{0}{0}

\mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}}\times\frac{{\sqrt {x^2 - 5} + 2}}{{\sqrt {x^2 - 5} + 2}}

\mathop {\lim }\limits_{x \to 3} \frac{{x^2 - 5 - 4}}{{(\sqrt {x^2 - 5}+2)(x-3)}}

\mathop {\lim }\limits_{x \to 3} \frac{{(x-3)(x+3)}}{{(\sqrt {x^2 - 5}+2)(x-3)}}

The (x-3)'s get crossed out.

\mathop {\lim }\limits_{x \to 3} \frac{{x+3}}{{\sqrt {x^2 - 5}+2}}

\mathop {\lim }\limits_{x \to 3} \frac{{(3)+3}}{{\sqrt {(3)^2 - 5}+2}}

\mathop {\lim }\limits_{x \to 3} \frac{{6}}{{4}}}=\frac{3}{2}

HallsofIvy
Mar28-07, 05:44 AM
Raza, please do not solve the complete problem! Leave something for the original poster, whose homework this is, to do.

Raza
Apr19-07, 11:11 PM
Raza, please do not solve the complete problem! Leave something for the original poster, whose homework this is, to do.

Sorry :( I won't do that again.

denverdoc
Apr19-07, 11:58 PM
just wondering how in the 4th step from the bottom, it got factored into:
(x-3)(x+3), trying to buff math skills and missed that one completely.

Gib Z
Apr20-07, 12:28 AM
Because x^2-5-4=x^2-9=x^2-3^2. By the difference of two squares rule, (a-b)(a+b)=a^2-b^2, we attain x^2-3^2=(x+3)(x-3).