Dot Product Calculator

Vector A
Vector B

Result: --

Dot Product (Scalar Product)

The dot product of two vectors is a scalar value that represents how much one vector extends in the direction of another. Mathematically, it is calculated as:

A · B = AxBx + AyBy + AzBz

It is widely used in physics to find work done, angle between vectors, and projections.