The golden ratio, as you have kindly stated, is phi = (1 + sqrt(5))/2
and is represented by the greek letter phi (pronounced either "FEE" or FI as in W-fi or fire "FIghter")
The golden rectangle is the rectangle whose adjacent side lengths are in
the ratio of the golden ratio
Perimeter = 2 x length + 2 x width
6 = 2 x length + 2 x width
6 = 2 x ( length + width)
3 = length + width <--- call this equation ALPHA
In order for this rectangle to be "GOLDEN", length/width = PHI
Specifically, length / width = 1 + sqrt(5) /2
Cross multiplying, it is 2 * length = width * (1 + sqrt(5)) <--- call this equation BETA
Solving equation ALPHA for length: length = 3 - width
2 * ( 3 - width ) = width * (1 + sqrt(5))
6 - 2 * width = (1 + sqrt(5)) * width
6 = (1 + sqrt(5)) * width + 2 * width
6 = (3 + sqrt(5)) * width
6 / (3 + sqrt(5)) = width
6 * (3 - sqrt(5)) / (3 + sqrt(5))(3 - sqrt(5)) = width
6 * (3 - sqrt(5)) / ( 9 - 5) = width
6/4 * (3 - sqrt(5)) = width
3/2 * (3 - sqrt(5)) = width
The length is then 3 - width = 3 - 3/2(3 - sqrt(5)) =
3 - 9/2 + 3/2*sqrt(5) =
6/2 - 9/2 + 3/2*Sqrt(5) =
3/2*sqrt(5) - 3/2 = 3/2( sqrt(5) - 1)
So the width is 3/2 * ( 3 - sqrt(5)) and the length is 3/2*(sqrt(5)-1)
As a check, The perimeter is 2 * length + 2 * width =
2*(3/2)(sqrt(5) - 1) + 2*(3/2)*(3 - sqrt(5)) =
3 * (sqrt(5) - 1) + 3*(3 - sqrt(5)) =
3*Sqrt(5) - 3 + 9 - 3*sqrt(5) = 6
The dimesions of this golden rectangle is given in bold above
and are checked, verified, and proven to be correct.
Andy C.
Perimeter, where Length =L, Width =w
6 = 2 * L + 2* w
3 = L + w <--- first equation, after dividing both sides by 2
Golden rectangle:
l/w = (Sqrt(5)+1)/2 <--- the ratio of length to width must be the golden ratio
2 * L = (sqrt(5) + 1)*w <--- second equation by cross multiplication
First equation says: L = 3-w
Plugs into second equation:
2*(3-w) = (Sqrt(5) + 1)*w
6 - 2w = (sqrt(5) + 1)*w <-- distributive left side
0 = (sqrt(5) +1)*w + 2w - 6 <--- everyone to the right side, changes signs
0 = (Sqrt(5) + 3)*w - 6 <--- combines like terms
6 = (Sqrt(5) +3)*w <--- solves for w, first adds 6 to both sides
6/(sqrt(5)+3) = w
So the width w is:
6*(sqrt(5)-3)/ (sqrt(5)+3)(sqrt(5)-3) <--- rationalizes the denominator by
multiplying by (sqrt(5)-3)/(sqrt(5)-3)
6*(sqrt(5)-3) / (sqrt(5)*Sqrt(5) - 3*sqrt(5) + 3*sqrt(5) - 9 ) <--- FOILs denominator
6*(sqrt(5)-3) / (5 - 9) <--- sqrt(5)*sqrt(5) - 5; cross terms cancel as expected
6*(Sqrt(5)-3) / -4
6*(3 - sqrt(5))/ 4 <--- negative on the bottom causes top to switch/change signs
3/2*(3 - sqrt(5)) <--- 6/4 = 3/2
So w = 3/2(3 - sqrt(5))
The length is L= 3 - w = 3 - 3/2(3-sqrt(5)) = 3 - 9/2 + 3*sqrt(5)
= 6/2 - 9/2 + 3/2 * sqrt(5) <--- common denominator
= 3/2*Sqrt(5) - 3/2 <--- definition of subtraction
= 3/2(sqrt(5) - 1) <--- factors out 3/2
doubling the length: 3*(sqrt(5) - 1) = 3*Sqrt(5) - 3 <--- 2 * 3/2 = 3, then distributes the 3
doubling the width: 3*(3 - sqrt(5)) = 9 - 3*sqrt(5) <-- " " " " " " " " " " " " " " " " " " " " " "
Adding them together is the perimeter. 3*Sqrt(5) cancels. 9-3 = 6. Yes, it works.
The decimal approximations:
Length = 3/2(sqrt(5) - 1) = 1.8541
Width = 3/2(3 - sqrt(5)) = 1.145898
09/25/17