NIOS Pure HTML Study Hub

Mathematics — Class 12 — L21: Determinants

NIOS Code 311 · Module 6 · Algebra-II

Notes extracted from NIOS Mathematics Course (311), Lesson 21 — Determinants (ilovepdf_merged (6).pdf). Content covers sections 21.1–21.x.
Study timer: 00:00:00

Overview — Determinants (L21)

With every square matrix we associate a number called its determinant. Determinants decide invertibility, areas/volumes in geometry, and Cramer’s rule for linear systems.

|A| for 2×2: ad − bc
Main diagonal product minus other diagonal
2×2 determinant | a b | | c d | = ad − bc Main diagonal product minus other diagonal
Expansion of a 2×2 determinant

21.1 Determinants of order 2 and 3

For A = [[a,b],[c,d]], det A = ad − bc. For 3×3, expand along a row/column using minors and cofactors: Cᵢⱼ = (−1)^(i+j) Mᵢⱼ.

det A = Σ aᵢⱼ Cᵢⱼ (fixed i or j)
Laplace expansion
Matrix A (m×n) a₁₁ a₁₂ a₁₃ a₂₁ a₂₂ a₂₃
Rows × columns layout of a matrix

21.2 Properties (use to simplify)

  • det Aᵀ = det A.
  • Swapping two rows (or columns) multiplies det by −1.
  • If two rows are identical, det = 0.
  • Factor k from a row multiplies det by k.
  • det(AB) = det A · det B.

21.3 Area application

Area of triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃) can be written using a 3×3 determinant (absolute value, factor ½).

Singular matrix: det A = 0 ⇔ A is singular (not invertible).

MCQ Quiz — L21 Determinants

0 / 10 correct

Flashcards — L21

1 / 16

Golden Rules — L21 Determinants

Most exam-important points from this chapter:

Know the definitions of L21

Start every answer with the key definition or standard form from Determinants.

Write the formula first

Copy the formula, then substitute values; never jump to the number alone.

Watch conditions

Check domain, quadrant, non-zero denominators, and applicability of the theorem.

Master result 1

Memorise and apply: Transpose of matrix in (1) is Adj A.

Master result 2

Memorise and apply: Replacing the elements of A by their cofactors, we get the matrix of cofactors as

|A| for 2×2, 3×3
Cramer’s rule
Area via det
|A|=0 singular
det(AB)=det A det B
Minors cofactors

1. Formulas & Definitions

Full Ch 21 — Determinants study guide: definitions, derivations, why each formula works, history, deep understanding, pencil diagrams, step-by-step use, and 4-level solved examples.

|A| = ad − bc (2×2)

Definition: Determinant of [[a,b],[c,d]] is ad−bc.

Derivation

Signed area of parallelogram spanned by columns (or rows).

Variables

A = [[a,b],[c,d]]

Why it works

Det = 0 iff columns linearly dependent (parallel vectors).

Historical context

Leibniz / Cayley formalised det; 2×2 appears early in algebra.

Deep understanding

det measures oriented volume scaling of the linear map.

2. Diagrams & Visuals

|A| = ad − bc (2×2) ad − bc Signed area of columns 0 ⇒ dependent

Pencil sketch · labelled · step-by-step breakdown below

  1. Write ad and bc
  2. Subtract bc from ad
  3. Sign matters
  4. Zero ⇒ singular

3. Solved Examples

Basic

Q: |[[1,2],[3,4]]|

Solution: 4−6

Answer: −2

Intermediate

Q: |[[2,0],[0,5]]|

Solution: 10

Answer: 10

Advanced

Q: Find x: |[[x,1],[2,3]]|=0

Solution: 3x−2=0 → x=2/3

Answer: x = 2/3

Exam

Q: Area of parallelogram columns (1,0),(0,1).

Solution: det=1

Answer: 1

det(AB) = det(A) det(B)

Definition: Determinant of product equals product of determinants.

Derivation

