Prerequisites
This module studies local change in functions of several variables. Learn it before multiple integrals: gradients, Jacobians, and Hessians describe the local information that later appears in coordinate changes, optimization, and field models.
1. Functions and geometry
A scalar-valued function of two variables is
Its graph is a surface, and a level curve is $f(x,y)=c$. A vector-valued map returns a vector, such as a velocity field
2. Partial and directional derivatives
Partial derivatives measure change along coordinate directions:
The directional derivative in a unit direction $\mathbf{u}$ is
The gradient is
It points in the direction of steepest increase, with maximum rate $\|\nabla f\|$, and is normal to a level curve or surface.
3. Tangent planes, differentials, and linearization
For $z=f(x,y)$, the tangent plane at $(a,b,f(a,b))$ is
The total differential gives the first-order change:
More generally, differentiability means
For independent measurement uncertainties, a common estimate is
4. Jacobians and the chain rule
For $\mathbf{F}:\mathbb{R}^n\to\mathbb{R}^m$, the Jacobian matrix is
It is the linear approximation:
For a composition,
If $F(x,y)=0$ defines $y$ locally as a function of $x$ and $F_y\ne0$, then
5. Hessians, curvature, and extrema
The Hessian collects second derivatives:
The second-order Taylor approximation is
For a two-variable critical point, let $D=f_{xx}f_{yy}-(f_{xy})^2$. If $D>0$ and $f_{xx}>0$ it is a local minimum; if $D>0$ and $f_{xx}<0$ it is a local maximum; if $D<0$ it is a saddle; and if $D=0$ the test is inconclusive.
For constrained extrema, solve
then compare all candidates and account for the domain.
Checkpoint
You are ready for Multiple Integrals when you can compute a gradient, form a linear approximation, interpret a Jacobian, classify ordinary critical points, and set up a Lagrange-multiplier system.