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\}$$
Golden Ratio Powers
Algebraic Functions for the Fibonacci Series