5. Vector Calculus

Fundamental Theorem For Line Integrals

Uses potential functions to evaluate line integrals and connect to path independence.

Fundamental Theorem for Line Integrals

Welcome, students! Today we’re diving into one of the most powerful tools in multivariable calculus: the Fundamental Theorem for Line Integrals. By the end of this lesson, you’ll understand how to use potential functions to evaluate line integrals, see why some integrals are path-independent, and gain insight into real-world applications. Ready to unlock the secrets of conservative vector fields? Let’s go! 🚀

What Is the Fundamental Theorem for Line Integrals?

Imagine you’re hiking up a mountain. You start at the base and follow a winding trail to the summit. You might wonder: does the work you do depend on the path you take, or just on where you start and finish? The Fundamental Theorem for Line Integrals answers this question for a broad class of vector fields. It states that if a vector field is conservative (meaning it’s the gradient of some scalar potential function), then the line integral between two points depends only on those points—not the path taken.

Key Learning Objectives

By the end of this lesson, you’ll be able to:

  1. Recognize conservative vector fields.
  2. Find potential functions for conservative fields.
  3. Apply the Fundamental Theorem for Line Integrals to evaluate line integrals efficiently.
  4. Understand the concept of path independence.
  5. See how these ideas apply in physics and engineering.

Let’s break it down step-by-step and see why this theorem is such a game-changer! 🌟

Understanding Conservative Vector Fields

Definition of a Conservative Vector Field

A vector field $\mathbf{F}(x, y, z)$ is called conservative if there exists a scalar function $f(x, y, z)$ such that:

$$

$\mathbf{F}$ = $\nabla$ f = $\left($ \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} $\right)$.

$$

In other words, $\mathbf{F}$ is the gradient of some function $f$. We call $f$ the potential function.

But how do you know if a vector field is conservative? There are a few key conditions:

  1. The curl of $\mathbf{F}$ must be zero. That is:

$$

$ \nabla \times \mathbf{F} = \mathbf{0}.$

$$

  1. The domain of $\mathbf{F}$ must be simply connected (no holes).

Let’s look at an example:

Example: Checking if a Vector Field is Conservative

Consider the vector field:

$$

$\mathbf{F}(x, y) = (2x, 2y).$

$$

Is this field conservative? Let’s check the curl. In two dimensions, the curl is given by:

$$

\frac{\partial F_2}{\partial x} - \frac{\partial F_1}{\partial y}.

$$

For $\mathbf{F}(x, y) = (2x, 2y)$:

$$

\frac{\partial (2y)}{\partial x} = 0, \quad \frac{\partial (2x)}{\partial y} = 0.

$$

So the curl is $0 - 0 = 0$. This vector field is conservative!

Now, let’s find the potential function $f$. We know that:

$$

\frac{\partial f}{\partial x} = 2x \quad \text{and} \quad \frac{\partial f}{\partial y} = 2y.

$$

Integrating with respect to $x$:

$$

$f(x, y) = x^2 + g(y),$

$$

where $g(y)$ is an arbitrary function of $y$. Now, differentiate $f$ with respect to $y$:

$$

\frac{\partial f}{\partial y} = g'(y) = 2y.

$$

Integrating with respect to $y$:

$$

$g(y) = y^2 + C.$

$$

So the potential function is:

$$

f(x, y) = x^2 + y^2 + C.

$$

You’ve found the potential function! 🎉

Real-World Example: Gravitational Fields

A classic example of a conservative vector field is the gravitational field near Earth’s surface. The gravitational force $\mathbf{F}$ can be written as the gradient of a potential function (the gravitational potential energy):

$$

$\mathbf{F} = -\nabla U.$

$$

Here, $U(x, y, z) = mgz$, where $m$ is mass, $g$ is the acceleration due to gravity, and $z$ is the height. Notice that the work done by gravity depends only on the initial and final heights—not the path taken. This is the essence of a conservative field.

The Fundamental Theorem for Line Integrals

Now that we know what a conservative vector field is, let’s state the Fundamental Theorem for Line Integrals:

If $\mathbf{F} = \nabla f$ is a conservative vector field and $C$ is a smooth curve from point $A$ to point $B$, then:

$$

$\int$_C $\mathbf{F}$ $\cdot$ d$\mathbf{r}$ = f(B) - f(A).

