Definition
Dot product
(F2.3.1) F2.3 · Dot and Cross Products →Statement
A scalar equal to the projection of one vector onto the other, scaled by their magnitudes.
Symbols and units
| vectors being dotted | — | |
| dot product | — | |
| angle between the vectors | degrees | |
| Cartesian components of A and B | — |
When it applies
Any two vectors; the angle θ is taken between 0 and 180°.
Don't use when
Does not apply when a direction-only result is needed — use the cross product for a perpendicular vector, not a scalar.
Derivation
Geometric definition, using the angle θ between the vectors:
Equivalent component form: cross terms between different, mutually perpendicular axes vanish, leaving:
Worked examples
Angle between two vectors
A = (3, 4), B = (4, 3):
Watch out for
The dot product is zero exactly when the vectors are perpendicular — that is the standard test for orthogonality.
Connects to