Hello, ticktack
What is meant by dividing a line segmant in the Golden Ratio? Divide a line segment into two parts.
Let one part be 1, the other part be
. Code:
: - - - - a+1 - - - - :
*---------*-------------*
1 a We want the point of division to be such that:
. . the ratio of the smaller part to the larger part
. . equals the ratio of the larger part to the entire segment.
[The larger part is the mean proportional of the smaller part and the whole segment.]
We have: . 
The Quadratic Formula gives us: . 
Since length
is positive: . 
This value is about 1.618033989... and is denoted
(phi).
How is the solution to:
related to this? The solution to this equation is: . 
And
happens to be the reciprocal of 
How is this ratio used to form the Golden Rectangle? Construct a rectangle with width 1 and length 
It is considered to be most "pleasing" rectangle.
It appears in many famous works including the Mona Lisa and the Parthenon.
An interesting bit of trivia . . .
If we cut off the square from the end of a Golden Rectangle,
. . the portion that remains is another Golden Rectangle.
Code:
: - - - - φ - - - - :
*-----------*--------*
| / / / / / : |
| / / / / / : |
1 | / / / / / : | 1
| / / / / / : |
| / / / / / : |
*-----------*--------*
1