Find values for k in a system of equations

In summary, the following linear algebra question is causing trouble for me: for which values of k does the following system of equations have a) a unique solution, b) infinite solutions, and c) no solutions? I have tried getting this matrix into REF, but this didn't help me get any closer to the solution. Any pointers as to where I should start?
  • #1
jberg074
8
0
Hi, the following linear algebra question is causing trouble for me:

For which values of k does the following system of equations have a) a unique solution, b) infinite solutions, and c) no solutions?

[ 1 0 3 | 0 ]
[ 0 1 1 | 1 ]
[ -1 1 k | k ]

I know that having a unique solution implies a linear independence, infinite solutions implies a dependence with consistency, and no solutions implies no consistency.

I have tried getting this matrix into REF, but this didn't help me get any closer to the solution. Any pointers as to where I should start?
 
Physics news on Phys.org
  • #2
jberg074 said:
I have tried getting this matrix into REF, but this didn't help me get any closer to the solution. Any pointers as to where I should start?

What is the resulting matrix? (Or the closest matrix that you can get)
 
  • #3
Using the following steps:
R3=R3+R1, and
R3=R3-R2, I get:

[ 1 0 3 0 ]
[ 0 1 1 1 ]
[ 0 0 (2+k) (k-1)]

Unless we have to get it in this form?

[ 1 0 3 0
[ 0 1 3+k k
[ 0 0 -(2+k) 1-k
 
  • #4
Ok, let's break this up into different cases:

a) In the third column, third row, what operation do we perform to obtain a 1? (assuming k+1 != 0)

b) What would (2+k) and (k-1) have to equal in order to get infinite solutions? Is this possible?

c) Think about this one. What would (2+k) (and consequently (k-1)) have to be equal to in order to have no solution? After you have the equation set up, what do you get for k?
 
  • #5
a) To get 1, I'm guessing we'd have to divide by (2+k)? Since (2+k)/(2+k)=1. However, this operation would have to carry through the whole row, right?

b) I'm not sure at all. They can't each equal zero, because that would yield k=-2 and k=1, which would turn it into an inconsistent system.

c) Would it have to be equal to (k-1)? If so, then all I can get from the equation is k = 3+k. This is also an inconsistency, which would indicate no solutions?
 
  • #6
jberg074 said:
a) To get 1, I'm guessing we'd have to divide by (2+k)? Since (2+k)/(2+k)=1. However, this operation would have to carry through the whole row, right?

Correct. That is the next step.

jberg074 said:
b) I'm not sure at all. They can't each equal zero, because that would yield k=-2 and k=1, which would turn it into an inconsistent system.

You're partially correct. You want to set them both to 0. A row of 0's is the only way to get infinite solutions (You can verifying this by plugging in 0 for both and reducing the matrix even more) However, as you said, it's impossible to set both to 0, since you get k = -2 and k = 1. Therefore, there does not exist a k that gives infinite solutions.

jberg074 said:
c) Would it have to be equal to (k-1)? If so, then all I can get from the equation is k = 3+k. This is also an inconsistency, which would indicate no solutions?

No. For there to be an inconsistent system, you would need a system that's impossible to solve. For instance:

1 2 3 4
5 6 7 8
0 0 0 1

is an inconsistent system. For the third row, this essentially says that 0x1 + 0x2 + 0x3 = 1, which is impossible. Looking at your problem now, what would (2+k) need to equal? Solve for k. What does (k-1) equal? Is this inconsistent?
 
  • #7
Allright, thank you so much for your help!
 

1. What is the purpose of finding values for k in a system of equations?

Finding values for k in a system of equations helps us to solve for the unknown variables and find a solution to the system. This allows us to understand and analyze the relationship between the different variables involved.

2. How do you find values for k in a system of equations?

To find values for k, we use algebraic methods such as substitution, elimination, or graphing. We manipulate the equations to isolate the variable k and then solve for its value.

3. Can a system of equations have more than one value for k?

Yes, a system of equations can have multiple solutions for k. This means that there are different values of k that satisfy all the equations in the system. In this case, the system is said to have infinitely many solutions.

4. What happens if a system of equations has no solution for k?

If a system of equations has no solution for k, it means that there is no value of k that satisfies all the equations in the system. This could happen if the equations are contradictory or if they have parallel lines and do not intersect.

5. How do you know if a value for k is correct in a system of equations?

To check if a value for k is correct, we substitute it into all the equations in the system and see if they are all satisfied. If all the equations are true with the given value of k, then it is a valid solution for the system.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
816
  • Linear and Abstract Algebra
Replies
1
Views
751
  • Linear and Abstract Algebra
Replies
1
Views
750
  • Linear and Abstract Algebra
Replies
3
Views
920
  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
877
  • Linear and Abstract Algebra
Replies
15
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
877
  • Linear and Abstract Algebra
Replies
6
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
1K
Back
Top