NCERT Solutions Class 12 Mathematics Chapter 4 Determinants
These comprehensive NCERT Solutions Class 12 Mathematics Chapter 4 Determinants provide rigorous, step-by-step guidance designed to help students master one of the highest-scoring chapters in the CBSE Class 12 syllabus. Determinants form a core pillar of linear algebra, connecting seamlessly with matrices, analytical geometry, coordinate geometry, and the solution of simultaneous linear equations. Whether you are preparing for your CBSE Class 12 board examinations, CUET, or JEE Main, having access to accurate NCERT Mathematics Class 12 solutions is vital for conceptual clarity and exam success.
Chapter 4 of Class 12 Maths introduces the scalar value associated with every square matrix, known as its determinant. This guide covers all exercises in the rationalized NCERT curriculum, offering clear explanations, solved exercise questions, key theorems, proofs, and tips to eliminate calculation errors. Use these NCERT Solutions step by step to solidify your foundation and score full marks in your board exams.
Chapter Overview: Class 12 Mathematics Chapter 4 Determinants
In matrix theory, an n × n square matrix can be associated with a unique real or complex number termed its determinant. If A = [aij] is a square matrix of order n, the determinant of A is denoted by det(A) or |A|. Note that |A| represents the determinant value, not the absolute value or modulus of a matrix.
Under the updated CBSE curriculum, Chapter 4 Determinants encompasses the following core areas:
- Determinant of Order 1, 2, and 3: Definition, expansion rules along any row or column, and computational shortcuts.
- Applications of Determinants: Finding the area of a triangle given three vertices and establishing conditions for collinearity of three points.
- Minors and Cofactors: Formal definitions, mathematical relationships, and expansion theorems.
- Adjoint and Inverse of a Matrix: Singular vs. non-singular matrices, properties of adjoints, and matrix inversion using cofactors.
- Applications of Matrices and Determinants: Checking consistency and solving systems of linear equations in two and three variables using the Matrix Inversion Method (X = A−1B).
Real-World Applications of Determinants
Determinants are not merely theoretical constructs; they drive critical calculations in modern engineering and computational sciences:
- Computer Graphics & 3D Animation: Determinants determine scaling factors and orientation changes during 3D geometric transformations and perspective projections.
- Civil & Structural Engineering: Used in stiffness matrix methods and finite element analysis (FEA) to solve equilibrium equations of load-bearing structures.
- Electrical Network Analysis: Mesh current and nodal voltage equations in complex circuits are solved directly using determinants and Cramer's rule.
- Cryptography: Matrix inversion through determinants enables Hill Cipher encryption and secure data decryption protocols.
Important Formulas, Theorems, and Properties
Memorizing and understanding these standard formulas is essential before attempting NCERT Solutions Mathematics chapter wise practice:
1. Determinant Evaluation Formulas
- Determinant of order 2 × 2:
If A = &begin;matrix [a11, a12; a21, a22] &end;matrix, then:
|A| = a11a22 − a12a21 - Determinant of order 3 × 3 (Expansion along Row 1):
|A| = a11(a22a33 − a23a32) − a12(a21a33 − a23a31) + a13(a21a32 − a22a31) - Scalar Multiplication Property: If A is a square matrix of order n, then |kA| = kn|A|.
2. Area of a Triangle & Collinearity
The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) is given by:
Δ = ½ | x1(y2 − y3) + x2(y3 − y1) + x3(y1 − y2) |
In determinant form:
Δ = ½ |det| where det = &begin;vmatrix x1 & y1 & 1 \\ x2 & y2 & 1 \\ x3 & y3 & 1 &end;vmatrix
Condition for Collinearity: Three points A, B, and C are collinear if and only if Δ = 0.
3. Minors and Cofactors
- Minor (Mij): The determinant of the submatrix obtained by deleting the ith row and jth column of matrix A.
- Cofactor (Aij): Defined as Aij = (−1)i + j Mij.
- Value of Determinant: Sum of elements of any row (or column) multiplied by their corresponding cofactors:
|A| = a11A11 + a12A12 + a13A13 - Orthogonal Cofactor Property: Sum of products of elements of any row with the cofactors of any other row is zero:
a11A21 + a12A22 + a13A23 = 0
4. Adjoint and Inverse of a Matrix
- Adjoint of Matrix A (adj A): The transpose of the cofactor matrix of A:
adj A = [Aij]T - Fundamental Theorem: A(adj A) = (adj A)A = |A| In
- Determinant of Adjoint: If A is an n × n matrix, then |adj A| = |A|n−1
- Inverse Matrix Formula: For any non-singular matrix A (|A| ≠ 0):
A−1 = (1 / |A|) × adj A
5. Criteria for Consistency of Linear System (AX = B)
| Condition | Nature of System | Number of Solutions |
|---|---|---|
| |A| ≠ 0 (Non-singular) | Consistent | Unique Solution: X = A−1B |
| |A| = 0 and (adj A)B ≠ O | Inconsistent | No Solution |
| |A| = 0 and (adj A)B = O | Consistent or Inconsistent | Infinitely Many Solutions or No Solution |
NCERT Solutions Class 12 Mathematics Chapter 4: Step-by-Step Exercise Solutions
Below are detailed, whiteboard-style solutions to representative and frequently asked problems from the NCERT textbook. Each solution illustrates the exact presentation required in CBSE board marking schemes.
Exercise 4.1: Determinant Evaluation & Scalar Property
Question 1: If A = &begin;matrix [1, 2; 4, 2] &end;matrix, then show that |2A| = 4|A|.
Given: Matrix A = &begin;matrix [1, 2; 4, 2] &end;matrix
To Prove: |2A| = 4|A|
Step-by-Step Solution:
- First, calculate |A|:
|A| = (1)(2) − (2)(4) = 2 − 8 = −6 - Calculate the Right-Hand Side (RHS):
RHS = 4 × |A| = 4 × (−6) = −24 - Next, find matrix 2A by multiplying each element of A by scalar 2:
2A = &begin;matrix [2(1), 2(2); 2(4), 2(2)] &end;matrix = &begin;matrix [2, 4; 8, 4] &end;matrix - Evaluate the Left-Hand Side (LHS) = |2A|:
|2A| = (2)(4) − (4)(8) = 8 − 32 = −24
Conclusion: LHS = RHS = −24. Hence Proved. (General rule verified: |kA| = kn|A| for n = 2).
Question 2: Evaluate the 3 × 3 determinant:
Δ = &begin;vmatrix 3 & −1 & −2 \\ 0 & 0 & −1 \\ 3 & −5 & 0 &end;vmatrix
Method / Tip: Expanding along the row or column with the maximum number of zeroes minimizes arithmetic calculations. Row 2 (R2) contains two zeroes.
Step-by-Step Solution:
- Expand along Row 2 (R2):
Δ = −a21 M21 + a22 M22 − a23 M23 - Substitute the elements of Row 2:
Δ = −0 × M21 + 0 × M22 − (−1) × &begin;vmatrix} 3 & −1 \\ 3 & −5 &end;vmatrix - Simplify the non-zero subdeterminant:
Δ = 1 × [ (3)(−5) − (−1)(3) ]
Δ = 1 × [ −15 − (−3) ] = −15 + 3 = −12
Final Answer: Δ = −12
Exercise 4.2: Area of Triangles and Line Equations
Question 3: Find the equation of the line joining points A(1, 3) and B(0, 0) using determinants. Also, find the value of k if D(k, 0) is a point such that the area of ΔABD is 3 sq units.
Part A: Equation of Line AB
- Let P(x, y) be any arbitrary point on the line passing through A(1, 3) and B(0, 0). Since points P, A, and B are collinear, the area formed by them is zero:
½ &begin;vmatrix x & y & 1 \\ 1 & 3 & 1 \\ 0 & 0 & 1 &end;vmatrix = 0 - Expanding along Row 3 (R3):
0 − 0 + 1 × [ (x)(3) − (y)(1) ] = 0
3x − y = 0 ⇒ y = 3x
Equation of Line: y − 3x = 0
Part B: Finding Parameter k
- Vertices are A(1, 3), B(0, 0), and D(k, 0).
Area formula: Δ = ± 3 sq units
½ &begin;vmatrix 1 & 3 & 1 \\ 0 & 0 & 1 \\ k & 0 & 1 &end;vmatrix = ± 3 - Expand along Column 2 (C2) which has two zeroes:
½ × [ −3 × (0(1) − 1(k)) ] = ± 3
½ × [ −3(−k) ] = ± 3
½ (3k) = ± 3
3k = ± 6 ⇒ k = ± 2
Final Answer: k = 2 or k = −2
Exercise 4.3: Minors, Cofactors, and Expansion Theorems
Question 4: For matrix A = &begin;matrix [2, −3, 5; 6, 0, 4; 1, 5, −7] &end;matrix, verify that a11A31 + a12A32 + a13A33 = 0.
Step-by-Step Verification:
- Identify elements of Row 1: a11 = 2, a12 = −3, a13 = 5.
- Calculate cofactors of Row 3 elements (A31, A32, A33):
A31 = (−1)3+1 M31 = +1 × &begin;vmatrix −3 & 5 \\ 0 & 4 &end;vmatrix = (−3)(4) − (5)(0) = −12
A32 = (−1)3+2 M32 = −1 × &begin;vmatrix 2 & 5 \\ 6 & 4 &end;vmatrix = −1 × [ (2)(4) − (5)(6) ] = −1 × [ 8 − 30 ] = −1(−22) = 22
A33 = (−1)3+3 M33 = +1 × &begin;vmatrix 2 & −3 \\ 6 & 0 &end;vmatrix = (2)(0) − (−3)(6) = 0 − (−18) = 18 - Substitute values into the expression:
LHS = (2)(−12) + (−3)(22) + (5)(18)
LHS = −24 − 66 + 90 = −90 + 90 = 0
Conclusion: LHS = RHS = 0. This proves the theorem that multiplying elements of one row with cofactors of another row always equals zero.
Exercise 4.4: Adjoint and Matrix Inversion
Question 5: If A = &begin;matrix [2, 3; 1, 2] &end;matrix, prove that A2 − 4A + I = O. Hence, find A−1.
Step-by-Step Solution:
- Compute A2 = A × A:
A2 = &begin;matrix [2, 3; 1, 2] &end;matrix × &begin;matrix [2, 3; 1, 2] &end;matrix = &begin;matrix [4+3, 6+6; 2+2, 3+4] &end;matrix = &begin;matrix [7, 12; 4, 7] &end;matrix - Compute 4A and I:
4A = &begin;matrix [8, 12; 4, 8] &end;matrix, I = &begin;matrix [1, 0; 0, 1] &end;matrix - Evaluate A2 − 4A + I:
A2 − 4A + I = &begin;matrix [7−8+1, 12−12+0; 4−4+0, 7−8+1] &end;matrix = &begin;matrix [0, 0; 0, 0] &end;matrix = O - Find A−1 using the matrix equation:
A2 − 4A + I = O
Post-multiplying both sides by A−1:
(A2)A−1 − 4(A)A−1 + I(A−1) = O
A − 4I + A−1 = O
A−1 = 4I − A - Substitute matrices into the inverse formula:
A−1 = 4 &begin;matrix [1, 0; 0, 1] &end;matrix − &begin;matrix [2, 3; 1, 2] &end;matrix = &begin;matrix [4−2, 0−3; 0−1, 4−2] &end;matrix = &begin;matrix [2, −3; −1, 2] &end;matrix
Final Answer: A−1 = &begin;matrix [2, −3; −1, 2] &end;matrix
Exercise 4.5: Solving System of Linear Equations (5-Mark Board Exam Classic)
Question 6: Solve the following system of linear equations using the Matrix Method:
2x − 3y + 5z = 11
3x + 2y − 4z = −5
x + y − 2z = −3
Step-by-Step Solution:
- Express the system in matrix form AX = B:
A = &begin;matrix [2, −3, 5; 3, 2, −4; 1, 1, −2] &end;matrix, X = &begin;matrix [x; y; z] &end;matrix, B = &begin;matrix [11; −5; −3] &end;matrix - Find |A|:
|A| = 2 × [ (2)(−2) − (−4)(1) ] − (−3) × [ (3)(−2) − (−4)(1) ] + 5 × [ (3)(1) − (2)(1) ]
|A| = 2 [ −4 + 4 ] + 3 [ −6 + 4 ] + 5 [ 3 − 2 ]
|A| = 2(0) + 3(−2) + 5(1) = 0 − 6 + 5 = −1
Since |A| = −1 ≠ 0, A is non-singular and has a unique solution given by X = A−1B. - Calculate all 9 cofactors (Aij):
A11 = + [ −4 − (−4) ] = 0
A12 = − [ −6 − (−4) ] = −(−2) = 2
A13 = + [ 3 − 2 ] = 1
A21 = − [ 6 − 5 ] = −1
A22 = + [ −4 − 5 ] = −9
A23 = − [ 2 − (−3) ] = −5
A31 = + [ 12 − 10 ] = 2
A32 = − [ −8 − 15 ] = −(−23) = 23
A33 = + [ 4 − (−9) ] = 13 - Construct Adjoint Matrix adj A (Transpose of Cofactor Matrix):
adj A = &begin;matrix [0, −1, 2; 2, −9, 23; 1, −5, 13] &end;matrix - Compute A−1 = (1 / |A|) × adj A:
A−1 = (1 / −1) × &begin;matrix [0, −1, 2; 2, −9, 23; 1, −5, 13] &end;matrix = &begin;matrix [0, 1, −2; −2, 9, −23; −1, 5, −13] &end;matrix - Compute X = A−1B:
X = &begin;matrix [0, 1, −2; −2, 9, −23; −1, 5, −13] &end;matrix × &begin;matrix [11; −5; −3] &end;matrix
x = 0(11) + 1(−5) + (−2)(−3) = 0 − 5 + 6 = 1
y = −2(11) + 9(−5) + (−23)(−3) = −22 − 45 + 69 = 2
z = −1(11) + 5(−5) + (−13)(−3) = −11 − 25 + 39 = 3
Final Answer: x = 1, y = 2, z = 3 (Verified: 2(1) − 3(2) + 5(3) = 2 − 6 + 15 = 11).
Common Mistakes and Tips for Determinants
Avoid these frequent pitfalls identified by CBSE board evaluators during paper correction:
- Confusing Determinant and Matrix Notations: Matrices are enclosed in square brackets
[ ]and represent arrays, while determinants are enclosed in vertical bars| |and represent single scalar numbers. - Forgetting the Transpose in Adjoint: A common error is writing the matrix of cofactors directly as adj A without taking its transpose. Always remember: adj A = [Aij]T.
- Sign Alternation Errors in Cofactors: Remember the checkerboard sign pattern:
&begin;matrix [+, −, +; −, +, −; +, −, +] &end;matrix
Cofactor Aij requires multiplying minor Mij by (−1)i + j. - Ignoring ± in Area of Triangle Problems: When the numerical area is given and an unknown coordinate (like k) is to be found, you must solve for both positive and negative values of the determinant, i.e., Δ = ± (Given Area).
- Scalar Multiplication Confusion: Multiplying a matrix by k multiplies every element by k. But in determinants, multiplying by k multiplies only one row or one column by k. Hence, for order n, |kA| = kn|A|.
CBSE Class 12 Board Exam Relevance and Mark Distribution
In the CBSE Class 12 Mathematics board examination, Unit II (Algebra: Matrices and Determinants) carries a total weightage of approximately 10 to 12 marks out of 80. Chapter 4 Determinants regularly features in multiple sections of the question paper:
- Section A (1 Mark - MCQs & Assertion-Reason): Properties of determinants, finding |adj A| = |A|n−1, evaluating 2 × 2 determinants, or determining singular matrix conditions (|A| = 0).
- Section B & C (2 or 3 Marks - Short Answer): Area of triangle using collinearity conditions, finding matrix inverses for 2 × 2 matrices, or verifying matrix polynomial relations (A2 − kA + I = O).
- Section D (5 Marks - Long Answer): The guaranteed 5-marker question involves solving a system of 3 linear equations using the Matrix Inversion Method (AX = B ⇒ X = A−1B).
More NCERT Solutions and Practice on QPTool
Consistent practice is the key to securing 100% in Class 12 Mathematics. While mastering textbook exercises is the first step, solving previous years' board questions (PYQs) and timed mock papers ensures speed and computational precision on exam day.
Elevate your board exam preparation with Theorify QPTool. Access curated chapter-wise question banks, step-by-step CBSE-aligned marking rubrics, and free custom mock question papers tailored specifically to the latest rationalized syllabus.
Ready to boost your Mathematics score? Explore authentic CBSE question banks and generate customized practice papers at qptool.theorify.in today.