Advertisements
Advertisements
Question
Show that the following systems of linear equations is consistent and also find their solutions:
x + y + z = 6
x + 2y + 3z = 14
x + 4y + 7z = 30
Solution
Here,
\[x + y + z = 6 . . . (1)\]
\[x + 2y + 3z = 14 . . . (2)\]
\[x + 4y + 7z = 30 . . . (3)\]
\[or, AX = B \]
where,
\[ A = \begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 7\end{bmatrix}, X = \begin{bmatrix}x \\ y \\ z\end{bmatrix}\text{ and }B = \begin{bmatrix}6 \\ 14 \\ 30\end{bmatrix}\]
\[\begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 7\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}6 \\ 14 \\ 30\end{bmatrix}\]
\[\left| A \right| = \begin{vmatrix}1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 7\end{vmatrix}\]
\[ = 1\left( 14 - 12 \right) - 1\left( 7 - 3 \right) + 1(4 - 2)\]
\[ = 2 - 4 + 2\]
\[ = 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) = 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}2 & 3 \\ 4 & 7\end{vmatrix} = 2, C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}1 & 3 \\ 1 & 7\end{vmatrix} = - 4 , C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}1 & 2 \\ 1 & 4\end{vmatrix} = 2\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}1 & 1 \\ 4 & 7\end{vmatrix} = - 3, C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}1 & 1 \\ 1 & 7\end{vmatrix} = 6, C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}1 & 1 \\ 1 & 4\end{vmatrix} = - 3\]
\[ C_{31} = \left( - 1 \right)^{3 + 1} \begin{vmatrix}1 & 1 \\ 2 & 3\end{vmatrix} = 1 , C_{32} = \left( - 1 \right)^{3 + 2} \begin{vmatrix}1 & 1 \\ 1 & 3\end{vmatrix} = - 2 , C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}1 & 1 \\ 1 & 2\end{vmatrix} = 1\]
\[adj A = \begin{bmatrix}2 & - 4 & 2 \\ - 3 & 6 & - 3 \\ 1 & - 2 & 1\end{bmatrix}^T \]
\[ = \begin{bmatrix}2 & - 3 & 1 \\ - 4 & 6 & - 2 \\ 2 & - 3 & 1\end{bmatrix}\]
\[\left( adj A \right)B = \begin{bmatrix}2 & - 3 & 1 \\ - 4 & 6 & - 2 \\ 2 & - 3 & 1\end{bmatrix}\begin{bmatrix}6 \\ 14 \\ 30\end{bmatrix}\]
\[ = \begin{bmatrix}12 - 42 + 30 \\ - 24 + 84 - 60 \\ 12 - 42 + 30\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.}\]
\[\text{ Thus, } AX=B \text{ has infinitely many solutions}.\]
\[\text{ Substituting z=k in eq. (1) and eq. (2), we get}\]
\[x + y = 6 - k \text{ and }x + 2y = 14 - 3k\]
\[\begin{bmatrix}1 & 1 \\ 1 & 2\end{bmatrix}\binom{x}{y} = \binom{6 - k}{14 + 3k}\]
Now,
\[\left| A \right| = \begin{vmatrix}1 & 1 \\ 1 & 2\end{vmatrix}\]
\[ = 2 - 1 = 1 \neq 0\]
\[adj A = \begin{vmatrix}2 & - 1 \\ - 1 & 1\end{vmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{1}\begin{bmatrix}2 & - 1 \\ - 1 & 1\end{bmatrix}\]
\[ \therefore X = A^{- 1} B\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{1}\begin{bmatrix}2 & - 1 \\ - 1 & 1\end{bmatrix}\binom{6 - k}{14 - 3k}\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{1}\binom{12 - 2k - 14 + 3k}{ - 6 + k + 14 - 3k}\]
\[ \Rightarrow \binom{x}{y} = \binom{\frac{k - 2}{1}}{\frac{8 - 2k}{1}}\]
\[ \therefore x = k - 2, y = 8 - 2k\text{ and }z = k\]
These values of x, y and z also satisfy the third equation .
\[\text{ Thus, }x = k - 2, y = 8 - 2k\text{ and }z = k \left(\text{ where k is a real number }\right)\text{ satisfy the given system of equations }.\]
APPEARS IN
RELATED QUESTIONS
Examine the consistency of the system of equations.
2x − y = 5
x + y = 4
Examine the consistency of the system of equations.
5x − y + 4z = 5
2x + 3y + 5z = 2
5x − 2y + 6z = −1
Solve system of linear equations, using matrix method.
5x + 2y = 3
3x + 2y = 5
The cost of 4 kg onion, 3 kg wheat and 2 kg rice is Rs 60. The cost of 2 kg onion, 4 kg wheat and 6 kg rice is Rs 90. The cost of 6 kg onion 2 kg wheat and 3 kg rice is Rs 70. Find cost of each item per kg by matrix method.
Show that
\[\begin{vmatrix}\sin 10^\circ & - \cos 10^\circ \\ \sin 80^\circ & \cos 80^\circ\end{vmatrix} = 1\]
Evaluate the following determinant:
\[\begin{vmatrix}67 & 19 & 21 \\ 39 & 13 & 14 \\ 81 & 24 & 26\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}6 & - 3 & 2 \\ 2 & - 1 & 2 \\ - 10 & 5 & 2\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}49 & 1 & 6 \\ 39 & 7 & 4 \\ 26 & 2 & 3\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}\sqrt{23} + \sqrt{3} & \sqrt{5} & \sqrt{5} \\ \sqrt{15} + \sqrt{46} & 5 & \sqrt{10} \\ 3 + \sqrt{115} & \sqrt{15} & 5\end{vmatrix}\]
Prove that
\[\begin{vmatrix}- bc & b^2 + bc & c^2 + bc \\ a^2 + ac & - ac & c^2 + ac \\ a^2 + ab & b^2 + ab & - ab\end{vmatrix} = \left( ab + bc + ca \right)^3\]
\[\begin{vmatrix}1 + a & 1 & 1 \\ 1 & 1 + a & a \\ 1 & 1 & 1 + a\end{vmatrix} = a^3 + 3 a^2\]
If \[a, b\] and c are all non-zero and
Find the value of \[\lambda\] so that the points (1, −5), (−4, 5) and \[\lambda\] are collinear.
Prove that :
Prove that :
6x + y − 3z = 5
x + 3y − 2z = 5
2x + y + 4z = 8
5x − 7y + z = 11
6x − 8y − z = 15
3x + 2y − 6z = 7
x + y + z + 1 = 0
ax + by + cz + d = 0
a2x + b2y + x2z + d2 = 0
Find the real values of λ for which the following system of linear equations has non-trivial solutions. Also, find the non-trivial solutions
\[2 \lambda x - 2y + 3z = 0\]
\[ x + \lambda y + 2z = 0\]
\[ 2x + \lambda z = 0\]
Find the value of the determinant
\[\begin{bmatrix}4200 & 4201 \\ 4205 & 4203\end{bmatrix}\]
If \[A = \begin{bmatrix}0 & i \\ i & 1\end{bmatrix}\text{ and }B = \begin{bmatrix}0 & 1 \\ 1 & 0\end{bmatrix}\] , find the value of |A| + |B|.
Write the value of \[\begin{vmatrix}a + ib & c + id \\ - c + id & a - ib\end{vmatrix} .\]
Write the cofactor of a12 in the following matrix \[\begin{bmatrix}2 & - 3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & - 7\end{bmatrix} .\]
Using the factor theorem it is found that a + b, b + c and c + a are three factors of the determinant
The other factor in the value of the determinant is
If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , then x =
The maximum value of \[∆ = \begin{vmatrix}1 & 1 & 1 \\ 1 & 1 + \sin\theta & 1 \\ 1 + \cos\theta & 1 & 1\end{vmatrix}\] is (θ is real)
Given \[A = \begin{bmatrix}2 & 2 & - 4 \\ - 4 & 2 & - 4 \\ 2 & - 1 & 5\end{bmatrix}, B = \begin{bmatrix}1 & - 1 & 0 \\ 2 & 3 & 4 \\ 0 & 1 & 2\end{bmatrix}\] , find BA and use this to solve the system of equations y + 2z = 7, x − y = 3, 2x + 3y + 4z = 17
x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0
If \[\begin{bmatrix}1 & 0 & 0 \\ 0 & y & 0 \\ 0 & 0 & 1\end{bmatrix}\begin{bmatrix}x \\ - 1 \\ z\end{bmatrix} = \begin{bmatrix}1 \\ 0 \\ 1\end{bmatrix}\] , find x, y and z.
The system of linear equations:
x + y + z = 2
2x + y − z = 3
3x + 2y + kz = 4 has a unique solution if
Transform `[(1, 2, 4),(3, -1, 5),(2, 4, 6)]` into an upper triangular matrix by using suitable row transformations
Solve the following by inversion method 2x + y = 5, 3x + 5y = −3
The cost of 4 dozen pencils, 3 dozen pens and 2 dozen erasers is ₹ 60. The cost of 2 dozen pencils, 4 dozen pens and 6 dozen erasers is ₹ 90. Whereas the cost of 6 dozen pencils, 2 dozen pens and 3 dozen erasers is ₹ 70. Find the cost of each item per dozen by using matrices
`abs ((("b" + "c"^2), "a"^2, "bc"),(("c" + "a"^2), "b"^2, "ca"),(("a" + "b"^2), "c"^2, "ab")) =` ____________.
A set of linear equations is represented by the matrix equation Ax = b. The necessary condition for the existence of a solution for this system is
If `|(x + a, beta, y),(a, x + beta, y),(a, beta, x + y)|` = 0, then 'x' is equal to
If the system of linear equations
2x + y – z = 7
x – 3y + 2z = 1
x + 4y + δz = k, where δ, k ∈ R has infinitely many solutions, then δ + k is equal to ______.
Let A = `[(i, -i),(-i, i)], i = sqrt(-1)`. Then, the system of linear equations `A^8[(x),(y)] = [(8),(64)]` has ______.