$$

This is huge! Instead of computing a potentially complicated line integral, you just evaluate the potential function at the endpoints. Let’s see how this works in practice.

Example: Applying the Fundamental Theorem

Suppose we want to find the line integral of $\mathbf{F}(x, y) = (2x, 2y)$ along a curve $C$ from $(1, 1)$ to $(2, 3)$.

We already found the potential function:

$$

$f(x, y) = x^2 + y^2.$

$$

According to the Fundamental Theorem for Line Integrals:

$$

$\int$_C $\mathbf{F}$ $\cdot$ d$\mathbf{r}$ = f(2, 3) - f(1, 1).

$$

Evaluate the potential at the endpoints:

$$

f(2, 3) = 2^2 + 3^2 = 4 + 9 = 13,

$$

$$

f(1, 1) = 1^2 + 1^2 = 1 + 1 = 2.

$$

So:

$$

$\int$_C $\mathbf{F}$ $\cdot$ d$\mathbf{r}$ = 13 - 2 = 11.

$$

We didn’t even need to know the exact path! The integral depends only on the endpoints. That’s the magic of the Fundamental Theorem. ✨

Path Independence

One of the most important consequences of the Fundamental Theorem for Line Integrals is path independence. If $\mathbf{F}$ is conservative, the line integral between two points is the same no matter what path you take.

Why Does Path Independence Matter?

Path independence simplifies calculations dramatically. For example, in physics, potential energy depends only on position, not the path taken. This lets us solve complex problems involving forces like gravity and electrostatics with ease.

Example: Different Paths, Same Result

Let’s revisit the vector field $\mathbf{F}(x, y) = (2x, 2y)$ and compute the line integral from $(1, 1)$ to $(2, 3)$ along two different paths.

Path 1: A Straight Line

The straight line from $(1, 1)$ to $(2, 3)$ can be parameterized as:

$$

$\mathbf{r}_1$(t) = (1 + t, 1 + 2t), \quad t $\in$ [0, 1].

$$

Then $d\mathbf{r} = (1, 2) dt$ and $\mathbf{F}(\mathbf{r}_1(t)) = (2(1+t), 2(1+2t))$.

The line integral is:

$$

$\int_0$^1 (2(1+t), 2(1+2t)) $\cdot$ (1, 2) \, dt = $\int_0$^1 [2(1+t) + 4(1+2t)] \, dt.

$$

This simplifies to:

$$

$\int_0$^1 (2 + 2t + 4 + 8t) \, dt = $\int_0$^1 (6 + 10t) \, dt = [6t + 5t^2]_0^1 = 6 + 5 = 11.

$$

Path 2: A Different Curve

Now let’s take a different path: first go horizontally from $(1, 1)$ to $(2, 1)$, then vertically from $(2, 1)$ to $(2, 3)$.

For the horizontal segment:

$$

$\mathbf{r}_2$(t) = (1 + t, 1), \quad t $\in$ [0, 1].

$$

Then $d\mathbf{r} = (1, 0) dt$ and $\mathbf{F}(\mathbf{r}_2(t)) = (2(1+t), 2)$.

The line integral is:

$$

$\int_0$^1 (2(1+t), 2) $\cdot$ (1, 0) \, dt = $\int_0$^1 2(1+t) \, dt = [2t + t^2]_0^1 = 2 + 1 = 3.

$$

For the vertical segment:

$$

$\mathbf{r}_3$(t) = (2, 1 + 2t), \quad t $\in$ [0, 1].

$$

Then $d\mathbf{r} = (0, 2) dt$ and $\mathbf{F}(\mathbf{r}_3(t)) = (4, 2(1+2t))$.

The line integral is:

$$

$\int_0$^1 (4, 2(1+2t)) $\cdot$ (0, 2) \, dt = $\int_0$^1 4(1+2t) \, dt = [4t + 4t^2]_0^1 = 4 + 4 = 8.

$$

Add the two parts:

$$

$3 + 8 = 11.$

$$

We got the same result! No matter which path we took, the integral came out to 11. That’s path independence in action. 🌟

Finding Potential Functions

Finding a potential function is key to applying the Fundamental Theorem. Let’s outline the steps.

