I'm trying to solve the Bernoulli's equation via perturbation method but I need some help understanding how its done:
We start off with $y'=-y+\epsilon y^2$ with $y(0)=1$.
Then how is it possible to get the transformation $y_{ex}= e^{-t}/1+\epsilon(e^{-t}-1)$ and then change it to $y'=-y$ and $y(0)=1$ and solve it from there?
And how are you supposed to even come up with the $y_{ex}$ out of the blue?
$$y' = -y + \epsilon y^2 \implies \frac{dy}{\epsilon y^2 - y} = dt$$ Using partial fractions: $$\frac{1}{\epsilon y^2 - y} = \frac{\epsilon}{\epsilon y - 1} - \frac{1}{y}$$ From this, we have: $$\ln(\epsilon y - 1) - \ln(y) = t + C$$ $$\ln\bigg(\frac{\epsilon y - 1}{y}\bigg) = \cdot t+ C$$ $$y^{-1} = \epsilon - A\cdot e^t$$