Math ClubMath Club
v1 · padrão canônico

Lesson 34 — 2x2 and 3x3 Determinants

Determinant as oriented volume. Sarrus for 3x3. Laplace. Properties. Invertibility criterion.

Used in: 1.º ano EM (15 anos) · Equiv. Math II japonês · Equiv. Klasse 11 alemã

det(abcd)=adbc\det \begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc
Choose your door

Rigorous notation, full derivation, hypotheses

Computation and properties

2x2

det(abcd)=adbc\det \begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc

3x3 — Sarrus's rule

det(abcdefghi)=aei+bfg+cdhcegbdiafh\det \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix} = aei + bfg + cdh - ceg - bdi - afh

(Repeat the first 2 columns to the right, 3 descending products − 3 ascending products.)

n×n — Laplace expansion (cofactors)

detA=j=1n(1)i+jaijMij\det A = \sum_{j=1}^n (-1)^{i+j} a_{ij} M_{ij}

where MijM_{ij} is the minor (det of the submatrix removing row ii and column jj). Recursive: reduces n×nn \times n to a sum of (n1)×(n1)(n-1) \times (n-1).

Definition via permutations (Leibniz)

detA=σSnsgn(σ)i=1nai,σ(i)\det A = \sum_{\sigma \in S_n} \text{sgn}(\sigma) \prod_{i=1}^n a_{i,\sigma(i)}

Sum over all n!n! permutations.

Properties

#Property
1det(I)=1\det(I) = 1
2det(AT)=det(A)\det(A^T) = \det(A)
3det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B) (Cauchy-Binet)
4det(αA)=αndet(A)\det(\alpha A) = \alpha^n \det(A) for An×nA_{n\times n}
5det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A)
6Swapping 2 rows/columns flips the sign
7Row of zeros ⟹ det=0\det = 0
8Equal rows ⟹ det=0\det = 0
9Proportional rows ⟹ det=0\det = 0
10Adding a multiple of one row to another does not change det\det
11Multiplying a row by α\alpha multiplies det\det by α\alpha
12Triangular: det=\det = product of the diagonal

Geometric interpretation

  • detA|\det A| = volume of the parallelepiped generated by the columns of AA.
  • detA>0\det A > 0: orientation preserved. detA<0\det A < 0: orientation reversed.
  • detA=0\det A = 0: linearly dependent columns ("flattened" parallelepiped).

Invertibility criterion

AA invertible     detA0\iff \det A \neq 0.

Exercise list

46 exercises · 11 with worked solution (25%)

