Independence of Path

Work in progress. This note is still being written and incomplete.

2 min read Last updated Wed Aug 12 2026 06:16:48 GMT+0000 (Coordinated Universal Time)

Solving Ax=bA\vec{x} = \vec{b}

A region DD in Rn\mathbb{R}^n is connected iff any 2 points in DD can be joined by a piecewise smooth curve contained entirely in DD.

Simply Connected Region

A connected open region DD in the plane is simply connected iff every simple closed curve contained in DD encloses only points of DD.

In the plane, DD is simply connected iff it has no holes.

Fundamental Theorem of Line Integrals

Suppose CC be a piecewise smooth curve parametrized by r(t)\boldsymbol{r}(t), atba \le t \le b.

If ϕ\phi is a scalar potential of F\boldsymbol{F} on a region containing CC,

CFdr=Cϕdr=ϕ(r(b))ϕ(r(a))\int_C \boldsymbol{F} \cdot \text{d}\boldsymbol{r} = \int_C \nabla \phi \cdot \text{d}\boldsymbol{r} = \phi(\boldsymbol{r}(b)) - \phi(\boldsymbol{r}(a))

Equivalence of Conservative Fields

Let F(x,y,z)=fi^+gj^+hk^\boldsymbol{F}(x,y,z) = f\hat{i} + g\hat{j} + h\hat{k} be continuous on an open connected region DR3D \subseteq \mathbb{R}^3. The following are equivalent:

  • F\boldsymbol{F} is conservative on DD
  • CFdr=0\displaystyle\int_C \boldsymbol{F} \cdot \text{d}\boldsymbol{r} = 0 for every piecewise smooth closed curve CC in DD
  • For any 2 points PP, QQ in DD, CFdr\displaystyle\int_C \boldsymbol{F} \cdot \text{d}\boldsymbol{r} is independent of the piecewise smooth curve CC in DD from PP to QQ

Conservative Field Test

Let P(x,y)P(x,y) and Q(x,y)Q(x,y) have continuous first-order partial derivatives on an open, simply connected region DD in the plane. The vector field

F(x,y)=P(x,y)i^+Q(x,y)j^\boldsymbol{F}(x,y) = P(x,y)\hat{i} + Q(x,y)\hat{j}

is conservative on DD iff, for each point in DD,

Py=Qx\frac{\partial P}{\partial y} = \frac{\partial Q}{\partial x}

The region must be simply connected. On a region with a hole, P/y=Q/x\partial P/\partial y = \partial Q/\partial x can hold everywhere without F\boldsymbol{F} being conservative.

Was this helpful?