Angle Between Two Vectors Calculator

Find the angle between two 3D vectors.

Angle (°) 45
Angle (rad) 0.7854

Formula: θ = arccos((a · b) ÷ (|a| |b|))

Step-by-step with your numbers:
1. Values used:
2. a x = 1
3. a y = 0
4. a z = 0
5. b x = 1
6. b y = 1
7. b z = 0
8.
9. Angle = 45°
10. Angle = 0.7854rad
Did we solve your problem today?

Find the angle between two vectors using the dot product.

The math behind it

cosθ = (a · b) ÷ (|a| |b|), so θ = arccos of that. A result of 90° means the vectors are perpendicular.

Worked example

(1,0,0) and (1,1,0) → 45°.

FAQ

What angle means perpendicular?

90°, which happens exactly when the dot product is zero.