Advertisements
Advertisements
Question
x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0
Advertisements
Solution
x + y − z = 0 ...(1)
x − 2y + z = 0 ...(2)
3x + 6y − 5z = 0 ...(3)
The given system of homogeneous equations can be written in matrix form as follows:
\[\begin{bmatrix}1 & 1 & - 1 \\ 1 & - 2 & 1 \\ 3 & 6 & - 5\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}0 \\ 0 \\ 0\end{bmatrix}\]
\[AX = O\]
Here,
\[A = \begin{bmatrix}1 & 1 & - 1 \\ 1 & - 2 & 1 \\ 3 & 6 & - 5\end{bmatrix}, X = \begin{bmatrix}x \\ y \\ z\end{bmatrix}\text{ and }O = \begin{bmatrix}0 \\ 0 \\ 0\end{bmatrix}\]
Now,
\[\left| A \right| = \begin{vmatrix}1 & 1 & - 1 \\ 1 & - 2 & 1 \\ 3 & 6 & - 5\end{vmatrix}\]
\[ = 1\left( 10 - 6 \right) - 1\left( - 5 - 3 \right) - 1\left( 6 + 6 \right)\]
\[ = 4 + 8 - 12\]
\[ = 0\]
So, the given systemof homogeneous equations has non-trivial solution.
Substituting z=k in eq. (1) & eq. (2), we get
\[x+y=k \text{ and }x-2y=-k\]
\[ \Rightarrow \begin{bmatrix}1 & 1 \\ 1 & - 2\end{bmatrix}\binom{x}{y} = \binom{k}{ - k}\]
\[AX=B\]
Here,
\[A=\begin{bmatrix}1 & 1 \\ 1 & - 2\end{bmatrix},X=\binom{x}{y}\text{ and }B=\binom{k}{ - k}\]
\[\left| A \right| = \begin{vmatrix}1 & 1 \\ 1 & - 2\end{vmatrix} = - 3\]
\[\text{ So,} A^{- 1}\text{ exists .} \]
\[adj A = \begin{bmatrix}- 2 & - 1 \\ - 1 & 1\end{bmatrix}\]
\[ A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ \Rightarrow A^{- 1} = \frac{1}{- 3}\begin{bmatrix}- 2 & - 1 \\ - 1 & 1\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{- 3}\begin{bmatrix}- 2 & - 1 \\ - 1 & 1\end{bmatrix}\binom{k}{ - k}\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{- 3}\binom{ - 2k + k}{ - k - k}\]
\[\text{ Thus,}x=\frac{k}{3}, y=\frac{2k}{3}\text{ and }z=k\left( \text{ wherekis any real number }\right)\text{ satisfy the given system of equations.}\]
APPEARS IN
RELATED QUESTIONS
If A \[\begin{bmatrix}1 & 0 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 4\end{bmatrix}\] , then show that |3 A| = 27 |A|.
Evaluate the following determinant:
\[\begin{vmatrix}1 & 4 & 9 \\ 4 & 9 & 16 \\ 9 & 16 & 25\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}\sin\alpha & \cos\alpha & \cos(\alpha + \delta) \\ \sin\beta & \cos\beta & \cos(\beta + \delta) \\ \sin\gamma & \cos\gamma & \cos(\gamma + \delta)\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:
Using determinants show that the following points are collinear:
(2, 3), (−1, −2) and (5, 8)
Using determinants, find the value of k so that the points (k, 2 − 2 k), (−k + 1, 2k) and (−4 − k, 6 − 2k) may be collinear.
If the points (x, −2), (5, 2), (8, 8) are collinear, find x using determinants.
Prove that :
3x + ay = 4
2x + ay = 2, a ≠ 0
State whether the matrix
\[\begin{bmatrix}2 & 3 \\ 6 & 4\end{bmatrix}\] is singular or non-singular.
Find the value of the determinant
\[\begin{bmatrix}101 & 102 & 103 \\ 104 & 105 & 106 \\ 107 & 108 & 109\end{bmatrix}\]
If \[\begin{vmatrix}2x + 5 & 3 \\ 5x + 2 & 9\end{vmatrix} = 0\]
If \[A = \begin{bmatrix}5 & 3 & 8 \\ 2 & 0 & 1 \\ 1 & 2 & 3\end{bmatrix}\]. Write the cofactor of the element a32.
If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , write the value of x.
The value of the determinant
Let \[\begin{vmatrix}x^2 + 3x & x - 1 & x + 3 \\ x + 1 & - 2x & x - 4 \\ x - 3 & x + 4 & 3x\end{vmatrix} = a x^4 + b x^3 + c x^2 + dx + e\]
be an identity in x, where a, b, c, d, e are independent of x. Then the value of e is
If a > 0 and discriminant of ax2 + 2bx + c is negative, then
\[∆ = \begin{vmatrix}a & b & ax + b \\ b & c & bx + c \\ ax + b & bx + c & 0\end{vmatrix} is\]
If \[A + B + C = \pi\], then the value of \[\begin{vmatrix}\sin \left( A + B + C \right) & \sin \left( A + C \right) & \cos C \\ - \sin B & 0 & \tan A \\ \cos \left( A + B \right) & \tan \left( B + C \right) & 0\end{vmatrix}\] is equal to
If \[\begin{vmatrix}a & p & x \\ b & q & y \\ c & r & z\end{vmatrix} = 16\] , then the value of \[\begin{vmatrix}p + x & a + x & a + p \\ q + y & b + y & b + q \\ r + z & c + z & c + r\end{vmatrix}\] is
Solve the following system of equations by matrix method:
x + y − z = 3
2x + 3y + z = 10
3x − y − 7z = 1
Solve the following system of equations by matrix method:
x − y + z = 2
2x − y = 0
2y − z = 1
Show that each one of the following systems of linear equation is inconsistent:
4x − 2y = 3
6x − 3y = 5
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
Use product \[\begin{bmatrix}1 & - 1 & 2 \\ 0 & 2 & - 3 \\ 3 & - 2 & 4\end{bmatrix}\begin{bmatrix}- 2 & 0 & 1 \\ 9 & 2 & - 3 \\ 6 & 1 & - 2\end{bmatrix}\] to solve the system of equations x + 3z = 9, −x + 2y − 2z = 4, 2x − 3y + 4z = −3.
x + y + z = 0
x − y − 5z = 0
x + 2y + 4z = 0
3x + y − 2z = 0
x + y + z = 0
x − 2y + z = 0
The system of linear equations:
x + y + z = 2
2x + y − z = 3
3x + 2y + kz = 4 has a unique solution if
Consider the system of equations:
a1x + b1y + c1z = 0
a2x + b2y + c2z = 0
a3x + b3y + c3z = 0,
if \[\begin{vmatrix}a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3\end{vmatrix}\]= 0, then the system has
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.
If A = `[(2, 0),(0, 1)]` and B = `[(1),(2)]`, then find the matrix X such that A−1X = B.
If `alpha, beta, gamma` are in A.P., then `abs (("x" - 3, "x" - 4, "x" - alpha),("x" - 2, "x" - 3, "x" - beta),("x" - 1, "x" - 2, "x" - gamma)) =` ____________.
What is the nature of the given system of equations
`{:(x + 2y = 2),(2x + 3y = 3):}`
The greatest value of c ε R for which the system of linear equations, x – cy – cz = 0, cx – y + cz = 0, cx + cy – z = 0 has a non-trivial solution, is ______.
