[Math] n analytical solution to this differential equation

ordinary differential equations

I am not very knowledgeable in the field so I apologize in advance if this question might look naive.
But is there an analytical solution to a differential equation that looks like this :

$$\frac {\mathrm{d}y}{\mathrm{d}t} = a\cdot v(t) – \mathrm{b}\cdot y $$

My issue here is the function $v(t)$ and how I should deal with it.

Thanks

Best Answer

The solution of the homogeneous equation

$$y'(t)=-by(t)$$ is easily found to be $y(t)=Ce^{-bt}$.

Then by variation of the constant, $y(t)=c(t)e^{-bt}$ yields

$$c'(t)e^{-bt}-bc(t)e^{-bt}=av(t)-bc(t)e^{-bt}$$

or

$$c'(t)=av(t)e^{bt},$$

$$c(t)=\int av(t)e^{bt}dt+C,$$

$$y(t)=\left(\int av(t)e^{bt}dt+C\right)e^{-bt}.$$

Obviously, the equation has an analytical solution when the integral has one.


If the unknown is the function $v$, then

$$v(t)=\frac{y'(t)+by(t)}a.$$