Finding Solutions to Linear Systems: Matrices and Variables

In summary: When k = 2 the second equation becomes x + (h+1)y = 2. This implies that y = 0, and therefore x = 2. So the system has a unique solution of (x,y) = (2,0). Therefore, the values of h and k that give a unique solution are:h = -3 and k = -2/3h = 2 and k = 1For infinite solutions, we need to have the coefficient matrix be rank 1. This means that one of the rows is a multiple of the other. In this case, we would have:(1 6 2)(1 2 k)As you noted, when k = 2
  • #1
fogvajarash
127
0

Homework Statement


Find all the values of h and k such that the system:

hx + 6y = 2
x + (h+1)y = k

has: (a) No solutions (b) A unique solution (c) Infinitely many solutions

Homework Equations


-


The Attempt at a Solution


I've tried putting the system into echelon form and got the following (with the augmented matrix):

(1 h + 1 k)
(0 h2+h-6 hk-2)

However, how can i proceed from this step? Note that the only way i can solve this problem is using matrices, I've got the answer by comparing the linear systems but i need to do it with matrices.
 
Physics news on Phys.org
  • #2
It is simpler to deduce the features from the determinant of the coefficient matrix.
 
  • #3
fogvajarash said:

Homework Statement


Find all the values of h and k such that the system:

hx + 6y = 2
x + (h+1)y = k

has: (a) No solutions (b) A unique solution (c) Infinitely many solutions

Homework Equations


-


The Attempt at a Solution


I've tried putting the system into echelon form and got the following (with the augmented matrix):

(1 h + 1 k)
(0 h2+h-6 hk-2)

However, how can i proceed from this step? Note that the only way i can solve this problem is using matrices, I've got the answer by comparing the linear systems but i need to do it with matrices.

If you don't really understand what augmented systems are doing you should stay away from them and just write out the equations explicitly. So, for example, you could solve for x in terms of y from the second equation, then substitute that expression (in place of x) into the first equation, to get a new equation that involves y alone. Once you have done that it is easier to see what you need to do next.

Of course, you could do all that using an augmented system, but only if you understand what is happening---otherwise the augmented system is just getting in your way.
 
  • #4
aridno:

I have computed the value of the determinant. What can i work out from that?

Ray Vickson:

I could try doing that but the prompt was to solve them using matrices (or augmented systems). If you could explain me a bit what is going on in that situation that would be really helpful. I tried to transform the system into reduced row echelon form, but one of the terms was a mess and i couldn't work out anything from there. Any suggestions in what i can do?
 
  • #5
fogvajarash said:
aridno:

I have computed the value of the determinant. What can i work out from that?

Ray Vickson:

I could try doing that but the prompt was to solve them using matrices (or augmented systems). If you could explain me a bit what is going on in that situation that would be really helpful. I tried to transform the system into reduced row echelon form, but one of the terms was a mess and i couldn't work out anything from there. Any suggestions in what i can do?

I have already suggested what you should do: write out the new linear equation that comes from your row-echelon form. Examine carefully what the new equation 'says'. That is my final hint.
 
  • #6
Well:
You know that if you have a unique solution, then that is gained by multiplying the INVERSE of that matrix to the "vector" on RHS, leaving the (x,y)-vector on LHS.

But:
What is the requirement that the inverse matrix exists at all?
 
  • #7
arildno said:
Well:
You know that if you have a unique solution, then that is gained by multiplying the INVERSE of that maytix to the "vector" on RHS, leaving the (x,y)-vector on LHS.

But:
What is the requirement that the inverse matrix exists at all?
If the coefficient matrix is M, then detA ≠ 0 (as then the expression would be over 0). So this leaves me with the following values for no solutions:

h = -3 and all k except (-2/3)
h = 2 and all k except (1)
 
  • #8
And how many solutions will you get for a choice precisely with those exceptional k-values (coupled to its respective h-value)?
 
  • #9
arildno said:
And how many solutions will you get for a choice precisely with those exceptional k-values (coupled to its respective h-value)?
We would then get infinite solutions as we would have a matrix of rank 1, meaning we need to set up a parameter. Then for infinite solutions:

h=-3 k=-2/3
h=2 k=1

How would we know the values of when the system has solution though? I was testing for an h=1 and i got the following matrix:

(1 6 2)
(1 2 k)

Then we would have:

(1 6 2)
(0 -4 k-2)

I was thinking of when if k = 2, then there would be infinite solutions. However, then x would be 1/2. However, don't we have to set up a parameter for y? For example, if we have the following:

(a b c)
(0 d 0)

Can i simply assume that the system has infinite solutions by rewriting:

(a b c)
(0 0 0)

Or that isn't permitted? Wouldn't the y variable have a parameter?
 
  • #10
"
(1 6 2)
(0 -4 k-2)

I was thinking of when if k = 2, then there would be infinite solutions."

Incorrect. With k=2, y=0 and x=2.

With an invertible coefficient matrix, you ALWAYS have a unique solution for x and y, in terms of whichever constants appear elsewhere.
 
  • #11
fogvajarash said:
We would then get infinite solutions as we would have a matrix of rank 1, meaning we need to set up a parameter. Then for infinite solutions:

h=-3 k=-2/3
h=2 k=1

How would we know the values of when the system has solution though? I was testing for an h=1 and i got the following matrix:

(1 6 2)
(1 2 k)

Then we would have:

(1 6 2)
(0 -4 k-2)

I was thinking of when if k = 2, then there would be infinite solutions. However, then x would be 1/2. However, don't we have to set up a parameter for y? For example, if we have the following:

(a b c)
(0 d 0)

Can i simply assume that the system has infinite solutions by rewriting:

(a b c)
(0 0 0)

Or that isn't permitted? Wouldn't the y variable have a parameter?

When k = 2 the second row of the row-echelon form says that -4*y=0. Do you really think that has infinitely many no solutions or no solutions?
 
Last edited:
  • #12
I kind of get it. So when we have a row sort of (where n is a constant):

(0 0 n 0)

In a system AX = B, where the last 0 is part of the augmented system, we NEVER say that the row turns into:

(0 0 0 0)

Right? We just leave the row as it is (can we turn it into a leading 1 by dividing the row by "n"?? Our professor told us that we could do that but now i see that he may be wrong.
 

Related to Finding Solutions to Linear Systems: Matrices and Variables

1. What is a matrix?

A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is used to represent and manipulate data in many fields, including mathematics, physics, and computer science.

2. What is the purpose of using matrices in linear systems?

Matrices are used to represent linear equations in a compact and organized way. By representing the coefficients and constants of a linear system in a matrix, it becomes easier to solve and analyze the system.

3. How do you perform basic operations on matrices?

Basic operations on matrices include addition, subtraction, and multiplication. These operations are performed by adding, subtracting, or multiplying corresponding elements of the matrices.

4. What is the difference between a row and column vector in a matrix?

A row vector is a matrix with a single row and multiple columns, while a column vector is a matrix with a single column and multiple rows. Row vectors are often used to represent data, while column vectors are often used to represent transformations or solutions to linear systems.

5. Can every linear system be solved using matrices?

No, not every linear system can be solved using matrices. A linear system is solvable using matrices if it has a unique solution, or if it has infinitely many solutions. If the linear system has no solutions, it cannot be solved using matrices.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
19
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
2
Replies
58
Views
3K
  • Precalculus Mathematics Homework Help
Replies
32
Views
958
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
20
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
3K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
262
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
Back
Top