The dot product
For vectors u and v, the dot product u·v = u₁v₁ + u₂v₂ + u₃v₃. The result is a scalar.
The dot product relates to the angle: u·v = |u||v|cos(θ). When zero, the vectors are orthogonal.
u · v = u₁v₁ + u₂v₂ + u₃v₃
Dot product formula.
Calculate the dot product of two vectors in 2D or 3D, with angle and orthogonality detection.
Share this calculator
Dimensions
Vector 1
Vector 2
What is the dot product?
The dot product (scalar product) multiplies corresponding components of two vectors and sums the results. It reveals how much two vectors point in the same direction.
Orthogonal vectors
When the dot product equals zero the vectors are perpendicular (orthogonal), meaning they share no directional component.
Result
The dot product of (3, 4) and (4, 3) is 24. The angle between them is 16.2602°.
Step-by-step
Also in Linear Algebra
Linear Algebra
A dot product calculator multiplies corresponding components of two vectors and sums the results, also computing the angle between the vectors.
For vectors u and v, the dot product u·v = u₁v₁ + u₂v₂ + u₃v₃. The result is a scalar.
The dot product relates to the angle: u·v = |u||v|cos(θ). When zero, the vectors are orthogonal.
u · v = u₁v₁ + u₂v₂ + u₃v₃
Dot product formula.
Frequently asked questions
The angle between the vectors is greater than 90° — they point in generally opposite directions.
The dot product returns a scalar measuring parallelism. The cross product returns a vector measuring perpendicularity.
Related
These related calculators come from the same leaf category, nearby sibling categories, or the same top-level topic.
Compute the cross product of two 3D vectors, with magnitude and direction information.
Calculate the angle between two vectors in 2D or 3D using the dot product formula.
Calculate the magnitude of a 2D or 3D vector with squared magnitude, unit vector, and direction angles.
Normalize a 2D or 3D vector to find its unit vector (magnitude 1) with step-by-step work.