For MA(1) process, it is easy to show how one can convert it into AR($\infty$). However, how can we really show that MA(2), giving its characteristics roots lie outside unit circle, can have invertibility?
Consider $Y_t=\theta_1\varepsilon_{t-1}+\theta_2\varepsilon_{t-2}+\varepsilon_{t}$, we can write it using lag operator just like MA(1) case, $$Y_t=(1+\theta_1L+\theta_2L^2)\varepsilon_t$$ $$\frac{Y_t}{(1+\theta_1L+\theta_2L^2)}=\varepsilon_t$$
I do not know how to continue from here to show invertibility. Is it true to claim $$Y_t + (\theta_1L+\theta_2L^2)Y_t+(\theta_1L+\theta_2L^2)^2Y_t+\dots=\varepsilon_t$$
Then, how can we show from these equations the MA(2) invertibility conditions for $\theta_1$ and $\theta_2$ ?