Please can someone verify my proof that $$\psi = {x dy - y d x\over x^2 + y^2}$$ is not exact?
Here is my work:
If $\psi$ was exact there would exist $f:\mathbb R^2 \setminus \{0\} \to \mathbb R$ such that $df = f_x dx + f_y dy = \psi$. Here $f_x = {-y \over x^2 + y^2}$ and $f_y = {x \over x^2 + y^2}$.
It would hold true that $$\int f_x dx = \int f_y dy = f.$$ So I calculate these integrals:
$$ \int f_x dx = -{1\over 2}\log(x^2 + y^2)$$
and
$$ \int f_y dy = {1\over 2}\log(x^2 + y^2)$$
It is clear that these cannot be equal therefore $\psi$ is not exact.
Edit
The first thing I had tried (it did not work) was to calculate the integral along a closed curve:
$$ \int_{S^1}\psi = \int_{S^1} {x \over x^2 + y^2} dy - \int_{S^1} {y \over x^2 + y^2} dx = \int_{S^1} x dy - \int_{S^1} y dx= x \int_{S^1} dy - y \int_{S^1} dx = 0$$
since $\int_{S^1}dx = 0$.