1. Find the angle between two 2D vectors with positive components
Problem
The dot product multiplies corresponding components and adds them: for 2D vectors, this is .
The magnitude of a vector is found using the distance formula: .
Apply the same magnitude formula to the second vector.
Substitute into the angle formula: the dot product goes in the numerator, and the product of magnitudes in the denominator.
Simplify by factoring perfect squares, then rationalize the denominator by multiplying by .
Apply the inverse cosine function to find the angle; is a standard value.
Answer:
We used the angle formula because it directly relates the dot product and magnitudes to the angle between directions. The result tells us the two vectors point in nearly the same direction but diverge by 45°.