CBSE Class 12 Mathematics Chapter 4 Determinants NCERT Solutions
This chapter provides comprehensive NCERT Solutions for Class 12 Mathematics, focusing on Determinants. Students will learn to evaluate determinants of various orders, understand their properties, and apply them to solve problems. The solutions cover the evaluation of 2x2 and 3x3 determinants, properties of determinants, and their applications in areas like solving systems of linear equations and finding the area of triangles. These solutions are designed to help students grasp the fundamental concepts of determinants, including cofactor expansion and the relationship between determinants and matrices. By working through these detailed explanations and step-by-step problem-solving approaches, students can build a strong foundation in this crucial topic, enhancing their understanding and preparing effectively for their board examinations.
Quick info
| Board | CBSE |
|---|---|
| Class | Class 12 |
| Subject | Mathematics |
| Session | 2026 |
| Language | English |
| Type | NCERT Solutions |
| Chapter | Chapter 4 |
Chapter summary
Chapter 4, Determinants, introduces students to the concept of determinants as a scalar value associated with a square matrix. This section provides NCERT Solutions that guide students through calculating determinants for 2x2 and 3x3 matrices. It also covers essential properties of determinants and their applications, such as finding the area of a triangle and solving systems of linear equations. The solutions offer clear, step-by-step methods for evaluating determinants and proving identities related to them.
Learning outcomes
- Understand the definition and calculation of determinants for 2x2 matrices.
- Evaluate determinants of 3x3 matrices using cofactor expansion.
- Apply properties of determinants to simplify calculations and prove identities.
- Relate determinants to matrices and understand the property |kA| = k^n|A| for a matrix A of order n.
- Solve problems involving the evaluation of determinants.
Topics covered
Paper topics
- Determinants of a matrix
- Evaluation of determinants (2x2)
- Evaluation of determinants (3x3)
- Cofactor expansion
- Properties of determinants
- Scalar multiplication of matrices and determinants
- Relationship between |kA| and |A|
Important topics
- Evaluation of 2x2 determinants
- Evaluation of 3x3 determinants using cofactor expansion
- Properties of determinants
- The property |kA| = k^n|A|
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 evaluate the determinant of a 2x2 matrix \begin{vmatrix} a & b \\ c & d \end{vmatrix}, we use the formula $ad - bc$.
For the given determinant, we have $a=2$, $b=4$, $c=-5$, and $d=-1$.
Applying the formula:
Thus, the value of the determinant is 18.
Question 2
(i)
(ii)
(i) To evaluate the determinant \begin{vmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{vmatrix}, we apply the formula $ad - bc$.
\begin{vmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{vmatrix} = (\cos \theta)(\cos \theta) - (-\sin \theta)(\sin \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 (ii) To evaluate the determinant \begin{vmatrix} x^2 - x + 1 & x - 1 \\ x + 1 & x + 1 \end{vmatrix}, we apply the formula $ad - bc$.
\begin{vmatrix} x^2 - x + 1 & x - 1 \\ x + 1 & x + 1 \end{vmatrix} = (x^2 - x + 1)(x + 1) - (x - 1)(x + 1)
We can factor out $(x+1)$ from both terms:
= (x + 1) [(x^2 - x + 1) - (x - 1)]
Simplify the expression inside the brackets:
= (x + 1) [x^2 - x + 1 - x + 1]
= (x + 1) [x^2 - 2x + 2]
Now, expand this expression:
= x(x^2 - 2x + 2) + 1(x^2 - 2x + 2)
= x^3 - 2x^2 + 2x + x^2 - 2x + 2
Combine like terms:
= x^3 + (-2x^2 + x^2) + (2x - 2x) + 2
= x^3 - x^2 + 2
Thus, the value of the determinant is $x^3 - x^2 + 2$.
Question 3
We are given the matrix . We need to show that .
First, let's find the matrix $2A$ by multiplying each element of $A$ by 2:
Now, let's calculate the determinant of $2A$, denoted as $|2A|$:
Using the formula $ad - bc$:
Next, let's calculate the determinant of $A$, denoted as $|A|$:
Using the formula $ad - bc$:
Finally, let's calculate $4|A|$:
Comparing the values, we see that $|2A| = -24$ and $4|A| = -24$. Therefore, we have shown that $|2A| = 4|A|$. This illustrates the property that for a square matrix $A$ of order $n$, $|kA| = k^n|A|$. In this case, $n=2$, so $|2A| = 2^2|A| = 4|A|$.
Common mistakes
- Errors in applying the formula for a 2x2 determinant: ad - bc.
- Sign errors during cofactor expansion for 3x3 determinants.
- Incorrectly applying scalar multiplication properties to determinants.
- Calculation mistakes in arithmetic operations within the determinant evaluation.
Revision tips
- Memorize the formula for a 2x2 determinant and practice its application.
- Understand the cofactor expansion method thoroughly for 3x3 determinants.
- Review the properties of determinants, especially those related to row/column operations and scalar multiplication.
- Work through all solved examples and exercises to reinforce understanding and identify weak areas.
Practice MCQs
Q1. What is the value of the determinant 2 & 4 \\ -5 & -1 ?
Explanation: The determinant of a 2x2 matrix a & b \\ c & d is calculated as ad - bc. For the given matrix, (2)(-1) - (4)(-5) = -2 - (-20) = -2 + 20 = 18.
Q2. What is the value of the determinant & - \\ & ?
Explanation: The determinant is calculated as (cos )(cos ) - (-sin )(sin ) = co + si , which equals 1.
Q3. If 1 & 2 \\ 4 & 2 , what is the value of |A|?
Explanation: The determinant |A| is calculated as (1)(2) - (2)(4) = 2 - 8 = -6.
Q4. For a 2x2 matrix A, if we multiply A by a scalar k, how does the determinant |kA| relate to |A|?
Explanation: For a 2x2 matrix A, the property states that |kA| = |A|. In the given example, =2, so |2A| = 2^2|A| = 4|A|.
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 is used in solving systems of linear equations and other mathematical applications.
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 key property shown in Question 3 of Exercise 4.1?
Question 3 demonstrates the property |kA| = k^n|A|, where A is a square matrix of order n, and k is a scalar. For a 2x2 matrix, this means |kA| = k^2|A|.
Are the solutions provided for Class 12 Maths Chapter 4 aligned with the CBSE syllabus?
Yes, these solutions are based on the NCERT textbook and are designed to align with the CBSE Class 12 Mathematics syllabus for Chapter 4: Determinants.
How can these NCERT solutions help in exam preparation?
These solutions offer clear, step-by-step explanations for each problem, helping students understand the concepts, practice problem-solving techniques, and identify common mistakes, thereby strengthening their preparation for exams.
Content reviewed by the NCERT Help team. Editorial Team and update policy
NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.