Dot product: A⃗⋅B⃗=∑i=1nAiBi\vec{A} \cdot \vec{B} = \sum_{i=1}^n A_iB_iA⋅B=∑i=1nAiBi
Geometrically: A⃗⋅B⃗=∣A⃗∣⋅∣B⃗∣cosθ\vec{A} \cdot \vec{B} = |\vec{A}| \cdot |\vec{B}| cos\thetaA⋅B=∣A∣⋅∣B∣cosθ
We can use the dot product and the length to find the angle between any vectors
Sign of A⃗⋅B⃗:\vec{A}\cdot\vec{B}:A⋅B:
>0 if angle less than 90 degrees, pointing at the same direction
=0 if angle is 90 degrees, perpendicular
<0 if angle is greater than 90 degrees, pointing at the opposite direction
Last updated 1 year ago