Ask Uncle Colin: Rotating vectors
Dear Uncle Colin,
I need to find a unit vector in the xy-plane that makes an angle of 45 degrees with the vector
. How would you do that? - Don’t Enjoy Maths Of Integer Vectors Rotating Enough
Hi, DEMOIVRE, and thanks for your message! I can think of several ways to approach this.
Method 1: sneaky complex numbers
Instead of the vector
To rotate the point in the Argand diagram corresponding to
Ignoring the
The modulus of these numbers is
Method 2: a dot product
Suppose the required vector is
Let’s make live easy for ourselves and suppose that
We’ve now got simultaneous equations:
Letting
Rearranging,
This gives
Method 3: Use the perpendicular
If you construct a perpendicular vector of the same length - either
The two possible midpoints are at
Method 4: compound angle formula
Let
The first corresponds to a vector parallel to
Hope that’s helpful!
- Uncle Colin
Footnotes:
1. In Argand-world, we do not degree.