Exercise on Stein's/Sharkachi book chapter 6:
Let $u(x, t)$ be a smooth solution of the wave equation and let $E(t)$ denote the energy of this wave $$E(t) = \int_{\mathbb R^d} \bigg|\frac{\partial u(x,t)}{\partial t}\bigg|^2+\sum_{j=1}^d \int_{\mathbb R^d}\bigg | \frac{\partial u(x,t)}{\partial x_j}\bigg |^2 dx.$$ We have seen that $E(t)$ is constant using Plancherel’s formula. One can give an alternate proof of this fact by differentiating the integral with respect to $t$ and showing that $\frac{dE}{dt} = 0.$
I remember that when we were in the 1-dimensional case, to prove a similar formula (which didn't involved modules back then), we had to multiply $u_{tt}= u_{xx}$ by $u_t$, integrate with respect to $x$ and then realize integration by parts. Noticing that $1/2(u_t^2)_t = u_{tt}u_t $ and doing similarly for $u_{xx}u_t$, we would arrive that: $\frac{d}{dt}(1/2\int u_t^2dx+1/2\int u_x^2dx ) =0 $ which implies the conservation of energy.
So the hint given for the problem in $\mathbb R^d$ is the same: use integration by parts. But I dunno exactly what is the d-dimensional analog of integration by parts. How can I solve this problem?