What is the cross product in spherical coordinates?

101.9k Views Asked by At

The curl of an arbitrary vector, $\vec{A}$ is The curl of an arbitrary vector $\vec{A}$ in spherical coordinates

\begin{align*} \nabla \times \vec{A} &= \frac{1}{r^{2}\sin{\theta}}\left| \begin{array}{ccc} \hat{r} & r\hat{\theta} & r\sin{\theta}\hat{\phi}\\ \dfrac{\partial}{\partial r} & \dfrac{\partial}{\partial \theta} & \dfrac{\partial}{\partial \phi} \\ A_{r} & rA_{\theta} & r\sin{\theta}A_{\phi} \end{array} \right| \\ &=\frac{\hat{r}}{r\sin{\theta}}\bigg[ \frac{\partial}{\partial\theta}(A_{\phi}\sin{\theta})-\frac{\partial A_{\theta}}{\partial \phi}\bigg] +\frac{\hat{\theta}}{r\sin{\theta}}\bigg[\frac{\partial A_{r}}{\partial\phi}-\sin{\theta}\frac{\partial}{\partial r}(rA_{\phi}) \bigg]+\frac{\hat{\phi}}{r}\bigg[\frac{\partial}{\partial r}(rA_{\theta})-\frac{\partial A_{r}}{\partial\theta} \bigg] \end{align*}

Can I simply let $\nabla = E$ and $\vec{A} = \vec{B}$ to say that the cross product of $\vec{E}$ and $\vec{B}^{*}$ in spherical coordinates \begin{align*} \vec{E} \times \vec{B}^{*}&= \frac{\hat{r}}{r\sin{\theta}}\big( E_{\theta}B_{\phi}^{*}\sin{\theta} - E_{\phi}B_{\theta}^{*} \big) +\frac{\hat{\theta}}{r\sin{\theta}}(E_{\phi}B_{r}^{*}-r \sin{\theta}E_{r}B_{\phi}^{*})+\frac{\hat{\phi}}{r}(rE_{r}B_{\theta}^{*}-E_{\theta}B_{r}^{*}) \\ \end{align*}

1

There are 1 best solutions below

5
On

The cross product in spherical coordinates is given by the rule,

$$ \hat{\phi} \times \hat{r} = \hat{\theta},$$

$$ \hat{\theta} \times \hat{\phi} = \hat{r},$$

$$ \hat{r} \times \hat{\theta} = \hat{\phi},$$

this would result in the determinant,

$$ \vec{A} \times \vec{B} = \left| \begin{array}{ccc} \ \hat{r} & \hat{\theta} & \hat{\phi} \\ A_r & A_\theta & A_\phi \\ B_r & B_\theta & B_\phi \\ \end{array}\right|$$

This rule can be verified by writing these unit vectors in Cartesian coordinates.

The scale factors are only present in the determinant for the curl. This has to do with the definition of the curl and its use of length and area.