We recently proposed a biological model and reduced the complexity down to a 2-D system, described by the following nonlinear ODE:
\frac{dy}{dt} = e^t (1-x) (-\lambda y + \alpha),\\
\frac{dx}{dt} = \lambda (1-x) y - x.
Even though it looks simple but I failed to solve it in the past few days.
I am curious that whether this type of nonlinear ODE has a specific classification and if there exists exact solutions.
Thanks very much in advance for anyone who helps!
PS. to make it more clear: x and y are variables we want to solve as function of time $t$.
\lambda and \alpha are, as usual, constant given parameters.