Izzhov
- 120
- 0
Homework Statement
Given the vector field \vec{v} = (-y\hat{x} + x\hat{y})/(x^2+y^2)
Show that \oint \vec{dl}\cdot\vec{v} = 2\pi\oint dl for any closed path, where dl is the line integral around the path.
Homework Equations
Stokes' Theorem: \oint_{\delta R} \vec{dl}\cdot\vec{v} = \int_R \vec{dA}\cdot(\vec{\nabla}\times\vec{v})
The Attempt at a Solution
I tried finding the curl of v, and got that the x and y components were zero, and the z component is \frac{\delta}{\delta x}(x/(x^2+y^2)) + \frac{\delta}{\delta y}(y/(x^2+y^2)), which becomes (y^2-x^2+x^2-y^2)/(x^2+y^2)^2, which is also zero. But this can't be right, because that would imply that \oint \vec{dl}\cdot\vec{v} = \int \vec{dA}\cdot0 = 0 by Stokes' Theorem, which would mean the thing I'm trying to show is false, since 2\pi\oint dl is not always zero.