The Chain Rule in Non-Vector Form

Since Ñf = á fx, fy ñ , the expression Ñf·v can be written as
Ñf · v = á fx, fy ñ ·
  dx
dt
, dy
dt
    = f dx
dt
   +   f dy
dt
 
Thus, the chain rule can also be written as follows:   

 

The Chain Rule(non-vector form):  Suppose that x( t) and y( t) are differentiable at t0 and that f(x,y) is differentiable at ( x( t0) ,y(t0) ) .  If w = f(x,y) , then w( t) is differentiable at t0 and

 w' (t0)    =    f
x
  dx
dt
  +  f
y
  dy
dt
 

   

Equivalently, the chain rule produces the same derivative dw/dt that we would obtain directly by substituting for x and y in f(x,y) and differentiating with respect to t.       

 

EXAMPLE 3    Find dw/dt given that w = x2+y3 and that x = t3, y = t5.

  Solution: The first partial derivatives of w = x2+y3 are
   w
x
= 2x,         w
y
= 3y2
As a result, the chain rule says that
   dw
dt
 
=
2x  dx
dt
+3y2  dy
dt
 
 
=
2x( 3t2) + 3y2( 5t4)
 
=
2t3( 3t2) + 3t10( 5t4)
 
=
6t5 + 15t14
Notice that we would have obtained the same result if we had substituted
w = ( t3 )2 + ( t5 )3 =  t6 + t15
and then calculated dw/dt.

   

Likewise, if w = f( x,y,z) where x, y, and z are functions of t, then
   dw
dt
= f
x
  dx
dt
 + f
y
  dy
dt
 + f
z
  dz
dt
 
if x and y are differentiable at t0 and f( x,y) is differentiable at ( x( t0) ,y( t0) ).    

 

EXAMPLE 4    Find dw/dt given that w = cos( xy) +z and that x = pet, y = e-t, and z = t2

Solution: The first partial derivatives are
  w
x
= -ysin( xy) ,    w
y
= -xsin( xy) ,    w
z
= 1
As a result, the chain rule says that
  dw
dt
= -ysin(xy dx
dt
 - xsin(xy) dy
dt
 + dz
dt
 
and since dx/dt = pet,   dy/dt = -e-t, and dz/dt = 2t, we have
   dw
dt
 
= =
-e-tsin( pete-t) ( pet) -petsin( pete-t) (-e-t) +2t
 
=
-pete-tsin( pete-t) +pete-tsin( pete-t ) +2t
 
=
-psin(p) +psin(p) +2t
 
=
2t

   

Check your Reading: : Substitute x = pet , y = e-t, and z = t2 into w = cos( xy) +z to reveal another reason why we should have dw/dt = 2t in example 4.