Sign In
Consider the positive numbers m and n, where m>n. Those numbers are said to be in the golden ratio if the following equation holds true.
m/n=m+n/m
Given the equation, the golden ratio is a ratio of two positive numbers such that the ratio of the larger number to the smaller number is equal to the ratio of their sum to the larger number. The golden ratio is represented by the Greek letter φ
and its value is written as a quotient.
φ=1+sqrt(5)/2
The golden ratio φ is an irrational number. Its approximate numerical value is represented as a decimal. φ=1.618033... Additionally, a rectangle whose side lengths are in the golden ratio is called a golden rectangle.
Write as a sum of fractions
m/n= φ, n/m= 1/φ
a/a=1
A quadratic equation for φ can be obtained by multiplying the above equation by φ.
LHS * φ=RHS* φ
Distribute φ
a/a=1
LHS-φ=RHS-φ
LHS-1=RHS-1
The value of φ can be found by solving this equation. One way of solving it is by using the Quadratic Formula. To do so, the coefficients in the standard form ax^2+bx+c=0 are determined. φ^2 - φ -1 = 0 ⇕ 1φ^2 + ( -1)φ + ( -1) = 0 Therefore, a= 1, b= -1, and c= -1. The Quadratic Formula can now be applied. φ=- b ± sqrt(b^2-4ac)/2a The values of a, b, and c are then substituted into the formula.
Substitute values
Calculate power
Multiply
- a(- b)=a* b
Add terms
Since the golden ratio is defined as the ratio of positive numbers, it must also be positive. Therefore, only the positive solution will be taken.
φ=1+sqrt(5)/2