1. What is the divergence of the vector field $\mathbf{F} = x^2\,\mathbf{i} + yz\,\mathbf{j} + z^3\,\mathbf{k}$?
- A.$2x + z + 3z^2$
- B.$2x + y + 3z^2$
- C.$x^2 + yz + z^3$
- D.$2x + yz + 3z^2$
View Answer
Answer: $2x + z + 3z^2$
Recall the divergence formula: The divergence of $\mathbf{F} = P\,\mathbf{i} + Q\,\mathbf{j} + R\,\mathbf{k}$ is $\nabla \cdot \mathbf{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z}$. Compute each partial derivative: $\frac{\partial}{\partial x}(x^2) = 2x$, $\frac{\partial}{\partial y}(yz) = z$, $\frac{\partial}{\partial z}(z^3) = 3z^2$. Summing gives $2x + z + 3z^2$. Why distractors fail: Option B replaces $z$ with $y$, confusing which variable survives the partial of $yz$ with respect to $y$. Option C simply lists the components without differentiating. Option D keeps the product $yz$ instead of differentiating $Q = yz$ with respect to $y$.