Multivariable Calculus

How to solve

Each path from t to z contributes its product of derivatives; add the paths.

Steps

  1. Find the partials z_x and z_y.
  2. Find x'(t) and y'(t).
  3. Combine: dz/dt = z_x x' + z_y y', then evaluate at t.

Example

z = xy, x = t + 1, y = t − 2. Find dz/dt at t = 3.

  1. dz/dt = y·1 + x·1 = x + y = 2t − 1.
  2. At t = 3: 5.

Answer: 5

Loading drills…