I'm studying the viscous Burgers equation, $$ \frac{\partial u}{\partial t} + u \frac{\partial u}{\partial x} = \nu \frac{\partial^2 u}{\partial x^2}, $$ and I came across this paper, that studies the equation with $\nu=1$ and infinite domain. In the paper, which defines the energy as $$ E(t) = \frac{1}{2} \int_\mathbb{R} |u(x,t)|^2 \exp \frac{x^2}{4} \, \mathrm{d} x, $$ I found the interesting energy bound (page 5) $$ E(t) \leq E(0) (t+1)^{-3/4}, $$ which is given without proof just after the definition of a weak solution for the equation.
The thing is, I am studying the equation with generic viscosity, and I tried comparing the energy decay in my (numerical) solution, using $$ E(t) \leq E(0) \left( \frac{t}{\nu} +1 \right)^{-3/4}, $$ and I verified that the energy and the bound are remarkably close for small viscosities and that the bound works for larger viscosities. My motivation for trying this was that changing $t$ for $\tau/\nu$ in the heat equation (a 'convection-less' form of the Burgers equation) would lead it from $$ \frac{\partial u}{\partial t} = \nu \frac{\partial^2 u}{\partial x^2} \ \text{ to } \ \frac{\partial u}{\partial \tau} = \frac{\partial^2 u}{\partial x^2}. $$
Now, I would like to understand how to obtain the energy bound, so I can try to work it with an arbitrary viscosity and justify the energy bound I 'found'. Any help would be appreciated.