AmesWeb
Dot Product Calculator
Use this dot product calculator to calculate the vector dot product,
also called the scalar product or inner product. The calculator can find
the dot product from vector components or from magnitudes and angle, and it also shows the
angle between two vectors.
Vector Dot Product, Scalar Product and Angle Calculator
Change any input and the calculator updates automatically without pressing Calculate.
Calculator Inputs
Use dot “.” as decimal separator.
Results
A · B
Interpretation
Enter values to compute the dot product and the angle between vectors.
Live Vector Diagram
For true 3D vectors, the calculator still computes the correct dot product and angle. The live diagram is shown only for 2D visualization.
What the Dot Product Means
The dot product measures how much one vector points in the same direction as another. A positive result means the vectors point mostly in the same direction, a negative result means they point mostly in opposite directions, and a zero result means they are perpendicular.
How to Use This Scalar Product Calculator
- Select Vector Components or Magnitudes and Angle.
- Enter the vector values.
- The calculator updates instantly when you change any value.
- Read the dot product, vector magnitudes, and the angle between the vectors.
Worked Example
Let A = (1, 2, 0) and B = (3, 4, 0).
- A · B = 1×3 + 2×4 + 0×0 = 11
- |A| = √(1² + 2²) = √5 ≈ 2.236
- |B| = √(3² + 4²) = 5
- θ = arccos(11 / (2.236 × 5)) ≈ 10.3°
Frequently Asked Questions
What is the dot product of two vectors?
The dot product is a scalar value found from the sum of the products of corresponding vector components.
Is dot product the same as scalar product?
Yes. Dot product, scalar product, and inner product are often used to describe the same operation in this context.
What does a zero dot product mean?
A zero dot product means the vectors are perpendicular.
Can this calculator find the angle between vectors?
Yes. When both vectors have non-zero magnitude, it calculates the angle using the inverse cosine formula.
References
- Giancoli, Douglas C. Physics: Principles with Applications. Pearson.
- Halliday, Resnick, Walker. Fundamentals of Physics.
- OpenStax. University Physics. Vector algebra and dot product sections.