Dot Product Calculator

Compute the dot product of two vectors with angle and projection results.

Vector A

Vector B

Dot Product A · B
0
Angle Between Vectors
Projection of A onto B
0
|A|
0
|B|
0

Relationship

What Is the Dot Product?

The dot product (scalar product) of two vectors gives a single number. For vectors A and B:

A · B = AxBx + AyBy + AzBz

A · B = |A| |B| cos(θ)

Interpretation

  • Positive dot product: vectors point in similar directions (angle < 90°)
  • Zero dot product: vectors are perpendicular (angle = 90°)
  • Negative dot product: vectors point in opposite directions (angle > 90°)

Related Calculators