PAllen said:
I agree it could say more.
That to me is the basic problem with wikipedia articles. If I already know the subject area quite well, a wiki article can be a great aid as a reminder. I can also tell whether the article of interest is just wrong (which does happen) or poorly written (which happens a lot). If I am somewhat familiar with the subject area, a wiki article can sometimes be of aid (but sometimes not). However, lack of familiarity might mean I'm led astray by an erroneous or poorly written article. The worse case is when I am at best marginally familiar with the subject area. There, those wiki articles are often atrocious. I don't know if I'm looking at crackpot nonsense that will soon be reverted, and the writing is oftentimes so bad that I can't make heads or tails of the article.
Borek said:
Looks like something that can be proven by induction.
Yes, it can. The issue is to prove that ##\phi^n = \frac{a_n + b_n \sqrt 5} 2## where ##a_n## and ##b_n## are integers, and in the process find meaningful expressions for those ##a_n## and ##b_n##. Since ##\phi = \frac {1 +\sqrt 5} 2##, this conjecture is obviously true for n=1, with ##a_1 = b_1 =1##. We have a basis point for the induction. As a sanity check, what about ##\phi^0 =1##? This obviously works to, with ##a_0 = 2## and ##b_0 = 0##.
Assuming ##\phi^n = \frac{a_n + b_n \sqrt 5} 2##, multiplying by ##\phi## yields ##\phi^{n+1} = \frac {an+5b_n + (an+b_n) \sqrt 5} 4##. Reading off the values for ##a_{n+1}## and ##b_{n+1}## yields ##a_{n+1} = \frac{a_n+5b_n}2## and ##b_{n+1} = frac {a_n + b_n}2##. Not quite home yet: What if ##a_n+b_n## is odd?
The expression for ##a_{n+1}## can be written in terms of ##b_{n+1}##, yielding ##a_{n+1} = b_{n+1}+2b_n##, from whence ##a_n = b_n + 2b_{n-1}##. Putting this back into the expression for ##b_{n+1}## yields ##b_{n+1} = b_n+b_{n-1}##. Since ##b_0=0## and ##b_1=1##, this means that
bn is just the n
th Fibonacci number.
What about ##a_n##? From the above, we have ##a_n = F_n + 2F_{n-1}##. Squaring this yields ##a_n^2 = F_n^2 + 4F_nF_{n-1} + 4F_{n-1}^2##, and with a little manipulation this becomes ##a_n^2 = F_n^2 + 4F_{n-1}F_{n+1}##. Via Cassini's identity, ##F_{n-1}F_{n+1} = F_n^2 + (-1)^n##, and thus
a_n = \begin{cases}<br />
5F_n^2 + 4 & \text{$n$ even} \\<br />
5F_n^2 - 4 & \text{$n$ odd}<br />
\end{cases}
In summary,
<br />
\phi^n = \frac {F_n\sqrt 5 + \sqrt{5F_n^2 \pm 4}} /2<br /> where +4 is used when
n is even, -4 when
n is odd.