Application 32Understanding 3Modeling 8Challenge 2Proof 1
  1. Ex. 34.1ApplicationAnswer key
    det(1234)\det \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}. (Ans: 2-2.)
  2. Ex. 34.2ApplicationAnswer key
    det(5723)\det \begin{pmatrix} 5 & 7 \\ 2 & 3 \end{pmatrix}. (Ans: 11.)
  3. Ex. 34.3ApplicationAnswer key
    det(0110)\det \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}. (Ans: 11.)
  4. Ex. 34.4Application
    det(111123149)\det \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 9 \end{pmatrix} (Vandermonde).
  5. Ex. 34.5ApplicationAnswer key
    det(100010001)\det \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.
  6. Ex. 34.6Application
    det(200030004)\det \begin{pmatrix} 2 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 4 \end{pmatrix}. (Ans: 2424 — diagonal product.)
  7. Ex. 34.7Application
    det(123456789)\det \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}. (Ans: 00 — dependent columns.)
  8. Ex. 34.8Application
    For which kk does det(k123)=0\det \begin{pmatrix} k & 1 \\ 2 & 3 \end{pmatrix} = 0 hold? (Ans: k=2/3k = 2/3.)
  9. Ex. 34.9Application
    Verify det(AT)=det(A)\det(A^T) = \det(A) for A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  10. Ex. 34.10Application
    det(2A)\det(2A) for A=(1001)A = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}. (221=42^2 \cdot 1 = 4.)
  11. Ex. 34.11Application
    det(AB)\det(AB) for A,BA, B with detA=5,detB=3\det A = 5, \det B = 3. (Ans: 1515.)
  12. Ex. 34.12Application
    Show that if AA is triangular, detA=\det A = product of the diagonal entries.
  13. Ex. 34.13Application
    det(cosθsinθsinθcosθ)\det \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}. (Ans: 11.)
  14. Ex. 34.14Application
    Show that detA=±1\det A = \pm 1 for orthogonal AA.
  15. Ex. 34.15Application
    det(210121012)\det \begin{pmatrix} 2 & -1 & 0 \\ -1 & 2 & -1 \\ 0 & -1 & 2 \end{pmatrix} (tridiagonal). (Ans: 44.)
  16. Ex. 34.16ApplicationAnswer key
    Compute det(314159265)\det\begin{pmatrix} 3 & 1 & 4 \\ 1 & 5 & 9 \\ 2 & 6 & 5 \end{pmatrix} via Sarrus.
  17. Ex. 34.17ApplicationAnswer key
    detA\det A if AA has a row of zeros: 0.
  18. Ex. 34.18Application
    det(1224)\det \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}. (Ans: 00 — proportional columns.)
  19. Ex. 34.19Application
    Area of the parallelogram generated by (2,0)(2, 0) and (1,3)(1, 3). (Ans: 66.)
  20. Ex. 34.20Application
    Volume of the parallelepiped generated by (1,0,0),(0,1,0),(1,1,1)(1,0,0), (0,1,0), (1,1,1). (Ans: 11.)
  21. Ex. 34.21Application
    Compute det(120340005)\det\begin{pmatrix} 1 & 2 & 0 \\ 3 & 4 & 0 \\ 0 & 0 & 5 \end{pmatrix} via Laplace on column 3.
  22. Ex. 34.22Application
    Compute det(1234)3\det\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}^3 using det(An)=(detA)n\det(A^n) = (\det A)^n. (Ans: 8-8.)
  23. Ex. 34.23Application
    For A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, compute det(A1)\det(A^{-1}). (Ans: 1/2-1/2.)
  24. Ex. 34.24Application
    Solve via Cramer {2x+3y=7xy=1\begin{cases} 2x + 3y = 7 \\ x - y = 1 \end{cases}. (Ans: x=2,y=1x = 2, y = 1.)
  25. Ex. 34.25ApplicationAnswer key
    Solve via Cramer {x+y+z=6xy+z=22x+yz=3\begin{cases} x + y + z = 6 \\ x - y + z = 2 \\ 2x + y - z = 3 \end{cases}.
  26. Ex. 34.26Application
    Use row reduction to compute det(121250364)\det\begin{pmatrix} 1 & 2 & 1 \\ 2 & 5 & 0 \\ 3 & 6 & 4 \end{pmatrix}.
  27. Ex. 34.27Application
    Compute det(1234012300120001)\det\begin{pmatrix} 1 & 2 & 3 & 4 \\ 0 & 1 & 2 & 3 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 0 & 1 \end{pmatrix}. (Ans: 11 — unit triangular.)
  28. Ex. 34.28Application
    Numerically verify det(AB)=detAdetB\det(AB) = \det A \det B for A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, B=(2013)B = \begin{pmatrix} 2 & 0 \\ 1 & 3 \end{pmatrix}.
  29. Ex. 34.29ApplicationAnswer key
    det(3A)\det(3A) for A4×4A_{4\times 4} with detA=2\det A = 2. (Ans: 342=1623^4 \cdot 2 = 162.)
  30. Ex. 34.30Application
    Compute det(1111124813927141664)\det\begin{pmatrix} 1 & 1 & 1 & 1 \\ 1 & 2 & 4 & 8 \\ 1 & 3 & 9 & 27 \\ 1 & 4 & 16 & 64 \end{pmatrix} (Vandermonde).
  31. Ex. 34.31Application
    Cofactor C23C_{23} of (123456789)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}.
  32. Ex. 34.32Application
    Use the formula A1=1detAadj(A)A^{-1} = \frac{1}{\det A}\text{adj}(A) for A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  33. Ex. 34.33Modeling
    In 2D CG, the scaling transformation (2003)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} has det=6\det = 6 — multiplies area by 6.
  34. Ex. 34.34Modeling
    In numerical linear algebra, the conditioning \kappa = |\lambda_\max|/|\lambda_\min| relates to det\det — a matrix with det0\det \approx 0 is ill-conditioned.
  35. Ex. 34.35Modeling
    In economics (Leontief), invertibility of (IL)(I - L) depends on det0\det \neq 0.
  36. Ex. 34.36ModelingAnswer key
    In mechanics, the Jacobian of a coordinate change is a determinant. Apply it to polar coordinates: J=rJ = r.
  37. Ex. 34.37Modeling
    In dynamics x˙=Ax\dot{\mathbf x} = A\mathbf x, stability depends on eigenvalues. Determinant == product of eigenvalues.
  38. Ex. 34.38ModelingAnswer key
    Area of triangle with vertices (x1,y1),(x2,y2),(x3,y3)(x_1, y_1), (x_2, y_2), (x_3, y_3): 12det(x2x1x3x1y2y1y3y1)\frac{1}{2}|\det\begin{pmatrix} x_2-x_1 & x_3-x_1 \\ y_2-y_1 & y_3-y_1 \end{pmatrix}|.
  39. Ex. 34.39ModelingAnswer key
    Points (0,0),(3,0),(0,4)(0,0), (3,0), (0,4) form a triangle of area 66. Verify via determinant.
  40. Ex. 34.40Modeling
    Verify whether the three points (1,2),(3,4),(5,6)(1,2), (3,4), (5,6) are collinear via det=0\det = 0.
  41. Ex. 34.41Understanding
    Show that if AA has 2 equal rows, detA=0\det A = 0.
  42. Ex. 34.42Understanding
    Show that multiplying a row by α\alpha multiplies the determinant by α\alpha.
  43. Ex. 34.43Understanding
    Show that adding a multiple of one row to another does not change det\det.
  44. Ex. 34.44Challenge
    Compute det(1aa21bb21cc2)\det \begin{pmatrix} 1 & a & a^2 \\ 1 & b & b^2 \\ 1 & c & c^2 \end{pmatrix} — 3x3 Vandermonde. (Ans: (ba)(ca)(cb)(b-a)(c-a)(c-b).)
  45. Ex. 34.45Challenge
    Show that the volume of a tetrahedron with vertices 0,v1,v2,v3\mathbf{0}, \mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3 is det/6|\det|/6.
  46. Ex. 34.46Proof
    Prove det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B) for 2x2 — expand both sides explicitly.

Sources

Updated on 2026-04-30 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.