Scalar dot product of two unit vectors

Given two unit vectors: 𝐀=(a,b) and: 𝐂=(c,d), we prove their dot product is: ac+bd.

Step 1: Squared Distance

The squared distance between: 𝐀 and 𝐂 is:

𝐂𝐀2= (ac)2 + (bd)2

Multiplying out:

𝐂𝐀 2 = a2 2ac + c2 + b2 2bd + d2

Using the unit vector property: a2+b2=1 and c2+d2=1:

𝐂𝐀2 = 2 2 (ac+bd)

Step 2: Distance and Dot Product

The squared distance between: A and: C can also be calculated using the dot product as a means of multiplying vectors:

CA 2 = (CA) (CA)

Expanding the dot product:

𝐂𝐀2= CC 2AC + AA

Since A and C are unit vectors:

𝐂𝐀2= 1 2 AC + 1 = 2 2 AC

Final result

Equate to Step 1’s distance formula to Step 2’s:

𝐂𝐀2= 2 2 AC = 2 2 (ac+bd) So:

AC = ac+bd as was to be shown.