Is the system of linear equations with variable coefficients always solvable?

lol_nl
Messages
40
Reaction score
0

Homework Statement


How do I show that a system of linear equations either has a solution or has multiple solutions?

Homework Equations


Show that the system of equations
a*x _{1} + 2*x_{2} + a*x_{3} = 5a
x _{1} + 2*x_{2} + (2-a)*x_{3} = 5a
3*x _{1} + (a+2)*x_{2} + 6*x_{3} = 15

is solvable for every value of a. Solve the system for those values of a with more than one solution. Give a geometric interpretation of the system of equations and its solutions.

The Attempt at a Solution


I tried Gauss(-Jordan) elimination but because of the a's I could not get a nice solution.

How am I supposed to show that there is a solution regardless of what value of a I choose?

If there is more than one solution, at least one of the equations should be dependent on the other, so I should be able to reduce at least one row to all zeros? But there are multiple ways in which one or more of the equations can be a linear combination of the other two, right? E.g. I discovered that for a=1, eq. 1 and eq. 2 become equal. But how do I find all solutions?
 
Physics news on Phys.org
I think you're just going to have to raise your threshold of pain and row-reduce the matrix.

I'll note, however, that there isn't a solution for every a. I find for two values of a, the system is inconsistent, so there is no solution.
 
It's not too hard to show that there are three values of a for which the determinant of the matrix of coefficients is 0. Then put those specific values into determine whether there a none or an infinite number of solutions.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top