How Can You Visualize Second Order Partial Derivatives?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
yitriana
Messages
35
Reaction score
0
How do you visualize a second order partial derivative with respect to x and then y?

fxy or fyx?(same thing, but how to visualize)
 
on Phys.org
Hi yitriana! :smile:

(try using the X2 tag just above the Reply box :wink:)
yitriana said:
How do you visualize a second order partial derivative with respect to x and then y?

fxy or fyx?(same thing, but how to visualize)

You can visualise fx as a slope (on an x y z "hillside" graph), and fxx as a curvature.

fxy would be 1/2 of the difference between the curvatures in the two "diagonal" directions, fuu and fvv where u = (x+y)/√2 and v = (x-y)/√2 :wink:
 
Another thing you might do is look at a "standard" representative.

For example, the function f(x,y) = xy has:

f(0,0) = 0
fx(0,0) = 0
fy(0,0) = 0
fxx(0,0) = 0
fxy(0,0) = 1
fyy(0,0) = 0

and all other derivatives are zero.

So, in some sense, the behavior of this function near (0,0) sets the standard for what the effect of that derivative "looks like".
 
Thank you for the replies. tiny-tim's explanation was especially helpful.