Euclidean \(n\)-space is the vector space \(\mathbb{R}^n\) equipped with a dot product. This additional structure allows us to introduce geometric concepts like length, distance, and angle—extending our intuition from 2D and 3D geometry to higher dimensions.
Concrete Foundation: Euclidean \(n\)-space provides a familiar, computational setting where we can develop geometric intuition. The dot product \(\mathbf{u} \cdot \mathbf{v} = u_1v_1 + u_2v_2 + \cdots + u_nv_n\) is easy to compute and visualize (especially in \(\mathbb{R}^2\) and \(\mathbb{R}^3\)).
Prototype for Abstract Inner Products: The properties of the dot product serve as a model for defining inner products on other vector spaces. Once we understand these properties in \(\mathbb{R}^n\text{,}\) we can generalize them to spaces of polynomials, functions, and matrices.
Essential for Applications: Most practical applications—from physics to machine learning—work with vectors in \(\mathbb{R}^n\text{.}\) Understanding the geometric structure of Euclidean space is essential for these applications.
The dot product is the fundamental operation that connects algebra with geometry. While vector addition and scalar multiplication give us an algebraic structure, the dot product provides geometric structure—it allows us to measure and compare vectors in meaningful ways.
The dot product of \(\mathbf{u}=\left(u_{1}, u_{2}, \ldots, u_{n}\right)\) and \(\mathbf{v}=\left(v_{1}, v_{2}, \ldots, v_{n}\right)\) is the scalar quantity
Key Observation: The dot product takes two vectors as input and produces a scalar (real number) as output. This scalar contains geometric information about the relationship between the two vectors.
\(\mathbf{v} \cdot \mathbf{v} \geq 0\text{,}\) and \(\mathbf{v} \cdot \mathbf{v} = 0\) if and only if \(\mathbf{v} = \mathbf{0}\) (Positive Definiteness)
has length 1 and has the same direction as \(\mathbf{v}\text{.}\) This vector \(\mathbf{u}\) is the unit vector in the direction of \(\mathbf{v}\text{.}\)
The name "triangle inequality" comes from the geometric interpretation: in a triangle formed by vectors \(\mathbf{u}\text{,}\)\(\mathbf{v}\text{,}\) and \(\mathbf{u}+\mathbf{v}\text{,}\) the length of any side is at most the sum of the lengths of the other two sides. Equality holds when \(\mathbf{u}\) and \(\mathbf{v}\) point in the same direction.
Let \(\mathbf{u}=(1,0,-3)\) and \(\mathbf{v}=(3,2,1)\text{.}\) Find the \(\mathbf{u}\times \mathbf{v}\text{,}\) which is a vector orthogonal to both \(\mathbf{u}\) and \(\mathbf{v}\text{.}\)