Vector Dot Product Lab

Interactive 3D vector visualization with real-time calculations

Vector A

Vector B

A · B =

0

How Dot Product Works

The dot product of two vectors is calculated by:

| A · B = (Ax × Bx) + (Ay × By) + (Az × Bz)

It represents the product of their magnitudes and the cosine of the angle between them.