Module 4: Determinants
Every linear transformation scales areas by some fixed factor. Double the matrix, double the area. Rotate — area is unchanged. Collapse to a line — area goes to zero. That scaling factor is the determinant.
The unit square has corners at (0,0), (1,0), (0,1), and (1,1). Its area is exactly 1. After a linear transformation, those four corners move to new positions. The parallelogram they form has area equal to∣det(A)∣.
For a 2×2 matrix, the determinant has a compact formula:
This looks arbitrary until you think geometrically. ad is the area of the rectangle spanned by the diagonal entries.bc is the area "lost" due to the off-diagonal shearing. The difference is the actual parallelogram area.
The determinant can be negative. A negative value means the transformation flips orientation — what was counter-clockwise becomes clockwise, like a mirror reflection. The magnitude still gives the area scaling; the sign tells you whether space was flipped.
If you multiply every entry by a scalar s, the determinant scales by s2 for a 2×2 matrix:
Makes sense: scale both dimensions by s, and area scales by s×s=s2.