flyingpig
- 2,574
- 1
Homework Statement
Evaluate [tex]\int \mathbf{F} \cdot d\mathbf{S}[/tex] where [tex]\mathbf{F} = <-y^2,x,z^2>[/tex] and C is the curve of intersection of the plane y + z = 2 and the cylinder [tex]x^2 + y^2 = 1[/tex] (Orient C to be CCW when viewed from above)
Solution
curlF = <0,0,1+2y>
z = 2 - y
[tex]\int \mathbf{F} \cdot d\mathbf{S} = \iint_S curl \mathbf{F} \cdot d\mathbf{S} = \int_{0}^{2\pi} \int_{0}^{1} (1 + 2r\; \sin\theta) r dr d\theta = \pi[/tex]
The Attempt at a Solution
I did all of that, except I don't understand why the surface is chosen to be the plane. I thought the surface I am suppose to integrate is the cylinder
So parametrizing
[tex]\mathbf{r}(u,v) = <cos(u), sin(u), v>[/tex]
[tex]\mathbf{r_u} \times \mathbf{r_v} = <cos(u),sin(u),0>[/tex]
[tex]\iint_S curl\mathbf{F} \cdot d\mathbf{S} = \iint_S 0 dS = 0[/tex]
The 0 is wrong i know...