English

Solve the system of linear equations using the matrix method. x − y + z = 4 2x + y − 3z = 0 x + y + z = 2 - Mathematics

Advertisements
Advertisements

Question

Solve the system of linear equations using the matrix method.

x − y + z = 4

2x + y − 3z = 0

x + y + z = 2

Sum
Advertisements

Solution

Given system of equations,

x − y + z = 4
2x + y − 3z = 0
x + y + z = 2

The system of equations can be written as AX = B so X = A−1B

A = `[(1,-1,1),(2,1,-3),(1,1,1)]`, X = `[(x),(y),(z)]`, B = `[(4),(0),(2)]`

∴ |A| = `|(1,-1,1),(2,1,-3),(1,1,1)|`

= 1[1 + 3] − (−1)[2 + 3] + 1[2 − 1]

= 1 × 4 + 1 × 5 + 1 × 1

= 4 + 5 + 1

= 10 ≠ 0

The cofactors of the elements of matrix A are as follows:

A11 = `(-1)^(1 + 1) |(1,-3),(1,1)|`

= (−1)2 [1 + 3]

= 1 × 4

= 4

A12 = `(-1)^(1 + 2) |(2,-3),(1,1)|`

= (−1)3 [2 + 3]

= −1 × 5

= −5

A13 = `(-1)^(1 + 3) |(2,1),(1,1)|`

= (−1)4 [2 − 1]

= 1 × 1

= 1

A21 = `(-1)^(2 + 1) |(-1,1),(1,1)|`

= (−1)3 [−1 − 1]

= −1 × (−2)

= 2

A22 = `(-1)^(2 + 2) |(1,1),(1,1)|`

= (−1)4 [1 − 1]

= 0

A23 = `(-1)^(2 + 3) |(1,-1),(1,1)|`

= (−1)5 [1 + 1]

= −1 × 2

= −2

A31 = `(-1)^ (3 + 1) |(-1,1),(1,-3)|`

= (−1)4 [3 − 1]

= 1 × 2

= 2

A32 = `(-1)^(3 + 2) |(1,1),(2,-3)|`

= (−1)5 [−3 − 2]

= −1 × (−5)

= 5

A33 = `(-1)^(3 + 3) |(1,-1),(2,1)|`

= (−1)6 [1 + 2]

= 1 × 3

= 3

Hence the matrix made up of the elements of cofactors = `[(4,-5,1),(2,0,-2),(2,5,3)]`

∴ adj A = `[(4,-5,1),(2,0,-2),(2,5,3)] = [(4,2,2),(-5,0,5),(1,-2,3)]`

A−1 = `1/|A|` (adj A)

= `1/10 [(4,2,2),(-5,0,5),(1,-2,3)]`

∴ X = A−1B

= `1/10 [(4,2,2),(-5,0,5),(1,-2,3)] [(4),(0),(2)]`

= `1/10 [(16 + 0 + 4),(-20 + 10),(4 + 6)]`

= `1/10 [(20),(-10),(10)]`

= `[(2),(-1),(1)]`

⇒ `[(x),(y),(z)] = [(2),(-1),(1)]`

⇒ x = 2,  y = −1 and z = 1

shaalaa.com
  Is there an error in this question or solution?
Chapter 4: Determinants - Exercise 4.6 [Page 136]

APPEARS IN

NCERT Mathematics Part 1 and 2 [English] Class 12
Chapter 4 Determinants
Exercise 4.6 | Q 12 | Page 136

RELATED QUESTIONS

Solve the system of the following equations:

`2/x+3/y+10/z = 4`

`4/x-6/y + 5/z = 1`

`6/x + 9/y - 20/x = 2`


Find the value of x, if

\[\begin{vmatrix}3 & x \\ x & 1\end{vmatrix} = \begin{vmatrix}3 & 2 \\ 4 & 1\end{vmatrix}\]


Without expanding, show that the value of the following determinant is zero:

\[\begin{vmatrix}1 & 43 & 6 \\ 7 & 35 & 4 \\ 3 & 17 & 2\end{vmatrix}\]


\[\begin{vmatrix}0 & b^2 a & c^2 a \\ a^2 b & 0 & c^2 b \\ a^2 c & b^2 c & 0\end{vmatrix} = 2 a^3 b^3 c^3\]


Prove the following identities:

\[\begin{vmatrix}y + z & z & y \\ z & z + x & x \\ y & x & x + y\end{vmatrix} = 4xyz\]


Prove the following identity:

\[\begin{vmatrix}2y & y - z - x & 2y \\ 2z & 2z & z - x - y \\ x - y - z & 2x & 2x\end{vmatrix} = \left( x + y + z \right)^3\]


Show that

\[\begin{vmatrix}x + 1 & x + 2 & x + a \\ x + 2 & x + 3 & x + b \\ x + 3 & x + 4 & x + c\end{vmatrix} =\text{ 0 where a, b, c are in A . P .}\]

 


​Solve the following determinant equation:

\[\begin{vmatrix}x + a & x & x \\ x & x + a & x \\ x & x & x + a\end{vmatrix} = 0, a \neq 0\]

 


​Solve the following determinant equation:

\[\begin{vmatrix}x + 1 & 3 & 5 \\ 2 & x + 2 & 5 \\ 2 & 3 & x + 4\end{vmatrix} = 0\]

 


