Math ClubMath Club
v1 · padrão canônico

Lección 34 — Determinantes 2x2 y 3x3

Determinante como volumen orientado. Sarrus para 3x3. Laplace. Propiedades. Criterio de invertibilidad.

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

Cálculo y propiedades

2x2

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

3x3 — Regla de Sarrus

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

(Repite las 2 primeras columnas a la derecha, 3 productos descendentes − 3 ascendentes.)

n×n — Expansión de Laplace (cofactores)

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

donde MijM_{ij} es el menor (det de la submatriz quitando la fila ii y la columna jj). Recursivo: reduce n×nn \times n a una suma de (n1)×(n1)(n-1) \times (n-1).

Definición vía permutaciones (Leibniz)

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

Suma sobre todas las n!n! permutaciones.

Propiedades

#Propiedad
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) para An×nA_{n\times n}
5det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A)
6Intercambiar 2 filas/columnas invierte el signo
7Fila de ceros ⟹ det=0\det = 0
8Filas iguales ⟹ det=0\det = 0
9Filas proporcionales ⟹ det=0\det = 0
10Sumar múltiplo de una fila a otra no altera det\det
11Multiplicar una fila por α\alpha multiplica det\det por α\alpha
12Triangular: det=\det = producto de la diagonal

Interpretación geométrica

  • detA|\det A| = volumen del paralelepípedo generado por las columnas de AA.
  • detA>0\det A > 0: orientación preservada. detA<0\det A < 0: orientación invertida.
  • detA=0\det A = 0: columnas linealmente dependientes (paralelepípedo "aplastado").

