jameswill1am
- 10
- 0
Homework Statement
In analogy with differential equations, the difference equation
x_{k}=x_{k-1}+x_{k-2}
has two solutions x_{k}=\beta^{k} for some \beta\neq0. Determine the two possible values of \beta.
Homework Equations
x_{k}=x_{k-1}+x_{k-2}
x_{k}=\beta^{k}
\beta\neq0
The Attempt at a Solution
So I've read that for equation in the form a_{n}=Aa_{n-1}+Ba_{n-2} the roots are found from S^{2}-As-B=0 so applying that to x_{k}=x_{k-1}+x_{k-2} with A=1 and B=1 i get something like \beta^{2}-\beta-1=0 but I'm sure this is not correct.
I'm wondering if the clue is in the phrasing "in analogy with differential equations" or if I'm just miles off.
Here is the rest of the next question to sort of show you what we are going towards;
Any solution of the equation x_{k}=x_{k-1}+x_{k-2} can be written as x_{k}=\alpha_{1}\beta^{k}_{1}+\alpha_{2}\beta^{k}_{2} where \beta_{1} \beta_{2} were found by you in the previous step and \alpha_{1} and \alpha_{2} are determined by x_{0} and x_{1}. Using these facts, determine p_{k} and q_{k} as functions of k.
So from this i get the impression it doesn't want me to know x_{k}=\alpha_{1}\beta^{k}_{1}+\alpha_{2}\beta^{k}_{2} yet. So any help to nudge me in the right direction for finding \beta would be much appreciated.