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

  • Thread starter Thread starter davie08
  • Start date Start date
  • Tags Tags
    Test
AI Thread Summary
The limit of the rational function (y-3)/((y-3)(y+3)) as y approaches 3 is evaluated by canceling the common factor, resulting in 1/(y+3). This simplification leads to the limit being 1/6. The discussion emphasizes that while the original function is not continuous at y=3 due to a removable singularity, the equivalent function 1/(y+3) is continuous at that point. It is crucial to understand that limits can be evaluated even when the function is not defined at the point of interest, as long as the functions are equivalent elsewhere. The conclusion reinforces the importance of recognizing removable singularities in rational functions.
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:

<br /> <br /> \lim_{y \to \ 3} \frac{y-3}{(y-3)(y+3)} = \lim_{y \to \ 3 } \frac{1}{y+3} = \frac{1}{6}<br /> <br />
 
You have the correct answer, but it's probably a good idea to try to justify your last step. When is it true that \lim_{y \to a} f(y) = f(a)? 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 \limit_{x\to a} f(x)= \limit_{x\to a}g(x).

For this problem, you can correctly say that
\frac{y-3}{(y-3)(y+3)}= \frac{1}{y+3}
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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top