i have no idea how to start this problem. there's an example in my book and i've tried to adapt it, but i haven't been able to get very far and i'm not even sure i'm on the right track.
i know i need an expression $T(a,b)$ for any $(a,b)$ in $R^2$.
i want to set the basis $A = \{(1,0), (0,1)\}$, but i'm unsure of how to calculate the values of $T(a,b)$ using these. i think $T(1,0)=(1,mx)$ and $T(0,1)=(0,0)$, but i don't think that this is right.
have i chosen the right basis $A$? if not, how can i find a better one? and how can i calculate the values of $T(a,b)$ using the correct basis? then how should i proceed? my book and lecture content are both unclear about this.
thank you in advance for any insight.
Sorry for the notations; I have switched $(x,y)$ and $(a,b)$.
Hint: $T(x,y)=(a,b)$ is characterized by two properties:
a) The line joining $(x,y)$ and $(a,b)$ is orthogonal to the given line. This gives $m\frac {y-b} {x-a}=-1$.
b) The mid-point of the line joining $(x,y)$ and $(a,b)$ lies on the given line. This gives $\frac {b+y} 2 =m \frac {x+a} 2$.
Now solve the two equations above for $a$ and $b$ in terms of $x$ and $y$ that will give you the formula for $T(x,y)$,