Is curl of a given vector always perpendicular to the given vector field?

11.8k Views Asked by At

As we know cross product of any two vectors yields a vector perpendicular to plane containing both the vectors so is it same for the vector operator del crossed with a vector ∇ × F (curl of vector field F). if not why?

2

There are 2 best solutions below

1
On

If $F = (-y, x, 1)$, then $\nabla \times F = (0, 0, 2)$ is not orthogonal to $F$. The cross product formalism is a mnemonic for remembering the curl formula, not a literal cross product of vectors: The "components" of $\nabla$ act on the components of $F$ by differentiation, not by multiplication.

3
On

No. As an example, consider the vector field $\vec{F} = y \hat{i} - x \hat{j} + \hat{k}$, whose curl is $\vec{\nabla} \times \vec{F} = 2 \hat{k}$. This is obviously not perpendular to $\vec{F}$ itself.

As to why this is not the case, the best answer I can think of is that the value of a function at a particular point and its derivatives at that same point are basically independent of each other, i.e., you can always find a function with a given value and a given set of derivatives at any one point in space. Since the curl of a vector field depends on the field's derivatives, it makes sense that the vector field and its curl could point pretty much any direction relative to each other.