Advertisements
Advertisements
प्रश्न
Solve the following system of equations by the elimination method:
`x/a + y/b = a + b, x/a^2 + y/b^2 = 2, a ≠ 0, b ≠ 0`
Advertisements
उत्तर
Given the system of equations:
`x/a + y/b = a + b` ...(i)
`x/a^2 + y/b^2 = 2` ...(ii)
Where (a ≠ 0), (b ≠ 0).
Step 1: Eliminate the denominators by multiplying appropriately
Multiply equation (i) by (ab) to clear denominators:
bx + ay = ab(a + b) ...(iii)
Multiply equation (ii) by (a2b2) to clear denominators:
b2x + a2y = 2a2b2 ...(iv)
Step 2: Use the elimination method to solve for (x) and (y)
Multiply (iii) by (a):
abx + a2y = a2b(a + b) ...(v)
Multiply (iii) by (b):
b2x + aby = ab2(a + b) ...(vi)
Note here, the original (iv) is b2x + a2y = 2a2b2.
We want to eliminate one variable; let’s eliminate (y).
Multiply (iii) by (a):
abx + a2y = a2b(a + b)
Multiply (iv) by (–a):
ab2x – a3y = –2a3b2
Add the two equations:
(abx – ab2x) + (a2y – a3y) = a2b(a + b) – 2a3b2
abx(1 – b) + a2y(1 – a) = a2b(a + b) – 2a3b2
Alternative elimination approach:
From (iii) and (iv):
bx + ay = ab(a + b) ...(iii)
b2x + a2y = 2a2b2 ...(iv)
Multiply (iii) by (b):
b2x + aby = ab2(a + b) ...(v)
Multiply (iii) by (a):
abx + a2y = a2b(a + b) ...(vi)
Subtract (vi) from (iv):
(b2x + a2y) – (abx + a2y) = 2a2b2 – a2b(a + b)
b2x – abx = 2a2b2 – a2b(a + b)
x(b2 – ab) = a2b(2b – (a + b)) = a2b(b – a)
x(b(b – a)) = a2b(b – a)
Divide both sides by b(b – a), assuming (b ≠ 0) and (b ≠ a):
`x = (a^2b(b - a))/(b(b - a))`
x = a2
Step 3: Find (y) by substituting x = a2 in (iii):
bx + ay = ab(a + b)
b(a2) + ay = ab(a + b)
ay = ab(a + b) – ba2
ay = aba + ab2 – a2b
ay = ab2
`y = (ab^2)/a`
y = b2
Thus, the solution to the system by elimination method is x = a2 and y = b2.
