Parcial derivation of two variable function

Jalo
Messages
117
Reaction score
0

Homework Statement



Given the function f(x) defined as:

(x^3-y^3)/(x^2+y^2) if (x,y)≠(0,0)
0 if (x,y)=(0,0)

Find the parcial derivatives of the function at the point (0,0).
Is the function f differentiable?

Homework Equations





The Attempt at a Solution



d/dx [ (x^3-y^3)/(x^2+y^2)] = [3x^2(x^2+y^2) - 2x(x^3-y^3)] / (x^2+y^2)^2 =
= [x^4+3x^2*y^2+2xy^3]/(x^4+2x^2y^2+y^4)

I can't find the way out of this indetermination... As to the second question, if the parcial derivatives exist then the function is differentiable in the point (0,0).
I know from the solutions that the result will be 1 and -1.

If anyone could point me in the right direction I'd really appreciate!

Thanks!
 
Physics news on Phys.org
Hi Jalo! :smile:

(try using the X2 button just above the Reply box :wink:)

∂/∂x means the derivative keeping y fixed

so ∂/∂x at (0,0), or at (anything,0) is the derivative keeping y = 0 :wink:

(and ∂/∂y at (0,0) is the derivative keeping x = 0 )

sooo … ? :smile:
 
tiny-tim said:
Hi Jalo! :smile:

(try using the X2 button just above the Reply box :wink:)

∂/∂x means the derivative keeping y fixed

so ∂/∂x at (0,0), or at (anything,0) is the derivative keeping y = 0 :wink:

(and ∂/∂y at (0,0) is the derivative keeping x = 0 )

sooo … ? :smile:


Oh lol... I can't believe I didn't saw that!
I was thinking as if it both x and y were tending to 0... I guess I'm spending too much time solving limits!

Thanks!
 
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