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