Using determinants prove that the points (ab), (a', b') and (a − a', b − b') are collinear if ab' = a'b.

 

Using determinants, find the equation of the line joining the points

(3, 1) and (9, 3)


Prove that :

\[\begin{vmatrix}z & x & y \\ z^2 & x^2 & y^2 \\ z^4 & x^4 & y^4\end{vmatrix} = \begin{vmatrix}x & y & z \\ x^2 & y^2 & z^2 \\ x^4 & y^4 & z^4\end{vmatrix} = \begin{vmatrix}x^2 & y^2 & z^2 \\ x^4 & y^4 & z^4 \\ x & y & z\end{vmatrix} = xyz \left( x - y \right) \left( y - z \right) \left( z - x \right) \left( x + y + z \right) .\]

 


Prove that :

\[\begin{vmatrix}\left( a + 1 \right) \left( a + 2 \right) & a + 2 & 1 \\ \left( a + 2 \right) \left( a + 3 \right) & a + 3 & 1 \\ \left( a + 3 \right) \left( a + 4 \right) & a + 4 & 1\end{vmatrix} = - 2\]

 


Prove that :

\[\begin{vmatrix}a^2 & bc & ac + c^2 \\ a^2 + ab & b^2 & ac \\ ab & b^2 + bc & c^2\end{vmatrix} = 4 a^2 b^2 c^2\]

x − y + z = 3
2x + y − z = 2
− x − 2y + 2z = 1


State whether the matrix 
\[\begin{bmatrix}2 & 3 \\ 6 & 4\end{bmatrix}\] is singular or non-singular.


If the matrix \[\begin{bmatrix}5x & 2 \\ - 10 & 1\end{bmatrix}\]  is singular, find the value of x.


If \[A = \begin{bmatrix}5 & 3 & 8 \\ 2 & 0 & 1 \\ 1 & 2 & 3\end{bmatrix}\]. Write the cofactor of the element a32.


Let \[\begin{vmatrix}x & 2 & x \\ x^2 & x & 6 \\ x & x & 6\end{vmatrix} = a x^4 + b x^3 + c x^2 + dx + e\]
 Then, the value of \[5a + 4b + 3c + 2d + e\] is equal to


Using the factor theorem it is found that a + bb + c and c + a are three factors of the determinant 

\[\begin{vmatrix}- 2a & a + b & a + c \\ b + a & - 2b & b + c \\ c + a & c + b & - 2c\end{vmatrix}\]
The other factor in the value of the determinant is


The value of \[\begin{vmatrix}5^2 & 5^3 & 5^4 \\ 5^3 & 5^4 & 5^5 \\ 5^4 & 5^5 & 5^6\end{vmatrix}\]

 


If a, b, c are in A.P., then the determinant
\[\begin{vmatrix}x + 2 & x + 3 & x + 2a \\ x + 3 & x + 4 & x + 2b \\ x + 4 & x + 5 & x + 2c\end{vmatrix}\]


If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , then x = 

 


Solve the following system of equations by matrix method:
3x + 7y = 4
x + 2y = −1


Solve the following system of equations by matrix method:
2x + y + z = 2
x + 3y − z = 5
3x + y − 2z = 6


Solve the following system of equations by matrix method:
 x + y + z = 6
x + 2z = 7
3x + y + z = 12


If \[A = \begin{bmatrix}3 & - 4 & 2 \\ 2 & 3 & 5 \\ 1 & 0 & 1\end{bmatrix}\] , find A−1 and hence solve the following system of equations: 

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.


The prices of three commodities P, Q and R are Rs x, y and z per unit respectively. A purchases 4 units of R and sells 3 units of P and 5 units of Q. B purchases 3 units of Q and sells 2 units of P and 1 unit of R. Cpurchases 1 unit of P and sells 4 units of Q and 6 units of R. In the process A, B and C earn Rs 6000, Rs 5000 and Rs 13000 respectively. If selling the units is positive earning and buying the units is negative earnings, find the price per unit of three commodities by using matrix method.

 

The system of equation x + y + z = 2, 3x − y + 2z = 6 and 3x + y + z = −18 has


The system of equations:
x + y + z = 5
x + 2y + 3z = 9
x + 3y + λz = µ
has a unique solution, if
(a) λ = 5, µ = 13
(b) λ ≠ 5
(c) λ = 5, µ ≠ 13
(d) µ ≠ 13


Solve the following system of equations by using inversion method

x + y = 1, y + z = `5/3`, z + x = `4/3`


If `|(2x, 5),(8, x)| = |(6, 5),(8, 3)|`, then find x


`abs (("a"^2, 2"ab", "b"^2),("b"^2, "a"^2, 2"ab"),(2"ab", "b"^2, "a"^2))` is equal to ____________.


Solve the following system of equations x − y + z = 4, x − 2y + 2z = 9 and 2x + y + 3z = 1.


The number of values of k for which the linear equations 4x + ky + 2z = 0, kx + 4y + z = 0 and 2x + 2y + z = 0 possess a non-zero solution is


The system of simultaneous linear equations kx + 2y – z = 1,  (k – 1)y – 2z = 2 and (k + 2)z = 3 have a unique solution if k equals:


The system of linear equations

3x – 2y – kz = 10

2x – 4y – 2z = 6

x + 2y – z = 5m

is inconsistent if ______.


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 ______.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×