← Back to College Math

Vector Calculus

College Math · Calculus IIIPreview

1. Introduction

Vector calculus is the calculus of vector fields — functions that attach a vector to every point of the plane or of space. A wind map assigns a velocity arrow to each location; a gravitational field assigns a force vector; an electric field assigns field strength and direction. To do physics and geometry with such fields we need to integrate along curves and over surfaces, and to differentiate fields into scalar and vector quantities that measure rotation and expansion.

The subject is unified by a family of theorems — the Fundamental Theorem of Line Integrals, Green's theorem, Stokes' theorem, and the Divergence theorem — all of which share one profound idea: the integral of a derivative over a region equals an integral of the original function over the region's boundary. This is the higher-dimensional generalization of the Fundamental Theorem of Calculus, abf(x)dx=f(b)f(a)\int_a^b f'(x)\,dx = f(b)-f(a), where the "boundary" of the interval [a,b][a,b] is its two endpoints.

This article develops the machinery: parametrized curves and line integrals, conservative fields and potential functions, the curl and divergence operators, surface integrals and flux, and the three great integral theorems with their hypotheses, statements, proofs at the level of intuition, and uses. The aim is fluency in both computing these integrals and choosing the theorem that turns a hard computation into an easy one.

Vector calculus is the language of electromagnetism (Maxwell's equations are expressed entirely in terms of curl and divergence), fluid dynamics (vorticity and incompressible flow), and differential geometry. The unifying theme — boundary integrals equal interior integrals of derivatives — appears again in higher mathematics as the generalized Stokes' theorem on manifolds.

2. Core Concepts

2.1 Vector Fields, Curl, and Divergence

A vector field in the plane is F(x,y)=P(x,y),Q(x,y)\mathbf{F}(x,y)=\langle P(x,y),Q(x,y)\rangle; in space, F(x,y,z)=P,Q,R\mathbf{F}(x,y,z)=\langle P,Q,R\rangle. Two differential operators measure its local behavior. The divergence is a scalar measuring net outflow (expansion) at a point: divF=F=Px+Qy+Rz.\operatorname{div}\mathbf{F} = \nabla\cdot\mathbf{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z}. The curl is a vector measuring rotation (circulation density): curlF=×F=RyQz,    PzRx,    QxPy.\operatorname{curl}\mathbf{F} = \nabla\times\mathbf{F} = \left\langle \frac{\partial R}{\partial y}-\frac{\partial Q}{\partial z},\;\; \frac{\partial P}{\partial z}-\frac{\partial R}{\partial x},\;\; \frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y}\right\rangle. In 2D the curl reduces to the scalar QxPy\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y}, the integrand of Green's theorem.

Key identities: curl(f)=0\operatorname{curl}(\nabla f)=\mathbf{0} and div(curlF)=0\operatorname{div}(\operatorname{curl}\mathbf{F})=0 for C2C^2 fields — the curl of a gradient field is irrotational, and the divergence of a curl field is source-free.

2.2 Line Integrals of Scalar Functions and Vector Fields

Given a curve CC parametrized by r(t)=x(t),y(t),z(t)\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle, t[a,b]t\in[a,b]: Cfds=abf(r(t))r(t)dt(scalar),\int_C f\,ds = \int_a^b f(\mathbf{r}(t))\,|\mathbf{r}'(t)|\,dt \qquad\text{(scalar)}, CFdr=abF(r(t))r(t)dt=CPdx+Qdy+Rdz(work).\int_C \mathbf{F}\cdot d\mathbf{r} = \int_a^b \mathbf{F}(\mathbf{r}(t))\cdot\mathbf{r}'(t)\,dt = \int_C P\,dx + Q\,dy + R\,dz \qquad\text{(work)}. Only the tangent component of F\mathbf{F} contributes to the work integral. Reversing orientation flips the sign of the vector line integral.

2.3 Conservative Fields and the Fundamental Theorem of Line Integrals

