I have a question about not why a specific formula for the cross product works (the math is easy enough), but mathematically, why part of it is a valid construction. Simply put, professors and grad students I’ve asked from different fields over a few years have more or less said “When I asked the same question in your shoes I was told the same answer: I don’t know.”
So here’s the question, the cross product:
a x b = c
Can be validly computed using the following method
[ i j k ]
c =det [ a_x a_y a_z ]
[ b_x b_y b_z ]
Where i,j,k are the standard orthonormal basis vectors in R[sup]3[/sup]: [1,0,0]; [0,1,0]; and [0,0,1]
But here’s the rub: the elements of the matrix aren’t in a uniform space. You can’t have elements in R[sup]3[/sup] AND elements in R[sup]1[/sup] (which is the confusing part most instructors/professors also acknowledge), and if you expanded them you’d have a 5x3 matrix… which you can’t take the determinant of.
So how is this possible? Through my thinking, I’ve come across one potential explanation. I’m not too familiar with quaternions, only having used them briefly (and outside of any formal setting at that), but if you take a_x … b_z as a_x * 1 … b_z * 1 (where 1 is the quaternion [1,0,0,0]), and i,j,k in R[sup]3[/sup] as their corresponding quaternions (which I understand is done without hesitancy rather often), then you have a square matrix with every element in H. Since 1 * i, 1 * j, 1 * k, and 1 * 1 are defined as identity operations you maintain, for instance, (a_y * 1) * (b_z * 1) * i = a_y * b_z * i, which makes the arithmetic consistent as well.
So is that it, and physics and basic linear algebra or graphics courses don’t want to have to introduce quaternion algebra just to give a simple cross product formula? Can you really just simply have a matrix in a mixed space and I was lied to by my linear algebra course? The reason I doubt my, er… “discovery” is that 4 very well educated people who teach how to compute and use the cross product never even gave a hint that this may be the reason, but then I guess they may have never bothered thinking about it much.
Unfortunately, every source I find that defines the cross product more or less just mentions the determinant method using the matrix I gave without explaining it. Wikipedia mentions taking the determinant of the “formal matrix” and while I can’t really find many sources for the term “formal matrix” I infer that “formal matrix” just adds an extra word onto “matrix” so we don’t confuse it with… I dunno, a Keanu Reeves/Wachowski Brothers film I guess? (Though I’m not sure they’re successful at disambiguation. There were a lot of suits in that movie, that’s pretty formal).