Respuesta :
a. I've attached a plot of the surface. Each face is parameterized by
• [tex]\mathbf s_1(x,y)=x\,\mathbf i+y\,\mathbf j[/tex] with [tex]0\le x\le2[/tex] and [tex]0\le y\le6-x[/tex];
• [tex]\mathbf s_2(u,v)=u\cos v\,\mathbf i+u\sin v\,\mathbf k[/tex] with [tex]0\le u\le2[/tex] and [tex]0\le v\le\frac\pi2[/tex];
• [tex]\mathbf s_3(y,z)=y\,\mathbf j+z\,\mathbf k[/tex] with [tex]0\le y\le 6[/tex] and [tex]0\le z\le2[/tex];
• [tex]\mathbf s_4(u,v)=u\cos v\,\mathbf i+(6-u\cos v)\,\mathbf j+u\sin v\,\mathbf k[/tex] with [tex]0\le u\le2[/tex] and [tex]0\le v\le\frac\pi2[/tex]; and
• [tex]\mathbf s_5(u,y)=2\cos u\,\mathbf i+y\,\mathbf j+2\sin u\,\mathbf k[/tex] with [tex]0\le u\le\frac\pi2[/tex] and [tex]0\le y\le6-2\cos u[/tex].
b. Assuming you want outward flux, first compute the outward-facing normal vectors for each face.
[tex]\mathbf n_1=\dfrac{\partial\mathbf s_1}{\partial y}\times\dfrac{\partial\mathbf s_1}{\partial x}=-\mathbf k[/tex]
[tex]\mathbf n_2=\dfrac{\partial\mathbf s_2}{\partial u}\times\dfrac{\partial\mathbf s_2}{\partial v}=-u\,\mathbf j[/tex]
[tex]\mathbf n_3=\dfrac{\partial\mathbf s_3}{\partial z}\times\dfrac{\partial\mathbf s_3}{\partial y}=-\mathbf i[/tex]
[tex]\mathbf n_4=\dfrac{\partial\mathbf s_4}{\partial v}\times\dfrac{\partial\mathbf s_4}{\partial u}=u\,\mathbf i+u\,\mathbf j[/tex]
[tex]\mathbf n_5=\dfrac{\partial\mathbf s_5}{\partial y}\times\dfrac{\partial\mathbf s_5}{\partial u}=2\cos u\,\mathbf i+2\sin u\,\mathbf k[/tex]
Then integrate the dot product of f with each normal vector over the corresponding face.
[tex]\displaystyle\iint_{S_1}\mathbf f(x,y,z)\cdot\mathrm d\mathbf S=\int_0^2\int_0^{6-x}f(x,y,0)\cdot\mathbf n_1\,\mathrm dy\,\mathrm dx[/tex]
[tex]=\displaystyle\int_0^2\int_0^{6-x}0\,\mathrm dy\,\mathrm dx=0[/tex]
[tex]\displaystyle\iint_{S_2}\mathbf f(x,y,z)\cdot\mathrm d\mathbf S=\int_0^2\int_0^{\frac\pi2}\mathbf f(u\cos v,0,u\sin v)\cdot\mathbf n_2\,\mathrm dv\,\mathrm du[/tex]
[tex]\displaystyle=\int_0^2\int_0^{\frac\pi2}-u^2(2\sin v+\cos v)\,\mathrm dv\,\mathrm du=-8[/tex]
[tex]\displaystyle\iint_{S_3}\mathbf f(x,y,z)\cdot\mathrm d\mathbf S=\int_0^2\int_0^6\mathbf f(0,y,z)\cdot\mathbf n_3\,\mathrm dy\,\mathrm dz[/tex]
[tex]=\displaystyle\int_0^2\int_0^60\,\mathrm dy\,\mathrm dz=0[/tex]
[tex]\displaystyle\iint_{S_4}\mathbf f(x,y,z)\cdot\mathrm d\mathbf S=\int_0^2\int_0^{\frac\pi2}\mathbf f(u\cos v,6-u\cos v,u\sin v)\cdot\mathbf n_4\,\mathrm dv\,\mathrm du[/tex]
[tex]=\displaystyle\int_0^2\int_0^{\frac\pi2}-u^2(2\sin v+\cos v)\,\mathrm dv\,\mathrm du=\frac{40}3+6\pi[/tex]
[tex]\displaystyle\iint_{S_5}\mathbf f(x,y,z)\cdot\mathrm d\mathbf S=\int_0^{\frac\pi2}\int_0^{6-2\cos u}\mathbf f(2\cos u,y,2\sin u)\cdot\mathbf n_5\,\mathrm dy\,\mathrm du[/tex]
[tex]=\displaystyle\int_0^{\frac\pi2}\int_0^{6-2\cos u}12\,\mathrm dy\,\mathrm du=36\pi-24[/tex]
c. You can get the total flux by summing all the fluxes found in part b; you end up with 42π - 56/3.
Alternatively, since S is closed, we can find the total flux by applying the divergence theorem.
[tex]\displaystyle\iint_S\mathbf f(x,y,z)\cdot\mathrm d\mathbf S=\iiint_R\mathrm{div}\mathbf f(x,y,z)\,\mathrm dV[/tex]
where R is the interior of S. We have
[tex]\mathrm{div}\mathbf f(x,y,z)=\dfrac{\partial(3x)}{\partial x}+\dfrac{\partial(x+y+2z)}{\partial y}+\dfrac{\partial(3z)}{\partial z}=7[/tex]
The integral is easily computed in cylindrical coordinates:
[tex]\begin{cases}x(r,t)=r\cos t\\y(r,t)=6-r\cos t\\z(r,t)=r\sin t\end{cases},0\le r\le 2,0\le t\le\dfrac\pi2[/tex]
[tex]\displaystyle\int_0^2\int_0^{\frac\pi2}\int_0^{6-r\cos t}7r\,\mathrm dy\,\mathrm dt\,\mathrm dr=42\pi-\frac{56}3[/tex]
as expected.