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) = dx dt , dy dt, dz dt,

we could “multiply out” the right hand side of of equation (1) to write it as

abF(c(t)) c'(t)dt =ab F 1(c(t))dx dt + F2(c(t))dy dt + F3(c(t))dz dtdt.

Frequently, line integral problems are presented in this notation. In this case, one can compute them directly using the formula

CF1dx + F2dy + F3dz =ab F 1(c(t))dx dt + F2(c(t))dy dt + F3(c(t))dz dtdt.  (2) 

Example

Evaluate

Cydx + (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 dx dt = 1, dy dt = 1, and dz dt = 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 y(t)dx dt + (x(t) + y(t))dy dt + dz dtdt =01 (1 t)(1) + (t + (1 t))(1) dt =01[(1 t) + (1)]dt =01(t)dt = t2 2 01 = 1 2