Understanding the Limit of a Rational Function at a Point

  • Thread starter Thread starter danago
  • Start date Start date
  • Tags Tags
    Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 4K views
danago
Gold Member
Messages
1,118
Reaction score
4
Evaluate [tex]\mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}}[/tex].

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

[tex]\begin{array}{l}<br /> \mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}} = \frac{0}{0} \\ <br /> \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} \\ <br /> \end{array}[/tex]

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 existent 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.
 
Physics news on Phys.org
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 :)
 
I might be wrong

[tex]\mathop {\lim }\limits_{x \to 3} \frac{{\sqrt {x^2 - 5} - 2}}{{x - 3}}[/tex]

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

[tex]\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}}[/tex]

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

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

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

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

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

[tex]\mathop {\lim }\limits_{x \to 3} \frac{{6}}{{4}}}=\frac{3}{2}[/tex]
 
Last edited:
HallsofIvy said:
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.
 
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.
 
Because [itex]x^2-5-4=x^2-9=x^2-3^2[/itex]. By the difference of two squares rule, [itex](a-b)(a+b)=a^2-b^2[/itex], we attain [itex]x^2-3^2=(x+3)(x-3)[/itex].