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.
2026-03-27 13:39:53.1774618793
On
Proving the curl of a gradient is zero
10.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
You have that $\nabla f = (\partial_x f, \partial_y f, \partial_z f)$
and $curl f = (\partial_y f_3 - \partial_z f_2, \partial_z f_1 - \partial_x f_3, \partial_x f_2 - \partial_y f_1) $. Where $f_i =$ i:th element in the vector.
So $curl \nabla f = (\partial_{yz} f - \partial_{zy} f, \partial_{zx} - \partial_{xz}, \partial_{xy} - \partial_{yx} )$.
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$.