BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon158 Learners

Last updated on October 28, 2025

Determinants

Professor Greenline Explaining Math Concepts

A determinant is a single numerical value that is calculated from a square matrix. It determines the properties of a matrix and is computed by adding the products of elements and their corresponding cofactors. Every matrix has a unique determinant.

Determinants for US Students
Professor Greenline from BrightChamps

Determinants

A determinant is a single numerical value that is calculated from a square matrix. It determines the properties of a matrix and is computed by adding the products of elements and their corresponding cofactors.

 

Every matrix has a unique determinant.

Professor Greenline from BrightChamps

What are determinants?

Determinants act as a scaling factor for matrices, i.e., they represent how a matrix stretches or compresses space. They are denoted as det(D) or D.

 

 

Let's practice this using a problem.

 

Practice problem: Consider the matrix:


Its determinant is shown as:

Professor Greenline from BrightChamps

How to calculate the determinant of a matrix?

Different methods are used for calculating square matrices of different orders.

 

  • A square matrix of order 1 × 1 has only one number, so its determinant is the number itself.


     
  • For a square matrix of order 2 × 2, the determinant can be calculated using the determinant formula: 


     

 

For example: For the given 2 × 2 matrix


The determinant will be,
\(det(A) = (45)-(32)=20-6=14\)

 

  • For a 3 × 3 matrix, 


    The determinant of a 3 × 3 matrix is calculated using the following steps:
     
  1. Take a1 as the reference element. Now, remove the row and column containing a1 from the matrix. This gives you a 2 × 2 minor matrix.

     
  2. Similarly, calculate the minors of b1 and c1                              
     

     
  3. Multiply each number by its minor and sign based on position.
     
  4. Sum them all together.

     

Let’s take a 3 × 3 matrix:


The values are: a1 = 1, b1 = 2, c1 = 3

 

  1. Minor of a1 = 1: 

    \((4) (6) - (5) (0) = 19\)
     
  2. Minor of b1 = 2: 

    \((0) (6) - (5) (1) = 1\)
     
  3. Minor of c1 = 3: 

    \((0) (0) - (4) (1) = - 4\)
     
  4. Now, apply signs and multiply
    \(det (A) = +1(19)-2(1) +3(-4)\\   \quad \quad   =   19+(-2-12)= 19-14=5\)


 

  • For a 4 × 4 matrix:


    A few things to keep in mind while solving for the determinant of any 4 × 4 matrices are:

 

  1. Start by multiplying +a1​ by the determinant of the 3 × 3 matrix, formed by removing the row and column that contain a​1.
     
  2. After doing so, subtract -b1 multiplied by the determinant of the 3 × 3 matrices formed after removing the row and column containing b1,
     
  3. Next, add +c1​ times the determinant of the 3 × 3 matrix obtained by removing the row and column containing c1​.

     
  4. Finally, subtract -d1​ multiplied by the determinant of the 3 × 3 matrix formed by deleting the row and column containing d1​.
     
  5. Now, the determinant can be calculated in the same way as that of a 3 × 3 matrix

 

Parent Tip: Encourage your child to practice finding determinants first by using 2 × 2 matrices, and then move to 3 × 3 and 4 × 4.

Professor Greenline from BrightChamps

What are the properties of determinants?

