high School3 min

Dot Product

Geometric meaning of dot product

Not Started
u=(2,1)v=(1,2)36.9°u·v = 4

u = (2,1)

v = (1,2)

uv=uxvx+uyvy=21+12=4\vec{u}\cdot\vec{v} = u_x v_x + u_y v_y = 2\cdot1+1\cdot2 = 4
cosθ=42.242.24θ=36.9°\cos\theta = \frac{4}{2.24\cdot2.24} \Rightarrow \theta = 36.9°

Dot product = measures how "aligned" two vectors are. u·v=0 → perpendicular, u·v>0 → acute angle, u·v<0 → obtuse angle. Foundation of projections.