What Values of k Lead to an Inconsistent System?

  • Thread starter Thread starter noelo2014
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around determining the values of k that lead to an inconsistent system of equations represented by a 3x3 matrix. Participants are exploring the implications of different values of k on the system's consistency and linear dependence.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Some participants discuss using row reduction of the augmented matrix to identify values of k that might lead to inconsistency. Others mention specific values of k, such as k=2 and k=-2, and their implications for the system's linear dependence.

Discussion Status

The conversation includes various interpretations of the implications of specific k values on the system's consistency. Some participants provide insights into the relationship between the determinant of the matrix and the nature of the solutions, while others seek clarification on concepts like under-specified systems and the meaning of a zero determinant.

Contextual Notes

Participants are working under the constraints of an exam question and are looking for efficient methods to analyze the system without extensive calculations. There is an emphasis on understanding the relationship between the matrix's properties and the solutions to the system.

noelo2014
Messages
45
Reaction score
0

Homework Statement



Determine the value(s) of k for which the system

-2 1 -1 x 1
4 2 k . y = -4
k -1 1 z 2

(please excuse my formatting)

Homework Equations


The Attempt at a Solution



On my first attempt I tried making an augmented matrix and row-reducing it, but it started to get really hairy and taking too long, (this is an exam question), so I figured there must be an easier
way of solving it.

One thing I noticed is that if I set k=2 then the first and third rows of the matrix are multiples of each other (r1=-r3), however the corresponding values in the result vector aren't, this would lead me to suspect that k=2 gives me an inconsistent system.

IF I set k=-2 I notice the 2nd and 3rd rows are scalar multiples of each other (including the result). So I guess this is a case of linear dependence somewhere. In other words if I row-reduced the augmented matrix I'd have a row of zeros and case of one of the x/y/z being a multiple of another.

Then I guess that leaves all other values of k to mean 1 solution

Am I approaching this correctly? Have I just solved this? I have a test on Thursday and I'd appreciate any help or tips for looking at matrices and finding clues and short-cuts to solving them.

If there's any experts on Linear Algebra reading, how would you approach this question? I'd love to know

Regards
Noel
 
Physics news on Phys.org
Usually I find it easiest to first row reduce the augmented matrix to RREF.

You can then determine the linear dependence by testing values of ##k## as it will be clear to see which values cause an inconsistent system.
 
If the matrix is nonsingular, can the equations have no solution?
If it is singular, what equation can you obtain for k? How many solutions might that have?
 
noelo2014 said:

Homework Statement



Determine the value(s) of k for which the system

-2 1 -1 x 1
4 2 k . y = -4
k -1 1 z 2

(please excuse my formatting)

We have MathJax at this site. Note how nice this looks:
<br /> \begin{bmatrix} -2 &amp; 1 &amp; -1 \\ 4 &amp; 2 &amp; k \\ k &amp; -1 &amp; 1 \end{bmatrix}<br /> \begin{bmatrix} x \\ y \\ z \end{bmatrix}<br /> =<br /> \begin{bmatrix} 1 \\ -4 \\ 2 \end{bmatrix}

On my first attempt I tried making an augmented matrix and row-reducing it, but it started to get really hairy and taking too long, (this is an exam question), so I figured there must be an easier
way of solving it.

One thing I noticed is that if I set k=2 then the first and third rows of the matrix are multiples of each other (r1=-r3), however the corresponding values in the result vector aren't, this would lead me to suspect that k=2 gives me an inconsistent system.

IF I set k=-2 I notice the 2nd and 3rd rows are scalar multiples of each other (including the result). So I guess this is a case of linear dependence somewhere. In other words if I row-reduced the augmented matrix I'd have a row of zeros and case of one of the x/y/z being a multiple of another.

Then I guess that leaves all other values of k to mean 1 solution
What led you to those two particular numbers, and to the final statement? Everything is correct, but your writing makes it appear you are guessing rather than knowing.This is a 3x3 matrix, so it's not that hard to compute the determinant by hand. You should get ##k^2-4##. This means the only suspect values are -2 and 2. Everything other value of k yields a non-zero determinant, which in turn means the matrix is invertible. What does that mean?

That k=2 means the first and third rows are multiples of one another but the corresponding results are not should not lead you to suspect that k=2 is inconsistent. It tells you that k=2 is inconsistent. No guessing involved!

That k=-2 means the second and third rows are multiples of one another, including the values, means you can toss one of those rows. Is the first row linearly independent of the third (or second)? If so, this is an under-specified system rather than an inconsistent system.
 
  • Like
Likes   Reactions: 1 person
D H said:
We have MathJax at this site. Note how nice this looks:
<br /> \begin{bmatrix} -2 &amp; 1 &amp; -1 \\ 4 &amp; 2 &amp; k \\ k &amp; -1 &amp; 1 \end{bmatrix}<br /> \begin{bmatrix} x \\ y \\ z \end{bmatrix}<br /> =<br /> \begin{bmatrix} 1 \\ -4 \\ 2 \end{bmatrix}


That k=2 means the first and third rows are multiples of one another but the corresponding results are not should not lead you to suspect that k=2 is inconsistent. It tells you that k=2 is inconsistent. No guessing involved!
Thank you,Well it all comes with experience.
And what exactly do you mean by an under-specified system? Is this a system with free variable(s)? Also when the det is equal to zero does this always mean either no solutions or infinite solutions but never 1 solution?
 
noelo2014 said:
And what exactly do you mean by an under-specified system? Is this a system with free variable(s)?
Yes. Instead of one solution there will be a subspace of solutions.
Also when the det is equal to zero does this always mean either no solutions or infinite solutions but never 1 solution?
Yes. If the det is zero then it means the LHS of one or more equations can be constructed as a linear combination of the others.
If the same linear combination also generates the corresponding values on the RHS then those equations are redundant. If throwing them away means you now have fewer equations than variables the system is underspecified.
But if the linear combination does not generate the corresponding values on the RHS then the equations conflict, so no solutions.
 
  • Like
Likes   Reactions: 1 person

Similar threads

  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 6 ·
Replies
6
Views
7K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
7
Views
2K