Solve the System of Equations by the Method of Cross-Multiplication
Video Explanation
Question
Solve the following system of equations by the method of cross-multiplication:
\[ \frac{x}{a} + \frac{y}{b} = 2, \\ ax – by = a^2 – b^2 \]
Solution
Step 1: Reduce to Linear Equations
Multiply the first equation by \(ab\):
\[ bx + ay = 2ab \quad \text{(1)} \]
The second equation is:
\[ ax – by = a^2 – b^2 \quad \text{(2)} \]
Step 2: Compare with the Standard Form
The standard form is:
\[ a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \]
From equations (1) and (2), we get:
\[ a_1 = b,\quad b_1 = a,\quad c_1 = 2ab \]
\[ a_2 = a,\quad b_2 = -b,\quad c_2 = a^2 – b^2 \]
Step 3: Apply Cross-Multiplication Formula
\[ \frac{x}{(b_1c_2 – b_2c_1)} = \frac{y}{(a_2c_1 – a_1c_2)} = \frac{1}{(a_1b_2 – a_2b_1)} \]
Step 4: Substitute the Values
\[ \frac{x}{\big[a(a^2 – b^2) – (-b)(2ab)\big]} = \frac{y}{\big[a(2ab) – b(a^2 – b^2)\big]} = \frac{1}{\big[b(-b) – a(a)\big]} \]
\[ \frac{x}{a(a^2 + b^2)} = \frac{y}{b(a^2 + b^2)} = \frac{1}{-(a^2 + b^2)} \]
Step 5: Find the Values of x and y
\[ x = -a \]
\[ y = -b \]
Conclusion
The solution of the given system of equations is:
\[ x = -a,\quad y = -b \]
\[ \therefore \quad \text{The solution is } (-a,\; -b). \]