0

Let us assume that $k$, $f(1)$, and $f(0)$ are constants. I am trying to find a closed form expression for $f(a)$, $a >= 2$ in terms of $k$, $f(1)$, and $f(0)$. I have to tried to recursively substitute values for $f(a)$ to try and generate a pattern. \begin{eqnarray} f(2) &=& k f(1) - f(0) \newline f(3) &=& (k^{2}-1) f(1) - k f(0) \newline f(4) &=& k(k^{2}-3) f(1) - (k^{2}-1) f(0) \newline f(5) &=& (k^{4}-3k^{2}+1) f(1) - k(k^{2}-2) f(0) \end{eqnarray} However, this is perhaps not the right way to approach this problem, and I'm looking for alternative ways to solve it?

V-Red
  • 193

0 Answers0