CBSE Class 12 Maths Chapter 4: Determinants NCERT Solutions
This comprehensive set of NCERT Solutions for Class 12 Maths, Chapter 4: Determinants, provides clear and detailed explanations for all exercises. It covers the fundamental concepts of determinants, including their calculation for 2x2 and 3x3 matrices, and properties like |kA| = k^n|A|. The solutions guide students through evaluating determinants, solving equations involving determinants, and understanding the relationship between scalar multiplication and determinants. These solutions are designed to help students grasp the intricacies of determinants, build problem-solving skills, and prepare effectively for their board examinations by offering a structured approach to each problem.
Quick info
| Board | CBSE |
|---|---|
| Class | Class 12 |
| Subject | गणित-I |
| Session | 2026 |
| Language | English |
| Type | NCERT Solutions |
| Chapter | 4. सारणिक |
Chapter summary
Chapter 4 of the Class 12 NCERT Maths textbook focuses on Determinants. This section provides solutions for calculating the value of determinants for matrices of order 2 and 3. It also explores important properties of determinants, such as the relationship between the determinant of a matrix and its scalar multiple, illustrated with examples. The exercises include finding unknown values of x by equating determinants and evaluating determinants of various matrices.
Learning outcomes
- Understand the concept of determinants for matrices.
- Calculate the value of determinants for 2x2 and 3x3 matrices.
- Apply properties of determinants, including |kA| = k^n|A|.
- Solve equations involving determinants to find unknown variables.
- Evaluate determinants using cofactor expansion along a row or column.
Topics covered
Paper topics
- Determinants of order 2
- Determinants of order 3
- Cofactor expansion
- Properties of determinants
- Scalar multiplication of matrices and determinants
- Solving equations using determinants
Important topics
- Calculating determinants of 2x2 and 3x3 matrices
- Property: |kA| = k^n|A|
- Cofactor expansion method
- Solving equations involving determinants
PDF preview
Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.
Questions and Solutions
Question 1
To find the value of the determinant \(\begin{vmatrix} 2 & 4 \\ -5 & -1 \end{vmatrix}\), we use the formula for a 2x2 determinant, which is \(ad - bc\) for a matrix \(\begin{bmatrix} a & b \\ c & d \end{bmatrix}\).
Here, \(a=2\), \(b=4\), \(c=-5\), and \(d=-1\).
Determinant = \((2) \times (-1) - (4) \times (-5)\)
= \(-2 - (-20)\)
= \(-2 + 20\)
= \(18\)
Thus, the value of the determinant is 18.
Question 2
Part (i):
We need to evaluate the determinant \(\begin{vmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{vmatrix}\).
Using the formula \(ad - bc\) for a 2x2 determinant:
Determinant = \((\cos \theta) \times (\cos \theta) - (-\sin \theta) \times (\sin \theta)\)
= \(\cos^2 \theta - (-\sin^2 \theta)\)
= \(\cos^2 \theta + \sin^2 \theta\)
Using the trigonometric identity \(\cos^2 \theta + \sin^2 \theta = 1\), the value of the determinant is 1.
Part (ii):
We need to evaluate the determinant \(\begin{vmatrix} x^2 - x + 1 & x - 1 \\ x + 1 & x + 1 \end{vmatrix}\).
Using the formula \(ad - bc\):
Determinant = \((x^2 - x + 1) \times (x + 1) - (x - 1) \times (x + 1)\)
First, expand \((x^2 - x + 1)(x + 1)\):
= \(x(x^2 - x + 1) + 1(x^2 - x + 1)\)
= \(x^3 - x^2 + x + x^2 - x + 1\)
= \(x^3 + 1\)
Next, expand \((x - 1)(x + 1)\), which is a difference of squares:
= \(x^2 - 1\)
Now, subtract the second expansion from the first:
Determinant = \((x^3 + 1) - (x^2 - 1)\)
= \(x^3 + 1 - x^2 + 1\)
= \(x^3 - x^2 + 2\)
Thus, the value of the determinant is \(x^3 - x^2 + 2\).
Question 3
Given the matrix
A = \begin{bmatrix} 1 & 2 \\ 4 & 2 \end{bmatrix} . First, let's find the value of \(|A|\).
\(|A| = \begin{vmatrix} 1 & 2 \\ 4 & 2 \end{vmatrix} = (1 \times 2) - (2 \times 4) = 2 - 8 = -6\).
Now, let's find the matrix \(2A\).
\(2A = 2 \times \begin{bmatrix} 1 & 2 \\ 4 & 2 \end{bmatrix} = \begin{bmatrix} 2 \times 1 & 2 \times 2 \\ 2 \times 4 & 2 \times 2 \end{bmatrix} = \begin{bmatrix} 2 & 4 \\ 8 & 4 \end{bmatrix}\).
Next, let's find the determinant of \(2A\), denoted as \(|2A|\).
\(|2A| = \begin{vmatrix} 2 & 4 \\ 8 & 4 \end{vmatrix} = (2 \times 4) - (4 \times 8) = 8 - 32 = -24\).
Now, let's find the value of \(4|A|\).
\(4|A| = 4 \times (-6) = -24\).
Comparing the values, we see that \(|2A| = -24\) and \(4|A| = -24\).
Therefore, we have shown that \(|2A| = 4|A|\).
Question 4
Given the matrix
A = \begin{bmatrix} 1 & 0 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 4 \end{bmatrix} . First, let's calculate the determinant of A, \(|A|\).
We can expand along the first row:
\(|A| = 1 \times \begin{vmatrix} 1 & 2 \\ 0 & 4 \end{vmatrix} - 0 \times \begin{vmatrix} 0 & 2 \\ 0 & 4 \end{vmatrix} + 1 \times \begin{vmatrix} 0 & 1 \\ 0 & 0 \end{vmatrix}\)
= \(1 \times (1 \times 4 - 2 \times 0) - 0 + 1 \times (0 \times 0 - 1 \times 0)\)
= \(1 \times (4 - 0) - 0 + 1 \times (0 - 0)\)
= \(1 \times 4 = 4\).
So, \(|A| = 4\).
Now, let's find the matrix \(3A\).
\(3A = 3 \times \begin{bmatrix} 1 & 0 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 4 \end{bmatrix} = \begin{bmatrix} 3 \times 1 & 3 \times 0 & 3 \times 1 \\ 3 \times 0 & 3 \times 1 & 3 \times 2 \\ 3 \times 0 & 3 \times 0 & 3 \times 4 \end{bmatrix} = \begin{bmatrix} 3 & 0 & 3 \\ 0 & 3 & 6 \\ 0 & 0 & 12 \end{bmatrix}\).
Now, let's calculate the determinant of \(3A\), \(|3A|\).
Expanding along the first row:
\(|3A| = 3 \times \begin{vmatrix} 3 & 6 \\ 0 & 12 \end{vmatrix} - 0 \times \begin{vmatrix} 0 & 6 \\ 0 & 12 \end{vmatrix} + 3 \times \begin{vmatrix} 0 & 3 \\ 0 & 0 \end{vmatrix}\)
= \(3 \times (3 \times 12 - 6 \times 0) - 0 + 3 \times (0 \times 0 - 3 \times 0)\)
= \(3 \times (36 - 0) - 0 + 3 \times (0 - 0)\)
= \(3 \times 36 = 108\).
So, \(|3A| = 108\).
Finally, let's calculate \(27|A|\).
\(27|A| = 27 \times 4 = 108\).
Since \(|3A| = 108\) and \(27|A| = 108\), we have shown that \(|3A| = 27|A|\).
Question 5
Part (i):
Evaluate \(\begin{vmatrix} 3 & -1 & -2 \\ 0 & 0 & -1 \\ 3 & -5 & 0 \end{vmatrix}\).
Expanding along the first row:
= \(3 \times \begin{vmatrix} 0 & -1 \\ -5 & 0 \end{vmatrix} - (-1) \times \begin{vmatrix} 0 & -1 \\ 3 & 0 \end{vmatrix} + (-2) \times \begin{vmatrix} 0 & 0 \\ 3 & -5 \end{vmatrix}\)
= \(3 \times (0 \times 0 - (-1) \times (-5)) + 1 \times (0 \times 0 - (-1) \times 3) - 2 \times (0 \times (-5) - 0 \times 3)\)
= \(3 \times (0 - 5) + 1 \times (0 + 3) - 2 \times (0 - 0)\)
= \(3 \times (-5) + 1 \times 3 - 2 \times 0\)
= \(-15 + 3 - 0\)
= \(-12\)
Part (ii):
Evaluate \(\begin{vmatrix} 3 & -4 & 5 \\ 1 & 1 & -2 \\ 2 & 3 & 1 \end{vmatrix}\).
Expanding along the first row:
= \(3 \times \begin{vmatrix} 1 & -2 \\ 3 & 1 \end{vmatrix} - (-4) \times \begin{vmatrix} 1 & -2 \\ 2 & 1 \end{vmatrix} + 5 \times \begin{vmatrix} 1 & 1 \\ 2 & 3 \end{vmatrix}\)
= \(3 \times (1 \times 1 - (-2) \times 3) + 4 \times (1 \times 1 - (-2) \times 2) + 5 \times (1 \times 3 - 1 \times 2)\)
= \(3 \times (1 + 6) + 4 \times (1 + 4) + 5 \times (3 - 2)\)
= \(3 \times 7 + 4 \times 5 + 5 \times 1\)
= \(21 + 20 + 5\)
= \(46\)
Part (iii):
Evaluate \(\begin{vmatrix} 0 & 1 & 2 \\ -1 & 0 & -3 \\ -2 & 3 & 0 \end{vmatrix}\).
Expanding along the first row:
= \(0 \times \begin{vmatrix} 0 & -3 \\ 3 & 0 \end{vmatrix} - 1 \times \begin{vmatrix} -1 & -3 \\ -2 & 0 \end{vmatrix} + 2 \times \begin{vmatrix} -1 & 0 \\ -2 & 3 \end{vmatrix}\)
= \(0 - 1 \times ((-1) \times 0 - (-3) \times (-2)) + 2 \times ((-1) \times 3 - 0 \times (-2))\)
= \(-1 \times (0 - 6) + 2 \times (-3 - 0)\)
= \(-1 \times (-6) + 2 \times (-3)\)
= \(6 - 6\)
= \(0\)
Part (iv):
Evaluate \(\begin{vmatrix} 2 & -1 & -2 \\ 0 & 2 & -1 \\ 3 & -5 & 0 \end{vmatrix}\).
Expanding along the first row:
= \(2 \times \begin{vmatrix} 2 & -1 \\ -5 & 0 \end{vmatrix} - (-1) \times \begin{vmatrix} 0 & -1 \\ 3 & 0 \end{vmatrix} + (-2) \times \begin{vmatrix} 0 & 2 \\ 3 & -5 \end{vmatrix}\)
= \(2 \times (2 \times 0 - (-1) \times (-5)) + 1 \times (0 \times 0 - (-1) \times 3) - 2 \times (0 \times (-5) - 2 \times 3)\)
= \(2 \times (0 - 5) + 1 \times (0 + 3) - 2 \times (0 - 6)\)
= \(2 \times (-5) + 1 \times 3 - 2 \times (-6)\)
= \(-10 + 3 + 12\)
= \(5\)
Question 6
We need to find the determinant of the matrix
A = \begin{bmatrix} 1 & 1 & -2 \\ 2 & 1 & -3 \\ 5 & 4 & -9 \end{bmatrix} . Expanding along the first row:
\(|A| = 1 \times \begin{vmatrix} 1 & -3 \\ 4 & -9 \end{vmatrix} - 1 \times \begin{vmatrix} 2 & -3 \\ 5 & -9 \end{vmatrix} + (-2) \times \begin{vmatrix} 2 & 1 \\ 5 & 4 \end{vmatrix}\)
= \(1 \times (1 \times (-9) - (-3) \times 4) - 1 \times (2 \times (-9) - (-3) \times 5) - 2 \times (2 \times 4 - 1 \times 5)\)
= \(1 \times (-9 + 12) - 1 \times (-18 + 15) - 2 \times (8 - 5)\)
= \(1 \times 3 - 1 \times (-3) - 2 \times 3\)
= \(3 + 3 - 6\)
= \(0\)
Thus, the value of the determinant \(|A|\) is 0.
Question 7
Part (i):
We are given the equation
\begin{vmatrix} 2 & 4 \\ 5 & 1 \end{vmatrix} = \begin{vmatrix} 2x & 4 \\ 6 & x \end{vmatrix} . First, calculate the determinant on the left side:
\(\begin{vmatrix} 2 & 4 \\ 5 & 1 \end{vmatrix} = (2 \times 1) - (4 \times 5) = 2 - 20 = -18\).
Next, calculate the determinant on the right side:
\(\begin{vmatrix} 2x & 4 \\ 6 & x \end{vmatrix} = (2x \times x) - (4 \times 6) = 2x^2 - 24\).
Now, set the two determinants equal to each other:
\(-18 = 2x^2 - 24\)
Add 24 to both sides:
\(-18 + 24 = 2x^2\)
\(6 = 2x^2\)
Divide by 2:
\(x^2 = 3\)
Take the square root of both sides:
\(x = \pm \sqrt{3}\)
Part (ii):
We are given the equation
\begin{vmatrix} 2 & 3 \\ 4 & 5 \end{vmatrix} = \begin{vmatrix} x & 3 \\ 2x & 5 \end{vmatrix} . Calculate the determinant on the left side:
\(\begin{vmatrix} 2 & 3 \\ 4 & 5 \end{vmatrix} = (2 \times 5) - (3 \times 4) = 10 - 12 = -2\).
Calculate the determinant on the right side:
\(\begin{vmatrix} x & 3 \\ 2x & 5 \end{vmatrix} = (x \times 5) - (3 \times 2x) = 5x - 6x = -x\).
Set the two determinants equal:
\(-2 = -x\)
Multiply by -1:
\(x = 2\)
Common mistakes
- Errors in applying the cofactor expansion formula, especially with signs.
- Incorrectly calculating the determinant of a 2x2 submatrix during cofactor expansion.
- Mistakes in algebraic simplification after determinant calculation.
- Misapplying the property |kA| = k^n|A|, particularly with the exponent 'n'.
Revision tips
- Practice calculating determinants for various matrix sizes until the process is automatic.
- Memorize the cofactor expansion formula and practice its application with different rows/columns.
- Focus on understanding and applying the property |kA| = k^n|A| with correct exponent 'n'.
- Work through the examples provided in the solutions to see how concepts are applied.
Practice MCQs
Q1. What is the value of the determinant \( & - \\ & \)?
Explanation: The determinant is calculated as (cos \(\))(\( \)) - (-sin \(\))(\( \)) = \(^2 + ^2 \), which equals 1.
Q2. If A is a 2x2 matrix, what is the relationship between |2A| and |A|?
Explanation: For a 2x2 matrix A, the property |kA| = k^n|A| becomes |2A| = 2^2|A| = 4|A|.
Q3. What is the value of the determinant \( 3 & -1 & -2 \\ 0 & 0 & -1 \\ 3 & -5 & 0 \)?
Explanation: Expanding along the first row: 3(0*0 - (-1)*(-5)) - (-1)(0*0 - (-1)*3) + (-2)(0*(-5) - 0*3) = 3(-5) + 1(3) - 2(0) = -15 + 3 = -12.
Q4. If \( 2 & 4 \\ 5 & 1 = 2x & 4 \\ 6 & x \), what are the possible values of x?
Explanation: Calculating both determinants: (2*1 - 4*5) = (2x*x - 4*6) => -18 = 2 - 24 => 2=> => \( \).
Q5. For a 3x3 matrix A, if |3A| = 27|A|, what is the value of n in the property |kA| = k^n|A|?
Explanation: The property states |kA| = k^n|A|. Given |3A| = 27|A|, we have 3^, which implies
Frequently asked questions
What is a determinant in Class 12 Maths?
A determinant is a scalar value that can be computed from the elements of a square matrix. It provides important information about the matrix and the system of linear equations it represents.
How do you calculate the determinant of a 2x2 matrix?
For a matrix \(\begin{bmatrix} a & b \\ c & d \end{bmatrix}\), the determinant is calculated as ad - bc.
What is the property |kA| = k^n|A| for determinants?
This property states that if A is an n x n square matrix and k is a scalar, then the determinant of kA is k raised to the power of n, multiplied by the determinant of A.
How can I use these NCERT solutions for revision?
You can use these solutions to review the methods for calculating determinants, understand the application of determinant properties, and check your answers for practice problems.
Are the solutions for all exercises in Chapter 4 covered?
Yes, these solutions cover all the questions presented in Chapter 4: Determinants of the NCERT Class 12 Maths textbook.
Content reviewed by the NCERT Help team. Editorial Team and update policy
NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.