Let the longer side (of the golden rectangle) be x and the shorter side, y.
Then we are asking for the ratio x/y (the two sides of the original rectangle).
After we remove the y by y square the remaining rectangle has longer side, y and shorter side x-y.
It's ratio would be expressed as y/(x-y).
Since these two ratios must be equal we have:
x/y = y/(x-y)
Here are two solutions:
________________________
(1)
When y=1, then x/y = x. So, let's ASSUME y=1, and solve for x
x/1 = 1/(x-1)
x² - x = 1
x² - x - 1 = 0
--- quadratic formula ---
x = [1 ± √( (-1)² - 4(1)(-1) ) ] / 2(1)
x = (1 ± √5) / 2
--- take the positive solution ---
x = x/y = 1.618034 (because y is one)...
___________________________________
(2)
If you wish to do this more generally, then substitute z = x/y and solve for z
originally we had:
x/y = y/(x-y)
y/x = (x-y)/y
y/x = x/y - y/y
y/x = x/y - 1
1/z = z - 1
1 = z² - z
0 = z² - z - 1
now solve for z (as in the first solution), and we get the same answer. |