Say I have two vectors, $A$ and $B$. They have magnitude $|A|$ and $|B|$, and angle $\alpha$ between them (where $A\cdot B=(AxBx + AyBy)$ and $\cos(alpha) = \frac{A\cdot B}{|A||B|}$.
Now, say I have another vector, $A'$ and I know there exists another vector $B'$, such that $A$ and $B$ are scaled and/or rotated by the same matrix, $M$. So, $A' = MA$ and $B' = MB$.
I know each pair share the same angle (I.e., $\alpha(A,B)=\alpha(A',B')$) and the proportion of the magnitudes must be the same ($\frac{|A|}{|C|} = \frac{|B|}{|D|}$).
However, the plot thickens! $A'$ can have four possible vectors that satisfy the conditions for $B'$ (as shown by the dotted lines in the sketch). None of these are invalid representations.
I have tried using and rearranging the above equations in many many ways, to absolutely no avail. Representing points as matrices , $$A' = MA \Rightarrow M=A(A'^{-1}) \Rightarrow B'=A(A'^{-1})B $$ seemed of interest, but I am really lost!
So, is there an equation (I would guess its a linear map?) to get the coordinates for all vectors that satisfy the conditions of $B'$? I think it may involve plus/minus the distance from the center of the vector, to get all four equations, as that visibly is where there is symmetry of all four possibilities.
I'm very new to linear algebra (determinants and inverse matrices are the limit of my knowledge), so please try to make your answer slightly layman if it involves anything complex! (no imaginary number pun intended there, either :p)
