"If one is in ratio, the other is zero."
If ratios match (2:4 = 6:12), the other variable is 0. Solve instantly!
Solving simultaneous equations where coefficients are in proportion. Also used for proportional reasoning.
When one set of coefficients in simultaneous equations is in the same ratio as the constants, the other variable is zero.
In a pair of simultaneous equations like ax + by = c and dx + ey = f, if the ratios a:d = c:f (i.e., the x-coefficients are proportional to the constants), then y must be zero. This dramatically simplifies the solution — you only need to solve one simple equation. Similarly, if b:e = c:f, then x = 0. This sutra encodes the principle that proportionality in one dimension forces the orthogonal variable to vanish. It is a powerful shortcut for systems that appear complex but have hidden proportional structure. In practice, always check coefficient ratios before attempting elimination or substitution.
Proportional reasoning is one of the oldest mathematical concepts, found in the Vedic-era Shulba Sutras for altar construction. The specific application to simultaneous equations reflects the sophistication of Indian algebraic thinking. Brahmagupta and later Bhaskara II solved systems of equations, but this sutra offers a mental shortcut that bypasses the full elimination process. The concept of "ratio detecting" to simplify computation was also used by Indian merchants for trade calculations — if costs are proportional to quantities, certain relationships become trivially solvable.
The sutra is a consequence of Cramer's rule in linear algebra. For the system ax+by=c, dx+ey=f, if a/d = c/f, then by Cramer's rule the determinant for y is |a c; d f| = af − cd = 0 (since a/d = c/f implies af = cd). A zero determinant for y means y = 0. This connects to the broader theory of matrix rank — when a column of the augmented matrix is linearly dependent on another, one variable is forced to zero. In machine learning, similar proportionality detection is used for feature selection and dimensionality reduction.