ConceptComplete

Vector Fields

Vector fields assign a vector to each point in space, modeling physical phenomena such as fluid flow, gravitational fields, and electromagnetic fields.


Definition and Examples

Definition

A vector field on a region DRnD \subseteq \mathbb{R}^n is a function F:DRn\mathbf{F} : D \to \mathbb{R}^n that assigns to each point xD\mathbf{x} \in D a vector F(x)\mathbf{F}(\mathbf{x}). In R2\mathbb{R}^2, F(x,y)=P(x,y)i+Q(x,y)j\mathbf{F}(x,y) = P(x,y)\,\mathbf{i} + Q(x,y)\,\mathbf{j}. In R3\mathbb{R}^3, F(x,y,z)=Pi+Qj+Rk\mathbf{F}(x,y,z) = P\,\mathbf{i} + Q\,\mathbf{j} + R\,\mathbf{k}.

ExamplePhysical vector fields
  1. Gravitational field: F=GMr3r\mathbf{F} = -\frac{GM}{r^3}\mathbf{r} where r=(x,y,z)\mathbf{r} = (x,y,z) and r=rr = \|\mathbf{r}\|
  2. Velocity field of a rotating body: F=ω×r=(ωy,ωx,0)\mathbf{F} = \boldsymbol{\omega} \times \mathbf{r} = (-\omega y, \omega x, 0)
  3. Electric field of a point charge: E=q4πϵ0r3r\mathbf{E} = \frac{q}{4\pi\epsilon_0 r^3}\mathbf{r}

Gradient, Divergence, and Curl

Definition

The three fundamental differential operators of vector calculus are:

  1. Gradient: f=(fx,fy,fz)\nabla f = \left(\frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z}\right) (scalar \to vector)
  2. Divergence: F=Px+Qy+Rz\nabla \cdot \mathbf{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z} (vector \to scalar)
  3. Curl: ×F=(RyQz)i+(PzRx)j+(QxPy)k\nabla \times \mathbf{F} = \left(\frac{\partial R}{\partial y} - \frac{\partial Q}{\partial z}\right)\mathbf{i} + \left(\frac{\partial P}{\partial z} - \frac{\partial R}{\partial x}\right)\mathbf{j} + \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\mathbf{k} (vector \to vector)

Conservative Fields

Definition

A vector field F\mathbf{F} is conservative if F=f\mathbf{F} = \nabla f for some scalar function ff, called the potential function. Equivalently (on simply connected domains), F\mathbf{F} is conservative if and only if ×F=0\nabla \times \mathbf{F} = \mathbf{0}.

RemarkTwo key identities

The fundamental identities ×(f)=0\nabla \times (\nabla f) = \mathbf{0} (curl of gradient is zero) and (×F)=0\nabla \cdot (\nabla \times \mathbf{F}) = 0 (divergence of curl is zero) reflect the deep algebraic structure of the exterior derivative in differential forms, where they correspond to d2=0d^2 = 0.