• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Determinants

Determinants

Determinants are a fascinating concept in linear algebra that helps us understand and solve matrix equations. Imagine you have a set of linear equations, and you want to find if they have a unique solution. Determinants give you a quick way to check this. They are like a special number that can tell us a lot about a matrix, such as whether it has an inverse or if the system of equations it represents has a unique solution. In essence, determinants are powerful tools that simplify complex matrix operations and provide deep insights into the structure of linear systems.

In this article, you'll discover practical tips and tricks for using determinants to solve matrix problems easily. With clear examples and illustrations, we'll help you tackle determinant challenges confidently. 

1.0Determinants Definition

It is the value associated with the square arrangement of numbers in rows and columns written in between two parallel lines.

For every square matrix A = aij of order n, we can assign a number (real or complex) known as the determinant of the matrix A. Here, aij represents the element in the i-th row and j-th column of A. This determinant is a special value that provides critical information about the matrix, such as whether it can be inverted, the volume scaling factor of the linear transformation it represents, and whether a system of linear equations possesses a unique solution.

Ex- ​a1​a2​​b1​b2​​​

A determinant of second order consists of two rows and two columns. 

​a1​a2​a3​​b1​b2​b3​​c1​c2​c3​​​

A determinant of third order or 3 × 3 consists of three rows and three columns. 

2.0Value of a Determinant

D=​a1​a2​a3​​b1​b2​b3​​c1​c2​c3​​​=a1​​b2​b3​​c2​c3​​​−b1​​a2​a3​​c2​c3​​​+c1​​a2​a3​​b2​b3​​​

= a1(b2c3 – b3c2) – b1(a2c3 – a3c2) + c1(a2b3 – a3b2)

3.0By SARRUS Method

D=​a1​a2​a3​​b1​b2​b3​​c1​c2​c3​​​=

Sarrus Method

(a1b2c3 + a2b3c1 + a3b1c2) – (a3b2c1 + a2b1c3 + a1b3c2) 

4.0Minors 

 Minors of an element is defined as the minor determinant obtained by deleting a particular row or column in which that element lies. Ex. in the determinant

D=​a11​a21​a31​​a12​a22​a32​​a13​a23​a33​​​ minor of a12​ denotes as M12​

M12​=​a21​a31​​a23​a33​​​ and so on 

5.0Cofactor

Cofactor of an elements aij is expressed as Cij and is calculated as:

Cij = (–1) i+j Mij, Where ‘i’ denotes the row and j denotes the column.

Note: That a determinant of order 3 will have 9 minors, each minor will be a determinant of order 2 and a determinant of order4 will have 16 minors each minor will be a determinant of order 3.


Expansion of a determinant in Terms of the Elements of any Row or column

D=∑i=13​aij​Cij​ etc. for i=1,2,3

Sum of the product of elements of any row (column) with cofactors of corresponding elements of any other row (column) is ZERO.

6.0Properties of Determinants

  • Property 1: The value of a determinant stays the same if the respective row and columns are interchanged.
  • Property 2: If any 2 rows (or columns) of a determinant are interchanged, the value of determinant is changed in sign only.
  • Property 3: If a determinant has any two identical rows (or columns), its value is zero.

D=​a1​a1​a3​​b1​b1​b3​​c1​c1​c3​​​= 0

  • Property 4: If all the elements of a row (or column) are multiplied by a scalar, the determinant is multiplied by that scalar. 

 If D=​a1​a2​a3​​b1​b2​b3​​c1​c2​c3​​​ and D1​=​Ka1​a2​a3​​Kb1​b2​b3​​Kc1​c2​c3​​​

then  D1 = KD

Note: |K D|=K^n .|D|  where n is the order of determinants and K is a scalar.

  • Property 5: If each element of a row (or column) can be written as the sum of two terms, the determinant can be expressed as the sum of two determinants.

If

​a1​+xa2​a3​​b1​+yb2​b3​​c1​+zc2​c3​​​=​a1​a2​a3​​b1​b2​b3​​c1​c2​c3​​​+​xa2​a3​​yb2​b3​​zc2​c3​​​

  • Property 6: The value of a determinant is not changed if a multiple of one row (or column) is added to another row (or column).

 Let D=​a1​a2​a3​​b1​b2​b3​​c1​c2​c3​​​ and D′=​a1​+ma2​a2​a3​+na1​​b1​+mb2​b2​b3​+nb1​​c1​+mc2​c2​c3​+nc1​​​

These properties simplify the manipulation and calculation of determinants, making it easier to understand and solve complex matrix equations.

7.0Multiplication of Two Determinants

If A and B  are two square matrices of same order, then ∣AB∣=∣A∣∣B∣

  • Multiplication of two determinants of order 2 × 2

​a1​a2​​b1​b2​​​×​ℓ1​ℓ2​​m1​m2​​​=​a1​ℓ1​+b1​ℓ2​a2​ℓ1​+b2​ℓ2​​a1​m1​+b1​m2​a2​m1​+b2​m2​​​

  • Multiplication of two determinants of order 3 × 3

​a1​a2​a3​​b1​b2​b3​​c1​c2​c3​​​×​ℓ1​ℓ2​ℓ3​​m1​m2​m3​​n1​n2​n3​​​=​a1​ℓ1​+b1​ℓ2​+c1​ℓ3​a2​ℓ1​+b2​ℓ2​+c2​ℓ3​a3​ℓ1​+b3​ℓ2​+c3​ℓ3​​a1​m1​+b1​m2​+c1​m3​a2​m1​+b2​m2​+c2​m3​a3​m1​+b3​m2​+c3​m3​​a1​n1​+b1​n2​+c1​n3​a2​n1​+b2​n2​+c2​n3​a3​n1​+b3​n2​+c3​n3​​​

