[Math] Best way of introducing determinants in a linear algebra course

determinanteducationlinear algebra

What is the best way of introducing determinants in a linear algebra course? I want to give real life examples of where the determinant is applied. It should have a real impact.

Best Answer

I don't know that this answers your question in terms of addressing "real-life" applications of the determinant, but I think it addresses your title question:

Historically:
From what I understand, the calculation of determinants didn't make use of matrices; it was applied to systems of linear equations and treated as a property which measures the existence of unique solutions, providing, if you will, a "litmus test" for determining whether unique solutions exist. Only later did determinants become associated with matrices.

The origin of the concept and use of the determinant dates back, I believe, to the $3^{rd}$ century, when Chinese mathematicians used the determinants in their book The Nine Chapters on the Mathematical Art. (A summary of the text, in Engish, can be found here. See, in particular, the synopsis of Chapter 8.)


Geometrically:
It helps many students to "visualize" the determinant of a $2 \times 2$ matrix geometrically, to better understand the determinant, as representing the area of a parallelogram. (This can be found in many standard books.):

Area

So you can clearly see that if $ad-bc=0$ then the parallelogram suddenly becomes a straight line (having no area).

For a $3\times 3$ matrix, we have that the value of the determinant is equal to the volume of a parallelepiped whose coordinates correspond to the matrix's entries. When such a determinant is zero the parallelepiped suffers a decrement by one dimension by one (hence, is without volume).


Resources that may be helpful:

Apart from reading about determinants in Wikipedia and pursuing any promising links there, you may want to read a very good article Making Determinants Less Weird by John Duggan.

Also see Determinants and Linear Transformations - a helpful website for tying together the concepts of determinants and linear transformations. At the bottom of this linked webpage, there are additional links relating to the determinant, e.g., following one such link elaborates on the relationship between determinants and area and volume.


Follow-up: I couldn't resist revisiting this post to include the link to an earlier (semi-related) math.se post and the answers provided there, particularly the answer provided by @I.J.Kennedy. There, you'll find a "Proof without words: A $2 \times 2$ determinant is the area of a parallelogram," by Solomon W. Golomb.

Related Question