Why is
$$\int_{\mathbb{S}^1} \frac{-v\,du+u\,dv}{u^2+v^2}=2\pi$$
$$\mathbb{S}^1 = \{(u,v)\in\mathbb{R}^2 \quad st \quad u^2+v^2 =1 \}$$
I am a bit confused about this
$$ \int_{\mathbb{S}^1} \frac{-v\,du+u\,dv}{u^2+v^2}= \int_{\mathbb{S}^1} \frac{-v\,du+u\,dv}{1}= \int_{\mathbb{S}^1} -v\,du + \int_{\mathbb{S}^1} u\,dv= -vu+uv\bigg|_{\mathbb{S}^1}= 0 $$
What am I missing?
Edit:
Going my the suggestion you get $$ \int_{\mathbb{S}^1} \sin^2 \theta + \cos^2 \theta \, d\theta = \int_{\mathbb{S}^1} 1 \, d\theta = \theta_{\mathbb{S}^1} = 2\pi $$
Turning my comments into an answer:
Your first step of noticing $u^2+v^2 = 1$ to rewrite the denominator is a good one. However your second to last step is woefully mistaken because $u$ and $v$ are not independent variables since they solve the equation $u^2+v^2=1$. Try writing both in terms of the variable $\theta$ as $u = \cos\theta$ and $v = \sin\theta$ and see what you get.