Geometrical Ratio
Summary: A geometrical ratio is the quotient , answering “how many times is greater than ?”; it is invariant under common scaling and is reduced to lowest terms by dividing both terms by their GCD.
Sources: chapter-1.3.6
Last updated: 2026-05-01
Definition
Given two numbers (the antecedent) and (the consequent), their geometrical ratio is
The notation is read ” is to “. Euler notes that the colon already denotes division, which is precisely what computing the ratio requires.
This is the second of the two ways to compare quantities (§378): the first is the arithmetical ratio (difference ); the geometrical ratio (quotient ) is the more powerful of the two and dominates Sections III–IV.
Scaling invariance
Two ratios that reduce to the same fraction in lowest terms are considered equal, so .
Types
Ratios are named by the value of : equality (), double (), triple, quadruple; subduple (), subtriple (), etc. A ratio is rational when is expressible as a fraction of integers; otherwise it is irrational (surd), e.g. .
Connection to GCD
To reduce to lowest terms, divide both by . This is why Chapter VI motivates Chapter VII (the Euclidean algorithm for GCD). See greatest-common-divisor for the algorithm and proof.