A field F\mathbf{F} is conservative if F=f\mathbf{F}=\nabla f for some potential ff. The Fundamental Theorem of Line Integrals (FTLI) states: Cfdr=f(r(b))f(r(a)).\int_C \nabla f\cdot d\mathbf{r} = f(\mathbf{r}(b)) - f(\mathbf{r}(a)). On a simply connected domain (no holes), F=P,Q\mathbf{F}=\langle P,Q\rangle is conservative iff Py=QxP_y=Q_x (2D) or curlF=0\operatorname{curl}\mathbf{F}=\mathbf{0} (3D). The vortex field F=y,x/(x2+y2)\mathbf{F}=\langle -y,x\rangle/(x^2+y^2) satisfies Py=QxP_y=Q_x but is not conservative because its domain has a hole at the origin.

2.4 Green's Theorem

Green's Theorem relates circulation around a positively oriented (counterclockwise), piecewise-smooth, simple closed curve CC bounding region DD to a double integral over DD: CPdx+Qdy=D(QxPy)dA.\oint_C P\,dx + Q\,dy = \iint_D \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)dA.

Proof intuition. Chop DD into tiny rectangles. On each rectangle, the circulation along its boundary equals the local curl (QxPy)(Q_x-P_y) times its area (verify on a single rectangle). Summing over all rectangles, interior edges cancel (shared edges have opposite orientations), leaving only the outer boundary CC.

A useful special case computes area: with P=y/2P=-y/2, Q=x/2Q=x/2, we get Area(D)=12Cxdyydx\operatorname{Area}(D)=\tfrac12\oint_C x\,dy-y\,dx.

2.5 Surface Integrals and Flux

A parametric surface r(u,v)\mathbf{r}(u,v) has tangent vectors ru\mathbf{r}_u, rv\mathbf{r}_v. The surface element is dS=ru×rvdudv,dS=ru×rvdudv.d\mathbf{S} = \mathbf{r}_u\times\mathbf{r}_v\,du\,dv, \qquad dS = |\mathbf{r}_u\times\mathbf{r}_v|\,du\,dv. The flux of F\mathbf{F} through SS is SFdS=SFndS\iint_S \mathbf{F}\cdot d\mathbf{S} = \iint_S \mathbf{F}\cdot\mathbf{n}\,dS, where n\mathbf{n} is the unit normal. For a graph z=g(x,y)z=g(x,y), dS=gx,gy,1dxdyd\mathbf{S}=\langle -g_x,-g_y,1\rangle\,dx\,dy (upward orientation).

2.6 Stokes' Theorem

Stokes' Theorem generalizes Green's theorem to a surface SS in space with boundary curve S\partial S, oriented consistently (right-hand rule with the surface normal n\mathbf{n}): SFdr=S(×F)dS.\oint_{\partial S} \mathbf{F}\cdot d\mathbf{r} = \iint_S (\nabla\times\mathbf{F})\cdot d\mathbf{S}. Circulation around the boundary equals the flux of the curl through the surface. Green's theorem is Stokes' theorem for a flat region in the plane.

Proof intuition. Partition SS into small patches. On each patch, the circulation around its boundary approximates (×F)ndS(\nabla\times\mathbf{F})\cdot\mathbf{n}\,dS. Interior edges cancel, leaving the boundary S\partial S.

2.7 The Divergence Theorem

The Divergence (Gauss's) Theorem relates outward flux through a closed surface SS bounding solid EE to the volume integral of divergence: SFdS=E(F)dV.\iint_S \mathbf{F}\cdot d\mathbf{S} = \iiint_E (\nabla\cdot\mathbf{F})\,dV.

Proof intuition. Partition EE into small boxes. The outward flux through each box's faces approximates (F)dV(\nabla\cdot\mathbf{F})\,dV. Shared faces contribute canceling flux, leaving only the outer surface SS.

This is the foundation of conservation laws: Gauss's law for electric flux, continuity equations in fluid flow.

2.8 The Unifying Pattern

All four theorems are instances of Stokes' theorem in generalized form: the integral of a derivative (gradient, curl, or divergence) over a region equals an integral over the boundary. Dimension counts down by one at each step: 3D solid \to 2D surface \to 1D curve.

Continue reading with Premium

Upgrade to read the full article and unlock all Premium features.

Free

  • Unlimited practice — all difficulties
  • 3 hints / day
  • Community solutions
  • 2 timed mocks / month

Premium

  • Full article + all 57+ theory guides
  • Unlimited hints on practice problems
  • Unlimited timed mock exams & PDF worksheets
Log in