I have a differential equation which models a specific diet.
$\frac{dw}{dt} = -{w}^3 - {w}^2$ (leaving out constants for simplicity)
Wolfram Alpha tells me the solution is:
$log(w+1) - log(w) - \frac{1}{w} = c - t$
Is it possible to rearrange this to make w the subject of the equation?