Courses / Physics I
Linear Algebra and Geometry

Determinants

Physics I 195 words Free to read

The determinant is a scalar value that encodes key information about a square matrix: invertibility, volume scaling, and orientation.

Formulas

For a 2×22\times 2 matrix:

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

For a 3×33\times 3 matrix, expand along the first row (cofactor expansion):

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

Geometric meaning

Physics link: The Jacobian determinant det(xi/qj)\det(\partial x_i/\partial q_j) appears whenever you change coordinates in integrals — from Cartesian to polar, spherical, or any generalised system.
Common pitfall: det(A+B)detA+detB\det(A+B) \ne \det A + \det B. The determinant respects multiplication (detAB=detAdetB\det AB = \det A \det B) but not addition — it is an area scale factor, and areas do not add across different maps.
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
Start Physics I free

Linear Algebra and Geometry