2D & 3D Vector Calculator
MathematicsCompute 2D and 3D vector magnitude, vector addition, subtraction, dot product, cross product, projection, and angle between vectors for physics and 3D graphics.
Dot product · angle 12.93°
About this calculator
Vectors represent directional physical quantities including velocity, acceleration, force, magnetic fields, and 3D surface normals in video game graphics and robotics kinematics.
This tool computes the Euclidean magnitude of vectors in 2D or 3D space, their dot product (scalar projection), cross product (orthogonal normal vector in 3D), and the exact angle between them in degrees.
How It Works & Formula
Magnitude |u| = √(x² + y² + z²). Dot product u · v = u₁v₁ + u₂v₂ + u₃v₃. Angle θ = arccos((u · v) / (|u||v|)). Cross product u × v generates the determinant-based orthogonal vector.
Related Calculators
View All (32)Percentage Calculator
Calculate percentage change, percentage of values, and increase/decrease discounts instantly.
Scientific Calculator
Advanced mathematical calculations with trigonometry, powers, roots, and logarithms.
Fraction Calculator
Add, subtract, multiply, and divide fractions with step-by-step simplification.
Quadratic Equation Solver
Solve ax² + bx + c = 0 with real/complex roots, discriminant, and vertex coordinates.