Courses / Physics I
Linear Algebra and Geometry

Determinants

Physics I 179 words Free to read

Determinants & Formulas

The determinant is a scalar value encoding a square matrix's invertibility, volume scaling, and orientation.

For a 2×22 \times 2 matrix: det(abcd)=adbc\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc

For 3×33 \times 3, use cofactor expansion along the first row: det(A)=a11C11+a12C12+a13C13\det(A) = a_{11}C_{11} + a_{12}C_{12} + a_{13}C_{13} where Cij=(1)i+jMijC_{ij} = (-1)^{i+j}M_{ij} and MijM_{ij} is the minor.

Key properties:

OperationRule
Productdet(AB)=det(A)det(B)\det(AB) = \det(A)\det(B)
Transposedet(AT)=det(A)\det(A^T) = \det(A)
Scalingdet(αA)=αndet(A)\det(\alpha A) = \alpha^n \det(A)
InvertibilityInvertible     det(A)0\iff \det(A) \neq 0

Geometry & Pitfalls

Geometrically, absolute determinants measure space scaling:

SpaceGeometric Meaning
R2\mathbb{R}^{2}Parallelogram area
R3\mathbb{R}^{3}Parallelepiped volume

A negative determinant means the transformation reverses orientation.

Physics link: The Jacobian determinant det(xi/qj)\det(\partial x_i/\partial q_j) handles coordinate changes in integrals.

Common pitfall: det(A+B)detA+detB\det(A+B) \neq \det A + \det B. Determinants respect multiplication, but never addition.
Placeholder: Determinants

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Linear Algebra and Geometry