I am working through the Boas mathematical methods book (Chapter 8, section 7, question 18). I am working on the vector calculus chapter.
The question is:
For $r = xi + y j + zk$,
Find: $\nabla$ $×$ ($k$ $×$ $r$)
My attempt:
Begin with expanding the triple cross product:
$(\nabla \cdot r)k$ - $(\nabla \cdot k)r$
However, now I am confused. If I take $\nabla$ = $\frac{\partial}{\partial x}i$ + $\frac{\partial}{\partial y}j$ + $\frac{\partial}{\partial z}k$, then how can I find $(\nabla \cdot k)$? The vectors are of different dimensions.
Any guidance is much appreciated.
You can just calculate it explicitly, step by step. $$ k \times r = \begin{vmatrix} i & j & k \\ 0 & 0 & 1 \\ x & y & z \end{vmatrix} = -yi + xj$$ then we can just directly compute the curl of the resulting vector-valued function. $$\nabla \times (k \times r) = \begin{vmatrix}i & j & k \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ -y & x & 0\end{vmatrix} = \boxed{2k}$$