I am struggling to solve this first order ODE.
$$ u'\,^2 = a u^2 + b u^3$$
Mathematica gives me,
$$ u(v) = \dfrac{a}{b} \mathrm{sech} \left( \dfrac{1}{2} \sqrt{a} \ (v + c) \right)^2 $$
So I assume there is some nice method I can use to get this, any ideas?
Hint
You could notice that the equation is separable and that you can write it as $$\frac{dv}{du}=\frac{1}{\sqrt{a u^2+b u^3}}$$ and the integration leads to $$v=-\frac{2 \tanh ^{-1}\left(\sqrt{\frac{a+b u}{a}}\right)}{\sqrt{a}}+c$$ I am sure that you can take from here.
Added later to this answer
All of that means that if the following change of variable is made $$u=\frac{a \left(z^2-1\right)}{b}$$ after simplification, we have $$\frac{dv}{dz}=-\frac{2}{\sqrt{a} \left(z^2-1\right)}$$ and then $$v=\frac{2 \tanh ^{-1}(z)}{\sqrt{a}}+c$$