Question:medium

If \( \vec{F} = x^2 \hat{i} + z \hat{j} + yz \hat{k} \), for \( (x, y, z) \in \mathbb{R}^3 \), then:

Evaluate \( \oiint_S \vec{F} \cdot d\vec{S} \), where \( S \) is the surface of the cube formed by \( x = \pm 1, y = \pm 1, z = \pm 1 \):

Show Hint

When integrating an odd function (like \(f(x)=x\)) over a symmetric interval (like \([-a, a]\)), the result is always zero. This is a very useful shortcut for evaluating integrals over symmetric domains like cubes or spheres centered at the origin.
Updated On: Feb 10, 2026
  • 24
  • 6
  • 1
  • 0
Show Solution

The Correct Option is D

Solution and Explanation

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.
Was this answer helpful?
0