I want to solve this system, but I have never solved a system of ODE, can you help me?
$$ \begin{cases} \frac{dA}{dt}=-aA\\ \frac{dB}{dt}=aA-bB\\ \frac{dC}{dt}=bB \end{cases}$$
I have solved the first equation: $$A(t)=A_0e^{-a t}$$ Thanks for any help!
After putting solution of first equation in 2nd, we get, $$\frac{dB}{dt}+bB=aA_0e^{-at}$$
This is a linear differential equation in $B$ which can be solved by multiplying integrating factor$(e^{bt})$ on both sides.
EDIT: $$e^{bt}\frac{dB}{dt}+be^{bt}B=aA_0e^{(b-a)t}$$
Now L.H.S. is equal to $\frac{d(Be^{bt})}{dt}$
Hence, $$Be^{bt}=aA_0\int e^{(b-a)t}dt=aA_0\frac{e^{(b-a)t}}{(b-a)}+k\tag{k is some constant}$$ which gives $B=aA_0\frac{e^{-at}}{(b-a)}+ke^{-bt}$
Now, if we add three ODE's, we have, $$\frac{d(A+B+C)}{dt}=0\implies A+B+C=c_0\tag{$c_0$ is some constant}$$
Now put $A,B$ to get $C$