1. Let $\mathbf{F}(x, y) = \langle -y, x \rangle$. Compute the circulation $\oint_C \mathbf{F} \cdot d\mathbf{r}$ where $C$ is the unit circle $x^2 + y^2 = 1$ traversed counterclockwise.
- A.$0$
- B.$\pi$
- C.$2\pi$
- D.$4\pi$
View Answer
Answer: $2\pi$
Parametrize the unit circle: Let $\mathbf{r}(t) = \langle \cos t, \sin t \rangle$ for $t \in [0, 2\pi]$. Then $d\mathbf{r} = \langle -\sin t, \cos t \rangle\, dt$. Evaluate the integrand: $\mathbf{F}(\cos t, \sin t) = \langle -\sin t, \cos t \rangle$. The dot product is $\mathbf{F} \cdot d\mathbf{r} = (-\sin t)(-\sin t) + (\cos t)(\cos t) = \sin^2 t + \cos^2 t = 1$. Compute the integral: $\oint_C \mathbf{F} \cdot d\mathbf{r} = \int_0^{2\pi} 1\, dt = 2\pi$. Why distractors fail: Option A ($0$) would be the result for a conservative field, but $\mathbf{F} = \langle -y, x \rangle$ is not conservative. Option B ($\pi$) uses incorrect limits or a half-circle. Option D ($4\pi$) doubles the correct answer, perhaps from a radius error.