Home
Class 12
MATHS
Solve the following system of equations ...

Solve the following system of equations by matrix inversion method.
`{{:(x + 2y + z = 7 ),(" "x + 3z = 11),(" "2 x - 3y = 1 ):}`

Text Solution

AI Generated Solution

The correct Answer is:
To solve the given system of equations using the matrix inversion method, we will follow these steps: ### Given System of Equations: 1. \( x + 2y + z = 7 \) (Equation 1) 2. \( x + 3z = 11 \) (Equation 2) 3. \( 2x - 3y = 1 \) (Equation 3) ### Step 1: Write the equations in matrix form We can express the system of equations in the form \( AX = B \), where: - \( A \) is the coefficient matrix, - \( X \) is the variable matrix, - \( B \) is the constant matrix. The coefficient matrix \( A \) and the constant matrix \( B \) are given by: \[ A = \begin{pmatrix} 1 & 2 & 1 \\ 1 & 0 & 3 \\ 2 & -3 & 0 \end{pmatrix}, \quad X = \begin{pmatrix} x \\ y \\ z \end{pmatrix}, \quad B = \begin{pmatrix} 7 \\ 11 \\ 1 \end{pmatrix} \] ### Step 2: Find the inverse of matrix \( A \) To find \( X \), we need to calculate \( A^{-1} \). The inverse of a matrix can be found using the formula: \[ A^{-1} = \frac{1}{\text{det}(A)} \cdot \text{adj}(A) \] #### Step 2.1: Calculate the determinant of \( A \) The determinant of \( A \) can be calculated as follows: \[ \text{det}(A) = 1 \cdot \begin{vmatrix} 0 & 3 \\ -3 & 0 \end{vmatrix} - 2 \cdot \begin{vmatrix} 1 & 3 \\ 2 & 0 \end{vmatrix} + 1 \cdot \begin{vmatrix} 1 & 0 \\ 2 & -3 \end{vmatrix} \] Calculating the minors: \[ \text{det}(A) = 1 \cdot (0 - (-9)) - 2 \cdot (0 - 6) + 1 \cdot (-3 - 0) \] \[ = 9 + 12 - 3 = 18 \] #### Step 2.2: Calculate the adjoint of \( A \) Next, we find the adjoint of \( A \) by calculating the minors and then taking the transpose. The minors are calculated as follows: \[ \text{adj}(A) = \begin{pmatrix} \begin{vmatrix} 0 & 3 \\ -3 & 0 \end{vmatrix} & -\begin{vmatrix} 1 & 3 \\ 2 & 0 \end{vmatrix} & \begin{vmatrix} 1 & 0 \\ 2 & -3 \end{vmatrix} \\ -\begin{vmatrix} 2 & 1 \\ -3 & 0 \end{vmatrix} & \begin{vmatrix} 1 & 1 \\ 2 & 0 \end{vmatrix} & -\begin{vmatrix} 1 & 2 \\ 2 & -3 \end{vmatrix} \\ \begin{vmatrix} 2 & 1 \\ 0 & 3 \end{vmatrix} & -\begin{vmatrix} 1 & 1 \\ 1 & 2 \end{vmatrix} & \begin{vmatrix} 1 & 2 \\ 1 & 0 \end{vmatrix} \end{pmatrix} \] Calculating these gives: \[ \text{adj}(A) = \begin{pmatrix} 9 & -6 & -3 \\ 3 & -2 & 7 \\ 6 & 1 & -2 \end{pmatrix} \] #### Step 2.3: Calculate \( A^{-1} \) Now, we can find \( A^{-1} \): \[ A^{-1} = \frac{1}{18} \cdot \begin{pmatrix} 9 & -6 & -3 \\ 3 & -2 & 7 \\ 6 & 1 & -2 \end{pmatrix} \] ### Step 3: Multiply \( A^{-1} \) by \( B \) Now we can find \( X \) by multiplying \( A^{-1} \) with \( B \): \[ X = A^{-1}B = \frac{1}{18} \cdot \begin{pmatrix} 9 & -6 & -3 \\ 3 & -2 & 7 \\ 6 & 1 & -2 \end{pmatrix} \cdot \begin{pmatrix} 7 \\ 11 \\ 1 \end{pmatrix} \] Calculating the multiplication: \[ X = \frac{1}{18} \cdot \begin{pmatrix} 9 \cdot 7 - 6 \cdot 11 - 3 \cdot 1 \\ 3 \cdot 7 - 2 \cdot 11 + 7 \cdot 1 \\ 6 \cdot 7 + 1 \cdot 11 - 2 \cdot 1 \end{pmatrix} \] \[ = \frac{1}{18} \cdot \begin{pmatrix} 63 - 66 - 3 \\ 21 - 22 + 7 \\ 42 + 11 - 2 \end{pmatrix} \] \[ = \frac{1}{18} \cdot \begin{pmatrix} -6 \\ 6 \\ 51 \end{pmatrix} \] ### Step 4: Simplify to find \( x, y, z \) Now we simplify: \[ X = \begin{pmatrix} -6/18 \\ 6/18 \\ 51/18 \end{pmatrix} = \begin{pmatrix} -1/3 \\ 1/3 \\ 17/6 \end{pmatrix} \] Thus, we have: \[ x = -\frac{1}{3}, \quad y = \frac{1}{3}, \quad z = \frac{17}{6} \] ### Final Answer: The solution to the system of equations is: - \( x = 2 \) - \( y = 1 \) - \( z = 3 \)
Promotional Banner

