Find the smaller angle between two non-zero 2D real vectors using the dot-product definition, in degrees and radians.
Last updated: August 2026 | By Summa Calculator
The angle is the amount of turning needed to move from one vector to the other, measured as the smaller angle between their directions.
The dot product connects that angle to the lengths of the vectors. When the vectors point in the same direction, the angle is 0 degrees. When they are perpendicular, the angle is 90 degrees. When they point in opposite directions, the angle is 180 degrees.
This is why the calculator uses the dot product formula instead of trying to measure the turn visually. The dot product turns direction into a precise numeric result.
The sign of the dot product classifies the smaller angle between non-zero real vectors. A positive dot product means the angle is acute (less than 90 degrees), zero means the vectors are perpendicular, and a negative dot product means the angle is obtuse (greater than 90 degrees).
This is what makes the dot product useful for angle calculations. Once the relationship between the vectors is known, the formula can turn that into a precise angle.
When two vectors point in exactly the same direction, the angle is 0 degrees. When they are perpendicular, the angle is 90 degrees. When they point in opposite directions, the angle is 180 degrees.
These are helpful checkpoints because they make it easier to see whether a calculated answer makes sense.
The formula compares the dot product to the product of the vector magnitudes. That gives the cosine of the angle, which is then converted back into an actual angle with arccos.
Since 63/65 is positive and close to 1, the angle is acute and relatively small. Substituting into theta = arccos(63/65) gives approximately 0.24870999 radians, or 14.2500327 degrees.
Can the angle be negative?
No. The angle between vectors is defined from 0 deg to 180 deg.
What if one vector is zero?
The angle is undefined because a zero vector has no direction.
Does this calculator work in 3D?
No. This interface accepts two components per vector, so it calculates 2D vector angles only. The same dot-product formula generalizes to 3D and higher dimensions.
Why is radians shown?
Radians are the standard angle unit in mathematics and physics.
Related Tools