Functions of two variables, continuity

jbarbarez
Messages
1
Reaction score
0
Consider the following functions each of which is defined on the x - y plane

f1(x) = (x-y)/(x+y) if x + y is not 0 and otherwise f1(x,y) = 0

f2(x,y) = (xy)/(x^2 + y^2) if (x,y) is not (0,0) and otherwise f2(0,0) = 0

f3(x,y) = (x^3 - y^3)/(x^2 + y^2) if (x,y) is not (0,0), and otherwise f3(0,0) is 0

Which of these is continuous

A) none B) f1 only C) f2 only D) f3 only E) all three

I know the defination of continuity for a single variable is the lim as x-> a of f(x) = f(a)

So i assume for two variables it should be the lim as (x,y) -> (a,b) of f(x,y) = f(a,b)

But I am not sure how to figure this out can someone help out please
 
Physics news on Phys.org
jbarbarez said:
I know the defination of continuity for a single variable is the lim as x-> a of f(x) = f(a)

So i assume for two variables it should be the lim as (x,y) -> (a,b) of f(x,y) = f(a,b)

You have the correct definition: if U is an open set in \mathbb{R}^2 and (a, b) \in U, then f: U \to \mathbb{R} is continuous at (a, b) if \lim_{(x, y) \to (a, b)} f(x, y) exists and equals f(a, b).

A good way to detect that a function of two real variables is not continuous at a point is to find the limit as you approach the point along lines of different slopes. Often the behavior of the function will be different along different lines.

To prove that a function is continuous at a point, if you don't have another handle on it (such as, the function is built using arithmetic operations and composition on functions that are known to be continuous), start with the epsilon-delta definition of limit.
 
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...

Similar threads

Replies
2
Views
1K
Replies
40
Views
4K
Replies
27
Views
2K
Replies
4
Views
1K
Replies
5
Views
976
Replies
4
Views
1K
Replies
8
Views
2K
Back
Top