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 + by = a2 …… (1)
bx + ay = b2 …… (2)
Step 1: Write Equations in Standard Form
ax + by − a2 = 0 …… (1)
bx + ay − b2 = 0 …… (2)
Step 2: Compare with ax + by + c = 0
From equation (1): a1 = a, b1 = b, c1 = −a2
From equation (2): a2 = b, b2 = a, c2 = −b2
Step 3: Apply Cross-Multiplication Formula
x / (b1c2 − b2c1) = y / (a2c1 − a1c2) = 1 / (a1b2 − a2b1)
Substitute values:
x / [ b(−b2) − a(−a2) ] = y / [ b(−a2) − a(−b2) ] = 1 / [ a(a) − b(b) ]
x / (a3 − b3) = y / ( −ab(a − b) ) = 1 / (a2 − b2)
Step 4: Find the Values of x and y
x / (a3 − b3) = 1 / (a2 − b2)
⇒ x = (a2 + ab + b2) / (a + b)
y / ( −ab(a − b) ) = 1 / (a2 − b2)
⇒ y = −ab / (a + b)
Final Answer
∴ The solution of the given system of equations is:
x = (a2 + ab + b2) / (a + b)
y = −ab / (a + b)
Conclusion
Thus, by using the cross-multiplication method, we find that the solution of the given system of linear equations is ( (a2 + ab + b2) / (a + b), −ab / (a + b) ).