I'm having trouble solving this equation
$y'' + (e^{2y} + 1)(y')^3 = 0$
I did the substitution: $y' = v(y)$, leading to the following equation:
$v'v + (e^{2y} + 1)v^3 = 0$
I see that $v = 0$ is a solution so I divide out, leaving me with:
$v' + (e^{2y} + 1)v^2 = 0$
$v' = - (e^{2y} + 1)v^2$
$dy = - (e^{2y} + 1)v^2 dv$
Is this the right direction to proceed? The integral on the right seems intimidating, so I'm wondering if there's a better way.