Jacobpm64
- 235
- 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.