How to solve a simple differential equations?

37 Views Asked by At

I have a problem about differential equations.

$\dot{x}(t) = - \lambda x(t)+b$

How to solve this equations?

Thanks a lot!

2

There are 2 best solutions below

0
On

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.

0
On

Separate variables:

$\frac{dx}{-\lambda x + b} = dt$

And integrate both sides.