Skip to content
ZeroServer.tools

Vector Calculator

Compute vector operations — addition, dot product, cross product, magnitude, and angle.

Mode:
Vector A
x
y
Vector B
x
y

Results

OperationResult
A + B(4, 6, 0)
A − B(2, 2, 0)
Dot Product (A · B)11
|A| (Magnitude)5
|B| (Magnitude)2.236068
Angle (degrees)10.304846°
Unit Vector A (Â)(0.6, 0.8, 0)

About Vector Calculator

This Vector Calculator performs common 2D and 3D vector operations instantly in your browser. Enter the components of two vectors A and B to compute their sum (A+B), difference (A−B), dot product, cross product (in 3D mode), individual magnitudes, the angle between them, and the unit vector of A. When the dot product equals zero, the calculator automatically flags the vectors as perpendicular. All calculations run client-side with no data sent to any server.

Private & free — this tool runs entirely in your browser.

Related Calculators tools