Here I have a 3rd order ODE wave equation $$ -cu' + 6uu' + u''' = 0 $$ where $u(\varepsilon) = u$ and $\varepsilon = x - ct$; a wave (assume $\varepsilon$ is one variable; hence $u' = du/d\varepsilon$).
I've integrated w.r.t $d\varepsilon$ and came up with $$ -cu + 3u^2 + u'' = \alpha $$ and again $$ \tfrac12 (u')^2 + u^3 - \tfrac12 c u^2 = \alpha u + \beta $$ Hence $$ \frac{du}{u\sqrt{c-2u}} = d\varepsilon $$
I've been told that the solution is: $$ u = 2 k^2 \operatorname{sech}^2 \bigl( k(\varepsilon - x_0) \bigr) $$ where $x_0$ is a constant and $2k^2$ is the amplitude of the wave.
Can you please explain WHY and HOW $$ u = 2k^2 \operatorname{sech}^2 \bigl( k(\varepsilon-x_0) \bigr) $$ using hyperbolic substitution integral?
Thanks.
It's hard to read but you seem to have the tnegral $$\int\frac{du}{u\sqrt{c-2u}}$$ where $c$ seems to be a constant. If I have misinterpreted your question, please disregard the rest of this post. Tf my interpretation is correct, the obvious substitution to make is $v=\sqrt{c-2u}$ Then $$u=\frac{1}{2}(c-v^2)$$ and the integral becomes $$-2\int \frac{vdv}{(c-v^2)v}=2\int\frac{dv}{v^2-c}$$ If $c>0$, the integral is $$\frac{1}{\sqrt c}\int(\frac{1}{v-\sqrt c}-\frac{1}{v+\sqrt c})dv$$ $$=\frac{1}{\sqrt c}(\ln(\vert (v-\sqrt c\vert)-\ln(\vert v+\sqrt c\vert))+K$$ If $c<0$, the integral is $$\frac{2}{\sqrt{\vert c\vert}}\arctan\frac{v}{\sqrt{\vert c\vert}}+K$$