Multivariable calculus studies functions that depend on two or more input variables, such as f(x,y)f(x,y) or f(x,y,z)f(x,y,z). Students need this cheat sheet to organize the main ideas that extend single-variable calculus into higher dimensions. It is especially useful for reviewing surfaces, rates of change, optimization, and accumulation over regions. These tools appear in physics, engineering, economics, and advanced mathematics. The core ideas are partial derivatives, gradients, tangent planes, and multiple integrals. A partial derivative measures how a function changes when one variable changes and the others stay fixed. The gradient f\nabla f points in the direction of greatest increase and gives directional derivatives. Double integrals such as Rf(x,y)dA\iint_R f(x,y)\,dA add values over a two-dimensional region, often using rectangular or polar coordinates.

Key Facts

  • For a function z=f(x,y)z=f(x,y), the partial derivative with respect to xx is fx(x,y)=fx=limh0f(x+h,y)f(x,y)hf_x(x,y)=\frac{\partial f}{\partial x}=\lim_{h\to 0}\frac{f(x+h,y)-f(x,y)}{h}.
  • For a function z=f(x,y)z=f(x,y), the partial derivative with respect to yy is fy(x,y)=fy=limh0f(x,y+h)f(x,y)hf_y(x,y)=\frac{\partial f}{\partial y}=\lim_{h\to 0}\frac{f(x,y+h)-f(x,y)}{h}.
  • The gradient of f(x,y)f(x,y) is f=fx,fy\nabla f=\langle f_x,f_y\rangle, and for f(x,y,z)f(x,y,z) it is f=fx,fy,fz\nabla f=\langle f_x,f_y,f_z\rangle.
  • The directional derivative of ff in the unit direction u\mathbf{u} is Duf=fuD_{\mathbf{u}}f=\nabla f\cdot \mathbf{u}.
  • The tangent plane to z=f(x,y)z=f(x,y) at (a,b,f(a,b))(a,b,f(a,b)) is z=f(a,b)+fx(a,b)(xa)+fy(a,b)(yb)z=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b).
  • A double integral over a rectangular region R=[a,b]×[c,d]R=[a,b]\times[c,d] can be written as Rf(x,y)dA=abcdf(x,y)dydx\iint_R f(x,y)\,dA=\int_a^b\int_c^d f(x,y)\,dy\,dx.
  • In polar coordinates, x=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta, and the area element becomes dA=rdrdθdA=r\,dr\,d\theta.
  • For critical points of f(x,y)f(x,y), solve fx=0f_x=0 and fy=0f_y=0, then use D=fxxfyy(fxy)2D=f_{xx}f_{yy}-(f_{xy})^2 to classify local behavior when possible.

Vocabulary

Multivariable function
A function such as f(x,y)f(x,y) or f(x,y,z)f(x,y,z) that has more than one independent input variable.
Partial derivative
A derivative like fx\frac{\partial f}{\partial x} that measures change in one variable while holding the other variables constant.
Gradient
The vector f\nabla f made from the partial derivatives of ff, pointing in the direction of greatest increase.
Directional derivative
The rate of change of ff in a chosen unit vector direction u\mathbf{u}, given by Duf=fuD_{\mathbf{u}}f=\nabla f\cdot\mathbf{u}.
Tangent plane
A plane that locally approximates a surface z=f(x,y)z=f(x,y) near a point using fxf_x and fyf_y.
Double integral
An integral Rf(x,y)dA\iint_R f(x,y)\,dA that accumulates values of a function over a two-dimensional region RR.

Common Mistakes to Avoid

  • Differentiating both variables in a partial derivative, which is wrong because fx\frac{\partial f}{\partial x} treats yy as a constant and fy\frac{\partial f}{\partial y} treats xx as a constant.
  • Using a non-unit vector in Duf=fuD_{\mathbf{u}}f=\nabla f\cdot\mathbf{u}, which gives the wrong rate because the formula requires u\mathbf{u} to have length 11.
  • Forgetting the factor rr in polar integrals, which is wrong because the area element changes from dAdA to rdrdθr\,dr\,d\theta.
  • Mixing the order and limits in an iterated integral, which can describe the wrong region if the bounds do not match the chosen order of integration.
  • Assuming fx=0f_x=0 and fy=0f_y=0 always gives a maximum or minimum, which is wrong because a critical point can also be a saddle point.

Practice Questions

  1. 1 Find fxf_x and fyf_y for f(x,y)=3x2y4xy3f(x,y)=3x^2y-4xy^3, then evaluate both at (1,2)(1,2).
  2. 2 Find the tangent plane to z=x2+xy+y2z=x^2+xy+y^2 at the point (1,2,7)(1,2,7).
  3. 3 Evaluate 0203(x+y)dydx\int_0^2\int_0^3 (x+y)\,dy\,dx.
  4. 4 Explain why the gradient f(a,b)\nabla f(a,b) is perpendicular to the level curve f(x,y)=cf(x,y)=c at the point (a,b)(a,b).