Given a non-invertible MA model
$$Y_t = e_t - \theta_1e_{t-1} - \theta_2e_{t-2}$$
where $\theta_1$ and $\theta_2$ are provided (known) parameters, for which values of these parameters can I take a single difference (making this ARIMA) to yield an invertible ARIMA? And how would I do it?
That is to say, how can I show (for given values of $\theta_1$ and $\theta_2$) whether the resulting $W_t$ where $W_t=Y_t-Y_{t-1}$ is invertible?