Is the Function f(x,y) Continuous at the Points (1,1) and (1,0)?

utleysthrow
Messages
24
Reaction score
0

Homework Statement



f:R2 -> R

f(x,y) = e^{-x^{2}/y^{2}} if y is not 0, and 0 if y is 0

a) At (1,1), is f continuous?
b) At (1,0), is f continuous?

Homework Equations



The function f is continuous at the point c if for every sequence (xn) in X with limit lim xn = c, we have lim f(xn) = f(c).

The Attempt at a Solution



a) I think it is continuous at (1,1). My reasoning is that e^{-x^{2}/y^{2}} is continuous on R^{2}-\left\{(x,0)\right\}, and (1,1) \in R^{2}-\left\{(x,0)\right\}.

b) I don't think this is true... but not sure how to show it.

I am trying to work with the definition: "The function f is continuous at the point c if for every sequence (xn) in X with limit lim xn = c, we have lim f(xn) = f(c)."

So if f is continuous at (1,0), that means for any lim (xn,yn) = (1,0), we have lim f(xn,yn) = f(1,0). But f(1,0) is 0, so any lim f(xn,yn) = 0.

If I choose (xn,yn) = (1, 1/n), the limit is (1,0). But lim f(xn,yn) = lim e^{-n^{2}}, which does not equal 0. Does this show that f is not continuous at point (1,0)?
 
Last edited:
Physics news on Phys.org
For b, if your function is continuous at (1, 0), then lim f(x, y) = f(1, 0) = 0, as (x, y) approaches (1, 0), independent of the path taken to get to (1, 0). If you can find one path into (1, 0) that produces a function value other than 0, that would suffice to show that the limit doesn't exist.
 
Is my example of such a path (that I stated above) not valid?

If (xn, yn) = (1, 1/n), it goes to (1,0), but the limit of the function value, lim f(xn, yn) = lim e^{-1/\frac{1}{n^{2}}} = lim e^{-n^{2}}, which does not equal 0... it goes to infinity as n goes to infinity.
 
Last edited:
okay, I guess it wasn't. f IS continuous at (1, 0), and the function value of any path into (1, 0) is always 0.

For f to be continuous at (1,0), this condition must hold: lim_{(x, y)\rightarrow(1, 0)} f(x,y) = f(1,0)=0

First, if y=0, then f(x, y)=f(1, 0)=0. Second, if y\neq0, since (x,y) \rightarrow (1,0), we have -x^{2}/y^{2} \rightarrow -\infty and thus f(x,y)=e^{-\infty} \rightarrow 0. So f must be continuous at (1, 0)
 
Yes, I agree. In your previous post, you said that lim f(xn, yn) = lim e-n2, which does not equal zero (limit as n --> infinity for yn = 1/n). As n gets large w/o bound, though, e-n2 approaches 0.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top