Definitions [2]
A determinant is a single real number associated with a square matrix only.
- Denoted by det A or ∣A∣ or Δ
Minors:
Minor of element aij is the determinant obtained after deleting the i-th row and j-th column.
Cofactors:
If Mij is the minor of the element aij in the determinant Δ, then the number (−1)i+j Mij is called the cofactor of the element aij; it is usually denoted by Aij.
Thus Aij = (−1)i+j Mij
Formulae [1]
Determinant of Order 1:
If A = [a] then detA = ∣a∣ = a
Determinant of Order 2:
\[\begin{vmatrix}
a & b \\
c & d
\end{vmatrix}\] = ad − bc
Determinant of Order 3:
\[\begin{vmatrix}
a_1 & b_1 & c_1 \\
a_2 & b_2 & c_2 \\
a_3 & b_3 & c_3
\end{vmatrix}\]
\[a_1(b_2c_3-b_3c_2)-b_1(a_2c_3-a_3c_2)+c_1(a_2b_3-a_3b_2)\]
Theorems and Laws [1]
Prove that the determinant `|(x,sin theta, cos theta),(-sin theta, -x, 1),(cos theta, 1, x)|` is independent of θ.
Let, Δ = `|(x,sintheta,costheta),(-sintheta,-x,1),(costheta,1,x)|`
= x(−x2 − 1) − sin θ(−x sin θ − cos θ) + cos θ(−sin θ + x cos θ)
= −x(x2 + 1) + x sin2 θ + sin θ cos θ − sin θ cos θ + x cos2 θ
= −x(x2 + 1) + x(sin2 θ + cos2 θ)
= −x(x2 + 1) + x
= −x[x2 + 1 − 1]
= −x3
Hence, the determinant is independent of θ.
Key Points
Applicable ONLY for 3×3 determinants
Steps:
-
Rewrite the first two columns to the right
-
Add products of downward diagonals
-
Subtract products of upward diagonals
| No. | Property | Statement | Result / Formula |
|---|---|---|---|
| 1 | Zero Row / Column | Any row or column is zero | ( △ = 0 ) |
| 2 | Zero Diagonal Side | One side of the principal diagonal is zero | Product of diagonal elements |
| 3 | Transpose Property | Rows ↔ columns |
∣A∣ = ∣AT∣ |
| 4 | Interchange Rows / Columns | Swap two rows/columns | ( △1 = -△ ) |
| 5 | Identical Rows / Columns | Two rows/columns are identical | ( △ = 0 ) |
| 6 | Scalar Multiple (One Row/Column) | Multiply a row/column by (k) | ( △1 = k△ ) |
| 7 | Linearity | Row/column is a sum | Determinant splits |
| 8 | Row/Column Addition | Add multiple rows/columns | No change |
| 9 | Cofactor Orthogonality | Product with cofactors of other row | 0 |
Corollaries:
-
Passing a row (or column) over nnn rows (or columns):
Δ1 = (−1)nΔ -
If each element of a determinant of order nnn is multiplied by k:
Δ1 = knΔ -
If two rows or columns are proportional:
Δ = 0 -
If A is skew-symmetric of odd order:
∣A∣ = 0 -
Polynomial result: If Δ = 0 when x = a, then
(x − a) is a factor
System of linear equations: AX = B
Consistent / Inconsistent:
-
Consistent → one or more solutions
-
Inconsistent → no solution
Matrix method (Martin’s Rule):
If ∣A∣ ≠ 0, X = A−1B ⇒ unique solution
When ∣A∣ = 0:
-
→ infinitely many solutions
-
(adjA)B ≠ 0 → no solution
Homogeneous system:
AX = 0
-
Always consistent
-
∣A∣ ≠ 0 → trivial solution
-
∣A∣ = 0→ infinitely many solutions
1. Area of a Triangle:
\[\mathrm{Area}=\frac{1}{2}
\begin{vmatrix}
x_1 & y_1 & 1 \\
x_2 & y_2 & 1 \\
x_3 & y_3 & 1
\end{vmatrix}\]
2. Collinearity of Three Points:
\[\begin{vmatrix}
x_1 & y_1 & 1 \\
x_2 & y_2 & 1 \\
x_3 & y_3 & 1
\end{vmatrix}=0\]
1. Adjoint of a Square Matrix
The adjoint of a square matrix A is the transpose of the matrix of cofactors of A.
2. Fundamental Identity
A(adjA) = ∣A∣I = (adjA)A
3. Inverse of a Matrix
If ∣A∣ ≠ 0, then:
\[A^{-1} =\frac{1}{|A|}\operatorname{adj}A\]
4. Singular and Non-Singular Matrix
- Singular matrix: ∣A∣ = 0
-
Non-singular matrix: ∣A∣ ≠ 0
5. Invertibility Condition
A is invertible ⟺ ∣A∣ ≠ 0
Important Questions [60]
- If x in N and |[x+3,-2],[-3x,2x]|=8 , then find the value of x.
- Prove that the determinant |(x,sin theta, cos theta),(-sin theta, -x, 1),(cos theta, 1, x)| is independent of θ.
- Using matrices, solve the following system of linear equations : x + 2y − 3z = −4 2x + 3y + 2z = 2 3x − 3y − 4z = 11
- If a = Matrix ((2,3,10),(4,-6,5),(6,9,-20))`, Find `A Power (-1)`. Using `Apower(-1) Solve the System of Equation 2byx + 3byy +10/Z = 2`;`4by - 6byy + 5byz = 5`; 6byx + 9byy - 20byz = -4`
- If a = ⎡ ⎢ ⎣ 1 1 1 1 0 2 3 1 1 ⎤ ⎥ ⎦ , Find A-1. Hence, Solve the System of Equations X + Y + Z = 6, X + 2z = 7, 3x + Y + Z = 12.
- If a = ⎡ ⎢ ⎣ 5 6 − 3 − 4 3 2 − 4 − 7 3 ⎤ ⎥ ⎦ , Then Write the Cofactor of the Element A21 of Its 2nd Row.
- If A = [0100], then A2023 is equal to ______.
- If A = [aij] is a square matrix of order 2 such that aij = ,when ij,whenij{1, when i≠j0, when i=j, then A2 is ______.
- Two schools A and B want to award their selected students on the values of sincerity, truthfulness and helpfulness. School A wants to award Rs x each, Rs y each and Rs z each for the three respective values to 3, 2 and 1 students, respectively with a total award money of Rs 1,600.
- Given a = [ 2 − 3 − 4 7 ] , Compute A−1 and Show that 2 a − 1 = 9 I − a .
- The monthly incomes of Aryan and Babban are in the ratio 3 : 4 and their monthly expenditures are in the ratio 5 : 7. If each saves Rs 15,000 per month, find their monthly incomes using matrix method. This problem reflects which value?
- If for a square matrix A, A2 – A + I = 0, then A–1 equals ______.
- Read the following passage: Gautam buys 5 pens, 3 bags and 1 instrument box and pays a sum of ₹160. From the same shop, Vikram buys 2 pens, 1 bag
- If ∣ ∣ ∣ 2 X 5 8 X ∣ ∣ ∣ = ∣ ∣ ∣ 6 − 2 7 3 ∣ ∣ ∣ , Write the Value of X.
- Find the value of a if [[a-b,2a+c],[2a-b,3c+d]]=[[-1,5],[0,13]]
- If |[x+1,x-1],[x-3,x+2]|=|[4,-1],[1,3]|, then write the value of x.
- If A = [2-3532-411-2] find A−1. Using A−1 solve the system of equations: 2x – 3y + 5z = 11 3x + 2y – 4z = –5 x + y – 2z = –3
- If a , B and C Are All Non-zero and ∣ ∣ ∣ ∣ 1 + a 1 1 1 1 + B 1 1 1 1 + C ∣ ∣ ∣ ∣ = 0, Then Prove that 1 a + 1 B + 1 C + 1 = 0
- If |[2x,5],[8,x]|=|[6,-2],[7,3]| write the value of x.
- If ∣ ∣ ∣ ∣ X Sin θ Cos θ − Sin θ − X 1 Cos θ 1 X ∣ ∣ ∣ ∣ = 8 , Write the Value of X.
- If a = ⎡ ⎢ ⎣ 1 − 2 0 2 1 3 0 − 2 1 ⎤ ⎥ ⎦ ,Find A–1 and Hence Solve the System of Equations X – 2y = 10, 2x + Y + 3z = 8 and –2y + Z = 7.
- If a = ⎡ ⎢ ⎣ 1 1 1 0 1 3 1 − 2 1 ⎤ ⎥ ⎦ , Find A-1hence, Solve the System of Equations: X +Y + Z = 6 Y + 3z = 11 and X -2y +Z = 0
- Find the Inverse of the Following Matrix, Using Elementary Transformations: a = ⎡ ⎢ ⎣ 2 3 1 2 4 1 3 7 2 ⎤ ⎥ ⎦
- Write the Value of ∣ ∣ ∣ ∣ a − B B − C C − a B − C C − a A − B C − a A − B B − C ∣ ∣ ∣ ∣
- 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.
- Using Elementary Row Transformations, Find the Inverse of the Matrix a = `[(1,2,3),(2,5,7),(-2,-4,-5)]`
- Using properties of determinants, prove that : |[1+a,1,1],[1,1+b,1],[1,1,1+c]|=abc + bc + ca + ab
- Use Elementary Column Operations C 2 → C 2 − 2 C 1 in the Matrix Equation ( 4 2 3 3 ) = ( 1 2 0 3 ) ( 2 0 1 1 ) .
- For what values of k, the system of linear equations x + y + z = 2 2x + y – z = 3 3x + 2y + kz = 4 has a unique solution?
- Using the properties of determinants, solve the following for x: |[x+2,x+6,x-1],[x+6,x-1,x+2],[x-1,x+2,x+6]|=0
- Using Elementary Row Operations, Find the Inverse of the Matrix a = ⎛ ⎜ ⎝ 3 − 3 4 2 − 3 4 0 − 1 1 ⎞ ⎟ ⎠ and Hence Solve the Following System of Equations
- Prove that |(yz-x^2,zx-y^2,xy-z^2),(zx-y^2,xy-z^2,yz-x^2),(xy-z^2,yz-x^2,zx-y^2)| is divisible by (x + y + z) and hence find the quotient.
- Using elementary transformations, find the inverse of the matrix A = ((8,4,3),(2,1,1),(1,2,2)) and use it to solve the following system of linear equations
- Use Elementary Column Operation C2 → C2 + 2c1 in the Following Matrix Equation : (2,1,2,0)=(3,1,2,0)(1,0,-1,1
- If A=|[2,0,-1],[5,1,0],[0,1,3]| , then find A-1 using elementary row operations
- Using Properties of Determinants, Prove that ∣ ∣ ∣ ∣ B + C a A B C + a B C C a + B ∣ ∣ ∣ ∣ = 4abc
- Using properties of determinants prove the following: |[1,x,x^2],[x^2,1,x],[x,x^2,1]|=(1-x^3)^2
- If α|α34121141| = 0, then the value of α is ______.
- Using Properties of Determinants, Prove the Following:
- Using Properties of Determinants, Prove that (2y,Y-z-x,2y),(2z,2z,Z-x-y),(X-y-z,2x,2x)=(X+Y+Z)^3
- The value of the determinant |60-1214113| is ______.
- Solve for X : ∣ ∣ ∣ ∣ a + X a − X a − X a − X a + X a − X a − X a − X a + X ∣ ∣ ∣ ∣ = 0 , Using Properties of Determinants.
- If f(x)=|[a,-1,0],[ax,a,-1],[ax^2,ax,a]| , using properties of determinants find the value of f(2x) − f(x).
- Using properties of determinants, prove that |[x+y,x,x],[5x+4y,4x,2x],[10x+8y,8x,3x]|=x^3
- Using Properties of Determinants, Prove That Matrix (Asquare2 + 2a,2a + 1,1,2a+1,A+2, 3, 3, 1
- Using Properties of Determinants, Prove that `|(1,1,1+3x),(1+3y, 1,1),(1,1+3z,1)| = 9(3xyz + Xy + Yz+ Zx)`
- Using properties of determinants, show that ΔABC is isosceles if: |[1,1,1],[1+cosA,1+cosB,1+cosC],[cos^2A+cosA,cos^B+cosB,cos^2C+cosC]|=0
- Using Properties of Determinants Show that ⎡ ⎢ ⎣ 1 1 1 + X 1 1 + Y 1 1 + Z 1 1 ⎤ ⎥ ⎦ = X Y Z + Y Z + Z X + X Y .
- If f(α) = αααα[cosα-sinα0sinαcosα0001], prove that f(α) . f(– β) = f(α – β).
- Using the properties of determinants, prove the following: |[1,x,x+1],[2x,x(x-1),x(x+1)],[3x(1-x),x(x-1)(x-2),x(x+1)(x-1)]|=6x^2(1-x^2)
- Using Properties of Determinants, Prove the Following : ∣ ∣ ∣ ∣ ∣ 1 a A 2 a 2 1 a A a 2 1 ∣ ∣ ∣ ∣ ∣ = ( 1 − a 3 ) 2 .
- Prove the Following Using Properties of Determinants : ∣ ∣ ∣ ∣ a + B + 2 C a B C B + C + 2 a B C a C + a + 2 B ∣ ∣ ∣ ∣ = 2 ( a + B + C ) 3
- Using Properties of Determinants, Prove the Following: ∣ ∣ ∣ ∣ ∣ X 2 + 1 X Y X Z X Y Y 2 + 1 Y Z X Z Y Z Z 2 + 1 ∣ ∣ ∣ ∣ ∣ = 1 + X 2 + Y 2 + Z 2 .
- Using Properties of Determinants, Prove that ∣ ∣ ∣ ∣ a + X Y Z X a + Y Z X Y a + Z ∣ ∣ ∣ ∣ = a 2 ( a + X + Y + Z ) .
- Using properties of determinants, prove that |((x+y)^2,zx,zy),(zx,(z+y)^2,xy),(zy,xy,(z+x)^2)|=2xyz(x+y+z)^3
- Using Properties of Determinants, Prove that Matrix (X,X+Y,X+2y),(X+2y, X,X+Y),(X+Y, X+2y, X) = 9ysquare2(X + Y)`
- Using properties of determinants, prove that |[b+c,c+a,a+b],[q+r,r+p,p+q],[y+z,z+x,x+y]|=2|[a,b,c],[p,q,r],[x,y,z]|
- Using properties of determinants, find the value of x for which |(4-"x",4+"x",4+"x"),(4+"x",4-"x",4+"x"),(4+"x",4+"x",4-"x")|= 0
- A is a square matrix with ∣A∣ = 4. then find the value of ∣A. (adj A)∣.
- Find λ and μ if (i+3j+9k)×(3i−λj+μk)=
Concepts [11]
- Determinants of Matrix of Order One and Two
- Determinant of a Matrix of Order 3 × 3
- Minors and Co-factors
- Inverse of a Square Matrix by the Adjoint Method
- Applications of Determinants and Matrices
- Elementary Transformations
- Properties of Determinants
- Determinant of a Square Matrix
- Rule A=KB
- Overview of Determinants
- Geometric Interpretation of the Area of a Triangle
