Difference between revisions of "The Chain Rule for Functions of more than One Variable"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 4: Line 4:
 
<math>\frac{dz}{dt} = \frac{\partial z}{\partial x}\cdot \frac{dx}{dt} + \frac{\partial z}{\partial y}\cdot \frac{dy}{dt} </math>
 
<math>\frac{dz}{dt} = \frac{\partial z}{\partial x}\cdot \frac{dx}{dt} + \frac{\partial z}{\partial y}\cdot \frac{dy}{dt} </math>
  
where the ordinary derivatives are evaluated at t and the partial derivatives are evaluated at (x,y).
+
where the ordinary derivatives are evaluated at <math>t</math> and the partial derivatives are evaluated at <math>(x,y)</math>.
  
 
=== Rules of taking Jacobians ===
 
=== Rules of taking Jacobians ===

Revision as of 12:15, 6 October 2021

Chain Rule for One Independent Variable

Suppose that and are differentiable functions of and is a differentiable function of and . Then is a differentiable function of and

where the ordinary derivatives are evaluated at and the partial derivatives are evaluated at .

Rules of taking Jacobians

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

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

Chain rule with Jacobian

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

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.

Resources