*Simultaneous equation 4 variables

  • Context: MHB 
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Variables
Click For Summary
SUMMARY

The discussion focuses on solving a system of simultaneous equations with four variables, specifically for x and y in terms of a and b, under the condition that ab ≠ -1. The derived solutions are x = (a + 1) / (ab + 1) and y = a(b + 1) / (ab + 1). Participants explored various methods including substitution and Cramer's rule to arrive at these solutions, emphasizing the effectiveness of Cramer's rule for verification.

PREREQUISITES
  • Understanding of simultaneous equations
  • Familiarity with Cramer's rule
  • Basic algebraic manipulation skills
  • Knowledge of determinants in linear algebra
NEXT STEPS
  • Study the application of Cramer's rule in solving linear equations
  • Learn about determinants and their properties in linear algebra
  • Explore alternative methods for solving simultaneous equations, such as substitution and elimination
  • Investigate the implications of the condition ab ≠ -1 in similar systems
USEFUL FOR

Mathematicians, students studying algebra, and anyone interested in solving systems of equations using various methods, particularly Cramer's rule.

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Solve the following system for x and y in terms of a and b where $ab\ne - 1$

$\left\{{\frac{x+y-1}{x-y+1}=a
\atop\frac{y-x+1}{x-y+1}=ab}\right.$

Answer is
$x=\frac{a+1}{ab+1}\\y=\frac{a\left(b+1\right)}{\left(ab+1\right)}$

I tried for a hour and?
Noticed the denominators were = but?
 
Last edited:
Mathematics news on Phys.org
karush said:
Solve the following system for x and y in terms of a and b where $ab\ne - 1$

$\left\{{\frac{x+y-1}{x-y+1}=a
\atop\frac{y-x+1}{x-y+1}=ab}\right.$

Answer is
$x=\frac{a+1}{ab+1}\\y=\frac{a\left(b+1\right)}{\left(ab+1\right)}$

I tried for a hour and?
Noticed the denominators were = but?
From the first equation
x + y - 1 = a(x - y + 1)
or
(1 - a)x + (a + 1)y = a + 1

From the second equation:
y - x + 1 = ab(x - y + 1)
or
-(ab + 1)x + (ab + 1)y = ab - 1

If you don't want to match coefficients or use substitution you could always do it using Cramer's rule:
[math]\left ( \begin{matrix} 1 - a & a + 1 \\ -(ab + 1) & ab + 1 \end{matrix} \right ) ~ \left ( \begin{matrix} x \\ y \end{matrix} \right ) = \left ( \begin{matrix} a + 1 \\ ab - 1 \end{matrix} \right )[/math]

So
[math]x = \frac{ \left | \begin{matrix} a + 1 & a + 1 \\ ab - 1 & ab + 1 \end{matrix} \right | }{ \left | \begin{matrix} 1 - a & a + 1 \\ -(ab + 1) & ab + 1 \end{matrix} \right | }[/math]

and
[math]y = \frac{ \left | \begin{matrix} 1 - a & a + 1 \\ -(ab + 1) & ab - 1 \end{matrix} \right | }{ \left | \begin{matrix} 1 - a & a + 1 \\ -(ab + 1) & ab + 1 \end{matrix} \right | }[/math]

It might look bad, but it's more "mechanized" than the other two ways, and easier to check.

-Dan
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
11K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 11 ·
Replies
11
Views
2K