Are there any general statements of the curl or the divergence of a 3-dimensional vectorial function, e.g. for the magnetic field:
$$|\nabla\times\boldsymbol B\left(t,\vec{x}\right)| = ?$$ $$|\nabla\cdot\boldsymbol B\left(t,\vec{x}\right)| = ?$$
Thank you in advance. :)
In cartesian coordinates, we have that $$(\nabla \times \vec{v})_i=\epsilon_{ijk}\partial_jv_k$$ So $$\begin{align} |\nabla \times \vec{v}|^2&=(\nabla \times \vec{v})\cdot(\nabla \times \vec{v})\\&=\epsilon_{ijk}(\partial_jv_k)\epsilon_{ipq}(\partial_pv_q)\\ &=(\delta_{jp}\delta_{kq}-\delta_{jq}\delta_{kp})(\partial_jv_k)(\partial_pv_q)\\ &=(\partial_pv_q)(\partial_pv_q)-(\partial_qv_p)(\partial_pv_q)\\ &=(\nabla\cdot v)^2-(\partial_qv_p)(\partial_pv_q)\\ &=|\nabla \cdot v|^2-J_{pq}J_{qp}\\ &=|\nabla \cdot v|^2-\operatorname{Tr}(J^2) \end{align}$$ Where $J$ is the jacobian matrix.