13.2 Line Integrals
13.2 Line Integrals
VECTOR ANALYSIS
13.2 LINE INTEGRALS
IN THIS SECTION, YOU’LL LEARN
f(x,y,z)
Curve C
Notice: The curve C is only traced out once on the interval [a,b].
Recall that the arc length is
b b
l ds r '(t ) dt x '(t )2 y '(t )2 z '(t )2 dt
C a a
Example:
Solution:
Apply the definition of line integrals
5 u 2 du
u3 (cos t )3 2 5
5 5 0
3 3 3
Example: Evaluate the line integral (2 xy 3 )ds along the cirle
C
Solution:
The cirle x 2 y 2 4 in the first quadrant can be
parameterized as x 2cos t , y 2sin t , t 0, .
2
Apply the definition of line integrals
C 0 /2
64 cos t (sin t )3 dt
0
Let u=sint
then du=cost dt
64 u 3du
/2
16u 4 16(sin t )4 0 16
DIY: Evaluate the line integral
LINE INTEGRAL OF A VECTOR FIELD
If work is done by a constant force F along a line, 𝑊 = 𝐹𝑑.
If work is done along a curve and the force F varies, we must
divide the curve into smaller parts and find the work done on
each part. F( Pk* )
Partition C with points 𝑃0 , 𝑃1 , … , 𝑃𝑛 . On the sub-arc 𝑃𝑘−1 𝑃𝑘 take a
representative point 𝑃𝑘∗ . The work done on the sub-arc 𝑃𝑘−1 𝑃𝑘 is
Pk
Wk F ( P ) Tk sk
* Pk*
k
Take the sum of the work done on all the sub-arcs and then take the
limit as n tends to infinity, it yields the LINE INTEGRAL Tds
n n
W lim Wk lim F( Pk* ) Tk sk F Tds Pk 1
n n
k 1 k 1 C
Assume that C is parameterized by R(t) and the object moves in the
direction of increasing t. Then
R '(t )
T , ds R '(t ) dt , so Tds R '(t )dt
R '(t )
Thus, the work is also given by the line integral
W F Tds F R '(t )dt F dR
C C C
Example:
Solution:
By the definition of line integral of a vector field,
b
t4 t3 t5 119
6 8 1
0
4 3 5 30
Example:
Determine the work done by the force field F( x, y) y, x
along y x 2 2 from (0,-2) to (2,2).
Solution:
The given curve can be parameterized as
x t , y t 2 2, t [0,2]
The work done by the force F along C is given by
b 2
W F dR 2, t 1,2t dt
2
F ( x (t ), y (t ), z (t )) R '(t ) dt t
C a 0
2
(2 t 2 2 t 2 )dt
0
t3 20
2t 2
0
3 3
DIY:
Determine the work done by the force field F( x, y) xy 2 , x 2
along C, where C is the path in the figure.
DIFFERENTIAL FORM OF LINE INTEGRALS
y '(t ) xz '(t ) dt
2 2
ydx z dy xdz = yx '(t ) z
C a
t (2tdt ) 2t 2
4
2 1
t (2dt )
2
dt
0 t
4
(2t 2 2t 2 t )dt
0
t 3 2 3/2 272
4 t 4
0
3 3 3
NOW, YOU’VE LEARNT