Vector Calculator
Calculate vector — vector operations and properties.
—
|A| Magnitude
—
|B| Magnitude
—
Dot Product (A·B)
Recent Calculations
What Is Vector?
Vector computes vector magnitudes and the dot product of two 2D vectors.
Formula
|V| = √(x²+y²), A·B = x₁x₂ + y₁y₂Frequently Asked Questions
What does the dot product tell you?
It measures how much two vectors point in the same direction. Zero means they are perpendicular.