Convert Equations To Aug Matrix And Solve

In summary, the conversation discusses a system of equations with three variables and three unknowns. The question is posed for what values of 'k' the system will have no solution, a unique solution, and infinitely many solutions. The conversation includes the attempt at a solution using row operations on a matrix, and clarifies that the system will have no solutions if k is not equal to 2 or -1, and infinitely many solutions if k is equal to 2 or -1.
  • #1
maherelharake
261
0

Homework Statement



For what value(s) of 'k' will the system have (a) no solution, (b) a unique solution, and (c) infinitely many solutions?

x-2y+3z=2
x+y+z=k
2x-y+4z=k^2



Homework Equations





The Attempt at a Solution



I worked at the matrix and this is what I have so far. I have no idea if I made a mistake along the way, and if not, I am curious on if I thought about the actual answers correctly. I will attach my work so far. Thanks in advance. I will respond to any advice quickly.
 

Attachments

  • Scan.pdf
    25.5 KB · Views: 216
Physics news on Phys.org
  • #2
I haven't confirmed your calculations, but I assume that they are correct (except for your guesses for a,b,c). Using row operations on the matrix won't change the solution set so try subtracting the third row an appropriate number of times from row 1 and 2 such that your matrix is of the form:
[tex]\left[\begin{array}{ccc|c} 1 & 0 & 0 & f(k) \\ 0 & 1 & 0 & g(k) \\ 0 &0 & 1 & h(k) \end{array} \right][/tex]
For some functions f,g,h. Then you get the unique solution: x = f(k), y = g(k), z = h(k).

By the way, for this reason it would have been sufficient to row reduce the matrix of coefficients and see if you could get it in the form [itex]I_3[/itex] (3x3 identity matrix).
 
  • #3
Thanks for responding. I was not able to make progress to get the form that you state above. What I attached was as far as I could get, unfortunately.
 
  • #4
You didn't show your intermediate work, but the matrix you ended up with is incorrect. In my second step I got this augmented matrix:
Code:
[1 -2 3 | 2]
[0 3 -2 | k-2]
[0 3 -2 | k^2-4]
The next step would be to eliminate the first three entries in the third row, producing a row of zeroes in its first three entries.

It looks to me that for some values of k there will be no solutions, and for other values of k, there will be an infinite number of solutions. Also, for no value of k is there a unique solution.
 
  • #5
Aw man I see where I made a mistake. It was on the number in the third column and the third row. Let me try and redo my calculations and I will upload my progress ASAP. Thanks.
 
  • #6
I have reuploaded my updated progress. Wouldn't the solution hold if k=-2 or k=1?
 

Attachments

  • Scan.pdf
    99.1 KB · Views: 206
  • #7
maherelharake said:
I have reuploaded my updated progress. Wouldn't the solution hold if k=-2 or k=1?
You have a sign error last row of your final matrix, so these aren't the right values of k. Also, what do you mean by saying "Wouldn't the solution hold..."? What solution are you talking about? The problem is to find values of k for which the system has no solution, a unique solution, and an infinite number of solutions. That's all the problem is asking for.
 
  • #8
Oh ok so it's supposed to be (k-2)(k-1) in the bottom row. Sorry about the wording, that was a bad way for me to put it. Would it be an infinite number of solutions for k=-1? Also would it be no solution for k=2? And I'm not sure about a unique solution. Thanks again for all your help, and sorry I took so long to respond to your last response.
 
  • #9
maherelharake said:
Oh ok so it's supposed to be (k-2)(k-1) in the bottom row.
No it's not. One of those factors is correct, but the other one isn't.
maherelharake said:
Sorry about the wording, that was a bad way for me to put it. Would it be an infinite number of solutions for k=-1? Also would it be no solution for k=2? And I'm not sure about a unique solution. Thanks again for all your help, and sorry I took so long to respond to your last response.
No need to be sorry about the wording. I'm only trying to help you think about things in the clearest way possible.

Think about what you end up with in the last row, since that determines everything about this system of equations.

Code:
[0 0 0 | <something>]

The system of equations represented by the augmented matrix is inconsistent if <something> is not equal to zero. In that case, what you have is 0x + 0y + 0z = <nonzero value>, which is impossible.

On the other hand, the system is consistent if <something> = 0, but since you really have only two equations in three unknowns, the system is underdetermined and you have an infinite number of solutions.

These are the only two possibilities, so it's not possible for this system of equations to have just a single, unique solution.

Think about what values (plural) of k make <something> equal to zero. For those values of k, there will be an infinite number of solutions to the system of equations.

For any other values of k, <something> is nonzero, and the system is inconsistent; hence the system has no solutions.
 
  • #10
Ahhh dumb mistake. (k-2)(k+1) is what it's supposed to be.
So I am assuming that if k=2 or k=-1, the system has infinite solutions and if k≠2 or
k≠-1 the system has no solutions?
 
  • #11
Almost perfect. If x ≠ 2 AND x ≠ -1, the system has no solutions.
 
  • #12
Ohhhh right. Got it! Thanks a lot sir. I really appreciate it.
 
  • #13
You're welcome. Hang in there!
 

FAQ: Convert Equations To Aug Matrix And Solve

1. How do I convert equations to augmented matrix format?

To convert equations to augmented matrix format, first write all the equations in standard form. Then, arrange the coefficients of the variables in each equation in a matrix, with the constant terms in a separate column. This matrix is the augmented matrix.

2. How do I solve a system of equations using augmented matrices?

To solve a system of equations using augmented matrices, use row operations to manipulate the matrix until it is in reduced row-echelon form. The resulting matrix will have the solution to the system of equations.

3. Can I use augmented matrices to solve systems of equations with more than three variables?

Yes, augmented matrices can be used to solve systems of equations with any number of variables. However, as the number of variables increases, the process of solving the system becomes more complex and time-consuming.

4. What are some common mistakes to avoid when converting equations to augmented matrix format?

Some common mistakes to avoid when converting equations to augmented matrix format include incorrectly copying the coefficients and constant terms, forgetting to include all the variables in the matrix, and not arranging the matrix in the correct format.

5. Can augmented matrices be used to solve nonlinear equations?

No, augmented matrices can only be used to solve systems of linear equations. Nonlinear equations require different methods to solve, such as substitution or elimination.

Similar threads

Back
Top