Class 12 Maths NCERT Solutions Chapter 4 Miscellaneous Exercise – Determinants | Boundless Maths
Class 12 Maths Chapter 4 Miscellaneous Exercise Solutions

Class 12 Maths NCERT Solutions Chapter 4 Miscellaneous Exercise – Determinants

This Class 12 Maths NCERT Solutions Chapter 4 Miscellaneous Exercise page covers all 12 questions, solved step-by-step — proving determinant identities with row and column operations, evaluating determinants involving unknowns, and general properties of the adjoint and inverse, exactly the way CBSE Determinants answers are marked.

12Questions
Medium–HardDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 4 Miscellaneous Exercise — All 12 Questions

1

Prove that the determinant \begin{vmatrix} x & \sin\theta & \cos\theta \\ -\sin\theta & -x & 1 \\ \cos\theta & 1 & x \end{vmatrix} is independent of \theta.

Medium +
Solution

Expanding along R_1:

\Delta = x(-x^2-1)-\sin\theta(-x\sin\theta-\cos\theta)+\cos\theta(-\sin\theta+x\cos\theta)

= -x^3-x + x\sin^2\theta+\sin\theta\cos\theta -\sin\theta\cos\theta+x\cos^2\theta

The \sin\theta\cos\theta terms cancel, and x\sin^2\theta+x\cos^2\theta = x(\sin^2\theta+\cos^2\theta)=x:

\Delta = -x^3-x+x = -x^3

Since \Delta=-x^3 has no \theta in it, the determinant is independent of \theta.
2

Without expanding the determinant, prove that \begin{vmatrix} a & a^2 & bc \\ b & b^2 & ca \\ c & c^2 & ab \end{vmatrix} = \begin{vmatrix} 1 & a^2 & a^3 \\ 1 & b^2 & b^3 \\ 1 & c^2 & c^3 \end{vmatrix}

Hard +
Solution

Call the left-hand determinant \Delta_1. Multiply R_1 by a, R_2 by b, and R_3 by c — this multiplies the whole determinant by abc:

abc\cdot\Delta_1 = \begin{vmatrix} a^2 & a^3 & abc \\ b^2 & b^3 & abc \\ c^2 & c^3 & abc \end{vmatrix}

Every entry in column 3 is now abc, so factoring it out of that column:

abc\cdot\Delta_1 = abc\begin{vmatrix} a^2 & a^3 & 1 \\ b^2 & b^3 & 1 \\ c^2 & c^3 & 1 \end{vmatrix} \Rightarrow \Delta_1 = \begin{vmatrix} a^2 & a^3 & 1 \\ b^2 & b^3 & 1 \\ c^2 & c^3 & 1 \end{vmatrix}

Cyclically shifting the columns — moving column 3 to the front — is an even permutation of three columns, so the determinant's value (and sign) is unchanged:

\Delta_1 = \begin{vmatrix} 1 & a^2 & a^3 \\ 1 & b^2 & b^3 \\ 1 & c^2 & c^3 \end{vmatrix}, which is exactly the right-hand side. Proved (for abc\neq0).
3

Evaluate \begin{vmatrix} \cos\alpha\cos\beta & \cos\alpha\sin\beta & -\sin\alpha \\ -\sin\beta & \cos\beta & 0 \\ \sin\alpha\cos\beta & \sin\alpha\sin\beta & \cos\alpha \end{vmatrix}

Hard +
Solution

Expanding along R_1:

\Delta = \cos\alpha\cos\beta(\cos\alpha\cos\beta) - \cos\alpha\sin\beta(-\cos\alpha\sin\beta) + (-\sin\alpha)(-\sin\alpha)

(each 2\times2 minor here simplifies because the last column of the original matrix has a zero in row 2)

= \cos^2\alpha\cos^2\beta + \cos^2\alpha\sin^2\beta + \sin^2\alpha

= \cos^2\alpha(\cos^2\beta+\sin^2\beta) + \sin^2\alpha = \cos^2\alpha+\sin^2\alpha

Answer: \Delta = 1
4

If a, b, c are real numbers, and \Delta = \begin{vmatrix} b+c & c+a & a+b \\ c+a & a+b & b+c \\ a+b & b+c & c+a \end{vmatrix} = 0, then show that either a+b+c=0 or a=b=c.

Hard +
Solution

Apply C_1\to C_1+C_2+C_3. Every row's three entries sum to 2(a+b+c), so the new first column is constant:

\Delta = 2(a+b+c)\begin{vmatrix} 1 & c+a & a+b \\ 1 & a+b & b+c \\ 1 & b+c & c+a \end{vmatrix}

Now apply R_2\to R_2-R_1 and R_3\to R_3-R_1:

\Delta = 2(a+b+c)\begin{vmatrix} 1 & c+a & a+b \\ 0 & b-c & c-a \\ 0 & b-a & c-b \end{vmatrix}

Expanding along column 1: \Delta = 2(a+b+c)\left[(b-c)(c-b)-(c-a)(b-a)\right]

