Every square matrix A=[aij] of order n can be associated with a number (real or complex) called the determinant of the square matrix A.
Think of a system of linear equations:
a1x+b1y=c1
a2x+b2y=c2
This system can be represented in matrix form as:
[a1a2b1b2][xy]=[c1c2]
This system of equations has a unique solution if and only if a1b2−a2b1=0.
The expression (a1b2−a2b1) determines the uniqueness of the solution associated with the matrix A=[a1a2b1b2] and is called the determinant of A.
Notation: The determinant of matrix A is denoted by ∣A∣, det(A), or Δ.
Important Note: For a matrix A, ∣A∣ is read as the determinant of A, not the modulus of A. Only square matrices have determinants.
Evaluation of Determinants of Order 1 and 2
Determinant of a Matrix of Order 1
Let A=[a] be the matrix of order 1×1. The determinant of A is defined to be equal to a.
Example: If A=[−5], then ∣A∣=−5.
Determinant of a Matrix of Order 2
Let A=[a11a21a12a22] be a matrix of order 2×2.
The determinant of A is defined as:
∣A∣=a11a21a12a22=a11a22−a21a12
Multiply the diagonal elements (top-left to bottom-right) and subtract the product of the off-diagonal elements (bottom-left to top-right).
Example: If A=[2−143], then ∣A∣=(2)(3)−(4)(−1)=6+4=10
Evaluation of Determinants of Order 3
A determinant of order 3 can be evaluated by expressing it in terms of second-order determinants. This process is called expansion of a determinant along a row or a column. There are 6 ways to expand a determinant of order 3 (along any of the 3 rows or 3 columns), and they all yield the same value.
LetA=a11a21a31a12a22a32a13a23a33
Expansion along Row 1 (R1)
Step 1: Multiply the first element a11 by (−1)1+1 and the 2×2 determinant obtained by deleting R1 and C1.
Step 2: Multiply the second element a12 by (−1)1+2 and the 2×2 determinant obtained by deleting R1 and C2.
Step 3: Multiply the third element a13 by (−1)1+3 and the 2×2 determinant obtained by deleting R1 and C3.
Sign Convention: The sign (−1)i+j alternates:
+−+−+−+−+
Calculation Tip: For easier calculations, we shall expand the determinant along that row or column which contains maximum number of zeros.
Example 1: Basic 2x2 Determinant
Evaluate:Δ=2−142
Solution:
Step 1: Identify the elements. a11=2, a12=4, a21=−1, a22=2.
Step 2: Apply the 2×2 determinant formula: Δ=(a11×a22)−(a21×a12)
Step 3: Substitute the values: Δ=(2×2)−(−1×4)Δ=4−(−4)=4+4=8
Answer:8
Example 2: Algebraic 2x2 Determinant
Evaluate:Δ=xx−1x+1x
Solution:
Step 1: Apply the formula for a 2×2 determinant.
Δ=(x×x)−((x+1)×(x−1))
Step 2: Use the algebraic identity (a+b)(a−b)=a2−b2.
Δ=x2−(x2−12)
Step 3: Simplify the expression.
Δ=x2−(x2−1)=x2−x2+1=1
Answer:1
Example 3: Solving a Determinant Equation
Find the values of x for which:3xx1=3421
Solution:
Step 1: Evaluate the determinant on the Left Hand Side (LHS).
LHS=(3×1)−(x×x)=3−x2
Step 2: Evaluate the determinant on the Right Hand Side (RHS).
RHS=(3×1)−(4×2)=3−8=−5
Step 3: Equate the LHS and RHS.
3−x2=−5
Step 4: Solve for x.
3+5=x2x2=8x=±8=±22
Answer:x=±22
Example 4: Trigonometric Determinant
Evaluate:Δ=cosθsinθ−sinθcosθ
Solution:
Step 1: Apply the 2×2 determinant formula.
Δ=(cosθ×cosθ)−(sinθ×(−sinθ))
Step 2: Simplify the terms.
Δ=cos2θ−(−sin2θ)Δ=cos2θ+sin2θ
Step 3: Use the fundamental trigonometric identity sin2θ+cos2θ=1Δ=1
Answer:1
Example 5: Basic 3x3 Determinant Expansion
Evaluate:Δ=1−14231400
Solution:
Step 1: Observe the determinant. Column 3 (C3) has two zeros. Expanding along C3 will make the calculation much easier.
Step 2: Expand along C3. Remember the sign convention for the third column: +,−,+.
Δ=4−1431−01421+01−123
Step 3: The terms multiplied by zero vanish.
Δ=4[(−1×1)−(4×3)]−0+0
Step 4: Simplify the remaining term.
Δ=4[−1−12]=4[−13]=−52
Answer:−52
Example 6: 3x3 Determinant Expansion along Row 1
Evaluate:Δ=303−10−5−2−10
Solution:
Step 1: Let's expand along the first row (R1). Sign convention: +,−,+.
Δ=30−5−10−(−1)03−10+(−2)030−5
Step 2: Evaluate the 2×2 determinants.
For the 1st matrix: (0×0)−(−5×−1)=0−5=−5
For the 2nd matrix: (0×0)−(3×−1)=0−(−3)=3
For the 3rd matrix: (0×−5)−(3×0)=0−0=0
Step 3: Substitute back into the expansion.
Δ=3(−5)+1(3)−2(0)Δ=−15+3−0=−12
(Note: Expanding along R2 would have been faster since it has two zeros! Try it): Δ=−(−1)33−1−5=1(−15−(−3))=−12
Answer:−12
Example 7: Proving a Matrix Determinant Property
Let A=100010124. Show that ∣3A∣=27∣A∣.
Solution:
Step 1: First, evaluate the determinant of matrix A (∣A∣). Expanding along C1 (since it has two zeros):
∣A∣=11024−0+0=1(4−0)=4
Step 2: Find matrix 3A by multiplying every element of A by 3.
3A=3000303612
Step 3: Evaluate ∣3A∣. Expanding along C1:
∣3A∣=330612−0+0=3(36−0)=108
Step 4: Check the relationship.
27∣A∣=27×4=108.
Since ∣3A∣=108 and 27∣A∣=108, we have proved that ∣3A∣=27∣A∣.
(Property check: For a square matrix of order n, ∣kA∣=kn∣A∣
Here k=3,n=3, so ∣3A∣=33∣A∣=27∣A∣).
Solution:
Step 1: Expand along R1.
Δ=00−sinβsinβ0−sinα−sinαcosαsinβ0+(−cosα)−sinαcosα0−sinβ
Step 2: Calculate the 2×2 determinants.
First term =0
Second term =−sinα[(−sinα×0)−(cosα×sinβ)]=−sinα[0−sinβcosα]=sinαsinβcosα
Third term =−cosα[(−sinα×−sinβ)−(cosα×0)]=−cosα[sinαsinβ−0]=−sinαsinβcosα
Step 3: Combine all terms.
Δ=0+sinαsinβcosα−sinαsinβcosα=0(Note: This is a skew-symmetric matrix of odd order. The determinant of any skew-symmetric matrix of odd order is always 0).
Answer:0
Example 10: Evaluating using polynomial elements
Evaluate:Δ=x2−x+1x+1x−11
Solution:
Step 1: Apply the 2×2 determinant formula.
Δ=(x2−x+1)×1−(x+1)×(x−1)
Step 2: Use the identity (a+b)(a−b)=a2−b2Δ=(x2−x+1)−(x2−12)
Step 3: Expand and simplify the expression.
Δ=x2−x+1−x2+1Δ=−x+2
Answer:2−x
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.