solving differential equations: $ay' + by^2 + cy = u$ with $a,b,c$ are positive constants and $u$ is arbitrary constant.
I can solve this equation:
$ay' + by^2 + cy = 0$
$\Rightarrow -a\frac{dy}{y(by+c)}=dx $
$\Rightarrow \frac{a}{c}(\frac{bdy}{by+c}-\frac{dy}{y})=dx$
$\Rightarrow ln(\frac{by+c}{y})=\frac{c}{a}x$
$\Rightarrow y = \frac{c}{e^{\frac{c}{a}x}-b}$
But with an arbitrary constant at the righthand side, I have no idea.
With a constant in the RHS, the equation is still separable and you solve it the same way !
$$\frac{a\,dy}{by^2+cy-u}=-dx.$$
After integration,
$$\frac{2a}{\sqrt{c^2+4 b u}}\arctan\frac{c + 2 b y}{\sqrt{c^2 + 4 b u}}=c-x$$ from which you can draw $y$.