I'm confused as to how to find the arbitrary constant using the initial condition given.
This is the equation I have to solve,
$\frac{dy}{dx}=a-by$, with initial condition $y(0)=0$. Also, a and b are constants.
I've used integration by separation to get,
$a-by=Ae^{-bx}$, where $A=e^c$.
I'm not sure what to do next?
by integration we get $$y(x)=\frac{a}{b}+e^{-bx}C$$ and we get $$y(0)=a/b+C=0$$ thus we have $$C=-\frac{a}{b}$$