LINEAR-ALGEBRA ยท Unit 17 ยท Video 1 ยท Interactive Practice

Three Rules Build Every Determinant

IKey Formulas

Property Statement Meaning
1. Normalization detโก(I)=1\det(I) = 1 The identity matrix has determinant 1
2. Row Swap Swap two rows โ‡’detโก\Rightarrow \det flips sign Each swap multiplies det by โˆ’1-1
3A. Scalar Factor Scale one row by tt โ‡’detโก\Rightarrow \det scales by tt Determinant is proportional to each row
3B. Row Additivity Split one row as sum โ‡’detโก\Rightarrow \det splits as sum Determinant adds when one row is a sum

IIVisualization 1 โ€” Scaling a Row Scales the Area

Multiplying one row by a scalar tt multiplies the parallelogram's signed area โ€” the determinant โ€” by that same tt.

Property 3A: detโก(tโ€‰r1,ย r2)=tโ€‰detโก(r1,ย r2)\det(t\,\mathbf{r}_1,\ \mathbf{r}_2) = t\,\det(\mathbf{r}_1,\ \mathbf{r}_2). At t=0t = 0 the two rows become parallel and the area collapses to zero.

IIIVisualization 2 โ€” Swapping Rows Flips the Sign

The determinant is the signed area of the parallelogram the two rows span; exchanging the rows reverses its orientation.

Property 2: each row swap multiplies detโก\det by โˆ’1-1. A corollary โ€” if two rows are equal, swapping changes nothing yet must negate detโก\det, forcing detโก=0\det = 0.

IVVisualization 3 โ€” Determinant Is Not Additive

With A=IA = I and B=kIB = kI, does detโก(A+B)\det(A+B) equal detโก(A)+detโก(B)\det(A) + \det(B)?

The two agree only at k=0k = 0. Their difference is exactly (1+k)2โˆ’(1+k2)=2k(1+k)^2 - (1+k^2) = 2k โ€” the cross term that row-by-row linearity leaves out.

VQuiz Questions

Question 1

The 3ร—33 \times 3 identity matrix has detโก(I)=1\det(I) = 1. You perform two row swaps: first swap rows 1 and 3, then swap rows 2 and 3.

What is the determinant of the resulting permutation matrix?

โœ… Correct! Two swaps flip the sign twice: (+1)โ†’(โˆ’1)โ†’(+1)(+1) \to (-1) \to (+1). Even permutations always give detโก=+1\det = +1.

โŒ Not quite. Each swap flips the sign once. Two sign flips bring it back to the original sign.

Show solution

Solution:

Start with detโก(I)=1\det(I) = 1 (Property 1).

  • Swap 1 (rows 1 โ†”\leftrightarrow 3): det flips to โˆ’1-1 (Property 2)
  • Swap 2 (rows 2 โ†”\leftrightarrow 3): det flips to +1+1 (Property 2)

Two swaps = two sign flips: 1ร—(โˆ’1)ร—(โˆ’1)=+11 \times (-1) \times (-1) = +1.

This is an even permutation (even number of swaps), so detโก=+1\det = +1.

Question 2

True or False: For any nร—nn \times n matrices AA and BB, detโก(A+B)=detโก(A)+detโก(B)\det(A + B) = \det(A) + \det(B).

โœ… Correct! The determinant is linear in each row separately, not in the entire matrix.

โŒ Not quite. Try A=B=IA = B = I: does detโก(I+I)=detโก(I)+detโก(I)\det(I + I) = \det(I) + \det(I)?

Show solution

Solution: False.

Counterexample: Let A=B=I2ร—2A = B = I_{2 \times 2}.

  • detโก(A)=1\det(A) = 1, โ€…โ€Šdetโก(B)=1\;\det(B) = 1, โ€…โ€Šโ‡’โ€…โ€Šdetโก(A)+detโก(B)=2\;\Rightarrow\; \det(A) + \det(B) = 2
  • A+B=(2002)A + B = \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}, โ€…โ€Šโ‡’โ€…โ€Šdetโก(A+B)=4\;\Rightarrow\; \det(A + B) = 4
  • 4โ‰ 24 \neq 2 โœ—

Property 3 allows splitting one row at a time with all other rows fixed. Adding entire matrices changes all rows simultaneously โ€” that is not what the axiom permits.

Question 3

Given M=(6413)M = \begin{pmatrix} 6 & 4 \\ 1 & 3 \end{pmatrix}, the first row can be written as 2โ‹…[3,2]2 \cdot [3, 2].

Using Property 3A (scalar factor), what is detโก(M)\det(M)?

โœ… Correct! Factor out 2 from row 1, compute the simpler determinant (= 7), then multiply: 2ร—7=142 \times 7 = 14.

โŒ Not quite. First factor out the scalar 2 from row 1 (Property 3A), then compute the determinant of the simplified matrix, and multiply.

Show solution

Solution:

Row 1 =[6,4]=2โ‹…[3,2]= [6, 4] = 2 \cdot [3, 2]. By Property 3A:

detโก(6413)=2โ‹…detโก(3213)\det\begin{pmatrix} 6 & 4 \\ 1 & 3 \end{pmatrix} = 2 \cdot \det\begin{pmatrix} 3 & 2 \\ 1 & 3 \end{pmatrix}

Compute: detโก(3213)=3ร—3โˆ’2ร—1=9โˆ’2=7\det\begin{pmatrix} 3 & 2 \\ 1 & 3 \end{pmatrix} = 3 \times 3 - 2 \times 1 = 9 - 2 = 7.

Therefore: detโก(M)=2ร—7=14\det(M) = 2 \times 7 = \mathbf{14}.

Check: 6ร—3โˆ’4ร—1=18โˆ’4=146 \times 3 - 4 \times 1 = 18 - 4 = 14 โœ“

Question 4

A square matrix has two identical rows. Which property directly implies its determinant must be zero?

โœ… Correct! Swapping identical rows flips the sign but leaves the matrix unchanged, so detโก=โˆ’detโก\det = -\det, which forces detโก=0\det = 0.

โŒ Not quite. Think about which property involves row swaps. What happens when the two rows you swap are identical?

Show solution

Solution: Property 2 (Row swap flips sign).

Here is the elegant argument:

  1. Let MM have two identical rows (rows ii and jj).
  2. Swap rows ii and jj: by Property 2, detโก(Mswapped)=โˆ’detโก(M)\det(M_{\text{swapped}}) = -\det(M).
  3. But the rows are identical, so swapping changes nothing: Mswapped=MM_{\text{swapped}} = M.
  4. Therefore detโก(M)=โˆ’detโก(M)\det(M) = -\det(M).
  5. The only number equal to its own negative is zero.

detโก(M)=โˆ’detโก(M)โ€…โ€ŠโŸนโ€…โ€Š2detโก(M)=0โ€…โ€ŠโŸนโ€…โ€Šdetโก(M)=0\det(M) = -\det(M) \;\Longrightarrow\; 2\det(M) = 0 \;\Longrightarrow\; \det(M) = 0

Solved: 0 / 4