Your equation is
\frac{dZ}{dt}+ \Gamma\frac{I(t)}{qV}= Z(t)\left(\frac{-1+ \beta}{\tau_n}\right)
Are \Gamma, q, V, \beta, and \tau_n all constants? If so that is a "linear non-homogeneous first order differential equation" and there are a number of ways of solving it. For simplicity, I am going to write A for the constant
\frac{-1+ \beta}{\tau_n}
and B for
\frac{\Gamma}{qV}
Now the equation is
\frac{dZ}{dt}+ BI(t)= AZ
or, equivalently,
\frac{dZ}{dt}- AZ= -BI(t)
The simplest method is to find an "integrating factor". That is, find a function, u(t), so that the left side of that equation, multiplied by u(t), is simply
\frac{d(uZ)}{dt}.
Of course, by the chain rule,
\frac{d(uZ)}{dt}= u\frac{dZ}{dt}+ \frac{du}{dt}Z
while just multiplying by u would make the left side
u\frac{dZ}{dt}- AuZ
Comparing those, it is easy to see that we need to have
\frac{du}{dt}= -Au[/itex]<br />
which is the same as<br />
\frac{du}{u}= -Adt[/itex]<br />
<br />
Integrating both sides gives ln|u|= -At+ C or <br />
U(t)= e^{-At+ C}[/itex]&lt;br /&gt;
&lt;br /&gt;
Since we only need one function, take C= 0 so that u(t)= e^{-At}.&lt;br /&gt;
&lt;br /&gt;
That is, multiplying the entire equation by e^{-At} we get&lt;br /&gt;
e^{-At}\frac{dZ}{dt}- Ae^{-at}Z= \frac{d(e^{-at}Z)}{dt}= -Be^{-At}I(t)[/itex]&amp;lt;br /&amp;gt;
and so&amp;lt;br /&amp;gt;
e^{-At}Z(t)= -B\int^t e^{-Ax}I(x)dx+ C&amp;lt;br /&amp;gt;
or&amp;lt;br /&amp;gt;
Z(t)= -Be^{At}\int^t e^{-Ax}I(x)dx+ Ce^{At}&amp;lt;br /&amp;gt;
where I have changed the &amp;amp;quot;dummy&amp;amp;quot; variable in the integral to &amp;amp;quot;x&amp;amp;quot; so as not to confuse it with the actual variable t. In particular, the two exponentials, one inside the integral and one outside, do not cancel. The upper limit on the integral is to indicate that the variable becomes &amp;amp;quot;t&amp;amp;quot; after the integration and the &amp;amp;quot;C&amp;amp;quot; is the constant of integration. &amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
Of course, exactly what that integral is depends upon the function I(t) and, of course, you want to replace A and B with the original expressions.