This is frustrating, I should be able to solve this but I'm having a mental fog.
I want to find an orthonormal change of basis: given a single point $(x_1,y_1)^T$ and its image $(x_2,y_2)^T$, find $M$ such that $M(x_1,y_1)^T=(x_2,y_2)^T$.
Normally we would need a second point to constrain the simultaneous equations, but I am only given one. So, maybe I can generate another point?
$\left( \begin{array}{cc} a & b \\ c & d \end{array} \right) \left( \begin{array}{cc} x_1 & -y_1 \\ y_1 & x_1 \end{array} \right) = \left( \begin{array}{cc} x_2 & -y_2 \\ y_2 & x_2 \end{array} \right)$
Nope, not invertible.
How about this? The basis is orthonormal so we note that $ab+cd=0$. Pursuing this line has got me into a terrible tangle. Blame the hangover, but I can't handle this right now :-(
Can someone please jump me to the end? What is $M$?
(I only need the 2D solution right, but for curiosity's sake shouldn't we be able to find a $d$-dimensional $M$ given $d-1$ points and their images, right? e.g. if you fix one corner of a cube at the origin and fix any two other points anywhere, the orientation is fully-specified assuming there is no shear? Is there a general form for the solution?)
