Suppose I want to solve the ODE:
$$f'(x) + 2f(x) = 3$$
I want to use variable separation, so I get:
$$ f'(x) = 3 - 2f(x)$$
Now I want to divide by $3-2f(x)$ but I am unsure what I need to assume on $f$ in order to do that. That is, does that expression have to be non zero for all x, or only for a certain x? After that point I know what to do but I don't understand what I am supposed to do here.
thanks
The constant function $f(x)=\frac32$ is one solution. All other solutions must satisfy $f(x) \neq \frac32$ for all $x$ since solution curves can't cross (by the uniqueness theorem), so they are given by $f'(x)/(3-2 f(x))=1$ and so on (the usual procedure).