Vector Addition Calculator
Add vectors in 2D or 3D space and visualize the result.
Select Dimension
Results
Vector 1:
0
Vector 2:
0
Sum:
0
Vector Visualization
How it works
Vector addition is performed component-wise:
For 2D vectors: (a₁, a₂) + (b₁, b₂) = (a₁ + b₁, a₂ + b₂)
For 3D vectors: (a₁, a₂, a₃) + (b₁, b₂, b₃) = (a₁ + b₁, a₂ + b₂, a₃ + b₃)
The result is a new vector that represents the sum of the two input vectors.