Linear Algebra General Solution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
Precursor
Messages
219
Reaction score
0
Homework Statement
Find the general solution to the system:
[tex]ax+ by= 1[/tex]
[tex]cx+ dy= 2[/tex]

Consider the case when
[tex]ad- bc \neq 0[/tex]

The attempt at a solution
Like in my other post, I multiplied the first equation by "c" and the second equation by "a", and then I subtracted the two equations. I just seem to be stuck.

I got the following matrix:
[tex]0...ad- bc...2a- c[/tex]
[tex]ac...ad...2a[/tex]

Therefore, [tex](ad- bc)y= 2a- c[/tex]
But what relation can I deduce from this equation to help my determine a general solution for the system? The previous question I posted was much more obvious, where I was able to solve y= 0. But this isn't the case. I appreciate any help.
 
Physics news on Phys.org
Solve for y by dividing both sides by ad - bc. You know that it is legitimate to do this because you are told that ad - bc != 0.

Just as before, the general solution is going to be just a single point - a pair of numbers. The reason that a unique solution exists, although it might not seem obvious to you at this point in your studies, is that ad - bc != 0.
 
Mark44 said:
Solve for y by dividing both sides by ad - bc. You know that it is legitimate to do this because you are told that ad - bc != 0.

Just as before, the general solution is going to be just a single point - a pair of numbers. The reason that a unique solution exists, although it might not seem obvious to you at this point in your studies, is that ad - bc != 0.

When I divide both sides by y, I get y= (2a- c)/(ad- bc)
If I substitute this back into either one of the original equations, I get an even more complicated equation. Is there some way to simply it?
 
What you get for x will be no more complicated than what you got for y, at least when it is simplified. Also, you can check your answers by substituting them into your original system of equations. It should be true that ax + by = 1 and cx + dy = 2.
 
When I substitute what I got for y into the first original equation, I get ax= 1- b((2a-c)/(ad-bc))
Can I simplify this?
 
Yes. Get a common denominator and things simplify.

Also, as in the other problem you posted, a and c can't both be zero, due to the restriction that ad - bc != 0.