Criterio de invertibilidad

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}. (Resp.: 2-2.)
  2. Ex. 34.2ApplicationAnswer key
    det(5723)\det \begin{pmatrix} 5 & 7 \\ 2 & 3 \end{pmatrix}. (Resp.: 11.)
  3. Ex. 34.3ApplicationAnswer key
    det(0110)\det \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}. (Resp.: 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}. (Resp.: 2424, producto de los diag.)
  7. Ex. 34.7Application
    det(123456789)\det \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}. (Resp.: 00, columnas dependientes.)
  8. Ex. 34.8Application
    ¿Para qué kk se cumple det(k123)=0\det \begin{pmatrix} k & 1 \\ 2 & 3 \end{pmatrix} = 0? (Resp.: k=2/3k = 2/3.)
  9. Ex. 34.9Application
    Verifica det(AT)=det(A)\det(A^T) = \det(A) para A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  10. Ex. 34.10Application
    det(2A)\det(2A) para 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) para A,BA, B con detA=5,detB=3\det A = 5, \det B = 3. (Resp.: 1515.)
  12. Ex. 34.12Application
    Demuestra que si AA es triangular, detA=\det A = producto de los elementos de la diagonal.
  13. Ex. 34.13Application
    det(cosθsinθsinθcosθ)\det \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}. (Resp.: 11.)
  14. Ex. 34.14Application
    Demuestra que detA=±1\det A = \pm 1 para AA ortogonal.
  15. Ex. 34.15Application
    det(210121012)\det \begin{pmatrix} 2 & -1 & 0 \\ -1 & 2 & -1 \\ 0 & -1 & 2 \end{pmatrix} (tridiagonal). (Resp.: 44.)
  16. Ex. 34.16ApplicationAnswer key
    Calcula det(314159265)\det\begin{pmatrix} 3 & 1 & 4 \\ 1 & 5 & 9 \\ 2 & 6 & 5 \end{pmatrix} por Sarrus.
  17. Ex. 34.17ApplicationAnswer key
    detA\det A si AA tiene fila de ceros: 0.
  18. Ex. 34.18Application
    det(1224)\det \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}. (Resp.: 00, columnas proporcionales.)
  19. Ex. 34.19Application
    Área del paralelogramo generado por (2,0)(2, 0) y (1,3)(1, 3). (Resp.: 66.)
  20. Ex. 34.20Application
    Volumen del paralelepípedo generado por (1,0,0),(0,1,0),(1,1,1)(1,0,0), (0,1,0), (1,1,1). (Resp.: 11.)
  21. Ex. 34.21Application
    Calcula det(120340005)\det\begin{pmatrix} 1 & 2 & 0 \\ 3 & 4 & 0 \\ 0 & 0 & 5 \end{pmatrix} por Laplace en la columna 3.
  22. Ex. 34.22Application
    Calcula det(1234)3\det\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}^3 usando det(An)=(detA)n\det(A^n) = (\det A)^n. (Resp.: 8-8.)
  23. Ex. 34.23Application
    Para A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, calcula det(A1)\det(A^{-1}). (Resp.: 1/2-1/2.)
  24. Ex. 34.24Application
    Resuelve por Cramer {2x+3y=7xy=1\begin{cases} 2x + 3y = 7 \\ x - y = 1 \end{cases}. (Resp.: x=2,y=1x = 2, y = 1.)
  25. Ex. 34.25ApplicationAnswer key
    Resuelve por 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
    Usa eliminación para calcular det(121250364)\det\begin{pmatrix} 1 & 2 & 1 \\ 2 & 5 & 0 \\ 3 & 6 & 4 \end{pmatrix}.
  27. Ex. 34.27Application
    Calcula det(1234012300120001)\det\begin{pmatrix} 1 & 2 & 3 & 4 \\ 0 & 1 & 2 & 3 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 0 & 1 \end{pmatrix}. (Resp.: 11, triangular unitaria.)
  28. Ex. 34.28Application
    Verifica numéricamente det(AB)=detAdetB\det(AB) = \det A \det B para 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) para A4×4A_{4\times 4} con detA=2\det A = 2. (Resp.: 342=1623^4 \cdot 2 = 162.)
  30. Ex. 34.30Application
    Calcula 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} de (123456789)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}.
  32. Ex. 34.32Application
    Usa la fórmula A1=1detAadj(A)A^{-1} = \frac{1}{\det A}\text{adj}(A) para A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  33. Ex. 34.33Modeling
    En CG 2D, la transformación de escala (2003)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} tiene det=6\det = 6: multiplica el área por 6.
  34. Ex. 34.34Modeling
    En álgebra lineal numérica, el condicionamiento \kappa = |\lambda_\max|/|\lambda_\min| se relaciona con det\det: una matriz con det0\det \approx 0 es mal condicionada.
  35. Ex. 34.35Modeling
    En economía (Leontief), la invertibilidad de la matriz (IL)(I - L) depende de det0\det \neq 0.
  36. Ex. 34.36ModelingAnswer key
    En mecánica, el jacobiano de un cambio de coordenadas es un determinante. Aplícalo a coordenadas polares: J=rJ = r.
  37. Ex. 34.37Modeling
    En la dinámica x˙=Ax\dot{\mathbf x} = A\mathbf x, la estabilidad depende de los autovalores. Determinante == producto de los autovalores.
  38. Ex. 34.38ModelingAnswer key
    Área del triángulo con vértices (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
    Los puntos (0,0),(3,0),(0,4)(0,0), (3,0), (0,4) forman un triángulo de área 66. Verifícalo vía determinante.
  40. Ex. 34.40Modeling
    Verifica si tres puntos (1,2),(3,4),(5,6)(1,2), (3,4), (5,6) son colineales vía det=0\det = 0.
  41. Ex. 34.41Understanding
    Demuestra que si AA tiene 2 filas iguales, detA=0\det A = 0.
  42. Ex. 34.42Understanding
    Demuestra que multiplicar una fila por α\alpha multiplica el determinante por α\alpha.
  43. Ex. 34.43Understanding
    Demuestra que sumar un múltiplo de una fila a otra no altera det\det.
  44. Ex. 34.44Challenge
    Calcula det(1aa21bb21cc2)\det \begin{pmatrix} 1 & a & a^2 \\ 1 & b & b^2 \\ 1 & c & c^2 \end{pmatrix}: Vandermonde 3x3. (Resp.: (ba)(ca)(cb)(b-a)(c-a)(c-b).)
  45. Ex. 34.45Challenge
    Demuestra que el volumen del tetraedro con vértices 0,v1,v2,v3\mathbf{0}, \mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3 es det/6|\det|/6.
  46. Ex. 34.46Proof
    Demuestra det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B) para 2x2: desarrolla ambos lados explícitamente.

Fuentes de esta lección

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.