Once functions depend on more than one input — height as a function of latitude and longitude, temperature in a room, profit from price and advertising — single-variable calculus is not enough. Multivariable calculus extends derivatives and integrals to several variables; vector calculus organizes those ideas when outputs or domains live in the plane or space.
Partial derivatives and the gradient
A partial derivative holds every variable but one fixed and differentiates with respect to the free one. For $z = f(x,y)$, $\partial f/\partial x$ asks how $z$ changes when $x$ moves and $y$ stays put. The gradient $\nabla f$ packages all first partials into a vector that points in the direction of steepest increase and whose magnitude is that steepest slope (under the usual Euclidean geometry).
Linear approximation in several variables
Near a point, a differentiable function looks like its tangent plane (or hyperplane): $f(\mathbf{x}) \approx f(\mathbf{a}) + \nabla f(\mathbf{a})\cdot(\mathbf{x}-\mathbf{a})$. That is the multivariable cousin of $f(a)+f'(a)(x-a)$.
Vector fields and “rates with direction”
A vector field assigns a vector to each point — wind velocity, fluid flow, force. Divergence measures local expansion or compression; curl measures local rotation. Line and surface integrals ask how much a field “pushes along a path” or “flows through a surface.” The big theorems (Green, Stokes, divergence) relate those integrals to derivatives of the field — multivariable cousins of the Fundamental Theorem.
Where to go next
- Calculus foundations (refresh single-variable ideas first)
- Linear algebra (gradients and Jacobians are linear maps)
- Glossary: partial derivative, gradient, vector field