Advertisements
Advertisements
Question
Solve the following system of equations by the method of cross-multiplication:
`x/a = y/b`
ax + by = a2 + b2
Advertisements
Solution
Given: `x/a = y/b`, ax + by = a2 + b2
Step-wise calculation:
1. From `x/a = y/b`, cross-multiply:
bx = ay
⇒ bx – ay = 0
Write both equations in standard form:
(1) bx – ay + 0 = 0
(2) ax + by – (a2 + b2) = 0
2. Use the cross‑multiplication formula for a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0:
`x/(b_1c_2 - b_2c_1) = y/(c_1a_2 - c_2a_1)`
= `1/(a_1b_2 - a_2b_1)`
Here a1 = b, b1 = –a, c1 = 0 and a2 = a, b2 = b, c2 = –(a2 + b2).
3. Compute the needed combinations:
b1c2 – b2c1 = (–a) × (–(a2 + b2)) – b × 0
= a(a2 + b2)
= a3 + ab2
c1a2 – c2a1 = 0 × a – (–(a2 + b2)) × b
= b(a2 + b2)
= a2b + b3
a1b2 – a2b1 = b × b – a × (–a)
= b2 + a2
= a2 + b2
4. Thus `x/(a^3 + a b^2) = y/(a^2b + b^3)`
= `1/(a^2 + b^2)`
Therefore `x = (a^3 + ab^2)/(a^2 + b^2)`
= `a xx (a^2 + b^2)/(a^2 + b^2)`
= a
`y = (a^2b + b^3)/(a^2 + b^2)`
= `b xx (a^2 + b^2)/(a^2 + b^2)`
= b
Provided a2 + b2 ≠ 0 i.e., a and b are not both zero, the solution is x = a, y = b.
