What is the value of the line integral?

brainslush
Messages
23
Reaction score
0

Homework Statement


Use Green’s theorem to find the integral
\oint_{\gamma} \frac{-y}{x^2+y^2}dx+\frac{x}{x^2+y^2}dy
along two different curves γ: first where γ is the simple closed curve which goes along x = −y2 + 4 and x = 2, and second where γ is the square with vertices (−1, 0), (1, 0), (0, 1), (0, −1).


Homework Equations





The Attempt at a Solution


I'm bit confused b/c
d(\frac{-y}{x^2+y^2})/dy = \frac{y^2-x^2}{(x^2+y^2)^2}
d(\frac{x}{x^2+y^2})/dx = \frac{y^2-x^2}{(x^2+y^2)^2}

Then by Green's theorem one gets

\int_{A}\int (d(\frac{x}{x^2+y^2})/dx-d(\frac{-y}{x^2+y^2})/dy) dx dy = \int_{A}\int 0 dx dy = 0

What am I missing?
 
Physics news on Phys.org
You are not missing anything. The answer IS 0.

Here you have a line integral of a conservative field (you can tell it's conservative from the equality of the partial derivatives).
A line integral of a conservative field will always be zero for any path that begins and ends at the same point, i.e any closed curve.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top