Intro

A vector’s dot product with itself equals the square of its Euclidean length, forming the basis for distances, angles, and projections.

Self Vector Multiplication

  • Let a vector be expressed in the standard basis
  • Take the dot product of the vector with itself:
  • Expand distributively:
  • In Euclidean space, the standard basis vectors are orthonormal, so cross-basis dot products vanish
  • Only the matching basis components remain:
  • Since the diagonal terms equal 1:
  • So