Solve the following initial value problem
$$
\begin{align}\frac{dy}{dx} + 8y &= -6\exp(-4x)y^{4}\\
y(0) &= 3
\end{align}
$$
This is a Bernoulli equation. First we find the general solution following the paradigm.
We substitute $ y = v^{1/(1-4)} = v^{-1/3}$, so $ dy/dx = -(1/3)v^{-4/3}dv/dx$, and our equation becomes
$$
-(1/3)v^{-4/3}\frac{dv}{dx} + 8v^{-1/3} = -6\exp(-4x)v^{-4/3}
$$
Multiply by $-3v^{4/3}$ to obtain a linear equation in the usual form.
$$
\frac{dv}{dx} - 24v = 18\exp(-4x)
$$