1. A thin spherical shell of radius $R$ has a non-uniform temperature distribution $T(\phi) = T_0 + T_1\cos\phi$ on its surface, where $\phi$ is the polar angle and the thermal conductivity is $k$. An engineer needs to compute the total outward heat flow through the shell. Which combination of steps correctly sets up this computation?
- A.Compute $\nabla T$, then integrate $-k\nabla T \cdot \hat{\mathbf{n}}$ over the sphere using $dS = R^2 \sin\phi\,d\phi\,d\theta$
- B.Compute $\nabla T$ in spherical coordinates, then apply the Divergence Theorem to convert to a volume integral over the ball
- C.Evaluate $-k\,dT/d\phi$ and integrate over $\phi \in [0, \pi]$ without a surface element
- D.Apply Stokes' Theorem to convert the surface integral of heat flux into a line integral around the equator
View Answer
Answer: Compute $\nabla T$, then integrate $-k\nabla T \cdot \hat{\mathbf{n}}$ over the sphere using $dS = R^2 \sin\phi\,d\phi\,d\theta$
Identify what must be computed: Total outward heat flow is $\iint_S \mathbf{F} \cdot d\mathbf{S}$ where $\mathbf{F} = -k\nabla T$. This requires the gradient of $T$ and the oriented surface element of the sphere. Correct approach (Option A): Compute $\nabla T$ (most naturally in spherical coordinates, since $T$ depends on $\phi$), then integrate $-k\nabla T \cdot \hat{\mathbf{n}}$ over the sphere using the spherical surface element $dS = R^2\sin\phi\,d\phi\,d\theta$. This correctly accounts for both the heat flux direction and the geometry of the sphere. Why distractors fail: Option B: The Divergence Theorem converts to a volume integral inside the ball, but $T$ is only defined on the surface, not throughout the interior, so this approach is not directly applicable without additional assumptions. Option C: It drops the surface area element and treats the problem as one-dimensional, losing the $\sin\phi$ Jacobian and the $\theta$ integration. Option D: Stokes' Theorem converts a surface integral of curl into a line integral — heat flux is not a curl, so this theorem does not apply.