hello all
this is my basically my linear algebra approach enjoy, I don't know if anybody knew this but there is a general formulae in matrix form
[tex]A^n=\left(\begin{array}{cc}F_{n+1}&F_n\\F_n&F_{n-1}\end{array}\right)[/tex]
where
[tex]A=\left(\begin{array}{cc}1&1\\1&0\end{array}\right)[/tex]
by solving the characteristics equation
[tex]|A-\lambda I|=0[/tex]
we get
[tex](1-\lambda)(-\lambda)-1=0[/tex]
[tex]\lambda^2-\lambda-1=0[/tex]
as a result the eigenvalues are
[tex]\lambda=\phi;(1-\phi)[/tex]
then by multiplying by [tex]\lambda^n[/tex]
we get
[tex]\lambda^{n+2}-\lambda^{n+1}-\lambda^{n}=0[/tex]
and so
[tex]n\mapsto \phi^n[/tex]
also
[tex]n\mapsto (1-\phi)^n[/tex]
just to note the eigenvectors are linear independent of each other and so the eigenvectors can be put into a linear combination, as a result we can have
[tex]n\mapsto a\phi^n+b(1-\phi)^n[/tex]
to accommodate for all linear combinations and by adjusting the coefficients for the initial values we get
[tex]F_n=\frac{\phi^n+(1-\phi)^n}{\sqrt{5}}[/tex]
now we let
[tex]a=\phi[/tex]
and
[tex]b=1-\phi[/tex]
[tex]a-b=\sqrt{5}[/tex]
then
[tex]F_n=\frac{a^n-b^n}{a-b}[/tex]
then we have
[tex]\frac{F_{n+1}}{F_n}=\frac{a^{n+1}-b^{n+1}}{a^n-b^n}[/tex]
we then take the limit of both sides and we get
[tex]\lim_{n\rightarrow\infty}\frac{F_{n+1}}{F_n}=\lim_{n\rightarrow\infty}\frac{a^{n+1}-b^{n+1}}{a^n-b^n}[/tex]
since
[tex]|b|<1[/tex]
and
[tex]\lim_{n\rightarrow\infty}b^n=0[/tex]
then
[tex]\lim_{n\rightarrow\infty}\frac{F_{n+1}}{F_n}=\lim_{n\rightarrow\infty}\frac{a^{n+1}}{a^n}=a=\phi[/tex]
oh yes about the existence of the limit that aint too hard all i did was show that
[tex]1\le\frac{F_{n+1}}{F_n}\le 2[/tex]
by using the fact
[tex]a_{n+1}=1+\frac{1}{a_n}[/tex]
then i let
[tex]a_n=\frac{F_{n+1}}{F_n}[/tex]
and showed that the subsequence (by mathematical Induction)
[tex]a_{2n+1}[/tex] is increasing and
[tex]a_{2n}[/tex] is decreasing
and so since all terms are positive then both subsequences converge to the same limit
steven