Advertisements
Advertisements
Question
Show that the following systems of linear equations is consistent and also find their solutions:
x − y + z = 3
2x + y − z = 2
−x −2y + 2z = 1
Advertisements
Solution
Here,
\[x - y + z = 3 . . . (1)\]
\[2x + y - z = 2 . . . (2)\]
\[ - x - 2y + 2z = 1 . . . (3)\]
or, AX = B
where,
\[ A = \begin{bmatrix}1 & - 1 & 1 \\ 2 & 1 & - 1 \\ - 1 & - 2 & 2\end{bmatrix}, X = \begin{bmatrix}x \\ y \\ z\end{bmatrix}\text{ and }B = \begin{bmatrix}3 \\ 2 \\ 1\end{bmatrix}\]
\[\begin{bmatrix}1 & - 1 & 1 \\ 2 & 1 & - 1 \\ - 1 & - 2 & 2\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}3 \\ 2 \\ 1\end{bmatrix}\]
\[\left| A \right| = \begin{vmatrix}1 & - 1 & 1 \\ 2 & 1 & - 1 \\ - 1 & - 2 & 2\end{vmatrix}\]
\[ = 1\left( 2 - 2 \right) + 1\left( 4 - 1 \right) + 1( - 4 + 1)\]
\[ = 0 + 3 - 3\]
\[ = 0\]
So, A is singular . Thus, the given system of equations is either inconsistent or it is consistent with
\[\text{ infinitely many solutions because } \left( adj A \right)B \neq 0\text{ or }\left( adj A \right)B = 0 . \]
\[ {\text{ Let }C}_{ij} {\text{ be the co-factors of the elements a }}_{ij}\text{ in }A\left[ a_{ij} \right].\text{ Then, }\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \begin{vmatrix}1 & - 1 \\ - 2 & 2\end{vmatrix} = 0, C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}2 & - 1 \\ - 1 & 2\end{vmatrix} = - 3, C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}2 & 1 \\ - 1 & - 2\end{vmatrix} = - 3\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}- 1 & 1 \\ - 2 & 2\end{vmatrix} = 0, C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}1 & 1 \\ - 1 & 2\end{vmatrix} = 3, C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}1 & - 1 \\ - 1 & - 2\end{vmatrix} = 3\]
\[ C_{31} = \left( - 1 \right)^{3 + 1} \begin{vmatrix}- 1 & 1 \\ 1 & - 1\end{vmatrix} = 0, C_{32} = \left( - 1 \right)^{3 + 2} \begin{vmatrix}1 & 1 \\ 2 & - 1\end{vmatrix} = 3 , C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}1 & - 1 \\ 2 & 1\end{vmatrix} = 3\]
\[adj A = \begin{bmatrix}0 & - 3 & - 3 \\ 0 & 3 & 3 \\ 0 & 3 & 3\end{bmatrix}^T \]
\[ = \begin{bmatrix}0 & 0 & 0 \\ - 3 & 3 & 3 \\ - 3 & 3 & 3\end{bmatrix}\]
\[\left( adj A \right)B = \begin{bmatrix}0 & 0 & 0 \\ - 3 & 3 & 3 \\ - 3 & 3 & 3\end{bmatrix}\begin{bmatrix}3 \\ 2 \\ 1\end{bmatrix}\]
\[ = \begin{bmatrix}0 \\ - 9 + 6 + 3 \\ - 9 + 6 + 3\end{bmatrix}\]
\[ = \begin{bmatrix}0 \\ 0 \\ 0\end{bmatrix}\]
\[\text{ If }\left| A \right|=0\text{ and }\left( adjA \right)B=0, \text{ then the system is consistent and has infinitely many solutions. }\]
Thus, AX=B has infinitely many solutions.
\[\text{ Substituting z=k in eq.}\left( 1 \right)\text{ and eq.}\left( 2 \right),\text{ we get }\]
\[x - y = 3 - k\text{ and }2x + y = 2 + k\]
\[\begin{bmatrix}1 & - 1 \\ 2 & 1\end{bmatrix}\binom{x}{y} = \binom{3 - k}{2 + k}\]
Now,
\[\left| A \right| = \begin{vmatrix}1 & - 1 \\ 2 & 1\end{vmatrix}\]
\[ = 1 + 2 = 3 \neq 0\]
\[adj A = \begin{vmatrix}1 & 2 \\ - 1 & 1\end{vmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{3}\begin{bmatrix}1 & 1 \\ - 2 & 1\end{bmatrix}\]
\[ \therefore X = A^{- 1} B\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{3}\begin{bmatrix}1 & 1 \\ - 2 & 1\end{bmatrix}\binom{3 - k}{2 + k}\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{3}\binom{3 - k + 2 + k}{ - 6 + 2k + 2 + k}\]
\[ \Rightarrow \binom{x}{y} = \binom{\frac{5}{3}}{\frac{3k - 4}{3}}\]
\[ \therefore x = \frac{5}{3}, y = \frac{3k - 4}{3}\text{ and }z = k\]
These values of x, y and z also satisfy the third equation .
\[\text{ Thus, }x = \frac{5}{3}, y = \frac{3k - 4}{3}\text{ and }z = k \left(\text{ where k is a real number} \right)\text{ satisfy the given system of equations }.\]
APPEARS IN
RELATED QUESTIONS
Solve the system of linear equations using the matrix method.
4x – 3y = 3
3x – 5y = 7
Solve the system of linear equations using the matrix method.
2x + y + z = 1
x – 2y – z = `3/2`
3y – 5z = 9
Evaluate the following determinant:
\[\begin{vmatrix}a + ib & c + id \\ - c + id & a - ib\end{vmatrix}\]
Evaluate
\[\begin{vmatrix}2 & 3 & - 5 \\ 7 & 1 & - 2 \\ - 3 & 4 & 1\end{vmatrix}\] by two methods.
Find the value of x, if
\[\begin{vmatrix}3 & x \\ x & 1\end{vmatrix} = \begin{vmatrix}3 & 2 \\ 4 & 1\end{vmatrix}\]
Evaluate the following determinant:
\[\begin{vmatrix}6 & - 3 & 2 \\ 2 & - 1 & 2 \\ - 10 & 5 & 2\end{vmatrix}\]
Evaluate :
\[\begin{vmatrix}a & b + c & a^2 \\ b & c + a & b^2 \\ c & a + b & c^2\end{vmatrix}\]
Without expanding, prove that
\[\begin{vmatrix}a & b & c \\ x & y & z \\ p & q & r\end{vmatrix} = \begin{vmatrix}x & y & z \\ p & q & r \\ a & b & c\end{vmatrix} = \begin{vmatrix}y & b & q \\ x & a & p \\ z & c & r\end{vmatrix}\]
Solve the following determinant equation:
If \[a, b\] and c are all non-zero and
Find the area of the triangle with vertice at the point:
(3, 8), (−4, 2) and (5, −1)
Using determinants prove that the points (a, b), (a', b') and (a − a', b − b') are collinear if ab' = a'b.
If the points (x, −2), (5, 2), (8, 8) are collinear, find x using determinants.
Prove that :
Prove that :
x − 4y − z = 11
2x − 5y + 2z = 39
− 3x + 2y + z = 1
x+ y = 5
y + z = 3
x + z = 4
x − y + z = 3
2x + y − z = 2
− x − 2y + 2z = 1
x − y + 3z = 6
x + 3y − 3z = − 4
5x + 3y + 3z = 10
A salesman has the following record of sales during three months for three items A, B and C which have different rates of commission
| Month | Sale of units | Total commission drawn (in Rs) |
||
| A | B | C | ||
| Jan | 90 | 100 | 20 | 800 |
| Feb | 130 | 50 | 40 | 900 |
| March | 60 | 100 | 30 | 850 |
Find out the rates of commission on items A, B and C by using determinant method.
Solve each of the following system of homogeneous linear equations.
2x + 3y + 4z = 0
x + y + z = 0
2x − y + 3z = 0
If a, b, c are non-zero real numbers and if the system of equations
(a − 1) x = y + z
(b − 1) y = z + x
(c − 1) z = x + y
has a non-trivial solution, then prove that ab + bc + ca = abc.
If A = [aij] is a 3 × 3 scalar matrix such that a11 = 2, then write the value of |A|.
If |A| = 2, where A is 2 × 2 matrix, find |adj A|.
Evaluate: \[\begin{vmatrix}\cos 15^\circ & \sin 15^\circ \\ \sin 75^\circ & \cos 75^\circ\end{vmatrix}\]
The determinant \[\begin{vmatrix}b^2 - ab & b - c & bc - ac \\ ab - a^2 & a - b & b^2 - ab \\ bc - ca & c - a & ab - a^2\end{vmatrix}\]
The value of the determinant \[\begin{vmatrix}x & x + y & x + 2y \\ x + 2y & x & x + y \\ x + y & x + 2y & x\end{vmatrix}\] is
Solve the following system of equations by matrix method:
3x + 4y − 5 = 0
x − y + 3 = 0
Solve the following system of equations by matrix method:
x + y + z = 3
2x − y + z = − 1
2x + y − 3z = − 9
Show that each one of the following systems of linear equation is inconsistent:
4x − 5y − 2z = 2
5x − 4y + 2z = −2
2x + 2y + 8z = −1
If \[A = \begin{bmatrix}2 & 3 & 1 \\ 1 & 2 & 2 \\ 3 & 1 & - 1\end{bmatrix}\] , find A–1 and hence solve the system of equations 2x + y – 3z = 13, 3x + 2y + z = 4, x + 2y – z = 8.
A company produces three products every day. Their production on a certain day is 45 tons. It is found that the production of third product exceeds the production of first product by 8 tons while the total production of first and third product is twice the production of second product. Determine the production level of each product using matrix method.
x + y − 6z = 0
x − y + 2z = 0
−3x + y + 2z = 0
x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0
2x + 3y − z = 0
x − y − 2z = 0
3x + y + 3z = 0
If \[A = \begin{bmatrix}1 & - 2 & 0 \\ 2 & 1 & 3 \\ 0 & - 2 & 1\end{bmatrix}\] ,find A–1 and hence solve the system of equations x – 2y = 10, 2x + y + 3z = 8 and –2y + z = 7.
x + y = 1
x + z = − 6
x − y − 2z = 3
`abs ((1, "a"^2 + "bc", "a"^3),(1, "b"^2 + "ca", "b"^3),(1, "c"^2 + "ab", "c"^3))`
Let A = `[(1,sin α,1),(-sin α,1,sin α),(-1,-sin α,1)]`, where 0 ≤ α ≤ 2π, then:
