Line Integral does not match Greens Theorem?

PhantomPower
Messages
14
Reaction score
0

Homework Statement



To evaluate the following line integral where the curve C is given by the boundary of the square 0 < x < 2 and 0 < y < 2 (In the anti clockwise sense):

\oint (x+y)^2 dx + (x-y)^2 dy

The Attempt at a Solution



Firstly it is noted that for a square ABDE :
Between AB, dy = 0 ,y = 0
Between BD, dx = 0 ,x = 2
Between DE, dy = 0 ,y = 2
Between EA, dx = 0 ,x =0

Thus : \int^2_0 x^2 dx + \int^2_0 (2-y)^2 dy + \int^0_2 (x+2)^2 dx + \int^0_2 -y^2 dy
Giving \frac{x^3}{3} |^2_0 + \frac{-(2-y)^3}{3} |^2_0 + \frac{(x+2)^3}{3} |^0_2 + \frac{-y^3}{3} |^0_2

Evaluating gives 10.6? but applying greens theorem gives -16. Can anyone spot my mistake - Probaly a negative sign?

Thanks very much.
P.s sorry for typos this keyboard is broken
 
Physics news on Phys.org
Hi PhantomPower! :smile:

erm :redface:

∫ (2 - y)2 is the same as ∫ (y - 2)2 ! :wink:

(similary for (-y)2)
 
Ooops.

Thanks very much - been a long day...
 
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