Partial differential with respect to y

issisoccer10
Messages
35
Reaction score
0
[SOLVED] Partial differential with respect to y

Homework Statement


Given the equation f(x,y) = (x^{3} + y^{3})^{1/3}

Show that f_{y}(0,0) = 1


Homework Equations


Basic chain rule..

The Attempt at a Solution


Based on the chain rule...I believe that

f_{y} = 1/3(x^{3} + y^{3})^{-2/3} 3y^{2}<br /> <br /> or<br /> <br /> f_{y} = y^{2}(x^{3} + y^{3})^{-2/3}

However, plugging in (0,0) does make f_{y} equivalent to 1. Where is my mistake? Any help would be greatly appreciated.. thanks
 
Physics news on Phys.org
The problem is that the function f, itself, is not differentiable at (0,0) even though the partial derivatives exist at (0,0). (But the partial derivatives are not continuous at (0,0).)

Go back to the original definition of the derivative:
At (0,0), f(x,y)= f(0,0)= 0.

For h not 0, f(0,0+h)= f(0,h)= ((h)3)1/3= h.
\frac{\partial f}{\partial y}(0,0)= \lim_{h\rightarrow 0}\frac{f(0,h)- f(0,0)}{h}= \lim_{h\rightarrow 0}\frac{h- 0}{h}= 1
 
Yah, you can tell right away something is fishy because the work you did, if you actually plug in x and y = 0, not only doesn't yield 1, it gives you 0/0

A bit of thinking and you'll see the original f(x,y) is undefined for x and y less than 0(one of them can be negative, but x^3+y^3 must be positive)

So at the point (0,0) the function kinda "comes into existence", so it's like a sharp sudden point where it begins, instead of being [math words that I forget], so you know you need to do a slightly more detailed analysis to find the derivative
 
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