Exercise 2.2.11

Let f : 2 be the function defined by f(x,y) := xy x2+y2 when (x,y)(0,0), and f(x,y) = 0 otherwise. Show that for each fixed x , the function yf(x,y) is continuous on , and that for each fixed y , the function xf(x,y) is continuous on , but that the function f : 2 is not continuous on .

Answers

Proof. From the properties of continuous functions (sum, product, quotient), it is clear that for each fixed x , the function yf(x,y) is continuous on , and that for each fixed y , the function xf(x,y) is continuous on . Note that continuity could be a little delicate around (0,0). But if x = 0 then f(0,y) = 0, and if y = 0 then f(x,0) = 0, so continuity is OK around (0,0).

To show that f is not continuous let us look at what happens around the point (0,0) with the path x = y. Consider lim x0f(x,x) = lim x0 x2 x2+x2 = lim x01 2 = 1 2f(0,0) = 0. Hence f is not continuous. □

User profile picture
2021-12-19 18:20
Comments