Alternate notation for line integrals
We initially denoted line
integrals
using the notation
F . ds = F(c(t)) . c'(t)dt |
(1) |
where
c(t) = (x(t), y(t), z(t)). We can derive a new notation by
"multiplying out" the dot products on both sides of equation
(1).
Let's assume we are in three dimensions to
F = (F1, F2, F3). If we multiply out the left hand side, thinking of
ds being the "vector"
ds = (dx, dy, dz), it becomes
F . ds = F1dx + F2dy + F3dz. |
|
Also, since
we could "multiply out" the right hand side of
of equation (1) to write it as
F(c(t)) . c'(t)dt =  F1(c(t)) + F2(c(t)) + F3(c(t)) dt. |
|
Frequently, line integral problems are presented in this notation. In
this case, one can compute them directly using the formula
F1dx + F2dy + F3dz =  F1(c(t)) + F2(c(t)) + F3(c(t)) dt. |
(2) |
Example
Evaluate
y dx + (x + y)dy + dz |
|
where thee curve C is parameterized by
c(t) = (t, 1 - t, 1),
0
t
1.
Solution: If we write
c(t) = (t, 1 - t, 1) = (x(t), y(t), z(t)), Then
= 1,
= - 1, and
= 0. Since
F1(x, y, z) = y,
F2(x, y, z) = x + y, and
F3(x, y, z) = 1, we can use formula (2) to
calculate the integral.
| |
y dx + (x + y)dy |
|
| |
=  y(t) + (x(t) + y(t)) +  dt |
|
| |
=  (1 - t)(1) + (t + (1 - t))(- 1) dt |
|
| |
= [(1 - t) + (- 1)]dt |
|
| |
= (- t)dt = -  = -  |
|
Duane Nykamp
nykamp@math.umn.edu
2005-10-27