I reasoned through the solution to a differential equation, and $e^{\alpha x}$, for better or worse, seems to make sense. Each derivative sending the function to itself seems to suggest $e^{\alpha x}$. Why does the solution to recurrence relations, $ar_1^n$ make sense?
Edit: To try to fix the misguided question, regardless of the poor analogy I gave to differential equations, my question is Why do we guess the solution that we do for recurrence relations. I know it can be shown to work, but what is the intuition?
If $f(z)=\sum_{n=0}^\infty \frac{a_n}{n!}z^n$ is a solution to the differential equation, then $a_i$ is a solution to the related recurrence relation, and visa versa. You can just do the arithmetic.
So if $b_n=a_1r_1^n+a_2r_2^n$ then $$f(z)=\sum_{n=0}^\infty \frac{b_n}{n!}z^n = a_1e^{r_1z} + a_2e^{r_2z}$$