A variable $a$ changes over time according to:
$\frac{da}{dt}=\frac{I}{\phi}a^{\gamma}$
where $I$ and $\phi$ are constants. $\gamma<0$ is also a constant.
I now want to find out the value of $a$ at $t=1$ if I know that $a_{t=0}=a_{0}$.
With the following two sources, Link 1 and Link2, I came up with this solution:
$a_{t}=\left[\left(\frac{I}{\phi}t+C\right)(1-\gamma)\right]^{\frac{1}{1-\gamma}}$
where the integration constant $C$ can be pinned down at $a_{0}$ such that: $a_{1}=\left[\left(\frac{I}{\phi}+\underbrace{\frac{(a_{0})^{1-\gamma}}{(1-\gamma)}}_{C\, at\, a_{0}}\right)(1-\gamma)\right]^{\frac{1}{1-\gamma}}$
I'd be really grateful if anyone can tell me whether this is right or completely wrong?