Why determinant is area?
In , the determinant gives the signed area of the parallelogram spanned by two vectors. In , it gives the signed volume of the parallelepiped spanned by three vectors.
The foolowing lemma is partially from [Hubbard2015] p. 75
Determinant in
The determinant of a matrix is given by
If we think of the determinant as a function of the vectors and in , it has a geometric interpretation, illustrated by the following video.
We can give a simple geometric proof by rewriting as . The area of the parallelogram is
Now let
Then the angle between and is , and also . Therefore
We can also prove the determinant formula by directly computing . The area of the parallelogram is height times base. We will choose as base . If is the angle between and , the height of the parallelogram is
To compute we first compute :
We then get as follows:
Using this value for in the equation for the area of a parallelogram gives
So the area is the absolute value of the determinant. The sign of records the orientation of the ordered pair .
The foolowing lemma is partially from [Hubbard2015] p. 79. Animations are inspired by ttps://www.youtube.com/watch?v=HZDvpuJfYU8&t=176s
Determinant in
The determinant of a matrix is
The absolute value of this determinant is the volume of the parallelepiped spanned by , , and , while the sign records the orientation of the ordered triple .
We now write the determinant as a sum of simpler determinants. Let
We first split each column into its coordinate pieces:
Since the determinant is linear in each column, we can expand one column at a time.
For instance, linearity in the first column gives
Expanding each of these three determinants in the second column, and then in the third, produces terms. In compact form,
Now we determine which of these 27 terms are nonzero.
- If two of the indices are equal, then two columns of the determinant are equal, so that term is .
- Therefore a term can survive only when are all different.
- The only such triples are the six permutations of .
So the expansion reduces to the six surviving terms
Each remaining determinant is the determinant of a permutation matrix. It equals for an even permutation and for an odd permutation. Hence
Substituting these signs gives
Grouping the terms with the same coefficient from the first column, we recover the cofactor formula
This is exactly the determinant formula stated above.