I have the following 2nd order difference equation.
$\alpha X_{t+1}-X_{t+2} = \beta\alpha \left(\alpha X_{t}-X_{t+1}\right)$
Clearly, one solution is the process of $\alpha X_{t}=X_{t+1}$.
However, there is another solution which is $X_{t+1}=\beta\alpha X_{t}$.
The question is, WITHOUT the guess-and-verify method, how to derive the second one from the 2nd order difference equation at the beginning?