Can anyone help solve this non-linear ODE? I've been attempting to solve it using asymptotics, however I have found this approach falls apart under many parameter regimes of interest, I was wondering if there is a way to solve the full system analytically.
The problem can be defined as the following:
\begin{align} %%% vitreous %%% \frac{\text{d}y}{\text{d}\tau} &= - \mu y % +\Delta \left[ (1-z)-Ezy \right], \\ %%% vitreal network %%% \frac{\text{d}z}{\text{d}\tau} &= (1-z) -Ezy. \end{align}
Where $z(0)=y_0\in(0,1)$ and $z(0)=z_0\in(0,1)$, and
$$0<\mu\ll E,\Delta$$ $$E,\Delta \sim O(1)$$
This is roughly what the system looks like when numerically solved, the 2 rightmost panels are dimensional $y,z$ from middle to right. (note, $E=$1/eps)