5.2.3 The Golden Ratio $\varphi$ 🔧
Definition
Two quantities are in the golden ratio if their ratio is the same as the ratio of their sum to the larger of the two quantities
$$\frac{x+a}{x}=\frac{x}{a}$$
Ratios
$$\varphi=\frac{1+\sqrt{5}}{2}\approx1.61803$$
$$\phi=\frac{1-\sqrt{5}}{2}\approx-0.61803$$
Proof of Ratios
Given the ratio equality, substitute 1 for $a$
$$\frac{x+1}{x}=x$$
Multiply by $x$
$$x+1=x^2$$
Rearrange to appear as a standard
quadratic equation
$$x^2-x-1=0$$
Use the
quadratic formula to find the values of $x$
$$x=\frac{-(-1)\pm\sqrt{(-1)^2-4\cdot 1\cdot-1}}{2\cdot 1}$$
Simplify
Fibonacci Series & $\varphi$ Limit
A series of a recursive function whose numbers are the sum of its previous two numbers, starting with 1,1
$$F_n=F_{n+1}+F_{n+2}$$
$$\{1,1,2,3,5,8,13,21,34,55,89,144,...\}$$
It can be rearranged to determine negative values before 1,1
$$F_{n+2}=F_n-F_{n+1}$$
$$\{...,-144,+89,-55,+34,-21,+13,-8,+5,-3,+2,-1,1,0,1,1\}$$
As the numbers of the recursive sequence become larger, the number divided by its previous number approaches the limits
$$\lim\limits_{x\to\pm\infin}\frac{F(x)}{F(x-1)}=\pm\varphi^{\pm 1}$$
Golden Ratio Powers
Since $x^2=x+1$ as stated in the proof of ratios, $\varphi^2=\varphi+1$, and the following holds for all powers of $\varphi$
$$\varphi^x=\varphi^{x-1}+\varphi^{x-2}$$
When calculated, the result simplifies to
$$\varphi^x=F(x)\cdot\varphi+F(x-1)$$
Algebraic Functions for the Fibonacci Series
$$F(x)=\frac{\varphi^x-(1-\varphi)^x}{\sqrt{5}},\medspace x\isin\Z$$
$$F(x)=\frac{\varphi^x-\cos(\pi\cdot x)\cdot\varphi^{-x}}{\sqrt{5}},\medspace x\isin\R$$