Volumes multiply under composition of linear maps.

Variables

A,B square same order

Why it works

Explains why invertible matrices have nonzero det and (AB)⁻¹ = B⁻¹A⁻¹ consistency.

Historical context

Fundamental theorem of determinants.

Deep understanding

Also det(Aᵀ)=det(A); det(kA)=kⁿ det A for n×n.

2. Diagrams & Visuals

det(AB) = det(A) det(B) Volumes multiply det(AB)=det A det B det A=0 ⇒ singular

Pencil sketch · labelled · step-by-step breakdown below

  1. Compute det A, det B
  2. Multiply
  3. Or form AB then det
  4. Use to test invertibility of products

3. Solved Examples

Basic

Q: det I_n

Solution: 1

Answer: 1

Intermediate

Q: If det A=2, det B=3, det(AB)

Solution: 6

Answer: 6

Advanced

Q: det(A⁻¹) if det A=5

Solution: 1/5

Answer: 1/5

Exam

Q: If det A=0 then det(AB)=?

Solution: 0

Answer: 0

Cramer’s rule

Definition: For AX=B with det A ≠ 0, xᵢ = det(Aᵢ)/det(A) where Aᵢ replaces column i by B.

Derivation

From A adj(A) = (det A) I and solving linear systems.

Variables

A nonsingular · B column of constants

Why it works

Each unknown is a ratio of determinants.

Historical context

Gabriel Cramer (1750).

Deep understanding

Practical for 2×2 and 3×3; large systems use other methods.

2. Diagrams & Visuals

Cramer’s rule Δ = det A Replace column i xᵢ = Δᵢ/Δ

Pencil sketch · labelled · step-by-step breakdown below

  1. Compute Δ = det A ≠ 0
  2. Replace columns for Δₓ, Δᵧ, …
  3. x=Δₓ/Δ etc.
  4. Verify by substitution

3. Solved Examples

Basic

Q: x+y=3, x−y=1

Solution: Δ=−2? wait [[1,1],[1,−1]] Δ=−2; x=−4/−2=2, y=−2/−2=1

Answer: x=2, y=1

Intermediate

Q: 2x+y=5, x−y=1

Solution: Δ=−3; x=−6/−3=2; y=−3/−3=1

Answer: x=2, y=1

Advanced

Q: When Cramer fails

Solution: det A = 0

Answer: Singular — no unique solution

Exam

Q: State Cramer for 2 eqs 2 unknowns.

Solution: x=Δₓ/Δ, y=Δᵧ/Δ

Answer: x=Δₓ/Δ, y=Δᵧ/Δ

5. Special Features & Extras

Complete study guide — exam tips, common mistakes, memory aids, and quick reference.

Exam Tips & Tricks

  • Expand along row/column with most zeros.
  • det=0 ⇒ no unique inverse.
  • Area of triangle = ½|det of coords|.

Common Student Mistakes

  • Sign errors in 3×3 expansion
  • Using Cramer when det=0
  • Forgetting det(Aᵀ)=det A

Memory Aids & Mnemonics

2×2: ad minus bc.
Product of det = det of product.

Which Formula When?

  • Area/orientation → det
  • Solve 2–3 eqs → Cramer
  • Invertibility test → det ≠ 0

Quick reference box

• ad−bc · det(AB)=detA detB · Cramer xᵢ=Δᵢ/Δ

PYQ — Previous Year Questions

English questions from NIOS Mathematics (311) public / sample papers (Sample 2024, Apr 2024, Oct 2024, Apr 2025; board-style where scanned papers had no extractable text). Mapped exclusively to this chapter — no cross-chapter duplicates. Use Model Answer for the marking key and Explanation for working.

L21 — Determinants

5 question(s) · Sources: Board-style 2×2, Board-style property, Board-style singular, Board-style |kA|, Sample / board expand 3×3

PYQ1. Evaluate the determinant |2 3 ; 1 4|.

