Find $\oint_C \vec{F} \cdot d \vec{r}$ where $C$ is a circle of radius $2$ in the plane $x+y+z=3$, centered at $(2,4,−3)$ and oriented clockwise when viewed from the origin, if $\vec{F}=5y \vec{\imath} −5x \vec{\jmath} +4(y−x) \vec{k}$
Relevant equations:
Stokes theorem: $$\int_S \operatorname{curl}{F} \cdot \mathbf{n} \, dS = \oint_{\partial S} F \cdot d\mathbf{r}$$
My attempt:
For the curl I get $(4,4,-10)$.
For $d\vec{S}$ I get $(1,1,1)$ from $z = 3-x-y$
Dotted together its $-2$.
So: $-2 \iint_S dA$.
Area of circle is $4\pi$.
My answer would be $-8\pi$ but the online homework system says it's not correct. Please help!
$x+y+z=3 \implies z = -x-y+3$
$\begin{align} \\ d\vec{S} =\hat{n}dS &= \langle -f_x,-f_y,1 \rangle dxdy\\~\\&= \langle 1,1,1 \rangle dA \end{align}$
you get : $-2\iint_S dA$
So far your work is correct ! there is a mistake in your next step :
$-2\iint_{\color{green}{\mathbb S}} dA \color{red}{\ne} 4\pi $
why ? because you're assuming that the given circle itself is a shadow in the $xy$ plane, which is wrong.
since $dA=dxdy$, for the range of $x$ and $y$, you need to take shoadow of $\color{green}{\mathbb S} $ in $xy$ plane :
If $\alpha$ is the angle between $xy$ plane and $\color{green}{\mathbb S}$, then clearly the area scales by a factor of $\cos \alpha $ :
$\text{Area of ellipse in xy plane} = (\text{Area of circle in } \color{green}{\mathbb S})\times \cos \alpha = 4\pi \cos \alpha = 4\pi \dfrac{ \langle 1,1,1 \rangle . \langle 0,0,1 \rangle}{|| \langle 1,1,1 \rangle||} = \dfrac{4\pi}{\sqrt{3}}$