I have the vector field
$$F(x, y) = (\frac{-y}{(x-1)^2+y^2} + \frac{y}{(x+1)^2+y^2}, \frac{x-1}{(x-1)^2+y^2} + \frac{-x-1}{(x+1)^2+y^2})$$
Using Green's Theorem I want to calculate the work done by $F$ along a circle of the form $(x-1)^2 + y^2 = 1$.
How should I do it since the denominator is zero at $(1, 0)$ and $(-1, 0)$? I know that theoretically I could divide the region in 2 parts, but how do I set it up analytically in order to compute the work?
You can't use Green's theorem because you don't have continuous partial derivatives.
Let $G = (\frac {-y}{(x-1)^2 + y^2},\frac {x-1}{(x-1)^2+y^2})$ and $H = (\frac {-y}{(x+1)^2 + y^2},\frac {x+1}{(x+1)^2+y^2})$
$F = G-H$
It is easier to check $G$ and $H$ independently to see that they are curl free.
$H$ does have continuous partials over the region, so the integral of a conservative field over a closed curve is zero.
Now we can parameterize the curve and integrate $G.$
$\int_0^{2\pi} (-\sin x,\cos x)\cdot (-\sin x. \cos x)\ dx = 2\pi$