System of linear equations with alpha variable

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
literacola
Messages
7
Reaction score
0

Homework Statement



For which value of alpha does the following system of linear equations have a solution?

x + y = 2
x +αy = -1
αx + y = 1


The Attempt at a Solution



I put it into a matrix that looks like this:

1 1 | 2
1 α | -1
α 1 | 1

Then I subtracted row1 from row2 and it made the matrix look like:

1 1 | 2
0 (α-1) | -1
α 1 | 1

Then I took the 2nd row as α -1 = -1 and solved α to be zero. So, does this mean that the solution for this is all numbers α such that α is not equal to zero?
 
Physics news on Phys.org
literacola said:
I put it into a matrix that looks like this:

1 1 | 2
1 α | -1
α 1 | 1

Then I subtracted row1 from row2 and it made the matrix look like:

1 1 | 2
0 (α-1) | -1
α 1 | 1

Then I took the 2nd row as α -1 = -1 and solved α to be zero.

First, when you subtract the first row from the second you get

[tex]\left[\begin{array}{cc|c} 1 & 1 & 2 \\ 0 & \alpha-1 & -3 \\ \alpha & 1 & 1 \end{array}\right][/tex]Second, your second row tell you [itex](\alpha-1)y=-3[/itex], not [itex](\alpha-1)=-3[/itex]

So, does this mean that the solution for this is all numbers α such that α is not equal to zero?

No.
 
Cool, thanks! So what's the next step? Not sure where to go from here...
 
I think the easiest method is to simply say that if [itex](\alpha-1)y=-3[/itex], then [itex]y=\frac{3}{1-\alpha}[/itex] and substitute that into any of your 3 equations, solve for [itex]x[/itex] and sub those into the remaining equations to get an equation for [itex]\alpha[/itex].