In fluid mechanics, the helicity is defined as $$\int_{R^3} u(x,t)\cdot \omega(x,t),$$ where $u(x,t)$ is a smooth solution of the Euler equations $$\partial_tu + (u \cdot \nabla) u = -\nabla p$$ $$\nabla \cdot u = 0,$$ and $\omega$ is the vorticity $\omega = \nabla \times u$. We need to show that helicity is a conserved quantity.
What I tried to do: We also have the Euler equations in vorticity form $$\partial_t \omega + ((u\cdot \nabla )\omega) = (\omega \cdot \nabla)u.$$
So, if we write in component form, and then multiply the first equation by $\omega_j$, the second equation by $u_j$, and then sum over $j$, the left hand side has a term $\frac{d}{dt}\int_{R^3} (u \cdot \omega)$, which is what we are trying to show is $0$. But then the rest of the terms don't seem to cancel (I would also think some sort of integration by parts should help here).
Is there a different approach that you suggest works?
The rate of change of the helicity is given by
$$\frac{dH}{dt} = \frac{d}{dt}\int_{\mathbb{R}^3} [u\cdot \omega]\,{\rm d}^3x = \int_{\mathbb{R}^3} \left[\frac{\partial u}{\partial t}\cdot \omega + u \cdot \frac{\partial \omega}{\partial t}\right]\,{\rm d}^3x$$
First we can use the Euler equation and the vorticity equation
$$\frac{\partial \omega}{\partial t} = (\omega\cdot\nabla)u - (u\cdot\nabla)\omega$$
to get rid of the time-derivatives. This leaves us with
$$\frac{dH}{dt} = \int_{\mathbb{R}^3} \left[-\nabla p \cdot \omega - \omega\cdot(u\cdot \nabla)u + u \cdot(\omega\cdot\nabla)u - u \cdot(u\cdot\nabla)\omega\right]\,{\rm d}^3x$$
The first term can be rewritten as $-\nabla \cdot [p \omega]$ since $\nabla\cdot \omega = 0$ and for the rest of the terms we find
$$\begin{align}\frac{1}{2}\nabla\cdot(|u|^2\omega) &= u\cdot (\omega\cdot \nabla)u \\ \nabla\cdot[u(u\cdot\omega)] &= \omega\cdot(u\cdot \nabla)u + u\cdot (u\cdot\nabla)\omega\end{align}$$
where we have used $\nabla\cdot\omega = \nabla\cdot u = 0$. Putting it all togeather gives us
$$\frac{dH}{dt} = \int_{\mathbb{R}^3} \nabla\cdot\left[-p \omega - u(u\cdot\omega) + \frac{1}{2}|u|^2\omega\right]\,{\rm d}^3x$$
and the desired result, $\frac{dH}{dt} = 0$, follows by the divergence theorem.