Step 1: Problem Overview:
The problem requires calculating the flux of a vector field through a closed cube. The Gauss Divergence Theorem is the appropriate method, relating the surface integral to a volume integral.
Step 2: Method:
The Gauss Divergence Theorem states:
\[ \oiint_S \vec{F} \cdot d\vec{S} = \iiint_V (abla \cdot \vec{F}) dV \]
Where \( V \) is the volume enclosed by surface \( S \).
The given vector field is \( \vec{F} = x^2 \hat{i} + z \hat{j} + yz \hat{k} \).
Step 3: Solution:
First, calculate the divergence of \( \vec{F} \):
\[ abla \cdot \vec{F} = \frac{\partial}{\partial x}(x^2) + \frac{\partial}{\partial y}(z) + \frac{\partial}{\partial z}(yz) \]
\[ abla \cdot \vec{F} = 2x + 0 + y = 2x + y \]
Apply the Divergence Theorem to the cube defined by \( -1 \le x \le 1 \), \( -1 \le y \le 1 \), and \( -1 \le z \le 1 \):
\[ \oiint_S \vec{F} \cdot d\vec{S} = \iiint_V (2x + y) dV = \int_{-1}^{1} \int_{-1}^{1} \int_{-1}^{1} (2x + y) dz \, dy \, dx \]
Separate the integral:
\[ \int_{-1}^{1} \int_{-1}^{1} \int_{-1}^{1} 2x \, dz \, dy \, dx + \int_{-1}^{1} \int_{-1}^{1} \int_{-1}^{1} y \, dz \, dy \, dx \]
The first integral evaluates to 0 because \( \int_{-1}^{1} 2x \, dx = [x^2]_{-1}^{1} = 0 \).
The second integral evaluates to 0 because \( \int_{-1}^{1} y \, dy = [\frac{y^2}{2}]_{-1}^{1} = 0 \).
Therefore, the total integral is \( 0 + 0 = 0 \).
Step 4: Answer:
The surface integral evaluates to 0.