Defining the golden ratio
The golden ratio satisfies the equation (a + b) / a = a / b = phi, where a is the larger value and b is the smaller. Solving this algebraically gives phi = (1 + sqrt(5)) / 2, which is an irrational number that never terminates or repeats in decimal form.
The reciprocal of phi has the unusual property of equalling phi minus 1: 1/phi = phi - 1, approximately 0.618. This means that multiplying any value by 0.618 gives the smaller golden-ratio partner, and multiplying by 1.618 gives the larger one.
phi = (1 + sqrt(5)) / 2
The exact algebraic value of the golden ratio, derived from the defining quadratic equation.
b = a / phi or a = b x phi
Given one side of a golden-ratio pair, find the other by multiplying or dividing by phi.