Advertisements
Advertisements
Question
Solve the following equations by using inversion method.
x + y + z = −1, x − y + z = 2 and x + y − z = 3
Advertisements
Solution
Matrix form of the given system of equations is,
`[(1, 1, 1),(1, -1, 1),(1, 1, -1)] [(x),(y),(z)] = [(-1),(2),(3)]`
This is of the form AX = B,
where, A = `[(1, 1, 1),(1, -1, 1),(1, 1, -1)], "X" = [(x),(y),(z)], "B" = [(-1),(2),(3)]`
Pre-multiplying AX = B by A−1, we get
A−1(AX) = A−1B
∴ (A−1A)X = A−1B
∴ IX = A−1B
∴ X = A−1B .......(i)
To determine X, we have to find A−1
|A| = `|(1, 1, 1),(1, -1, 1),(1, 1, -1)|`
= 1(1 − 1) − 1(−1 − 1) + 1(1 + 1)
= 2 + 2
= 4 ≠ 0
∴ A−1 exists.
A11 = (−1)1+1 M11 = `|(-1, 1),(1, -1)|` = 1 − 1 = 0
A12 = (−1)1+2 M12 = `-|(1, 1),(1, -1)|` = −(−1 − 1) = 2
A13 = (−1)1+3 M13 = `|(1, 1),(1, -1)|` = 1 + 1 = 2
A21 = (−1)2+1 M21 = `-|(1, 1),(1, -1)|` = − (−1 − 1) = 2
A22 = (−1)2+2 M22 = `|(1, 1),(1, -1)|` = −1 − 1 = −2
A23 = (−1)2+3 M23 = `-|(1, 1),(1, 1)|` = − (1 − 1) = 0
A31 = (−1)3+1 M31 = `|(1, 1),(-1, 1)|` = 1 + 1 = 2
A32 = (−1)3+2 M32 = `-|(1, 1),(1, 1)|` = −(1 − 1) = 0
A33 = (−1)3+3 M33 = `|(1, 1),(1, -1)|` = −1 − 1 = −2
Hence, the matrix of cofactors is
`|("A"_11, "A"_12, "A"_13),("A"_21, "A"_22, "A"_23),("A"_31, "A"_32, "A"_33)| = [(0, 2, 2),(2, -2, 0),(2, 0, -2)]`
∴ adj A = `[(0, 2, 2),(2, -2, 0),(2, 0, -2)]`
= `2[(0, 1, 1),(1, -1, 0),(1, 0, -1)]`
∴ A−1 = `1/|"A"|` (adj A)
= `1/4 xx 2[(0, 1, 1),(1, -1, 0),(1, 0, -1)]`
∴ A−1 = `1/2[(0, 1, 1),(1, -1, 0),(1, 0, -1)]`
∴ X = `1/2[(0, 1, 1),(1, -1, 0),(1, 0, -1)] [(-1),(2),(3)]` .......[From (i)]
= `1/2[(5),(-3),(-4)]`
∴ `[(x),(y),(z)] = [(5/2),(-3/2),(-2)]`
By equality of matrices, we get
x = `5/2`, y = `-3/2`, z = −2
APPEARS IN
RELATED QUESTIONS
Evaluate the following determinant:
\[\begin{vmatrix}a + ib & c + id \\ - c + id & a - ib\end{vmatrix}\]
Evaluate
\[\begin{vmatrix}2 & 3 & 7 \\ 13 & 17 & 5 \\ 15 & 20 & 12\end{vmatrix}^2 .\]
Find the value of x, if
\[\begin{vmatrix}2 & 4 \\ 5 & 1\end{vmatrix} = \begin{vmatrix}2x & 4 \\ 6 & x\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}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}\sin^2 A & \cot A & 1 \\ \sin^2 B & \cot B & 1 \\ \sin^2 C & \cot C & 1\end{vmatrix}, where A, B, C \text{ are the angles of }∆ ABC .\]
\[\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\]
\[\begin{vmatrix}- a \left( b^2 + c^2 - a^2 \right) & 2 b^3 & 2 c^3 \\ 2 a^3 & - b \left( c^2 + a^2 - b^2 \right) & 2 c^3 \\ 2 a^3 & 2 b^3 & - c \left( a^2 + b^2 - c^2 \right)\end{vmatrix} = abc \left( a^2 + b^2 + c^2 \right)^3\]
Prove the following identity:
`|(a^3,2,a),(b^3,2,b),(c^3,2,c)| = 2(a-b) (b-c) (c-a) (a+b+c)`
Solve the following determinant equation:
Find the area of the triangle with vertice at the point:
(−1, −8), (−2, −3) and (3, 2)
Using determinants, find the area of the triangle whose vertices are (1, 4), (2, 3) and (−5, −3). Are the given points collinear?
Prove that :
\[\begin{vmatrix}\left( b + c \right)^2 & a^2 & bc \\ \left( c + a \right)^2 & b^2 & ca \\ \left( a + b \right)^2 & c^2 & ab\end{vmatrix} = \left( a - b \right) \left( b - c \right) \left( c - a \right) \left( a + b + c \right) \left( a^2 + b^2 + c^2 \right)\]
Prove that :
Prove that :
Prove that :
Prove that :
Prove that
2x − y = 17
3x + 5y = 6
2x + 3y = 10
x + 6y = 4
An automobile company uses three types of steel S1, S2 and S3 for producing three types of cars C1, C2and C3. Steel requirements (in tons) for each type of cars are given below :
| Cars C1 |
C2 | C3 | |
| Steel S1 | 2 | 3 | 4 |
| S2 | 1 | 1 | 2 |
| S3 | 3 | 2 | 1 |
Using Cramer's rule, find the number of cars of each type which can be produced using 29, 13 and 16 tons of steel of three types respectively.
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\]
If A is a singular matrix, then write the value of |A|.
Find the value of the determinant
\[\begin{bmatrix}4200 & 4201 \\ 4205 & 4203\end{bmatrix}\]
Write the value of the determinant
If I3 denotes identity matrix of order 3 × 3, write the value of its determinant.
Find the value of x from the following : \[\begin{vmatrix}x & 4 \\ 2 & 2x\end{vmatrix} = 0\]
Write the value of the determinant \[\begin{vmatrix}2 & 3 & 4 \\ 5 & 6 & 8 \\ 6x & 9x & 12x\end{vmatrix}\]
If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , write the value of x.
Find the maximum value of \[\begin{vmatrix}1 & 1 & 1 \\ 1 & 1 + \sin \theta & 1 \\ 1 & 1 & 1 + \cos \theta\end{vmatrix}\]
The value of the determinant
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}\]
Solve the following system of equations by matrix method:
3x + y = 19
3x − y = 23
Solve the following system of equations by matrix method:
x + y + z = 6
x + 2z = 7
3x + y + z = 12
Solve the following system of equations by matrix method:
Solve the following system of equations by matrix method:
x − y + 2z = 7
3x + 4y − 5z = −5
2x − y + 3z = 12
Show that each one of the following systems of linear equation is inconsistent:
2x + 3y = 5
6x + 9y = 10
If A = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`, find A−1. Using A−1, solve the system of linear equations x − 2y = 10, 2x − y − z = 8, −2y + z = 7.
Two schools A and B want to award their selected students on the values of sincerity, truthfulness and helpfulness. The school A wants to award ₹x each, ₹y each and ₹z each for the three respective values to 3, 2 and 1 students respectively with a total award money of ₹1,600. School B wants to spend ₹2,300 to award its 4, 1 and 3 students on the respective values (by giving the same award money to the three values as before). If the total amount of award for one prize on each value is ₹900, using matrices, find the award money for each value. Apart from these three values, suggest one more value which should be considered for award.
A shopkeeper has 3 varieties of pens 'A', 'B' and 'C'. Meenu purchased 1 pen of each variety for a total of Rs 21. Jeevan purchased 4 pens of 'A' variety 3 pens of 'B' variety and 2 pens of 'C' variety for Rs 60. While Shikha purchased 6 pens of 'A' variety, 2 pens of 'B' variety and 3 pens of 'C' variety for Rs 70. Using matrix method, find cost of each variety of pen.
The number of solutions of the system of equations
2x + y − z = 7
x − 3y + 2z = 1
x + 4y − 3z = 5
is
The existence of the unique solution of the system of equations:
x + y + z = λ
5x − y + µz = 10
2x + 3y − z = 6
depends on
x + y = 1
x + z = − 6
x − y − 2z = 3
On her birthday Seema decided to donate some money to children of an orphanage home. If there were 8 children less, everyone would have got ₹ 10 more. However, if there were 16 children more, everyone would have got ₹ 10 less. Using the matrix method, find the number of children and the amount distributed by Seema. What values are reflected by Seema’s decision?
If the system of equations x + ky - z = 0, 3x - ky - z = 0 & x - 3y + z = 0 has non-zero solution, then k is equal to ____________.
In system of equations, if inverse of matrix of coefficients A is multiplied by right side constant B vector then resultant will be?
Let `θ∈(0, π/2)`. If the system of linear equations,
(1 + cos2θ)x + sin2θy + 4sin3θz = 0
cos2θx + (1 + sin2θ)y + 4sin3θz = 0
cos2θx + sin2θy + (1 + 4sin3θ)z = 0
has a non-trivial solution, then the value of θ is
______.
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 ab + bc + ca equals ______.
