If a vector field
F is a gradient field, meaning
F =
f for some scalar-valued function f, then we can compute the
line integral of
F along a curve C from some point
a
to some other point
b
As an example, consider
f (x, y) = xy2, and let
F(x, y) =
f (x, y) = (y2, 2xy). We know that
F must be conservative.
What is
F . ds where C is a path
c(t) = (t2, t3) for
1
t
2?
The starting point is
a = c(1) = (1, 1), and the
ending pont is
b = c(2) = (4, 8). Hence the integral must be
| = f (4, 8) - f (1, 1) | ||
| = 4(82) - 1(12) = 256 - 1 = 255 |
We could also compute
F . ds the direct way using the
parametrization
c(t):
| = |
||
| = |
||
| = |
||
| = |
We should get the same answer for any path from (1, 1) to (4, 8).
Since
(4, 8) - (1, 1) = (3, 7), we let the curve B be the straight
line path parametrized by
p(t) = (1, 1) + t(3, 7) = (1 + 3t, 1 + 7t)
for
0
t
1. (Note that this is not a reparametrization of
C. The curve C was not a straight line, so B is a
completely different curve.)
The integral along B is
| = |
||
| = |
||
| = |
||
| = |
||
| = |
||
| = (17t + 91t2 +147t3) |