Solve the System of Linear Equations Using Cross-Multiplication Method
Video Explanation
Watch the video below to understand the complete solution step by step:
Solution
Question: Solve the following system of equations using cross-multiplication method:
ax/b − by/a = a + b …… (1)
ax − by = 2ab …… (2)
Step 1: Convert Equation (1) into Linear Form
Multiply equation (1) by ab:
a2x − b2y = ab(a + b) …… (1)
Step 2: Write Equations in Standard Form
a2x − b2y − ab(a + b) = 0 …… (1)
ax − by − 2ab = 0 …… (2)
Step 3: Compare with ax + by + c = 0
From equation (1): a1 = a2, b1 = −b2, c1 = −ab(a + b)
From equation (2): a2 = a, b2 = −b, c2 = −2ab
Step 4: Apply Cross-Multiplication Formula
x / (b1c2 − b2c1) = y / (a2c1 − a1c2) = 1 / (a1b2 − a2b1)
Substitute values:
x / [ (−b2)(−2ab) − (−b)(−ab(a + b)) ] = y / [ a(−ab(a + b)) − a2(−2ab) ] = 1 / [ a2(−b) − a(−b2) ]
x / [ 2ab3 − ab2(a + b) ] = y / [ −a2b(a + b) + 2a3b ] = 1 / [ ab(b − a) ]
x / [ ab2(b − a) ] = y / [ a2b(a − b) ] = 1 / [ ab(b − a) ]
Step 5: Find the Values of x and y
x / [ ab2(b − a) ] = 1 / [ ab(b − a) ]
⇒ x = b
y / [ a2b(a − b) ] = 1 / [ ab(b − a) ]
⇒ y = −a
Final Answer
∴ The solution of the given system of equations is:
x = b and y = −a
Conclusion
Thus, by using the cross-multiplication method, we find that the solution of the given system of linear equations is (b, −a).