Class 12 Maths NCERT Solutions Chapter 4 Ex 4.1 – Determinants | Boundless Maths
Ex 4.1 Class 12 Maths NCERT Solutions · Chapter 4 Determinants

Class 12 Maths NCERT Solutions Chapter 4 Ex 4.1 – Determinants

This Class 12 Maths NCERT Solutions Chapter 4 Ex 4.1 page covers all 8 questions, solved step-by-step — evaluating determinants of order 2 and order 3, the effect of scalar multiplication |kA|=k^n|A| on a determinant, and solving determinant equations for an unknown, exactly the way CBSE Determinants answers are marked.

8Questions
Easy–MediumDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 4 Ex 4.1 — All 8 Questions

1

Evaluate the determinant \begin{vmatrix} 2 & 4 \\ -5 & -1 \end{vmatrix}

Easy +
Solution

For a 2\times2 determinant \begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad-bc:

\begin{vmatrix} 2 & 4 \\ -5 & -1 \end{vmatrix} = 2(-1)-4(-5) = -2+20

Answer: 18
2

Evaluate the determinants:
(i) \begin{vmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{vmatrix}  
(ii) \begin{vmatrix} x^2-x+1 & x-1 \\ x+1 & x+1 \end{vmatrix}

Easy +
Solution

(i) \cos\theta(\cos\theta)-(-\sin\theta)(\sin\theta) = \cos^2\theta+\sin^2\theta

Answer: 1

(ii) (x^2-x+1)(x+1)-(x-1)(x+1)

Expanding the first product: (x^2-x+1)(x+1) = x^3+x^2-x^2-x+x+1 = x^3+1

And the second product: (x-1)(x+1) = x^2-1

So the determinant = (x^3+1)-(x^2-1) = x^3-x^2+2

Answer: x^3-x^2+2
3

If A = \begin{bmatrix} 1 & 2 \\ 4 & 2 \end{bmatrix}, then show that |2A| = 4|A|

Easy +
Solution

|A| = 1(2)-2(4) = 2-8 = -6

2A = \begin{bmatrix} 2 & 4 \\ 8 & 4 \end{bmatrix} \Rightarrow |2A| = 2(4)-4(8) = 8-32 = -24

Also 4|A| = 4(-6) = -24

Since |2A| = -24 = 4|A|, this is verified. In general, for an n\times n matrix, |kA| = k^n|A|; here n=2, so |2A| = 2^2|A| = 4|A|.
4

If A = \begin{bmatrix} 1 & 0 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 4 \end{bmatrix}, then show that |3A| = 27|A|

Easy +
Solution

Since A is upper triangular, |A| is the product of its diagonal entries: |A| = 1\times1\times4 = 4.

3A = \begin{bmatrix} 3 & 0 & 3 \\ 0 & 3 & 6 \\ 0 & 0 & 12 \end{bmatrix}, which is also upper triangular, so |3A| = 3\times3\times12 = 108.

Also 27|A| = 27(4) = 108

Since |3A| = 108 = 27|A|, this is verified. Here n=3, so |3A| = 3^3|A| = 27|A|.
5

Evaluate the determinants:
(i) \begin{vmatrix} 3 & -1 & -2 \\ 0 & 0 & -1 \\ 3 & -5 & 0 \end{vmatrix}  
(ii) \begin{vmatrix} 3 & -4 & 5 \\ 1 & 1 & -2 \\ 2 & 3 & 1 \end{vmatrix}  
(iii) \begin{vmatrix} 0 & 1 & 2 \\ -1 & 0 & -3 \\ -2 & 3 & 0 \end{vmatrix}  
(iv) \begin{vmatrix} 2 & -1 & -2 \\ 0 & 2 & -1 \\ 3 & -5 & 0 \end{vmatrix}

Medium +
Solution

(i) Expanding along R_1:

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

= 3(0-5)+1(0+3)-2(0-0) = -15+3-0

Answer: -12

(ii) Expanding along R_1:

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

= 3(1+6)+4(1+4)+5(3-2) = 21+20+5

Answer: 46

(iii) Expanding along R_1:

= 0\begin{vmatrix} 0 & -3 \\ 3 & 0 \end{vmatrix} -1\begin{vmatrix} -1 & -3 \\ -2 & 0 \end{vmatrix} +2\begin{vmatrix} -1 & 0 \\ -2 & 3 \end{vmatrix}

= 0-1(0-6)+2(-3-0) = 0+6-6

Answer: 0

(iv) Expanding along R_1:

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

= 2(0-5)+1(0+3)-2(0-6) = -10+3+12

Answer: 5
6

If A = \begin{bmatrix} 1 & 1 & -2 \\ 2 & 1 & -3 \\ 5 & 4 & -9 \end{bmatrix}, find |A|

Medium +
Solution

Expanding along R_1:

|A| = 1\begin{vmatrix} 1 & -3 \\ 4 & -9 \end{vmatrix} -1\begin{vmatrix} 2 & -3 \\ 5 & -9 \end{vmatrix} +(-2)\begin{vmatrix} 2 & 1 \\ 5 & 4 \end{vmatrix}

= 1(-9+12)-1(-18+15)-2(8-5) = 1(3)-1(-3)-2(3)

= 3+3-6

Answer: |A| = 0
7

Find values of x, if
(i) \begin{vmatrix} 2 & 4 \\ 5 & 1 \end{vmatrix} = \begin{vmatrix} 2x & 4 \\ 6 & x \end{vmatrix}  
(ii) \begin{vmatrix} 2 & 3 \\ 4 & 5 \end{vmatrix} = \begin{vmatrix} x & 3 \\ 2x & 5 \end{vmatrix}

Medium +
Solution

(i) LHS = 2(1)-4(5) = 2-20 = -18. RHS = 2x(x)-4(6) = 2x^2-24.

Setting them equal: -18 = 2x^2-24 \Rightarrow 2x^2 = 6 \Rightarrow x^2 = 3 \Rightarrow x = \pm\sqrt{3}

Answer: x = \pm\sqrt{3}

(ii) LHS = 2(5)-3(4) = 10-12 = -2. RHS = x(5)-3(2x) = 5x-6x = -x.

Setting them equal: -2 = -x \Rightarrow x = 2

Answer: x = 2
8

MCQ. If \begin{vmatrix} x & 2 \\ 18 & x \end{vmatrix} = \begin{vmatrix} 6 & 2 \\ 18 & 6 \end{vmatrix}, then x is equal to:   (A) 6   (B) \pm6   (C) -6   (D) 0

Easy +
Solution

LHS = x(x)-2(18) = x^2-36. RHS = 6(6)-2(18) = 36-36 = 0.

Setting them equal: x^2-36 = 0 \Rightarrow x^2 = 36 \Rightarrow x = \pm6

Answer: (B) \pm6

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it free →
Common Questions

FAQs — Class 12 Maths NCERT Solutions Chapter 4 Ex 4.1

How many questions are there in Exercise 4.1?

Exercise 4.1 has 8 questions (7 short-answer questions plus 1 MCQ), covering evaluation of determinants of order 2 and order 3, the effect of scalar multiplication on a determinant, and solving determinant equations for an unknown.

What concept does Exercise 4.1 test?

It tests the basic definition of a determinant, evaluating 2×2 determinants using a₁₁a₂₂ − a₁₂a₂₁, evaluating 3×3 determinants by expansion along a row, and the property |kA| = kⁿ|A| for an n × n matrix A.

Where can I find the official NCERT textbook for this exercise?

Exercise 4.1 is from Chapter 4, Determinants, in the NCERT Class 12 Mathematics textbook (Part I), published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the questions exactly as they appear there.

Carry the formulas with you

One-page printable formula deck for every Matrices & Determinants topic in the Core Maths syllabus.

Get the Formula Cards →
Expert CBSE Coaching · Class 9–12