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:
a2/x − b2/y = 0 …… (1)
a2b/x + b2a/y = a + b …… (2)
where x ≠ 0 and y ≠ 0
Step 1: Convert into Linear Equations
Let 1/x = p and 1/y = q
Then equation (1) becomes:
a2p − b2q = 0 …… (1)
Equation (2) becomes:
a2b p + b2a q = a + b …… (2)
Step 2: Write in Standard Form
a2p − b2q = 0 …… (1)
a2b p + b2a q − (a + b) = 0 …… (2)
Step 3: Compare with ap + bq + c = 0
From equation (1): a1 = a2, b1 = −b2, c1 = 0
From equation (2): a2 = a2b, b2 = b2a, c2 = −(a + b)
Step 4: Apply Cross-Multiplication Formula
p / (b1c2 − b2c1) = q / (a2c1 − a1c2) = 1 / (a1b2 − a2b1)
Substitute values:
p / [ (−b2)(−(a + b)) − (ab2)(0) ] = q / [ (a2b)(0) − a2(−(a + b)) ] = 1 / [ a2(ab2) − (a2b)(−b2) ]
p / [ b2(a + b) ] = q / [ a2(a + b) ] = 1 / [ 2a2b2 ]
Step 5: Find the Values of p and q
p = 1 / a2
q = 1 / b2
Step 6: Find the Values of x and y
p = 1/x = 1/a2 ⇒ x = a2
q = 1/y = 1/b2 ⇒ y = b2
Final Answer
∴ The solution of the given system of equations is:
x = a2 and y = b2
Conclusion
Thus, by using the cross-multiplication method, we find that the solution of the given system of linear equations is (a2, b2).