Orthogonal Vectors
From Geometry, we know that two lines are geometrically perpendicular iff the distance
from u to v is the same as the distance from u to –v. This also means that the squares of the
distances is the same.
[dist(u,v)]² = ‖u-v² = (u-v)⋅(u-v)
= (u)⋅(u-v)+(-v)⋅(u-v)
= u⋅u - u⋅v + -v⋅u + v⋅v
= ‖u² +‖v² -2u⋅v
⇒ [dist(u,v)]²=‖u‖²+‖v‖²- 2u⋅v
Similarly, [dist(u,-v)]²=‖u‖²+‖v‖² + 2u⋅v
Since [dist(u,-v)]² = [dist(u,v)]², u⋅v = __?___.
Two vectors u and v are said to be orthogonal (to each other) if u⋅v = 0.
Also note that if u and v are orthogonal, then ‖u+v‖2=‖u‖² +‖v‖².
Theorem 2 (The Pythagorean Theorem): Two vectors u and v are orthogonal if and only if ‖u+v‖2 =‖u‖²+‖v‖².
Example 3: Determine whether the given vectors are orthogonal.
a. u = (-1, 3, 2), v = (4, 2, -1)
b. u = (u1, u1, u1), v = (0, 0, 0)
c. u = (0, 3, -2, 1), v = (5, 2, -1, 0)