Prove that a[n]=x*2^n+y*3^n is a solution to the equation
a[n] = 5*a[n-1] - 6*a[n-2] when n>=2 ,x and y are integers and numbers in [] s are subscripts and ^ denotes power .
To proveis a solution, substitute this in
and see if it satisfies.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
The standard way to solve these homogenus recurrences is to substituteand see what value of r you get.Then the general solution is a linear combination of the obtained
Thus![]()