SpringPhysics
- 104
- 0
Homework Statement
Show that f(x,y) = |xy| is differentiable at 0.
Homework Equations
The Attempt at a Solution
I thought absolute value functions are not differentiable at 0?
SpringPhysics said:Homework Statement
Show that f(x,y) = |xy| is differentiable at 0.
Homework Equations
The Attempt at a Solution
I thought absolute value functions are not differentiable at 0?
SpringPhysics said:I am attempting to find a matrix A so that the definition of differentiability (in higher dimensions) holds...but I cannot seem to do so because I cannot cancel out the absolute value of h depending on whether h is negative or positive. Is this the right direction?
Sorry, I am not even sure which definition/theorem of differentiability I should use, since I have only learned of the definition and the C1 condition, but this function isn't even C1.
EDIT: Do I use the sgn(x) function? f(x,y) = |xy| = |x||y|. So the partial derivatives are x|y|/|x| and y|x|/|y|, unless x, y are zero, in which case the partial derivatives are 0. So then the partial derivatives exist. But they are still not continuous at 0...
SpringPhysics said:I had previously attempted A = 0. Now that I use polar coordinates, I end up with basically the same problem...except that my x and y are now r cos theta and r sin theta. I know that each are bounded by r, but that still leaves me to deal with the r. Everything else goes to zero except the terms with the constant r. Am I on the right track? Thanks so much for your help.
Dick said:Well, you need to show lim |xy|/sqrt(x^2+y^2)=0 as r->0, right? Wouldn't that show A=0 is the matrix derivative?
SpringPhysics said:Sorry, I just lost you. I thought the definition for the derivative is
lim [f(a+h) - f(a) - Ah]/|h| as h -> 0, for h in R2?
Dick said:a=(0,0). h=(x,y). f(a)=|0*0|=0. Ah=0 since A=0. f(a+h)=|xy|. |h|=sqrt(x^2+y^2). Try and stay with me, buddy.