I have the following equation that I wish to represent in the form of a control system block diagram:
$a \frac{d x(t)}{dt} + b(t)x(t) = u(t)$
The variable $b(t)$ and $u(t)$ are both inputs that will change with time.
If I take the Laplace transform I get: $B(s) + a s X(s) = U(s)$
I am interested in the transfer function that describes $\frac{X(s)}{U(s)}$ but I cannot separate variables to get this...
How can I describe the model above in either a transfer function or state space model? I'd like to simulate it as it is part of a control system I'm interested in.