Let two vectors be defined as:
v=(v1,v2,v3)
w=(w1,w2,w3)
We define an unknown vector n=[nx ny nz] such that its dot product with any vector r=xyz equals the determinant of the matrix formed by r,v,and w:
nT[nx ny nz]xyz=det(r,v,w)=xyzv1v2v3w1w2w3
Here, the vector n representing this transformation is the Cross Product (v×w).
To find the components of this “Target Vector” (the normal vector), we typically expand using basis vectors i,j,k:
n=ijkv1v2v3w1w2w3
The geometric meaning of the determinant (Scalar Triple Product) is the Volume of the Parallelepiped spanned by r, v, and w.
Volume=Base Area×Height
- Base Area: The magnitude of the cross product, ∥v×w∥, represents the area of the parallelogram formed by v and w.
- Height: The projection of vector r onto the normal vector n.
It follows that if the determinant is zero, the volume is zero.
xyzv1v2v3w1w2w3=0
Geometric Conclusion:
If the volume is 0, the “height” is 0. This means the vector r=(x,y,z) lies flat in the same plane spanned by v and w.
Thus, this equation defines the plane passing through the origin spanned by vectors v and w.