Partial Derivatives of Discontinuous Fcn?

absci2010
Messages
10
Reaction score
0
f(x,y)= xy2/(x2+y2) if (x,y)\neq(0,0)
=0 if (x,y)=(0,0)
Show that the partial derivatives of x and y exist at (0,0).

This may be a really stupid question, but would the partial derivatives of x and y at (0,0) just be 0? I tried taking that partial derivatives of xy2/(x2+y2) and got:
df/dx=[(x2+y2)(y2)-xy2(2x)]/(x2+y2)2
and
df/dy=[(x2+y2)(2xy)-xy2(2y)]/(x2+y2)2
which i don't believe cancel out.
Please help?
 
Physics news on Phys.org
You are asked for the partial derivatives at (0, 0) so use the definition directly:

\displaytype\frac{\partial f}{\partial x}(0, 0)= \lim_{h\to 0}\frac{f(h, 0)- f(0, 0)}{h}
\displaytype = \lim_{h\to 0}\frac{\frac{h(0)}{h^2+ 0}}{h}= \lim_{h\to 0} 0= 0

Why do you say this function is discontinuous?
 
Thanks so much!
I realized after I posted the question that it's not discontinuous. Oops. >.<
 
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