What is the Limit of a Rational Function at a Removable Singularity?

  • Thread starter Thread starter davie08
  • Start date Start date
  • Tags Tags
    Test
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
davie08
Messages
111
Reaction score
0

Homework Statement


i think I remember the question to be this:

lim (y-3)/(y-3)(y+3)
y→3

it was the first limit question and the easiest but I am not sure if I did it right.

Homework Equations





The Attempt at a Solution



so what I did was I canceled the y-3's out to get:

1/(y+3) and this is what I was unsure about is that the first step and after this I got:


1/(3+3) = 1/6
 
Physics news on Phys.org
You're correct:

[tex] <br /> \lim_{y \to \ 3} \frac{y-3}{(y-3)(y+3)} = \lim_{y \to \ 3 } \frac{1}{y+3} = \frac{1}{6}<br /> [/tex]
 
You have the correct answer, but it's probably a good idea to try to justify your last step. When is it true that [itex]\lim_{y \to a} f(y) = f(a)[/itex]? What can you say about the continuity of rational functions?
 
A crucial, and often overlooked property of limits is this: if f(x)= g(x) for all x except x= a, then [itex]\limit_{x\to a} f(x)= \limit_{x\to a}g(x)[/itex].

For this problem, you can correctly say that
[tex]\frac{y-3}{(y-3)(y+3)}= \frac{1}{y+3}[/tex]
for all x except x= 3 and so the limits are the same.

Actually, "what can you say about the continuity of rational functions?" is NOT a good question here because continuity also involves the value of the function as well as the limit. 1/(x+3) is continuous at x= 3, so its limit is 1/(3+3)= 1/6 while (x-3)/(x-3)(x+3) is NOT continuous at x= 3.
 
HallsofIvy said:
1/(x+3) is continuous at x= 3, so its limit is 1/(3+3)= 1/6

This statement is true exactly because rational functions are continuous anywhere their denominator isn't zero, which is why I asked the question. I guess I should have mentioned the fact that there is a removable singularity at x=3, but the OP seemed to handle it appropriately.