Proving Solutions to Homogeneous Linear Systems

Click For Summary

Homework Help Overview

The discussion revolves around proving a property of homogeneous systems of linear equations, specifically the system defined by the equations ax + by = 0 and cx + dy = 0. The original poster seeks to demonstrate that if the determinant ad - bc is non-zero, then the only solution to the system is x = 0 and y = 0.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants explore rewriting the equations and consider the implications of dividing by coefficients that may be zero. There is discussion about using contrapositive reasoning and examining cases where ad = bc. Some participants suggest manipulating the equations to eliminate variables and analyze the consequences of the determinant being zero.

Discussion Status

The conversation includes various attempts to clarify the proof's requirements and the implications of the determinant's value. Participants are actively engaging with each other's suggestions, exploring different lines of reasoning, and questioning the assumptions made in the problem setup.

Contextual Notes

Some participants note the constraints of their current knowledge, indicating that they are at the beginning of their linear algebra course and have only been introduced to matrices and basic elimination methods. There is also mention of the need to consider cases where coefficients may equal zero.

Jacobpm64
Messages
235
Reaction score
0

Homework Statement


Consider the homogeneous system of linear equations
ax + by = 0
cx + dy = 0
Prove that if ad - bc \not= 0, then x = 0,y=0 is the only solution to the system.




The Attempt at a Solution



First, I tried rewriting the system of equations to get y = -\frac{a}{b} x and y = -\frac{c}{d} x. This would have probably helped me in the proof, but I realized that I may not be able to divide by b and d because they may be 0.

Maybe I could use the contrapositive to prove this. Proving the statement "If ad - bc = 0, then x = 0, y = 0 is not the only solution to the system. I'd have to show that there are more solutions. I am not sure how to do this though. Although, this seems like the easiest way to prove it.



Can anyone give me some help? Thanks in advance.
 
Physics news on Phys.org
Are you familiar with determinants yet?
 
No, this is the beginning of the Linear course. We didn't do much more than an introduction to matrices and Reduced Echelon Form for Gauss-Jordan Elimination.

Oh I'm sorry, I posted the question incorrectly. It was an if and only if proof, and I did that direction pretty easily.

The implication I actually need help on is the opposite direction.

If x = 0, y = 0 is the only solution to the system, then ad - bc \not= 0.
 
As you said if ad = bc, then you should be able to show that (0,0) is not the only solution. Look at what happens in the original system if you assume this, and you then multiply the top equation by d and the bottom equation by b.
 
Jacobpm64 said:

Homework Statement


Consider the homogeneous system of linear equations
ax + by = 0
cx + dy = 0
Prove that if ad - bc \not= 0, then x = 0,y=0 is the only solution to the system.




The Attempt at a Solution



First, I tried rewriting the system of equations to get y = -\frac{a}{b} x and y = -\frac{c}{d} x. This would have probably helped me in the proof, but I realized that I may not be able to divide by b and d because they may be 0.
Then say "if b is not 0" and "if d is not 0" and see what you get. Then go back and say "if b= 0" or "if d= 0" and see what you get.

Maybe I could use the contrapositive to prove this. Proving the statement "If ad - bc = 0, then x = 0, y = 0 is not the only solution to the system. I'd have to show that there are more solutions. I am not sure how to do this though. Although, this seems like the easiest way to prove it.

Can anyone give me some help? Thanks in advance.
No, that's not the contrapositive. You want to prove "If ad-bc is not 0 then x= 0, y= 0 is the only solution". The contrapositive of that is "if x= 0, y= 0 is not the only solution then ad- bc= 0." I think you would find that harder. Have you considered just going ahead and solving the system? Try starting with ax+ by= 0 and multiplying both sides by d: adx+ bdy= 0. Now take cx+ dy= 0 and multiply both sides by -b: -bcx- bdy= 0. Adding those two equations will eliminate y. Do you see why you need "ad- bc not equal to 0"? What would happen if ad- bc= 0?
 
Mathdope:

assume ad = bc.

multiplying the top equation by d and the bottom by b:
d(ax + by) = 0
b(cx + dy) = 0

adx + bdy = 0
bcx + bdy = 0

Now I'm sure there's something I can do with ad and bc being the coefficients of x.. since they're equal.

I'm just not sure though.
 
If ad = bc, then adx + bdy = 0 and bcx + bdy = 0 are the same equation. What does that say about the solutions to the system?
 
The lines coincide so there are infinitely-many solutions.

So that's all I need to do for that proof?
 
Jacobpm64 said:
Mathdope:

assume ad = bc.

multiplying the top equation by d and the bottom by b:
d(ax + by) = 0
b(cx + dy) = 0

adx + bdy = 0
bcx + bdy = 0

Now I'm sure there's something I can do with ad and bc being the coefficients of x.. since they're equal.

I'm just not sure though.

adx + bdy = 0
bcx + bdy = 0

Notice that these two imply that

adx - bcx = 0

Edit: notice that you don't need to assume that ad = bc to perform the multiplications. Just do them and then see what happens IF ad = bc.
 
Last edited:
  • #10
Oh, sorry, I didn't read carefully. You either need to show that if there's a solution other than (0,0) then ad = bc or follow what Mathdope suggested to the logical conclusion.
 
  • #11
Mathdope:

Okay.. so if i factor out an x:

(ad - bc)x = 0

since ad = bc,
we get 0*x = 0.

But that doesn't tell us anything, does it?

I'm still confused :(
 
  • #12
If ad = bc, then x can be anything. If ad - bc is nonzero, what must x be? Reread the original problem.
 
Last edited:
  • #13
the original problem is... "If x = 0, y = 0 is the only solution, then ad - bc \not= 0."


To answer your question:

If ad - bc is nonzero then x must be zero.

I didn't think I could assume that ad - bc is nonzero in this proof though.

Since I'm assuming ad - bc = 0... Or similarly, i can assume that x = 0, y = 0 is the only solution.
 
  • #14
If ad - bc = 0 then x can have any value. This means that (x,y) = (0,0) is not the only solution. If you think of x as a parameter t, then any ordered pair of the form (t,-(a/b)t) is a solution (for nonzero b). If b = 0, then (0,t) is a solution for all t. (Notice that if ad = bc, then a/b = c/d when b and d aren't zero).
 
Last edited:

Similar threads

  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
2K
Replies
12
Views
2K
Replies
2
Views
2K
Replies
2
Views
1K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K