Note: Multiplication of 2 matrices is only possible with Row - column  Method, while multiplication of 2 determinants can be done with R-R , C-C, C-R and R-R method also.

8.0Solved Examples of Determinants

Example 1: The value of ​1−42​23−7​369​​ is-  

Solution: 

​1−42​23−7​369​​=1​3−7​69​​−2​−42​69​​+3​−42​3−7​​

= (27 + 42) – 2 (–36 – 12) + 3 (28 – 6) = 231 


Example 2: Find the minors and cofactors of elements '-3', '5', '–1' and '7' in the determinant ​24−1​−306​157​​.

Solution:

 Minor of −3=​4−1​57​​=33; Cofactor of −3=−33 Minor of 5=​2−1​−36​​=9; Cofactor of 5=−9 Minor of −1=​−30​15​​=−15; Cofactor of −1=−15 Minor of 7=​24​−30​​=12; Cofactor of 7=12


Example 3: If  Dr​=​rn2n(n+1)​​r3n3(2n(n+1)​)2​22n2(n+1)​​, find ∑r=0n​Dr​,find∑r=0n​Dr​.

Solution:

∑r=0n​Dr​=​∑r=0n​rn2n(n+1)​​∑r=0n​r3n3(2n(n+1)​)2​∑r=0n​22n2(n+1)​​=​2n(n+1)​n2n(n+1)​​(2n(n+1)​)2n3(2n(n+1)​)2​2(n+1)2n2(n+1)​​=0



Example 4: If ​32+k42+k52+k​425262​32+3+k42+4+k52+5+k​​=0, then the value of k is  ?

Solution: 

Applying(C3​→C3​−C1​)D=​32+k42+k52+k​425262​345​​=0⇒​9+k79​16911​311​​=0(R3​→R3​−R2​;R2​→R2​−R1​)

⇒    k – 1 = 0 ⇒ k =1


Example 5: Show that ​a2+l2ab−lac+l​ab+lb2+l2bc−l​ca−lbc+lc2+l2​​×​l−cb​cl−a​−bal​​=l3(l2+a2+b2+c2)3

Solution:

We observe that the elements in the first determinant are the cofactors of corresponding elements of the second determinant.

 So ​λ−cb​cλ−a​−baλ​​=[λ(λ2+a2+b2+c2)]3

= λ3(λ2 + a2 + b2 + c2)3


Example 6: How do you calculate the determinant of a 2x2 matrix?

Solution:

For a 2×2 matrix A=[ac​bd​]

the determinant is calculated as:

det(A) = ad – bc


Example 7: How do you find the determinant of a 3x3 matrix?

Solution:

For a 3x3 matrix A=​adg​beh​cfi​​, the determinant can be calculated using the rule of Sarrus or cofactor expansion:

det(A) = a(ei - fh) – b(di – fg) + c(dh – eg)

9.0Practice Questions on Determinants

1. Let A=​cos−1xcos−1ycos−1z​cos−1ycos−1zcos−1x​cos−1zcos−1xcos−1y​​

such that |A| = 0, then maximum value of  x + y +z is 

(A) 3 (B) 0 (C) 1 (D) 2


2. If α, β & γ are the roots of the equation x3 + px + q = 0 , then the value of the determinant =

(A) p (B) q (C) p2 – 2q (D) none


3.  The determinant ​cos(θ+ϕ)sinθ−cosθ​−sin(θ+ϕ)cosθsinθ​cos2ϕsinϕcosϕ​​ is:

(A) 0 (B) independent of θ

(C) independent of φ (D) independent of θ & φ both



4. Value of the  =​a3−xa5−xa7−x​a4−xa6−xa8−x​a5−xa7−xa9−x​​ is

(A) 0 (B) ( – 1) ( – 1) ( – 1)

(C) ( + 1) ( + 1) ( + 1) (D) – 1




Table of Contents


  • 1.0Determinants Definition
  • 2.0Value of a Determinant
  • 3.0By SARRUS Method
  • 4.0Minors 
  • 5.0Cofactor
  • 6.0Properties of Determinants
  • 7.0Multiplication of Two Determinants
  • 8.0Solved Examples of Determinants
  • 9.0Practice Questions on Determinants

Frequently Asked Questions

A determinant is a scalar value that is calculated from a square matrix. It provides important information about the matrix, such as whether it can be inverted, the volume scaling factor of the linear transformation it represents, and whether a system of linear equations has a unique solution.

A zero determinant indicates that the matrix is singular, meaning it does not have an inverse. For a system of linear equations, this implies that the system does not have a unique solution; it may have either no solutions or infinitely many solutions.

A minor is the determinant of a submatrix formed by deleting one row and one column from the original matrix. The cofactor is the minor with a sign attached, depending on its position: (-1)i+j times the minor of element aij.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Continuity and Differentiability

Continuity and differentiability are key concepts in calculus. Continuity means a function has no breaks in its graph. Differentiability means...

Coplanar Vectors

Coplanar vectors are vectors that lie within the same plane in a three-dimensional space. This means that these vectors are...

Understand Arithmetic Progression

An Arithmetic Progression (A.P.) is a list of numbers in which each term is obtained by adding a fixed number to the preceding term except...

Continuity

Continuity of a function is a fundamental concept in mathematics that describes the connectedness of the graph of the function.

Continuity and Discontinuity

Continuity in mathematics means a function has no interruptions at a point, meeting three conditions: defined at the point, limit exists, and limit equals the function's value. Discontinuity occurs...

Circle

A Circle is a fundamental geometry in a two-dimensional geometric shape defined by a set of points that are all equidistant from a fixed center point.

Definite Integration

Learn definite integrals, its properties and different theories on definite integration.

  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO