Cross Multiplication Method
The cross-multiplication method is an algebraic technique used to solve a pair of linear equations in two variables. It involves cross-multiplying the coefficients and constant terms of the equations to directly find the values of the variables x and y. This method is highly efficient for finding a unique solution without the need to substitute or eliminate variables step-by-step.
Key Concepts
Before applying the method, both linear equations must be written in the standard form a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0.
The method relies on a specific cyclic pattern of writing the coefficients of y, the constant terms, the coefficients of x, and again the coefficients of y.
The solution exists and the method is applicable only if the equations have a unique solution, meaning the ratio of a1 to a2 is not equal to the ratio of b1 to b2.
Formula & Equation
x / (b1c2 - b2c1) = y / (c1a2 - c2a1) = 1 / (a1b2 - a2b1)
x and y are the variables. a1 and a2 are coefficients of x, b1 and b2 are coefficients of y, and c1 and c2 are the constant terms from the two standard form equations.
Common Misconceptions
Myth: Students often forget to bring the constant terms to the left side of the equation before applying the formula, leaving the equations in the form ax + by = c.
Fact: Always rewrite the equations in the standard form a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0. If you keep the constant on the right side, the formula's constant term ratio must be set to -1 instead of 1, which frequently causes sign errors.
Real World Applications
Calculating the exact cost of individual items when given the total cost of two different combinations of items, such as finding the price of one pen and one notebook from two separate bulk purchases.
Determining the speed of a boat in still water and the speed of the river stream when given the time taken to travel specific distances upstream and downstream.
Frequently Asked Questions
When does the cross-multiplication method fail?
The method fails when the denominator (a1b2 - a2b1) equals zero, which indicates that the pair of linear equations has either no solution (parallel lines) or infinitely many solutions (coincident lines).
How do I memorize the cross-multiplication formula easily?
Write the coefficients in the cyclic order b, c, a, b for both equations. Then, cross-multiply downwards and subtract the upward cross-multiplication for each section to find the denominators for x, y, and 1.