Solving these Simultaneous Equations

Click For Summary
SUMMARY

The discussion focuses on solving a system of simultaneous equations involving variables x and y, represented by the equations ax + bx + cy = bc and by + cy + ax = -ab. The correct solutions derived are x = c and y = -a, confirmed through matrix inversion techniques. The inverse of the matrix A, defined as A = [[a + b, -c], [-a, a + b]], is utilized to solve the equations, emphasizing the importance of the determinant condition (ad - bc ≠ 0) for matrix invertibility. Cramer's Rule is also mentioned as an effective method for solving such systems.

PREREQUISITES
  • Understanding of simultaneous equations
  • Familiarity with matrix operations, specifically matrix inversion
  • Knowledge of determinants and their significance in linear algebra
  • Experience with Cramer's Rule for solving linear systems
NEXT STEPS
  • Study matrix inversion techniques in linear algebra
  • Learn about determinants and their properties in matrix theory
  • Explore Cramer's Rule and its applications in solving equations
  • Practice solving simultaneous equations using various methods, including substitution and elimination
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators seeking effective methods for teaching simultaneous equations and matrix solutions.

Darkmisc
Messages
222
Reaction score
31
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
 
Physics news on Phys.org
(a+b)x + cy = bc
ax + (b+c)y = -aba(a+b)x + acy = abc
a(a+b)x + (a+b)(b+c)y = -ab(a+b)Subtracting the both sides we can delete x to get y
[(a+b)(b+c)- ac]y = -ab(a+b)-abc
y = \frac{-ab(a+b)-abc}{(a+b)(b+c)- ac}=...
 
  • Like
Likes   Reactions: Darkmisc
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:
  • Like
Likes   Reactions: Darkmisc
  • Like
Likes   Reactions: Darkmisc

Similar threads

  • · Replies 47 ·
2
Replies
47
Views
6K
Replies
7
Views
3K
  • · Replies 19 ·
Replies
19
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K