1 mark(s) · SA · Board-style 2×2

Model Answer

1)  5

Explanation

1)  |A|=ad−bc=2·4−3·1=8−3=5.

PYQ2. Show that A=[[1,2],[2,4]] is singular.

1 mark(s) · SA · Board-style singular

Model Answer

1)  det A = 0 ⇒ singular

Explanation

1)  det A=1·4−2·2=

0. A square matrix with zero determinant is singular (not invertible).

PYQ3. Without expanding, find |2 3 1; 2 3 1; 5 0 4|.

1 mark(s) · SA · Board-style property

Model Answer

1)  0

Explanation

1)  Row 1 equals row

2. A determinant with two identical rows is zero.

PYQ4. If A is a 3×3 matrix with |A|=6, find |2A|.

1 mark(s) · SA · Board-style |kA|

Model Answer

1)  48

Explanation

1)  For n×n matrix, |kA|=kⁿ|A|. Here n=3 ⇒ |2A|=8·6=48.

PYQ5. Evaluate |1 2 3; 0 1 4; 5 6 0|.

2 mark(s) · SA · Sample / board expand 3×3

Model Answer

1)  1

Explanation

1)  Expand R1: 1·(0−24) − 2·(0−20) + 3·(0−5) = −24 + 40 − 15 = 1.

Problem Solving — L21 Determinants

10 English exam-style problems for this chapter (NIOS Mathematics 311). Each question states the formula, gives full step-by-step working with the final answer, plus formal/easy explanations. English only.

Question 1 of 102×2

Evaluate |2 3; 1 4|.

|a b; c d| = ad−bc

1)  ad−bc = 2·4 − 3·1 = 8−3 = 5.

Answer:  5

Formula used

|a b; c d| = ad−bc

Textbook formal language

The 2×2 determinant is the product of the main diagonal minus the other diagonal.

Easy language (same calculation)

8 minus 3 is 5.

Why this formula

det I₂ = 1; det of singular 2×2 is 0.

Exam tip

Order: a d minus b c.

Common mistakes

  • 3·1−2·4
  • Adding instead of subtracting
Question 2 of 103×3 expand

Evaluate |1 2 3; 0 1 4; 5 6 0| by expanding along the first row.

det A = a₁₁C₁₁+a₁₂C₁₂+a₁₃C₁₃

1)  C₁₁ = +(1·0−4·6) = −24; term 1·(−24)=−24.

2)  C₁₂ = −(0·0−4·5) = −(−20)=20; term 2·20=40.

3)  C₁₃ = +(0·6−1·5)=−5; term 3·(−5)=−15.

4)  det = −24+40−15 = 1.

Answer:  1

Formula used

det A = a₁₁C₁₁+a₁₂C₁₂+a₁₃C₁₃

Textbook formal language

Laplace expansion along the first row yields 1.

Easy language (same calculation)

Careful with cofactor signs + − + on the first row.

Why this formula

Expanding on a row with zeros is often faster (here middle left is 0).

Exam tip

C₁₂ has a minus from (−1)^(1+2).

Common mistakes

  • Wrong cofactor signs
  • Arithmetic error in minors
Question 3 of 10Property

Without expanding, find |2 3 1; 2 3 1; 5 0 4|.

Identical rows ⇒ det=0

1)  Row1 = Row2.

2)  A determinant with two identical rows is 0.

Answer:  0

Formula used

Identical rows ⇒ det=0

Textbook formal language

If two rows (or columns) are identical, the determinant vanishes.

Easy language (same calculation)

Two same rows → det zero immediately.

Why this formula

Also zero if one row is a scalar multiple of another.

Exam tip

No need to expand.

Common mistakes

  • Expanding unnecessarily and erring
  • Saying undefined
Question 4 of 10Factor

If |A|=6 for a 3×3 matrix A, find |2A|.

Factor k from a row multiplies det by k

1)  Each of 3 rows contributes a factor 2, so |2A| = 2³ |A| = 8·6 = 48.

