Dot Product Calculator
Calculate the dot product of two 3D vectors. Also shows the angle between them and scalar projection.
Dot
32.0000
Mag A3.7417
Mag B8.7750
Angle12.9332 deg
Dot Product
Formula
A · B = a₁b₁ + a₂b₂ + a₃b₃
Geometric Interpretation
A · B = So: theta = arccos(A · B / ( ))A × B × cos(theta) A × B
Properties
Example Calculation
Dot product of (1,2,3) and (4,5,6).
- 01A · B = 1×4 + 2×5 + 3×6 = 4 + 10 + 18 = 32
- 02|A| = √(1+4+9) = √14 ≈ 3.742
- 03|B| = √(16+25+36) = √77 ≈ 8.775
- 04cos(theta) = 32/(3.742 × 8.775) ≈ 0.9746
- 05theta ≈ 12.93°
Frequently Asked Questions
Learn More
How to Calculate Percentages - Complete Guide
Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.