Consider $\textbf{F}(x,y)=\frac{-y}{x^2+y^2}\textbf{i}+\frac{x}{x^2+y^2}\textbf{j}$.
Let $C_1$ be the upper half of the unit circle oriented counterclockwise, and let $C_2$ be the lower half of the unit circle oriented clockwise. Compute $\int_{C_1}\textbf{F} \dot \ d\textbf{r}$ and $\int_{C_2}\textbf{F} \dot \ d\textbf{r}$.
$C_1:x^2+y^2=1, x=\cos(\theta), y=\sin(\theta), 0 \leq \theta \leq \pi$
$dx = -\sin(\theta), dy = \cos(\theta)$
$\int_{C_1}\textbf{F} \dot \ d\textbf{r} = \int_0^{\pi} \langle \frac{-\sin(\theta)}{\sin^2(\theta)+\cos^2(\theta)}, \frac{\cos(\theta)}{\sin^2(\theta)+\cos^2(\theta)} \rangle \langle -\sin(\theta), \cos(\theta) \rangle \ d\theta$
$=\int_0^{\pi} \sin^2(\theta)+\cos^2(\theta) \ d\theta$
$= \left. \theta \right|_{0}^{\pi}$
$= \pi.$
$C_2: x=\cos(\theta), y=-\sin(\theta), 0 \leq \theta \leq \pi$
$dx=-\sin(\theta), dy=-\cos(\theta)$
$\int_{C_2}\textbf{F} \dot \ d\textbf{r} = \int_0^{\pi} \langle \sin(\theta), \cos(\theta) \rangle \langle -\sin(\theta), -\cos(\theta) \rangle \ d\theta$
$=\int_0^{\pi} -\sin^2(\theta)-\cos^2(\theta) \ d\theta$
$=\left. -\theta \right|_0^{\pi}$
$=-\pi$
Is $\int_C\textbf{F} \dot \ d\textbf{r}$ always independent of path? Why or why not?
No, $\int_C\textbf{F} \dot \ d\textbf{r}$ is not always independent of path. Because the vector field is undefined at (0,0), it is not conservative. Therefore, it depends on the path taken.
Could someone please tell me if I computed the line integrals correctly? Also, I'm not sure about my last answer about path independence. Is this correct?
Thank you.