Write the row-1 formula.Why this step? Cofactor expansion along row i=1 says walk the top row, each entry times its signed minor:
detA=a11C11+a12C12+a13C13.
Read the signs off the checkerboard.(−1)1+1=+, (−1)1+2=−, (−1)1+3=+. Why this step? The sign depends only on the position (i,j), never on the entry's value.
Compute each minor by covering that entry's row and column. Why this step? Deleting the entry's row and column is the definition of its minor — it strips the problem down to a 2×2 we already know how to solve.
M11=det(421−2)=4(−2)−1(2)=−10,M12=det(051−2)=0(−2)−1(5)=−5,M13=det(0542)=0(2)−4(5)=−20.
Combine with entries and signs.Why this step? Now plug a1j, sign, minor together:
detA=2(+)(−10)+(−1)(−)(−5)+3(+)(−20).=−20−5−60=−85.
Pick column 2 and write the formula.Why this step? 80/20: two of the three terms are multiplied by 0, so they vanish before you lift a pencil.
detA=a12C12+a22C22+a32C32=0+4C22+0.
Sign of C22:(−1)2+2=+. Why this step? Position (2,2) sits on a + square.
One minor: delete row 2, column 2. Why this step? Removing the surviving entry's row and column leaves the 2×2 block whose determinant is the minor.
M22=det(2112)=4−1=3.
Combine:Why this step? Entry × sign × minor is the single surviving term.
detA=4⋅(+)⋅3=12.
List the position signs.Why this step? Get every sign settled before touching numbers so a stray minus can't sneak in.
(−1)1+3=+,(−1)2+3=−,(−1)3+3=+.
Three minors (delete each entry's row and column 3). Why this step? Each minor is what survives after covering the entry's own row and column 3 — the same shading picture as the intro figure.
M13=det(0542)=−20,M23=det(25−12)=4−(−5)=9,M33=det(20−14)=8−0=8.
Combine entry × sign × minor.Why this step? The middle term is where people crash — entry 1, sign −, minor 9:
detA=3(+)(−20)+1(−)(9)+(−2)(+)(8)=−60−9−16=−85.
Row-add operations.Why this step? Adding a multiple of one row to another leaves det unchanged — pure profit. Do R2→R2−2R1 and R3→R3−R1:
→10021−23−35.
Expand down column 1 — only the top entry is nonzero. Why this step? The two engineered zeros kill two of the three cofactors, leaving one.
detB=1(+)det(1−2−35)=1(5−6)=−1.
A cautionary variant.Why this step? Suppose instead you had swappedR1↔R3 somewhere. A swap multiplies det by −1; scaling a row by k multiplies by k. Row-adds are the only free operation.
Expand along row 1.Why this step? No zeros, so grind it honestly to prove the collapse.
detS=1(+)det(4869)+2(−)det(2769)+3(+)det(2748).
Minors.Why this step? Cover each row-1 entry's row and column to read off the surviving 2×2.
det(4869)=36−48=−12,det(2769)=18−42=−24,det(2748)=16−28=−12.
Combine.Why this step? Entries × signs × minors, summed:
1(−12)+2(−)(−24)+3(−12)=−12+48−36=0.
Expand along row 2.Why this step? One nonzero entry ⇒ one cofactor.
detD=3⋅(−1)2+2M22=3M22,
where M22 deletes row 2 and column 2:
M22=det120210−104.
Now expand this 3×3 along its bottom row(0,0,4) — again sparse. Why this step? Recursion: a 4×4 cofactor is itself solved by cofactor expansion.
M22=4⋅(−1)3+3det(1221)=4(1−4)=4(−3)=−12.
Combine.Why this step? Feed the inner minor back into the single row-2 term.
detD=3⋅(−12)=−36.
Build the edge vectors from P.Why this step? A determinant measures the area of the parallelogram spanned by two vectors; the triangle is half of it.
PQ=(4,1),PR=(1,3).
Form and expand the 2×2 determinant (base case, no cofactors needed). Why this step? At 2×2 we are already at the base case ad−bc — nothing left to expand.
det(4113)=4⋅3−1⋅1=11.
Halve it.Why this step? The determinant gives the parallelogram area; a triangle is exactly half.
Area=21(11)=5.5m2.Why positive? The sign of the determinant is +, meaning P→Q→R runs counter-clockwise. A clockwise ordering would give −5.5; the magnitude is still the area.
Expand along row 1 (has a zero at position (1,3)). Why this step? One term vanishes.
detM=x(+)det(x11x)+1(−)det(101x)+0.
Minors.Why this step? Cover each row-1 entry's row and column to read the surviving 2×2.
det(x11x)=x2−1,det(101x)=x.
Combine.Why this step? Entries × signs × minors gives the determinant as a polynomial in x:
detM=x(x2−1)−1⋅x=x3−x−x=x3−2x=x(x2−2).
Set to zero and solve.Why this step? Singular ⇔det=0.
x(x2−2)=0⇒x=0,x=2,x=−2.
Recall Self-test across all cells
Cover the answers and reproduce each number.
Ex 1 answer ::: −85
Ex 3 answer ::: −85
Ex 4 answer ::: 5
Ex 5 answer ::: −1
Ex 6 answer (singular) ::: 0
Ex 7 answer ::: −36
Ex 8 area ::: 5.5m2
Ex 9 singular values ::: x=0,±2