Partial Derivatives & Chain Rule
§2.5–2.9 - Kaplan, 5th Edition
Three quick cards: partial derivatives as slopes, the tangent plane, and the multivariable chain rule.
Partial Derivatives as Slopes
For $z = f(x,y)$, the partial derivative $\frac{\partial f}{\partial x}$ is the slope of the surface when you slice along a plane of constant $y$, and vice versa.
The surface below is $z = x^2 - y^2$ (a saddle). Toggle the slice planes and move the slider to see how the slope changes.
y-slice (x=0.50): slope = ∂f/∂y = −2y = −1.00
Total Differential & Tangent Plane
At any point $(a,b)$ on the surface $z = f(x,y)$, the tangent plane is the best linear approximation:
Move the point around on $z = x^2 - y^2$ and watch the semi-transparent tangent plane tilt.
fx = 1.60, fy = −0.80
Tangent plane: z = 0.48 + 1.60(x−0.80) − 0.80(y−0.40)
The Chain Rule
If $z = f(x,y)$ and $x = x(t)$, $y = y(t)$, then the derivative of $z$ with respect to $t$ decomposes into two contribution paths:
Example: $z = x^2 - y^2$, $x(t) = \cos t$, $y(t) = \sin t$.
Notice that when $t = \pi/4$, the x-path contributes $-1.00$ and the y-path contributes $-1.00$, summing to $dz/dt = -2.00$. Slide $t$ to see both terms change.