How can I show that the following AR(2) process is stationary
$X_t = X_{t-1} + cX_{t-2}+Z_t$, provided -1 < c < 0 ?
I represented the series as $\Phi(B)X_t = Z_t$ and then tried to find out the roots of $\Phi(B)=0$ but couldn't figure out the solution.
Edit: The roots of $\Phi(B)=0$ are $\cfrac{-1\pm\sqrt{1+4c}}{2c}$