Topper's Solved these Questions

  • MODEL TEST PAPER - 8

    ICSE|Exercise Section - B (In sub-parts (i) and (ii) choose the correct option and In sub-parts (iii) to (v) , answer the questions as instructed )|5 Videos
  • MODEL TEST PAPER - 8

    ICSE|Exercise Section - B|5 Videos
  • MODEL TEST PAPER - 8

    ICSE|Exercise Section - C |6 Videos
  • MODEL TEST PAPER - 7

    ICSE|Exercise Section - C |5 Videos
  • MODEL TEST PAPER -1

    ICSE|Exercise Secton - C|11 Videos

Similar Questions

Explore conceptually related problems

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

Solve the following system of equations by matrix method: 5x+2y=3,\ \ 3x+2y=5

Solve the following system of equations by matrix method: 3x+y=7,\ \ 5x+3y=12

Solve the following system of equations by matrix method: x-y+z=2,\ \ 2x-y=0, \ \ 2y-z=1

Solve the following system of equations by matrix method. 3x-2y + 3z= 8 2x + y-z = 1 4x-3y + 2z = 4

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 linear equations by matrix method: 3x-2y=7, 5x+3y=1

Solve the following system of equations by matrix method: 2x+6y=2,\ \ 3x-z=-8,\ \ x-y+z=-3

Solve the following system of equation by matrix method x + y - 2z = 1; x - y + z = 0; 2x + 3y - 4z = 2,

Solve the following system of equations, using matrix method. x+2y+z=7,x+3z=11 ,2x-3y=1

ICSE-MODEL TEST PAPER - 8-Section - A
  1. Using differential find the approximate value of tan 46^(@) , If it ...

    Text Solution

    |

  2. A ladder 13 m long is leaning against a wall. The bottom of the ladder...

    Text Solution

    |

  3. A function f :R to R is defined by f(x) = 2x^(3) + 3 . Show that f i...

    Text Solution

    |

  4. If y = cos^(-1) ((1)/( sqrt(1+t^(2)))), x = sin^(-1) (sqrt((t^(2))/(1 ...

    Text Solution

    |

  5. Evaluate : int(0)^((pi)/2)) (sqrt(cot x))/(sqrt(cot x)+ sqrt(tan x)) ...

    Text Solution

    |

  6. Evaluate intsec ^(2) x * cosec^(2) x dx

    Text Solution

    |

  7. Solve the differential equation : (1 - x^(2)) (dy)/(dx) - xy = x

    Text Solution

    |

  8. Prove that : sin^(-1) ""(x)/(sqrt(1 + x^(2))) + cos ^(-1) "" (x + 1)/(...

    Text Solution

    |

  9. Evaluate : int (-2)^(3) |1 - x^(2) | dx

    Text Solution

    |

  10. If y = e^(x) (sin x + cos x ), prove that (d^(2) y)/( dx^(2)) - 2 (...

    Text Solution

    |

  11. Is the function f (x) = ( 3 x + 4 tan x)/( x) continuous at x = 0 ? ...

    Text Solution

    |

  12. A die is thrown twice and the sum of number appearing is observed to b...

    Text Solution

    |

  13. A coin is tossed until a head appears or tail appears 4 times in succe...

    Text Solution

    |

  14. Show that x = 2 is a root of the equation|{:(x, -6, -1),(2,- 3x,x-3),(...

    Text Solution

    |

  15. Solve the following system of equations by matrix inversion method. ...

    Text Solution

    |

  16. Evaluate : int (sqrt(1 + sin x))/( 1 + cos x) e^(-(x)/(2))dx

    Text Solution

    |

  17. Evaluate : int ( sqrt( tan x) - sqrt( cot x)) dx

    Text Solution

    |

  18. A window is in the form of a rectangle, together with a semi-circle on...

    Text Solution

    |

  19. Suppose a girl throws a die. If she gets a 5 or 6, she tosses a coin ...

    Text Solution

    |