I am having trouble with this seemingly simple question: Write the standard coordinate form of an affine transformation in $\mathbb{A}^{2}(\mathbb{R})$ that maps the point (1, −2) to the point (0, 10), and the lines $10x_{1} − 4x_{2} = 1$ and $3x_{1} − 3x_{2} = −7$ to the lines $x_{1} − 2x_{2} = −3$ and $x_{1} − x_{2} = 6$, respectively.
Now as I understand for the point transformation $\begin{pmatrix}0\\10\\0\end{pmatrix}=\begin{pmatrix}a_{11} & a_{12} & b_{1}\\a_{21} & a_{22} & b_{2}\\0 & 0 & 1\end{pmatrix}\begin{pmatrix}1\\-2\\0\end{pmatrix}$ and I need to find this matrix of transformation, this matrix equation gives me two equations with 6 unknowns. So I guess 4 more equations will be coming from the transformations of the two lines. Now here is where I am having trouble, I don't know how to get those equations. Any kind of hints would be really helpful. Thanks in advance.
I think the added third coordinates should be $1$ instead of $0$ to obtain the translation effect of the matrix multiplication.
Write $x=(x_1,x_2,1)^T$.
If an expression $e(x)$ defines a given set $E$, in the sense that $e(x)$ is true iff $x\in E$, and $A$ is an invertible transformation, then the image of $E$ can be described by the expression $$f(y):=e(A^{-1}(y))$$ because $y\in A(E)\iff A^{-1}(y)\in E\iff e(A^{-1}(y))$.
Since we don't want to calculate the inverse of the unknown matrix, we can rewrite the above formula by the $x=A^{-1}(y)$ substitution as $$f(A(x))=e(x)\,.$$ So, we have the following connection between the first equations: $$(a_{11}x_1+a_{12}x_2+b_1)\ -\ 2(a_{21}x_1+a_{22}x_2+b_2)\ =\ -3\ \iff\ 10x_1-4x_2\,=\,1\,,$$ which means that the two equations are a scalar multiple of each other. This actually brings in one more variable and 3 equations.
And the same to be done with the other two lines.