Curl
- 756
- 0
[tex]f(x,y)=\sqrt{|xy|}[/tex]
Do the partial derivatives of f exist at x=0, y=0?
Do the partial derivatives of f exist at x=0, y=0?
The discussion revolves around the existence of partial derivatives of the function f(x,y) = √|xy| at the point (0,0). Participants explore whether these derivatives exist and if the function is differentiable at that point, considering various methods of calculation and the implications of continuity.
Participants express differing views on the relationship between the existence of partial derivatives and differentiability at (0,0). There is no consensus on whether the function is differentiable at that point, and multiple competing perspectives remain unresolved.
Some participants note that the usual methods for computing derivatives may fail at certain points, and the discussion highlights the complexity of differentiability in relation to the continuity of partial derivatives. There are also references to potential limitations in the application of the chain rule in this context.
Curl said:[tex]f(x,y)=\sqrt{|xy|}[/tex]
Do the partial derivatives of f exist at x=0, y=0?
Curl said:Mathematica could not do it.
And if I write the function as ((xy)^2)^(1/4) then the partial derivative is
[tex]\frac{x y^2}{2 \left(x^2 y^2\right)^{3/4}}[/tex]
which is undefined at (0,0). It means it is not differentiable at 0,0 correct?
Curl said:Mathematica could not do it.
And if I write the function as ((xy)^2)^(1/4) then the partial derivative is
[tex]\frac{x y^2}{2 \left(x^2 y^2\right)^{3/4}}[/tex]
which is undefined at (0,0). It means it is not differentiable at 0,0 correct?
micromass said:Mathematica is not always correct.
Not necessarily. It just means that the usual way of computing the derivative fails at 0.
Curl said:that's essentially the point I'm trying to get at. If the "usual way" of computing derivatives fails at a point, doesn't that mean that the function is not differentiable at that point?
Even though partials exist at (0,0) as DonAntonio showed, the function is still not differentiable. So I'm trying to find out to what extent this is true:
"If the "usual way" of taking partials does not yield the correct result at a point, the function is not differentiable at that point".
Curl said:The simple question I was asking is this: if the partial derivatives at a point DISAGREES with what is obtained by using the partial derivative formulas (the way we learned in high school with all the differentiation rules etc etc) then does that mean that the function is not differentiable at that point?
That is the "formula" for x and y not equal to 0. If you are asking if the limit, as (x, y) goes to 0 for derivative must give the derivative at (0, 0), the answer is no- a derivative of a function is not necessarily continuous. However, even so a derivative must satisfy the "intermediate value property". If the limit exists, it must be equal to the derivative at that point.Curl said:The simple question I was asking is this: if the partial derivatives at a point DISAGREES with what is obtained by using the partial derivative formulas (the way we learned in high school with all the differentiation rules etc etc) then does that mean that the function is not differentiable at that point?
In this example the partial derivatives are both 0 at (0,0), but using the usual "formula" I get
[tex]\frac{x y^2}{2 \left(x^2 y^2\right)^{3/4}}[/tex]
which is undefined at (0,0). So "undefined" and "0" are not the same thing, so there is disagreement, and "coincidentally" the function happens to be non-differentiable at (0,0). Is this a general result? Will the partial derivative "formulas" always fail at non-differentiable points?
Its really a simple question but I don't know if I'm explaining it very well.