Alternate notation for line integrals
We initially denoted line integrals using the notation
| ∫
CF ⋅ ds = ∫
abF(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
| ∫
CF ⋅ ds = ∫
CF1dx + F2dy + F3dz. | | |
Also, since
c'(t) = , | | |
we could “multiply out” the right hand side of of equation (
1) to write it
as
∫
abF(c(t)) ⋅ c'(t)dt = ∫
ab dt. | | |
Frequently, line integral problems are presented in this notation. In this case, one
can compute them directly using the formula
∫
CF1dx + F2dy + F3dz = ∫
ab dt. | |
(2) |
Example
Evaluate
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.
| ∫
Cydx + (x + y)dy | |
|
| = ∫
01 dt | |
|
| = ∫
01 dt | |
|
| = ∫
01[(1 - t) + (-1)]dt | |
|
| = ∫
01(-t)dt = = - | | |