Answer:  48

Formula used

Factor k from a row multiplies det by k

Textbook formal language

For an n×n matrix, |kA|=kⁿ|A|; here n=3.

Easy language (same calculation)

Three dimensions → 2³ times det A.

Why this formula

|Aᵀ|=|A|; |AB|=|A||B|.

Exam tip

Do not use 2·6 only.

Common mistakes

  • Answering 12
  • Answering 6
Question 5 of 10Singular

Is A=[[1,2],[2,4]] singular? Justify.

det A=0 ⇔ singular

1)  det A = 1·4−2·2 = 0.

2)  Yes, A is singular (not invertible).

Answer:  Singular (det=0)

Formula used

det A=0 ⇔ singular

Textbook formal language

A square matrix is singular iff its determinant is zero.

Easy language (same calculation)

1·4−2·2=0 so rows are proportional.

Why this formula

Singular matrices do not have inverses.

Exam tip

Check det, not only looking at zeros on diagonal.

Common mistakes

  • Saying non-singular
  • det=1·4+2·2
Question 6 of 10Area

Find the area of the triangle with vertices (0,0), (4,0), (0,6).

Area = ½|det of coordinates|

1)  Area = ½|0(0−6)+4(6−0)+0(0−0)| = ½|0+24+0|=12.

2)  Alternatively right triangle legs 4 and 6: ½·4·6=12.

Answer:  12

Formula used

Area = ½|det of coordinates|

Textbook formal language

Using the coordinate area formula (or right-triangle formula) gives 12.

Easy language (same calculation)

Base 4 height 6 → area 12.

Why this formula

Absolute value ensures positive area.

Exam tip

Do not omit the ½.

Common mistakes

  • Answering 24
  • Sign confusion
Question 7 of 102×2 det

Evaluate |[[5, 2], [3, 4]]|.

ad − bc

1)  5·4 − 2·3 = 20 − 6 = 14.

Answer:  14

Formula used

ad − bc

Textbook formal language

Determinant of [[a,b],[c,d]] is ad−bc.

Easy language (same calculation)

Main diagonal product minus other diagonal.

Why this formula

Sign of the second product matters.

Exam tip

Check each algebraic step carefully.

Common mistakes

  • 20+6
  • ad+bc
Question 8 of 10Singular

Show that A = [[1, 2], [2, 4]] is singular.

det=0 ⇒ singular

1)  det A = 1·4 − 2·2 = 4 − 4 = 0.

2)  Hence A is singular (not invertible).

Answer:  det A = 0 ⇒ singular

Formula used

det=0 ⇒ singular

Textbook formal language

Zero determinant characterises singular square matrices.

Easy language (same calculation)

Second row is twice the first.

Why this formula

Rows are linearly dependent.

Exam tip

Check each algebraic step carefully.

Common mistakes

  • det=4
  • Still invertible
Question 9 of 10Area parallelogram

Vectors u=<2,0> and v=<1,3> form a parallelogram. Find its area.

|det| of columns

1)  Area = |det [[2,1],[0,3]]| = |6 − 0| = 6.

Answer:  6

Formula used

|det| of columns

Textbook formal language

Absolute value of the determinant of the matrix with those columns (or rows).

Easy language (same calculation)

Base×height effectively 2×3.

Why this formula

Absolute value keeps area positive.

Exam tip

Check each algebraic step carefully.

Common mistakes

  • −6
  • 6/2
Question 10 of 10Property

If det A = 3 and det B = −2, find det(AB).

det(AB)=det A det B

1)  det(AB) = 3 × (−2) = −6.

Answer:  −6

Formula used

det(AB)=det A det B

Textbook formal language

Multiplicativity of the determinant.

Easy language (same calculation)

Product of determinants.

Why this formula

Works for square matrices of the same order.

Exam tip

Check each algebraic step carefully.

Common mistakes

  • 1
  • 5