Problem on deriving binet formula

105 Views Asked by At

I'm trying to understand binet formula. I got a good explanation here. Please look at the link. Everything just fine but one thing. It said that $A_n = A_{n-1} + A_{n-2}$, which is fibonacci. But why $A_n = Cx^n$?

2

There are 2 best solutions below

0
On

It is a guess. Many two term linear recurrence equations can be written in closed form.

1
On

It's recurrence relation. I think this explanation helps a lot.