Calculating Curl of a vector field using properties of $\nabla$.

419 Views Asked by At

So i need to find the curl of a vector field $v=(a\cdot r)a\times r$ where $a$ is some constant vector and $r=(x,y,z)$ is the position vector.

So i know the curl is given by the cross product $$\nabla \times v =\nabla \times ((a\cdot r)a\times r)$$

I know I can't use regular properties of dot and cross products since the $\nabla$ operator is non-commutative and the furthest i can get is$$\nabla \times v =\nabla \times(a\cdot r) (a\times r)$$

Since $a \cdot r$ is a scalar. So what should i do?

1

There are 1 best solutions below

3
On BEST ANSWER

The $\nabla\times$ trick for computing the curl is only meant for the simplest situations. This mnemonic device cannot be integrated into more complicated vector algebra constructions, as are present in the example at hand.

In order to simplify the computations we introduce in ${\mathbb R}^3$ a new righthanded orthonormal frame $({\bf e}_1,{\bf e}_2,{\bf e}_3)$ with ${\bf e}_1$ in the direction of ${\bf a}$, so that ${\bf a}=\alpha{\bf e}_1$, $\>\alpha>0$. Then $${\bf v}({\bf x})=\alpha^2({\bf e}_1\cdot{\bf x})\bigl({\bf e}_1\times{\bf x}\bigr)=\alpha^2 x_1(0,-x_3,x_2)=\alpha^2(0,-x_1x_3,x_1x_2)\ .$$ Using the standard partial derivatives formula for computing the curl one obtains $${\rm curl}\,{\bf v}({\bf x})=\alpha^2(2x_1,-x_2,-x_3)=3\alpha^2({\bf e}_1\cdot{\bf x}){\bf e}_1-\alpha^2{\bf x}\ .$$ This can be rewritten in the coordinate free form $${\rm curl}\,{\bf v}({\bf x})=3({\bf a}\cdot{\bf x}){\bf a}-|{\bf a}|^2{\bf x}\ .\tag{1}$$ If you don't believe this compute ${\rm curl}\,{\bf v}$ with respect to the given coordinates $(x_1,x_2,x_3)$. In this setup ${\bf a}=(a_1,a_2,a_3)$, and you first have to compute the components $v_i$ of$${\bf v}({\bf x})=\bigl(v_1(x_1,x_2,x_3),v_1(x_1,x_2,x_3),v_1(x_1,x_2,x_3)\bigr)\ .$$ Then start differentiating. At the end you will see that the result can be simplified to $(1)$:

enter image description here