1. Which of the following correctly expresses the curl of a vector field $\mathbf{F} = P\,\mathbf{i} + Q\,\mathbf{j} + R\,\mathbf{k}$?
- A.$\left(\frac{\partial R}{\partial y} - \frac{\partial Q}{\partial z}\right)\mathbf{i} + \left(\frac{\partial P}{\partial z} - \frac{\partial R}{\partial x}\right)\mathbf{j} + \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\mathbf{k}$
- B.$\left(\frac{\partial Q}{\partial z} - \frac{\partial R}{\partial y}\right)\mathbf{i} + \left(\frac{\partial R}{\partial x} - \frac{\partial P}{\partial z}\right)\mathbf{j} + \left(\frac{\partial P}{\partial y} - \frac{\partial Q}{\partial x}\right)\mathbf{k}$
- C.$\frac{\partial P}{\partial x}\,\mathbf{i} + \frac{\partial Q}{\partial y}\,\mathbf{j} + \frac{\partial R}{\partial z}\,\mathbf{k}$
- D.$\left(\frac{\partial R}{\partial y} - \frac{\partial Q}{\partial z}\right)\mathbf{i} + \left(\frac{\partial R}{\partial x} - \frac{\partial P}{\partial z}\right)\mathbf{j} + \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\mathbf{k}$
View Answer
Answer: $\left(\frac{\partial R}{\partial y} - \frac{\partial Q}{\partial z}\right)\mathbf{i} + \left(\frac{\partial P}{\partial z} - \frac{\partial R}{\partial x}\right)\mathbf{j} + \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\mathbf{k}$
Recall the determinant formula for curl: The curl is computed as $\nabla \times \mathbf{F} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial/\partial x & \partial/\partial y & \partial/\partial z \\ P & Q & R \end{vmatrix}$. Expand the determinant: The $\mathbf{i}$-component is $\frac{\partial R}{\partial y} - \frac{\partial Q}{\partial z}$, the $\mathbf{j}$-component is $\frac{\partial P}{\partial z} - \frac{\partial R}{\partial x}$ (note the sign from cofactor expansion), and the $\mathbf{k}$-component is $\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}$. Why distractors fail: Option B reverses the sign of every component (a common error from mishandling the determinant signs). Option C gives the components of the gradient applied component-wise, which is related to divergence, not curl. Option D has an incorrect $\mathbf{j}$-component — it omits the sign change needed for the middle cofactor.