Confusion about continuity and differentiability(In partial differential)

athrun200
Messages
275
Reaction score
0
Example 8 in photo 1 shows that differentiability doesn't implies continuity.
But photo 2 shows a Theorem that contradict to photo 1.
I wonder what is going on here.

Does the textbook get it wrong?
 

Attachments

  • SDC15048.JPG
    SDC15048.JPG
    47.1 KB · Views: 794
  • SDC15049.JPG
    SDC15049.JPG
    44 KB · Views: 759
Last edited:
Physics news on Phys.org
existence of partial derivatives does not imply "differentiability". in some sense, differentiability in higher dimensional spaces is a stronger condition than existence of partial derivatives. intuitively, partial derivatives only sample the function along "coordinate directions" but this is not enough to satisfy the condition of differentiability at a point because the function's behavior along coordinate directions may not represent it's behavior along other directions in higher dimensions. for functions defined on the real line, you do not encounter such problems because there is only one dimension to move around in.

look at http://mathinsight.org/differentiability_multivariable_subtleties" for a detailed example.

i hope this is helpful.
 
Last edited by a moderator:
Your example 8 shows that the existence of partial derivatives does not imply continuity. However, as rjvsngh says, the existence of partial derivatives also does not imply "differentiability" so your statement is wrong. Differentiability (whicy is much stronger than the existence of partial derivatives) does imply continuity.
 
Thx a lot!
I understand it now!
 
Just to add to what has been said (some nice insights, BTW), a sufficient (but not
necessary) condition for the derivative to exist is that the partials exist and that the
partials are continuous.
 
rjvsngh said:
existence of partial derivatives does not imply "differentiability". in some sense, differentiability in higher dimensional spaces is a stronger condition than existence of partial derivatives. intuitively, partial derivatives only sample the function along "coordinate directions" but this is not enough to satisfy the condition of differentiability at a point because the function's behavior along coordinate directions may not represent it's behavior along other directions in higher dimensions.
Actually, even if the directional derivatives exist in all directions, that is still not a sufficient condition for differentiability.
 
Any chance you (or anyone else) have an example, lugita15 ?

How about an example of partials existing and partials continuous not

being necessary for derivative to exist?
 
Recall that if the partial derivatives exist and continuous at (a,b) then the function is differentiable at (a,b),
your example does not contradict this fact.
 
  • #10
LikeMath said:
Recall that if the partial derivatives exist and continuous at (a,b) then the function is differentiable at (a,b),
your example does not contradict this fact.
No, my example was to show that the existence of directional derivatives in all directions is still not sufficient to establish differentiability.
 
  • #11
lugita15 said:
From this Wikipedia page, f(x,y) = \begin{cases}\frac{y^3}{x^2+y^2} \text{ if }(x,y) \ne (0,0) \\ 0 \text{ if }(x,y) = (0,0)\end{cases}.

Can anyone explain why this function is not differentiable at (0,0)?
 
  • #12
Omega017 said:
Can anyone explain why this function is not differentiable at (0,0)?

Consider the directional derivative in the direction of the vector (1, 1). Computed using the definition of the derivative (no shortcuts, since we do not know whether the function is differentiable here), we get 1/2.
However, the Jacobian matrix for f at the point (0, 0) is [0, 0], since both partials vanish along the axes. A standard theorem in vector calculus states that if f is differentiable at (0, 0) then the directional derivative of f at (0, 0) in the direction of the vector (1, 1) is equal to the product of the Jacobian matrix with the vector. However, that product is 0, which is not the directional derivative of f in the direction of (1, 1) at the point (0, 0), as we derived in the previous paragraph. Thus, f is not differentiable at (0, 0).
Visually, you can take directional derivatives in several directions at (0, 0); in particular, take directional derivatives in the directions (cos(t), sin(t)) for various t and you will get different derivatives. There cannot be a unique tangent plane that is tangent to all of these curves.
 
  • #13
Omega017 said:
Can anyone explain why this function is not differentiable at (0,0)?
See here (pages 4-6).
 
  • #14
Check the continuity of the function at (0,0). Find different curves approaching (0,0) to show that f is not continuous there.
 
  • #15
LikeMath said:
Recall that if the partial derivatives exist and continuous at (a,b) then the function is differentiable at (a,b),
your example does not contradict this fact.
If the partial derivatives exist and are continuous in some neighborhood of a point then the function is differentiable. Partial derivatives continuous at a point is not sufficient.
 
Back
Top