KnowledgeBoat Logo
|

Mathematics

Solve the following systems of simultaneous linear equations by the elimination method

px + qy = p - q

qx - py = p + q

Linear Equations

49 Likes

Answer

Given,

px + qy = p - q …….(i)

qx - py = p + q …….(ii)

Multiplying eq. (i) by q and eq. (ii) by p we get,

pqx + q2y = pq - q2 …….(iii)

pqx - p2y = p2 + pq …….(iv)

Subtracting eq. (iv) from (iii) we get,

⇒ pqx + q2y - (pqx - p2y) = pq - q2 - (p2 + pq)

⇒ pqx - pqx + q2y + p2y = pq - pq - q2 - p2

⇒ q2y + p2y = -q2 - p2

⇒ y(q2 + p2) = -(q2 + p2)

⇒ y = (q2+p2)q2+p2\dfrac{-(\text{q}^2 + \text{p}^2)}{\text{q}^2 + \text{p}^2} = -1.

Substituting value of y in eq. (i) we get,

⇒ px + q(-1) = p - q

⇒ px - q = p - q

⇒ px = p - q + q

⇒ px = p

⇒ x = 1.

Hence, x = 1 and y = -1.

Answered By

27 Likes


Related Questions