Limit of Multivariable Function | Squeeze Theorem Example

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
3 replies · 2K views
clandarkfire
Messages
31
Reaction score
0

Homework Statement


Hi, I have to evaluate the following limit:
[tex]\lim_{(x,y) \to (1,0)}\frac{x*y-y}{(x-1)^2+y^2}[/tex]


Homework Equations


I'm pretty sure I have to use the squeeze theorem.


The Attempt at a Solution


Well, I'm pretty sure it has something to do with the fact that the top factors like this:
[tex]\lim_{(x,y) \to (1,0)}\frac{y(x-1)}{(x-1)^2+y^2}[/tex]
I'm really new to the squeeze theorem so I don't really know how to use it. I believe I have to find some function comparable to this one that is equal to it or greater than it for all values of x and y and one that is equal or less for all values of x and y. Then I have to prove that both have the same limit, so this function must have it as well.
Oh, and I suspect the limit is 0.
Can someone give me a hand, please?
 
Physics news on Phys.org
You can simplify the problem via a change of variables: let w = x-1. Then the above limit is equivalent to

[tex]\lim_{(w,y)\rightarrow(0,0)} \frac{wy}{w^2 + y^2}[/tex]

What happens if you let [itex](w,y) \rightarrow (0,0)[/itex] from different directions?
 
Doh! Thank you. I graphed it and it appeared that it did exist, but I see now I graphed the wrong thing.