Determinants are calculated based on their properties. These properties are:

 

  • Property 1: Identity matrices always have a determinant = 1 

    For example, consider a 3 × 3 identity matrix

    Then, \(I = 1 \times 1 \times 1 = 1  \)                   

 

 

  • Property 2: Square matrices having a zero row or column have a determinant value of zero.

    For example, take a matrix 

    \(  B = (0)(5)-(2)(0) =0 \)

 

 

  • Property 3: For any triangular matrix (upper or lower), the determinant is calculated by multiplying all elements present on its main diagonal. 

    Let's consider a lower triangular matrix:

    \(\begin{bmatrix} 6 &0&0 \\2 &5&0\\1&-3&2 \end{bmatrix}\)

    \(|c| = 6 \times 5 \times 2 = 60\)
     

 

  • Property 4: For a square matrix, if a row is multiplied by a constant k, then k is a factor of the determinant.

    For example, let's take matrix:
                                            
    \(D = \begin{bmatrix} a & b \\ c&d\end{bmatrix}\) 

    \(|D| = ad - bc\)

 

  1. Now, we will multiply the first row by k:

    \(D' = \begin{bmatrix} ka & kb \\ c&d\end{bmatrix}\)         

    Then, \(D'= (ka)(d)-(kb)(c)=k(ad-bc)=k\times D\)

     

  2. Let’s take actual values to understand this better:   

    \(D = \begin{bmatrix} 2 & 1 \\ 3&4\end{bmatrix}\)                                  

    \(D = (2)(4)-(1)(3)=8-3=5\)
     

  3. Let’s take k = 3, after multiplication

    \(D' = \begin{bmatrix} 6 & 3 \\ 3&4\end{bmatrix}\)

    \(D' = (6)(4) - (3)(3) = 24 - 9 = 15\\ So, \ 3 \times |D| = 3 \times 5 = 15\)

 

 

  • Property 5: For two identical rows or columns, the determinant is zero.

    When a matrix has two same rows or columns, it becomes linearly dependent. This means that the matrix has no unique solution when treated as a system. So the determinant is 0.

 

 

  • Property 6: When any two rows and columns are interchanged, the value of the determinant remains unaffected but its sign changes.

 

 

  • Property 7: For two square matrices A and B of order n × n, det(A × B) = det(A) × det(B). 

    This property explains that the determinant of a product of two matrices is equal to the product of their separate determinants.

 

 

  • Property 8: The relationship between square matrix D and its adjoint adj(D) is given by:
    \(D \cdot adj(D)=(D)\cdot D=D\cdot I\)

    If D is a square matrix, and adj(D) is its adjoint, then the product of D and adj(D) is a scalar multiple of the identity matrix I, and the scalar is det(D).
Professor Greenline from BrightChamps

What are the rules for operations on determinants?

Rules for operations on determinants help perform row and column operations. These rules are as follows:

 

  1. When two rows or columns are interchanged, the sign of the determinant changes.
     
  2. If a row is multiplied by a constant K, then the determinant is also multiplied by the same constant.
     
  3. Adding or subtracting a multiple of a row or column from another does not change the determinant.
     
  4. If any row or column in a matrix consists of all 0 elements, then the determinant is 0.
     
  5. If the elements in a single row or column are written as a sum of two terms, then the determinant can also be written as the sum of two separate determinants, each with one of those terms. This is only applicable if other rows and columns remain unchanged.
Professor Greenline from BrightChamps

What are the key elements to find the determinant?

Some key elements we need to consider while calculating the determinants of a matrix are: minors and cofactors

 

  1. Minor: A minor is a determinant for every element by the elimination of rows and columns of that element. They are required to find determinants of single elements of a matrix.



    Practice Problem: Find the minor of the element 4 in the determinant: 

    \(\begin{vmatrix} 3&2&1 \\ 5&4&6\\0&1&2\end{vmatrix}\)

    Element 4 is in the second row and second column. To find its minor, we remove the second row and column. This leaves us with:

    \(\begin{vmatrix} 3&1\\0&2\end{vmatrix}\)

    \((3\cdot 2)-(1 \cdot 0)=6-0=6\)

     
  2. Cofactors: Cofactors and minors are related by a formula
    \(C_{ij} = (-1)^{i+j} M_{ij}\)

    Where Cij is the cofactor of the element, and Mij is the minor.



    Practice Problem: Find the cofactor located in the first row, second column of the given determinant:

    \(\begin{bmatrix} 3&5&2\\1&4&6\\7&0&1\end{bmatrix}\)

    The element is 5. Removing the mentioned row and column, we get:

    \((1\cdot 1)-(6\cdot 7) = 1-42=-41\\ So, \ M_{12} =  -41\)

    Cofactor C12 = \((-1)^{1+2}  M_{12}= (-1)^3  (-41) = -1 \cdot (-41) = +41\)


    The matrix consisting of all cofactors are called cofactor matrix.

Professor Greenline from BrightChamps

Tips and Tricks to Master Determinants

During the introduction to the topic, students may find determinants confusing and difficult. So, here are a few tips and tricks to help to master determinants.

 

  1. Remember, the determinant of an identity matrix is always 1.
     
  2. To find the determinant of an upper or lower half triangular matrix, just multiply the diagonal elements.
     
  3. Remember, if the matrix has identical rows or columns, then its determinant is always zero.
     
  4. If any row or column is zero, then |D| = 0.
     
  5. For a 2 × 2 matrix, multiply the diagonal elements and subtract the product of non-diagonal elements.

 

Parent Tip: Help memorize tour child properties of determinant, and encourage them to practice. You can also use a determinant calculator to check and verify your child’s answers.

Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Determinants

Computing determinants of matrices differs depending on the order of the matrix. This can often be confusing and result in recurring errors. Listed below are some common errors and ways to avoid them.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Applying the wrong formula for the matrix size

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students may apply the formula to compute the determinant of a 2 × 2 matrix to a matrix of 3 × 3 order, or vice versa.

 

Always use det = ad - bc for a 2 × 2 matrix and cofactor expansion or Sarrus’ rule for a 3 × 3 matrix.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Ignoring zero rows or columns

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

If a whole row or column consists of all zero elements, students still try to compute the determinant of such a matrix.

 

The determinant of such matrices is always zero. 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Forgetting row reduction in large matrices

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Cofactor expansion of a large matrix without row reduction complicates the computation.

 

Students should use row operations to reduce the matrix and then solve for the determinant.

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Expanding minors incorrectly during cofactor expansion

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Let's say you want an element a11, only remove row 1 and column 1, and no other row or column.

 

Also, make sure to apply the correct sign.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not checking for repeated rows and columns

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

A matrix with identical rows or columns is singular, which means its determinant is zero.

 

Always check for identical rows and columns before calculating for determinants to save time.

arrow-right
arrow-right
Professor Greenline from BrightChamps

Real-life applications of determinants

Determinants play a crucial role in real-world problems relating to fields involving linear systems and transformations. Given below are a few practical applications of determinants across varied domains.

 

 

  1. Structural analysis in civil engineering:
    Engineers use determinants to analyze forces acting on structures like bridges and buildings. Determinants help determine if the system is solvable or not.

     
  2. Help in geometric transformation in computer graphics
    Determinants are used to understand whether a transformation will preserve its orientation or flip it during changes. They are also used for calculating area/volume changes during transformations.

     
  3. Decoding and encoding in cryptography
    A valid decryption only exists if the determinant of the encryption matrix is non-zero and co-prime to the modulus. These properties of determinants are applied to matrix-based ciphers. Like the Hill cipher

     
  4. Leontief input-output models in economics
    Economists use determinants in Leontief input-output models to study the interactions of different sectors within an economy.

     
  5. Analyzing electrical circuits using Kirchhoff’s laws
    Determinants help find unknown current or voltage values across various components of a complex circuit, as Kirchhoff’s Current Law and Voltage Law lead to a system of linear equations.
Max from BrightChamps Saying "Hey"
Hey!

Solved examples of determinants

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the determinant

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Determinant is 14.

Explanation

Given determinant: \(\begin{vmatrix} 4&3 \\ 2&5 \end{vmatrix}\)
 

\(det = (45) - (32) = 20 - 6 = 14\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Find the determinant for a 3 x 3 matrix

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Determinant = 22

Explanation

Given determinant: \(\begin{vmatrix} 1&2&3 \\ 0 & 4&5 \\ 1&0&6\end{vmatrix}\)


Use cofactor expansion along the first row

 

\(1 \cdot \begin{vmatrix} 4&5 \\ 0&6\end{vmatrix} - 2\cdot \begin{vmatrix} 0&5 \\ 1&6\end{vmatrix}+3 \cdot \begin{vmatrix} 0&4 \\ 1&0\end{vmatrix}\)

 
\(\implies 1(46-50)-2(06-51)+3(00-41)\\ \implies 1(24)-2(-5)+3(-4)\\ \implies 24+10-12=22\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Check the invertibility for given matrix:

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Matrix A is non-invertible, determinant is 0.

Explanation

Given matrix: \(\begin{bmatrix}  1&2  \\ 3&6\end{bmatrix}\)
 

\(det(A) = (1\times 6) - (2\times 3)=  6 - 6 = 0\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Find the area of the triangle using determinants. Given points: A(1,2), B(4,5), C(6,3)

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

 Area is zero, points are collinear

Explanation

Area = \(\frac{1}{2} \begin {vmatrix} \begin {vmatrix} 1&2&1 \\ 4&5&1 \\6&3&1\end{vmatrix}\end{vmatrix}\)


\({1\over 2}|1(5 \times 1-1 \times 3)-2(4 \times 1-1 \times 6)+1(4\times 3-5 \times 6)|\\ {1\over 2}|1(5-3)-2(4-6)+1(12-30)|\\ {1\over 2}|2+4 -18|\\ {1\over 2} \times 12=6\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Solve: 2x + 3y = 5 x + 4y = 6

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\( x=2/5, y=7/5\)

Explanation

  • Step 1: Find the coefficient matrix:

    \(D = \begin{bmatrix} 2&3\\1&4 \end{bmatrix} \)

    \(\\ \implies (2 \times 4)-(3 \times 1)=8-3=5\)

 

  • Step 2: replace column x- column to get Dx:

    \(D_x = \begin{bmatrix} 5&3\\6&4 \end{bmatrix} \)

    \(\implies (5 \times 4-3 \times 6)=20-18=2\)

 

  • Step 3: Replace column y to get dy:

    \(D = \begin{bmatrix} 2&3\\1&4 \end{bmatrix} \)

    \((2 \times 6-5 \times 1)=12-5=7\)

Step 4: find variables:
           

x=DxD=25, y=DyD =75
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on determinants

1.Where will my child use determinants?

Children will use determinants in various areas of mathematics. Their application includes:

 

  1. Determining whether a matrix is invertible
  2. Solving systems of linear equations using Cramer’s Rule
  3. Computing area or volume in geometry using vectors
  4. Analyzing linear transformations
  5. Finding eigenvalues and eigenvectors

Math FAQ Answers Dropdown Arrow

2.What mistakes can my child make when finding determinant?

Here are a few mistakes:

 

  1. Doing incorrect multiplication.
  2. Confuse between diagonal and non-diagonal elements.
  3. Mixing signs when explanding.

Math FAQ Answers Dropdown Arrow

3.My child's getting a negative determinant after calculation. Can determinant be negative?

Yes, determinants can be positive, negative, and zero.

Math FAQ Answers Dropdown Arrow

4.How can my child multiply a scalar valuein a determinant?

If every element of an n × n matrix is multiplied by a scalar k, then the determinant is multiplied by kn:
det(kA) = kn × det (A)

Math FAQ Answers Dropdown Arrow

5.For which type of matrix can my child calculate a determinant?

Determinants can only be calculated for square matrices.

Math FAQ Answers Dropdown Arrow
INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom