What is the general solution of this differential equation? $$ \frac{dy}{dt} = k \enspace y \enspace \ln(\frac{a}{y})$$ where $a$ and $k$ are positive constants.
So far, my solution is: $$ \frac{dy}{y \enspace \ln(\frac{a}{y})} = k \enspace dt$$ When I let $u=lny$, $$ \int \frac{1}{y(\ln a-\ln y)} \,dy =\int k dt $$ $$ \int \frac{1}{\ln a-u} \,du= kt + C $$
How to continue this?
$$\frac{dy}{dt} = k \, y \, \log\left(\frac{a}{y}\right)$$ Let $y=e^z$ to make $$z' + k z=k \log (a)$$ which looks to be simple.