Simplifying the bracket gives -\left[a^2+b^2+c^2-ab-bc-ca\right] = -\dfrac{1}{2}\left[(a-b)^2+(b-c)^2+(c-a)^2\right]

So \Delta = -(a+b+c)\left[(a-b)^2+(b-c)^2+(c-a)^2\right]

Setting \Delta=0: (a+b+c)\left[(a-b)^2+(b-c)^2+(c-a)^2\right]=0

Since a sum of squares of real numbers is zero only when each square is zero, either a+b+c=0, or (a-b)^2+(b-c)^2+(c-a)^2=0 which forces a=b=c.
5

Solve the equation \begin{vmatrix} x+a & x & x \\ x & x+a & x \\ x & x & x+a \end{vmatrix} = 0, a\neq0

Medium +
Solution

Apply C_1\to C_1+C_2+C_3. Every row sums to 3x+a:

\Delta = (3x+a)\begin{vmatrix} 1 & x & x \\ 1 & x+a & x \\ 1 & x & x+a \end{vmatrix}

Apply R_2\to R_2-R_1 and R_3\to R_3-R_1:

\Delta = (3x+a)\begin{vmatrix} 1 & x & x \\ 0 & a & 0 \\ 0 & 0 & a \end{vmatrix} = (3x+a)\cdot1\cdot(a\cdot a - 0) = (3x+a)a^2

Setting \Delta=0: (3x+a)a^2=0. Since a\neq0, we need 3x+a=0.

Answer: x = -\dfrac{a}{3}
6

Prove that \begin{vmatrix} a^2 & bc & ac+c^2 \\ a^2+ab & b^2 & ac \\ ab & b^2+bc & c^2 \end{vmatrix} = 4a^2b^2c^2

Hard +
Solution

Expanding directly along R_1, the three minors work out to:

M_{11}=b^2c^2-ac(b^2+bc)=b^2c^2-ab^2c-abc^2

M_{12}=(a^2+ab)c^2-a^2bc=a^2c^2+abc^2-a^2bc

M_{13}=(a^2+ab)(b^2+bc)-ab^3=a^2b^2+a^2bc+ab^2c

So \Delta = a^2M_{11}-bc\,M_{12}+(ac+c^2)M_{13}. Expanding each product and collecting like terms — the a^3b^2c,\ a^3bc^2,\ a^2bc^3,\ ab^2c^3 terms all cancel in pairs, leaving only the a^2b^2c^2 terms, of which there are four:

Answer: \Delta = 4a^2b^2c^2, as required.
7

If A^{-1} = \begin{bmatrix} 3 & -1 & 1 \\ -15 & 6 & -5 \\ 5 & -2 & 2 \end{bmatrix} and B = \begin{bmatrix} 1 & 2 & -2 \\ -1 & 3 & 0 \\ 0 & -2 & 1 \end{bmatrix}, find (AB)^{-1}.

Hard +
Solution

Using (AB)^{-1}=B^{-1}A^{-1}, we first need B^{-1}. Computing |B| by expanding along R_1: |B| = 1(3)-2(-1)-2(2) = 3+2-4 = 1

Computing all cofactors of B gives \text{adj }B = \begin{bmatrix} 3 & 2 & 6 \\ 1 & 1 & 2 \\ 2 & 2 & 5 \end{bmatrix}, so B^{-1} = \begin{bmatrix} 3 & 2 & 6 \\ 1 & 1 & 2 \\ 2 & 2 & 5 \end{bmatrix} (since |B|=1).

Now (AB)^{-1} = B^{-1}A^{-1} = \begin{bmatrix} 3 & 2 & 6 \\ 1 & 1 & 2 \\ 2 & 2 & 5 \end{bmatrix}\begin{bmatrix} 3 & -1 & 1 \\ -15 & 6 & -5 \\ 5 & -2 & 2 \end{bmatrix}

Multiplying row by column:

Answer: (AB)^{-1} = \begin{bmatrix} 9 & -3 & 5 \\ -2 & 1 & 0 \\ 1 & 0 & 2 \end{bmatrix}
8

Let A = \begin{bmatrix} 1 & -2 & 1 \\ -2 & 3 & 1 \\ 1 & 1 & 5 \end{bmatrix}. Verify that
(i) [\text{adj }A]^{-1}=\text{adj}(A^{-1})
(ii) (A^{-1})^{-1}=A

Hard +
Solution

Expanding along R_1: |A| = 1(14)+2(-11)+1(-5) = 14-22-5 = -13, so A is invertible.

(ii) is immediate from the definition of an inverse: since A\cdot A^{-1}=A^{-1}\cdot A=I, matrix A itself satisfies the defining property of "the inverse of A^{-1}".

So (A^{-1})^{-1}=A for any invertible matrix, including this one.

(i) Using the identity \text{adj}(M) = |M|\,M^{-1} for any invertible matrix M:

\text{adj}(A^{-1}) = |A^{-1}|\,(A^{-1})^{-1} = \dfrac{1}{|A|}\cdot A (using part (ii) and |A^{-1}|=1/|A|)

