[Math] Proving the curl of a gradient is zero

index-notationvector analysisvectors

I'm having trouble proving $$\nabla\times(\nabla f)=0$$ using index notation. I have started with: $$(\hat{e_i}\partial_i)\times(\hat{e_j}\partial_j f)=\partial_i\partial_jf(\hat{e_i}\times\hat{e_j})=\epsilon_{ijk}(\partial_i\partial_j f)\hat{e_k}$$
I know I have to use the fact that $\partial_i\partial_j=\partial_j\partial_i$ but I'm not sure how to proceed.

Best Answer

The point is that the quantity $M_{ijk}=\epsilon_{ijk}\partial_i\partial_j$ is antisymmetric in the indices $ij$, $$M_{ijk}=-M_{jik}$$

So when you sum over $i$ and $j$, you will get zero because $M_{ijk}$ will cancel $M_{jik}$ for every triple $ijk$.

Related Question