196k views
3 votes
Consider the linear system

2x1 + 3x2 −ax3 = 5
4x1 + x2 −2ax3 = c
−6x1 + x2 −x3 = b
(a) For what values of a, b and c will the system have infinitely many solutions?
(b) For what values of a, b and c will the system have unique solution?
(c) For what values of a, b and c will the system have no solution?

User XPav
by
4.6k points

1 Answer

1 vote

Answer:

(a)


-1-3a = 0\\b+2c +5= 0 \\a =- 1/3 \\

(b)


-1-3a \\eq 0 \\a\\eq -1/3

(c)


a = -1/3\\b+c+5 \\eq 0

Explanation:

The first thing you have to do is write the problem in matrix terms and then reduce the matrix.

The system of equations on matrix notation looks like this.


\begin{pmatrix}2 & 3 & -a &: & 5\\4 & 1 & -2a & : & c \\-6 & 1 & -1 &:& b\end{pmatrix}

When you write the matrix like that you then reduce it using elementary row operations. After you reduce the matrix it looks like this

After you use reduce the matrix using Gaussian elimination (I attach images with the steps) you get the following matrix.


\begin{pmatrix}2 & 3 & -a &: & 5\\0 & 5 & 0 & : & c-10 \\0 & 0 & -1-3a &:& b+2c+5\end{pmatrix}

(a)

Now, if you want a unique solution, you must be able by -1-3a. That last part of means
\text{Number}*z = \text{Other number } , so in order to solve that equation, your "Number" must be zero and the "Other number" must also be zero, that is something which is always true 0=0 therefore it has infinite solutions. Then


-1-3a = 0\\b+2c +5= 0 \\a =- 1/3 \\

(b)

For this part your "Number" must be different than zero so you can divide by it . Therefore


-1-3a \\eq 0 \\a\\eq -1/3

(c) For this part your your "Number" must be zero and the other number must be something different than zero, so you get something which is not true like 0 = 4. Therefore


a = -1/3\\b+c+5 \\eq 0

Consider the linear system 2x1 + 3x2 −ax3 = 5 4x1 + x2 −2ax3 = c −6x1 + x2 −x3 = b-example-1
Consider the linear system 2x1 + 3x2 −ax3 = 5 4x1 + x2 −2ax3 = c −6x1 + x2 −x3 = b-example-2
Consider the linear system 2x1 + 3x2 −ax3 = 5 4x1 + x2 −2ax3 = c −6x1 + x2 −x3 = b-example-3
User Marcos Vasconcelos
by
4.0k points