Calculus/Multivariable Calculus/Chain Rule

From testwiki
Jump to navigation Jump to search

Rules of taking Jacobians

If f : RmRn, and h(x) : RmR are differentiable at 'p':

  • J𝐩(𝐟+𝐠)=J𝐩𝐟+J𝐩𝐠
  • J𝐩(h𝐟)=hJ𝐩𝐟+𝐟(𝐩)J𝐩h
  • J𝐩(𝐟𝐠)=𝐠TJ𝐩𝐟+𝐟TJ𝐩𝐠

Important: make sure the order is right - matrix multiplication is not commutative!

Chain rule

The chain rule for functions of several variables is as follows. For f : RmRn and g : RnRp, and g o f differentiable at p, then the Jacobian is given by

(J𝐟(𝐩)𝐠)(J𝐩𝐟)

Again, we have matrix multiplication, so one must preserve this exact order. Compositions in one order may be defined, but not necessarily in the other way.


Template:BookCat