Vector calculus - line integral computation

braindead101
Messages
158
Reaction score
0
Compute the line integral \int_{C} F\cdot dr where F = -y i + x j. The directed path C in the xy-plane consists of two parts: i) a left semicircle from (0, -1) to (0, 1) with center at the origin, and ii) a straight line segment from (0,1) to (2,1).

i) r(t) = cos t i + sin t j [pi/2 <=t<= 3pi/2]
ii) r(t) = 2t i + j [0<=t<=1]

for i):
F(r (t) ) = - sin t i + cos t j
r'(t) = - sin t i + cos t j

integ F(r(t)) dot r'(t) dt
= integ 1 dt [pi/2<=t<= 3pi/2]
so integral is
3pi/2 - pi/2 = pi ?
is this correct so far.
 
Physics news on Phys.org
braindead101 said:
Compute the line integral \int_{C} F\cdot dr where F = -y i + x j. The directed path C in the xy-plane consists of two parts: i) a left semicircle from (0, -1) to (0, 1) with center at the origin, and ii) a straight line segment from (0,1) to (2,1).

i) r(t) = cos t i + sin t j [pi/2 <=t<= 3pi/2]
ii) r(t) = 2t i + j [0<=t<=1]

for i):
F(r (t) ) = - sin t i + cos t j
r'(t) = - sin t i + cos t j

integ F(r(t)) dot r'(t) dt
= integ 1 dt [pi/2<=t<= 3pi/2]
so integral is
3pi/2 - pi/2 = pi ?
is this correct so far.
Almost- you have the "orientation" backwards. The path does not go "from pi/2 to 3pi/2" (i.e. from (0,1) to (0,-1)), it goes "from 3pi/2 to pi/2" (from (0,-1) to (0,1)). That reverses the sign on the integral.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top