Limits of functions of two variables

legadema
Messages
2
Reaction score
0
first I'm a new user and i want to say thank u for such a forum
my question is for two trayectories
1st y = x
2nd x = 0
meant to calculate the limit of (3x^2*y)/(x^2 + y^2) as (x,y) approaches (0,0)

first trayectory:
lim (3x^2*y)/(x^2 + y^2) = 3x^3/2x^2 = (3/2)x

second trayectory:
lim (3x^2*y)/(x^2 + y^2) = 0

and my teacher says that since the two limits are different the limit doesn't exists.
but is this true? i think they are not different, since (3/2)x = 0 as x approaches 0
please clarify this to me
 
Last edited:
Physics news on Phys.org
1st traj
(x,y) -> (x,x)
i guess you mean
y = x
(3x^2*y)/(x^2 + y^2) = (3x^3)/(2x^2) = (3/2)x

2nd traj doesn't quite make sense
(x,y) -> (0,x)?
however trajectories along y=0 or x =0 both give a limit of zero
 
Last edited:
yes man i meant on 1st traj y=x and on 2nd x=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