Last time | Next time |
I left you with a little exercise that will lead us into section 14.4. (Some mathematica, as well.)
Just like derivatives are closely linked to tangent lines, which kiss a curve (osculate); about the slopes of those linear approximations (tangent lines) to a univariate function; so are partial derivatives are about slopes of univariate functions obtained by slicing multivariate functions with planes. If the function is differentiable at a point, then there is a tangent plane, which kisses the surface.
The slopes in those directions are given by $f_x(a,b)$ and $f_y(a,b)$.
If you take a one-unit step in either of those directions, the $z$-value would rise by either slope: \[ T(x,y)=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b) \] If you take partial derivatives of $T$ at $(a,b)$, you will see that the partials (and the function value) agree with those of $f$ there.