utleysthrow
- 24
- 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: