Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
− | The golden ratio is a ratio such that, given two quantities a and b, | + | The '''golden ratio''' is a ratio such that, given two quantities a and b, |
<center> <math> \frac{a+b}{a} = \frac{a}{b} </math> </center> | <center> <math> \frac{a+b}{a} = \frac{a}{b} </math> </center> | ||
+ | |||
+ | We can solve this equation to find an explicit quantity for the ratio. | ||
<center> <math> LHS = \frac{a}{b} + \frac{b}{a} = 1 + \frac{b}{a} </math> </center> | <center> <math> LHS = \frac{a}{b} + \frac{b}{a} = 1 + \frac{b}{a} </math> </center> | ||
<center> <math> 1 + \frac{b}{a} = \frac{a}{b} </math> </center> | <center> <math> 1 + \frac{b}{a} = \frac{a}{b} </math> </center> | ||
+ | |||
+ | We set the ratio equal to a certain quantity given by r. | ||
<center> <math> r = \frac{a}{b} </math> </center> | <center> <math> r = \frac{a}{b} </math> </center> | ||
+ | |||
+ | Then we can solve for the ratio numerically. | ||
<center> <math> 1 + \frac{1}{r} = r </math> </center> | <center> <math> 1 + \frac{1}{r} = r </math> </center> | ||
<center> <math> r + 1 = r^2 </math> </center> | <center> <math> r + 1 = r^2 </math> </center> | ||
+ | |||
+ | We can see from the above result that the golden ratio can also be described as a ratio such that in order to get the square of the ratio, you add one to the ratio. | ||
<center> <math> r^2 - r - 1 = 0 </math> </center> | <center> <math> r^2 - r - 1 = 0 </math> </center> | ||
+ | |||
+ | We can then apply the quadratic formula to solve for the roots of the equation. | ||
<center> <math> r = \frac{1 \pm \sqrt{1^2 - 4(1)(-1)}}{2} = \frac{1 \pm \sqrt{5}}{2} </math> </center> | <center> <math> r = \frac{1 \pm \sqrt{1^2 - 4(1)(-1)}}{2} = \frac{1 \pm \sqrt{5}}{2} </math> </center> | ||
+ | |||
+ | The positive root is then the golden ratio. | ||
<center> <math> \frac{1 \pm \sqrt{5}}{2} = \phi </math> </center> | <center> <math> \frac{1 \pm \sqrt{5}}{2} = \phi </math> </center> | ||
+ | |||
MathIsFun also has an interactive display that can construct a rectangle in the golden ratio given a certain fixed width or length. | MathIsFun also has an interactive display that can construct a rectangle in the golden ratio given a certain fixed width or length. |
Revision as of 16:28, 2 December 2018
Introduction
The golden ratio is a ratio such that, given two quantities a and b,
We can solve this equation to find an explicit quantity for the ratio.
We set the ratio equal to a certain quantity given by r.
Then we can solve for the ratio numerically.
We can see from the above result that the golden ratio can also be described as a ratio such that in order to get the square of the ratio, you add one to the ratio.
We can then apply the quadratic formula to solve for the roots of the equation.
The positive root is then the golden ratio.
MathIsFun also has an interactive display that can construct a rectangle in the golden ratio given a certain fixed width or length.