Solving these Simultaneous Equations

  • #1
168
23
Homework Statement
(a+b)x + cy = bc
(b+c)y + ax = -ab
Relevant Equations
x - y = a + c

Answer:
x = c
y = -a
Hi everyone

Could someone please help with the above equation?

Here is the working for my attempt

ax + bx + cy = bc
by + cy + ax = -ab

ax + bx + cy = bc
by + cy + ax = -ab

b(x-y) = b(a + c)
x - y = a + c

a^2 + ac + ay + ab + bc + by + cy = bc
a+2 + ac + ay + by + by = -ab

b(a+c) = bc + ab
0 = 0

Is it correct to conclude from this that bc = -ab, and that c = -a?

If so, can I substitute that into
y (a + b + c) = -ab

to get y = -a?

The correct answer is x=c and y =-a, which fits into the above equations

Thanks
 

Answers and Replies

  • #2
[tex](a+b)x + cy = bc[/tex]
[tex]ax + (b+c)y = -ab[/tex]


[tex]a(a+b)x + acy = abc[/tex]
[tex]a(a+b)x + (a+b)(b+c)y = -ab(a+b)[/tex]


Subtracting the both sides we can delete x to get y
[tex][(a+b)(b+c)- ac]y = -ab(a+b)-abc[/tex]
[tex]y = \frac{-ab(a+b)-abc}{(a+b)(b+c)- ac}=...[/tex]
 
  • #3
A somewhat simpler way to solve this system, and possibly the technique the authors of the problem had in mind, is to use the inverse of the given matrix.
The inverse of the 2x2 matrix ##A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}## is ##A^{-1} = \frac 1 {det(A)}\begin{bmatrix} d & -b \\ -c & a\end{bmatrix}##.

The determinant of A is ##det(A) = ad - bc##. As long as ##ad - bc \ne 0##, the matrix is invertible; i.e., the inverse of A exists.

For this problem, ##A = \begin{bmatrix} a + b & -c \\ -a & a + b \end{bmatrix}##

To solve the matrix equation ##A\begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} bc \\ -ab \end{bmatrix}##, apply the inverse, ##A^{-1}##, to both sides of the matrix equation above to obtain the solution ##\begin{bmatrix} x \\ y \end{bmatrix}##.
 
Last edited:
  • #4

Suggested for: Solving these Simultaneous Equations

Replies
9
Views
858
Replies
3
Views
848
Replies
5
Views
994
Replies
4
Views
481
Replies
32
Views
988
Replies
8
Views
299
Replies
20
Views
228
Back
Top