Advertisements
Advertisements
Question
Solve the following system of equations by the elimination method:
`x/a = y/b; ax + by = a^2 + b^2, a ≠ 0, b ≠ 0`
Advertisements
Solution
Given the system of equations:
`x/a = y/b; ax + by = a^2 + b^2, a ≠ 0, b ≠ 0`
Step 1: Express one variable in terms of the other from the first equation
From
`x/a = y/b`
Cross-multiplying:
bx = ay
⇒ `y = b/a x`
Step 2: Substitute `(y = b/a x )` into the second equation
Given:
ax + by = a2 + b2
Substituting (y):
`ax + b(b/a x) = a^2 + b^2`
Simplify:
`ax + b^2/a x = a^2 + b^2`
Multiply through by (a) to clear the denominator:
a2x + b2x = a(a2 + b2)
Factor (x) on the left:
(a2 + b2)x = a(a2 + b2)
Step 3: Solve for (x)
Because a2 + b2 ≠ 0 since a ≠ 0, b ≠ 0,
`x = (a(a^2 + b^2))/(a^2 + b^2)`
x = a
Step 4: Find (y)
Substitute (x = a) into `(y = b/a x )`:
`y = b/a xx a`
y = b
The solution to the system by the elimination method is x = a and y = b.
