Visual Description:
A 3D coordinate system diagram showing the surface S. The surface is a downward-opening paraboloid defined by \(z = 1 - x^2 - y^2\), located above the xy-plane. The peak of the paraboloid is at (0, 0, 1) on the vertical z-axis, and its base is a circle of radius 1 centered at the origin in the xy-plane. Blue arrows on the surface point upward and outward, representing the positive orientation of the normal vectors. The x, y, and z axes are drawn to show the spatial orientation.
By Stokes' Theorem, the surface integral of the curl is equal to the line integral around the boundary curve \(C\):
\[ \iint_{S} \text{curl } \vec{F} \cdot d\vec{S} = \oint_{C} \vec{F} \cdot d\vec{r} \]
First, we identify the boundary curve \(C\), which is the intersection of the paraboloid and the \(xy\)-plane:
- Surface equation: \(z = 1 - x^2 - y^2\)
- \(xy\)-plane equation: \(z = 0\)
Setting \(z = 0\), we get \(0 = 1 - x^2 - y^2\), which is a circle of radius 1 at \(z = 0\).
Next, we parameterize the curve \(C\):
\[ \vec{r}(t) = \langle \cos t, \sin t, 0 \rangle, \quad 0 \le t \le 2\pi \]
The derivative is:
\[ \vec{r}'(t) = \langle -\sin t, \cos t, 0 \rangle \]
Evaluating the vector field \(\vec{F}\) on the curve \(\vec{r}(t)\):
\[ \vec{F}(\vec{r}(t)) = \langle xz - y, x - yz, x^2 \rangle = \langle (\cos t)(0) - \sin t, \cos t - (\sin t)(0), \cos^2 t \rangle \]
\[ \vec{F}(\vec{r}(t)) = \langle -\sin t, \cos t, \cos^2 t \rangle \]
Finally, we calculate the line integral:
\[ \iint_{S} \text{curl } \vec{F} \cdot d\vec{S} = \oint_{C} \vec{F} \cdot d\vec{r} = \int_{0}^{2\pi} \vec{F}(\vec{r}(t)) \cdot \vec{r}'(t) \, dt \]
\[ = \int_{0}^{2\pi} \langle -\sin t, \cos t, \cos^2 t \rangle \cdot \langle -\sin t, \cos t, 0 \rangle \, dt \]
\[ = \int_{0}^{2\pi} (\sin^2 t + \cos^2 t + 0) \, dt \]
\[ = \int_{0}^{2\pi} 1 \, dt = [t]_{0}^{2\pi} = \mathbf{2\pi} \]