Also, since \text{adj}\,A = |A|A^{-1}: [\text{adj }A]^{-1} = \left(|A|A^{-1}\right)^{-1} = \dfrac{1}{|A|}(A^{-1})^{-1} = \dfrac{1}{|A|}A

Both sides equal \dfrac{1}{|A|}A = -\dfrac{1}{13}A, so [\text{adj }A]^{-1}=\text{adj}(A^{-1}) is verified — and this reasoning holds for any invertible matrix, not just this specific A.
9

Evaluate \begin{vmatrix} x & y & x+y \\ y & x+y & x \\ x+y & x & y \end{vmatrix}

Medium +
Solution

Apply C_1\to C_1+C_2+C_3. Every row sums to 2(x+y):

\Delta = 2(x+y)\begin{vmatrix} 1 & y & x+y \\ 1 & x+y & x \\ 1 & x & y \end{vmatrix}

Apply R_2\to R_2-R_1, R_3\to R_3-R_1:

\Delta = 2(x+y)\begin{vmatrix} 1 & y & x+y \\ 0 & x & -y \\ 0 & x-y & -x \end{vmatrix} = 2(x+y)\left[x(-x)-(-y)(x-y)\right]

= 2(x+y)\left[-x^2+xy-y^2\right] = -2(x+y)(x^2-xy+y^2)

Using the sum-of-cubes identity (x+y)(x^2-xy+y^2)=x^3+y^3:

Answer: \Delta = -2(x^3+y^3)
10

Evaluate \begin{vmatrix} 1 & x & y \\ 1 & x+y & y \\ 1 & x & x+y \end{vmatrix}

Easy +
Solution

Apply R_2\to R_2-R_1 and R_3\to R_3-R_1:

\Delta = \begin{vmatrix} 1 & x & y \\ 0 & y & 0 \\ 0 & 0 & x \end{vmatrix}

Expanding along column 1: \Delta = 1\times\begin{vmatrix} y & 0 \\ 0 & x \end{vmatrix} = 1\times(xy-0)

Answer: \Delta = xy
11

MCQ. If a, b, c are in A.P., then the determinant \begin{vmatrix} x+2 & x+3 & x+2a \\ x+3 & x+4 & x+2b \\ x+4 & x+5 & x+2c \end{vmatrix} is:   (A) 0   (B) 1   (C) x   (D) 2x

Medium +
Solution

Since a, b, c are in A.P., let the common difference be d, so a-b=b-c=-d.

Apply R_1\to R_1-R_2 and R_2\to R_2-R_3:

R_1-R_2 = \left[-1,\ -1,\ 2(a-b)\right] = \left[-1,-1,-2d\right]

R_2-R_3 = \left[-1,\ -1,\ 2(b-c)\right] = \left[-1,-1,-2d\right]

The new first and second rows are identical.

Since two rows of the determinant are identical, its value is 0. Answer: (A) 0
12

MCQ. Let A = \begin{bmatrix} 1 & \sin\theta & 1 \\ -\sin\theta & 1 & \sin\theta \\ -1 & -\sin\theta & 1 \end{bmatrix}, where 0\leq\theta\leq2\pi. Then:   (A) \text{Det}(A)=0   (B) \text{Det}(A)\in(2,\infty)   (C) \text{Det}(A)\in(2,4)   (D) \text{Det}(A)\in[2,4]

Medium +
Solution

Expanding along R_1:

\text{Det}(A) = 1(1+\sin^2\theta) - \sin\theta(-\sin\theta+\sin\theta) + 1(\sin^2\theta+1)

The middle term vanishes since -\sin\theta+\sin\theta=0:

\text{Det}(A) = (1+\sin^2\theta) + (\sin^2\theta+1) = 2+2\sin^2\theta

Since 0\leq\sin^2\theta\leq1 for every real \theta, it follows that 2\leq2+2\sin^2\theta\leq4.

Answer: (D) \text{Det}(A)\in[2,4]

🎉 Chapter 4 Complete!

You've worked through every exercise in Determinants — evaluating determinants, area of a triangle, minors and cofactors, adjoint and inverse, applications to systems of equations, and this Miscellaneous Exercise. Ready for the next chapter?

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 Miscellaneous Exercise

How many questions are there in the Miscellaneous Exercise?

The Miscellaneous Exercise of Chapter 4 has 12 questions (10 short-answer/proof questions plus 2 MCQs), pulling together every idea from the chapter — determinant identities proved with row and column operations, and applications of the adjoint and inverse.

What concept does the Miscellaneous Exercise test?

It tests proving determinant identities using row and column operations (Rᵢ → Rᵢ + Rⱼ, Cᵢ → Cᵢ + Cⱼ + Cₖ), evaluating determinants that involve unknowns like x and y, using the identity a² + b² + c² − ab − bc − ca = ½[(a−b)² + (b−c)² + (c−a)²], and general properties of the adjoint and inverse such as adj(A⁻¹) = (adj A)⁻¹ and (A⁻¹)⁻¹ = A.

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

The Miscellaneous Exercise 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