The Dot Product in Euclidean Space

Math 303: Section 27

Dr. Janssen

Intro

Recall

The length/magnitude/norm of the vector \(\v = \left[\begin{matrix} v_1 \\ v_2 \end{matrix}\right]\) in \(\R^2\) is

\[ \norm{\v} = \sqrt{v_1^2 + v_2^2}. \]

The dot product of vectors \(\u = [ u_1 \ u_2 \ \cdots \ u_n]^\textsf{T}\) and \(\v = [ v_1 \ v_2 \ \cdots \ v_n]^\textsf{T}\) in \(\R^n\) is

\[ \u\cdot \v = u_1 v_1 + u_2 v_2 + \cdots + u_n v_n. \]