It is given constant $a\in \mathbb R ^3$ and two vector fields:
$b(x)=x$ and $v(x)=\frac{x}{| | x | |^3 } $, $x\in \mathbb R^3$, $x\neq0$ Calculate: $div(a \times b)$ and $div $ $v$.
I know how to calculate $div$ and cross product generally, but I am not sure what here are excatly $a$,$b$ and $v$?
Can I for example write $a$ as $(a_1,a_2,a_3)$? What about $b$ and $v$?
$\mathbf x = (x_1,x_2,x_3)\\ v(\mathbf x) = \frac {\mathbf x}{\|\mathbf x\|^3}\\ \nabla\cdot v(\mathbf x) = (\nabla\cdot\mathbf x)\|\mathbf x\|^{-3} + \mathbf x\cdot\nabla\|\mathbf x\|^{-3}\\ {3}\|\mathbf x\|^{-3} - 3(\mathbf x\cdot \mathbf x)\|\mathbf x\|^{-5}\\ 0$
$a\times b = a_2x_3 - a_3x_2, a_3x_1-a_1x_3, a_1x_2 - a_2 x_1\\ \nabla \cdot (a\times b) = \frac {\partial}{\partial x_1}(a_2x_3 - a_3x_2)+\frac {\partial}{\partial x_2}(a_3x_1-a_1x_3)+\frac {\partial}{\partial x_3}(a_1x_2 - a_2 x_1) = 0$