Step-by-Step: Finding a Potential Function

  1. Start with the vector field $\mathbf{F}(x, y, z) = (P, Q, R)$.
  2. Integrate $P$ with respect to $x$ to find a partial potential function:

$$

f(x, y, z) = $\int$ P(x, y, z) \, dx + g(y, z).

$$

Here, $g(y, z)$ is an unknown function of $y$ and $z$.

  1. Differentiate $f$ with respect to $y$ and set it equal to $Q$:

$$

\frac{\partial f}{\partial y} = Q(x, y, z).

$$

This helps you solve for $g(y, z)$.

  1. Repeat the process for $R$ to find any remaining terms.

Let’s try a three-dimensional example.

Example: A 3D Potential Function

Consider the vector field:

$$

$\mathbf{F}$(x, y, z) = (3x^2, 2y, 4z^3).

$$

We want to find $f(x, y, z)$ such that $\nabla f = \mathbf{F}$.

  1. Integrate $P = 3x^2$ with respect to $x$:

$$

f(x, y, z) = x^3 + g(y, z).

$$

  1. Differentiate $f$ with respect to $y$:

$$

\frac{\partial f}{\partial y} = \frac{\partial g(y, z)}{\partial y} = 2y.

$$

So:

$$

$ g(y, z) = y^2 + h(z),$

$$

where $h(z)$ is a function of $z$.

  1. Differentiate $f$ with respect to $z$:

$$

\frac{\partial f}{\partial z} = \frac{\partial h(z)}{\partial z} = 4z^3.

$$

Integrate with respect to $z$:

$$

$ h(z) = z^4 + C.$

$$

So the potential function is:

$$

f(x, y, z) = x^3 + y^2 + z^4 + C.

$$

You’ve unlocked the potential function! Now you can use it to evaluate any line integral in this field.

Real-World Applications

Physics: Work and Energy

In physics, the line integral of a force field over a path gives the work done by the force. If the force field is conservative, the work depends only on the endpoints. This is the foundation of potential energy concepts in mechanics, electricity, and magnetism.

Engineering: Fluid Flow

In fluid dynamics, conservative vector fields describe irrotational flows—flows with no vortices. Engineers use potential functions to model and predict fluid behavior, from airfoils to groundwater flow.

Fun Fact: Roller Coasters

Imagine a roller coaster track that climbs and dips. The total energy (potential + kinetic) at the start and end determines the speed of the coaster, not the twists and turns. That’s a great example of path independence in action! 🎢

Conclusion

We’ve covered a lot today, students! Let’s recap the key points:

  • A conservative vector field is the gradient of a potential function.
  • The curl of a conservative field is zero.
  • The Fundamental Theorem for Line Integrals lets you evaluate line integrals by finding the potential function and subtracting its values at the endpoints.
  • This leads to path independence: the integral depends only on the start and end points, not the path.
  • These ideas have powerful applications in physics, engineering, and beyond.

Keep practicing, and soon you’ll be evaluating line integrals like a pro! 🚀

Study Notes

  • A vector field $\mathbf{F}$ is conservative if $\mathbf{F} = \nabla f$ for some potential function $f$.
  • Key condition: If $\nabla \times \mathbf{F} = \mathbf{0}$ and the domain is simply connected, $\mathbf{F}$ is conservative.
  • Potential function $f$ satisfies:

$$

\frac{\partial f}{\partial x} = P, \quad \frac{\partial f}{\partial y} = Q, \quad \frac{\partial f}{\partial z} = R.

$$

  • Fundamental Theorem for Line Integrals:

$$

$\int$_C $\mathbf{F}$ $\cdot$ d$\mathbf{r}$ = f(B) - f(A).

$$

  • Path independence: For a conservative field, the line integral depends only on the endpoints.
  • Steps to find a potential function $f$:
  1. Integrate $P$ with respect to $x$ to get $f(x, y, z) + g(y, z)$.
  2. Use $Q$ to find $g(y, z)$.
  3. Use $R$ to find any remaining terms.
  • Example potential function for $\mathbf{F}(x, y) = (2x, 2y)$: $f(x, y) = x^2 + y^2$.
  • Real-world examples: gravitational fields, electric fields, fluid flow, roller coasters.

Happy learning, students! 🌟

Practice Quiz

5 questions to test your understanding

Fundamental Theorem For Line Integrals — Calculus 3 | A-Warded