Linear Algebra: Exercise 6 - Proving Equivalence of Systems

In summary, we are trying to prove that two homogeneous systems of linear equations in two unknowns are equivalent if they have the same solutions. This can be done by showing that there exists a solution for the system\left\{\begin{array}{c}\alpha a^\prime+\beta c^\prime = a\\\alpha b^\prime+\beta d^\prime = b\end{array}\right.and by finding out the values of this solution. To do so, we group the x-terms and y-terms in the original equation and equate the coefficients, leading us to the system above. This proves the equivalence of the two systems.
  • #1
carlosbgois
68
0
This is a question from 'Linear Algebra' by Hoffman and Kunze, and it's exercise 6 at page 5:

Question: Prove that if two homogeneous systems of linear equations in two unknowns
have the same solutions, then they are equivalent.

Attempt: I've tried some approaches but I couldn't even start.

Does anyone have a clue? Is there any solutions manual for this book?
Thanks
 
Physics news on Phys.org
  • #2
Hi carlosbgois! :smile:

carlosbgois said:
This is a question from 'Linear Algebra' by Hoffman and Kunze, and it's exercise 6 at page 5:

Question: Prove that if two homogeneous systems of linear equations in two unknowns
have the same solutions, then they are equivalent.

Attempt: I've tried some approaches but I couldn't even start.

Does anyone have a clue? Is there any solutions manual for this book?
Thanks

The solution is a bit complicated, but let's guide you through it.

Firstly, two systems of equations are equivalent if each row of the system is a linear combination of the rows of the other system.

So take two systems

[tex]\left\{\begin{array}{c} ax+by=0\\ cx+dy=0\end{array}\right.~\text{and}~\left\{\begin{array}{c} a^\prime x+b^\prime y=0\\ c^\prime x+d^\prime y=0\end{array}\right.[/tex]

So you must prove that there exists [itex]\alpha,\beta[/itex] such that

[tex]ax+by=\alpha (a^\prime x+b^\prime y)+\beta (c^\prime x+d^\prime)[/tex]

This leads us to the following system of equations

[tex]
\left\{
\begin{array}{c}
\alpha a^\prime+\beta c^\prime = a\\
\alpha b^\prime+\beta d^\prime = b
\end{array}
\right.
[/tex]

And we must prove that this system has a solution. So, how do we do that? Well, by solving the system!
 
  • #3
Thanks for helping, but I didn't quite grasp it yet.

You started supposing that the two systems are equivalent, and then managed to show that they have the same solutions, right? But is the reciprocal also true? Because I need to prove that if they have the same answer they are equivalent, not the inverse as done.

And I also didn't get how

[tex]ax+by=\alpha (a^\prime x+b^\prime y)+\beta (c^\prime x+d^\prime)[/tex]

Leads us to

[tex]
\left\{
\begin{array}{c}
\alpha a^\prime+\beta c^\prime = a\\
\alpha b^\prime+\beta d^\prime = b
\end{array}
\right.
[/tex]
 
  • #4
carlosbgois said:
Thanks for helping, but I didn't quite grasp it yet.

You started supposing that the two systems are equivalent, and then managed to show that they have the same solutions, right? But is the reciprocal also true? Because I need to prove that if they have the same answer they are equivalent, not the inverse as done.

What I'm trying to find out first is a criterion of when the two systems are equivalent. So far, we have shown that the two systems are equivalent if and only if

[tex]
\left\{
\begin{array}{c}
\alpha a^\prime+\beta c^\prime = a\\
\alpha b^\prime+\beta d^\prime = b
\end{array}
\right.
[/tex]

has a solution. So what I ask from you is to find out what this solution is and when it exists.

And I also didn't get how

[tex]ax+by=\alpha (a^\prime x+b^\prime y)+\beta (c^\prime x+d^\prime)[/tex]

Leads us to

[tex]
\left\{
\begin{array}{c}
\alpha a^\prime+\beta c^\prime = a\\
\alpha b^\prime+\beta d^\prime = b
\end{array}
\right.
[/tex]

Group all the x-terms and all the y-terms. The equality of the coefficient of the x-terms and of the y-terms is this system. Thus, if we work out

[tex]ax+by=\alpha (a^\prime x+b^\prime y)+\beta (c^\prime x+d^\prime),[/tex]

then we get

[tex]ax+by=(\alpha a^\prime+\beta c^\prime) x+(\alpha b^\prime +\beta d^\prime )[/tex]

So since the coefficients of the x-terms must equal each other, we get that

[tex]a=\alpha a^\prime+\beta c^\prime[/tex]

Analogous with the coefficients of the y-terms.
 

FAQ: Linear Algebra: Exercise 6 - Proving Equivalence of Systems

What is Linear Algebra?

Linear Algebra is a branch of mathematics that deals with the study of vector spaces, linear transformations, and systems of linear equations. It also involves the use of matrices and determinants to solve equations and represent transformations.

What is the purpose of Exercise 6 - Proving Equivalence of Systems?

The purpose of Exercise 6 is to practice the techniques used to determine if two systems of linear equations are equivalent. This involves manipulating the equations using properties of equality to show that both systems have the same solutions.

How do you prove the equivalence of two systems of linear equations?

To prove equivalence, you must show that each equation in one system can be derived from the equations in the other system and vice versa. This can be done by using properties of equality, such as adding or subtracting equations, multiplying by a constant, or swapping the position of equations.

Why is it important to prove the equivalence of systems of linear equations?

Proving equivalence allows us to determine if two systems of equations have the same solutions. This is important because it helps us to understand the relationship between the equations and allows us to determine if a system is consistent or inconsistent. It also helps us to simplify and solve complex systems of equations.

What are some real-life applications of proving equivalence of systems of linear equations?

Proving equivalence of systems of linear equations has many practical applications, such as in computer graphics, optimization problems, and engineering. It is also used in fields like economics, physics, and statistics to model and analyze real-world systems.

Similar threads

Back
Top