What are the Second Partials in the Multivariable Chain Rule?

  • Thread starter Thread starter jbusc
  • Start date Start date
  • Tags Tags
    Chain Chain rule
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
jbusc
Messages
210
Reaction score
0
This is a stupid question but...

The regular multivariable chain rule is:

[tex]u_x = u_v v_x + u_w w_x[/tex] and [tex]u_y = u_v v_y + u_w w_y[/tex] where [tex]u(v(x, y), w(x, y))[/tex]

Now, are there formulae for the second partials [tex]u_{xx}, u_{xy}, u_{yy}[/tex]

I just want to check myself (this isn't a homework problem, though it is study for a class) Thanks
 
Last edited:
Physics news on Phys.org
Easy, just use product rule:

[tex]u_{xx} = (u_x)_x = (u_vv_x + u_ww_x)_x = u_{vx}v_x + u_vv_{xx} + u_{wx}w_x + u_ww_{xx}[/tex]
 
AKG said:
Easy, just use product rule:

[tex]u_{xx} = (u_x)_x = (u_vv_x + u_ww_x)_x = u_{vx}v_x + u_vv_{xx} + u_{wx}w_x + u_ww_{xx}[/tex]

If I recall correctly though, [tex]u_{vx}[/tex] is really [tex]u_{vv}v_x + u_{vw}w_x[/tex]
 
Yeah, it probably is.
 
Hmm, yeah. I knew it was straightforward, but it seemed too simple for some reason.