For a project, I have to deal with systems of ODE's with non constant input such as:
$$\begin{cases}\dot x =I(t)x+x^2\\ \dot y=x\end{cases}$$ where I(t) is a random input (for example). In any case, I don't have $I(t)$ as an explicit function. It may be random or it may be something that depends on other system of ODE's. I wonder if these systems have a name and there is some sort of theory behind them (any reference will be very appreciated).
In particular I would like to be able to do stability analysis of some of these systems, such as computing equilibria and their stability, finding periodic orbits and so on. I'm not sure if this is possible, but I would like to know how much can be known analytically of such systems.
Thanks a lot!