I have a problem about differential equations.
$\dot{x}(t) = - \lambda x(t)+b$
How to solve this equations?
Thanks a lot!
I have a problem about differential equations.
$\dot{x}(t) = - \lambda x(t)+b$
How to solve this equations?
Thanks a lot!
Hint
The easiest way could be to define $$x(t)=y(t)+\frac b\lambda \implies x'(t)=y't)\implies y'(t)=-\lambda y(t)$$ which looks very simple.
`$\frac{dx(t)}{ x(t) } = - \lambda dt +\frac{b dt}{x(t)}$'
– Carl Sep 26 '17 at 04:15