Line integral with vector function on circular path.

thepatient
Messages
160
Reaction score
0
I'm not getting the answer from the back of the book for some reason. Is the book wrong or am I wrong?

Homework Statement


calculate \intf · dr for the given vector field f(x, y) and curve C:

f(x, y) = (x^2 + y^2) i; C : x = 2 + cos t, y = sin t, 0 ≤ t ≤ 2π

Homework Equations


itex]\int[/itex]f · dr
r(t) = <x(t), y(t)>
dr = r'(t) dt

The Attempt at a Solution



\int_{C}\widehat{F}*dr

F = <x^2+y^2, 0>
C: x=2+cost, y = sint, 0<=t<=2pi

r(t) = <2+cost, sint>
r'(t) = <-sint, cost>

F(r(t)) * r'(t) = <(2+cost)^2 + sin^2(t), 0> * <-sint, cost> =
-sint(4 + 4cos(t) + cos^2(t) + sin^2(t)) = -sint(5+4cost)

Letting u = 5+ 4cost
du/4 = -sintdt
\int -sint(5+4cost)dt= 1/4 \int udu = 1/8 (5+4cost)^2 |t = 0..2pi =
81/8 -81/8 = 0

But the answer in the back of the book says 4pi, what did I do wrong?

Since the path taken is a closed curve, I also tried green's theorem to verify if it's right or not, but I got -2 2/3 using greens theorem. Green's theorem does apply in this case, does it not?
 
Last edited:
Physics news on Phys.org
Very strange problem to me. :\ Maybe someone here might know what I did wrong.
 
What are x2 and y2?

ehild
 
Oops, sorry it is supposed to be F(x,y) = <(x^2 + y^2), 0>. Fixed it. XD
 
Your work looks good.

ehild
 
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