I'm learning affine geometry, specifically affine transformations, and need help with the following exercise :
Let $P_1 : -x + z = 3$ and $P_2 : x - 4y + 3z = 9$ be two planes of $\mathbb{R^3}$.
$(1)$ Give affine frames of the form $\mathcal{R} = \{a_0, (\overrightarrow{a_0a_1}, \overrightarrow{a_0a_2})\}$ and $\mathcal{R'} = \{a_0', (\overrightarrow{a_0'a_1'}, \overrightarrow{a_0'a_2'})\}$ for the planes $P_1$ and $P_2$, resp.
$(2)$ Find an (invertible) affine transformation of the form $\mathbf{x'} = A \mathbf{x} + \mathbf{b}$ (where $A$ is the linear part and $\mathbf{b}$ the displacement vector) which send $P_1$ to $P_2$.
Since I'm having difficulties for $(2)$, I'm going to share my work for $(1)$.
$(1)$ An affine frame of an affine space consists of a point $a_0$, that we call origin, and a linear basis of the associated vector space. From the parametric equation of the plane $P_1$
$$\begin{pmatrix}x\\y\\z\end{pmatrix} = \begin{pmatrix}0\\0\\3\end{pmatrix} + u\begin{pmatrix}0\\0\\1\end{pmatrix} + t\begin{pmatrix}0\\1\\0\end{pmatrix}.$$
we let $a_0 = (0, 0, 3)$ be the origin, $\overrightarrow{a_0a_1} = (0, 0, 1)^T$ and $\overrightarrow{a_0a_2} = (0, 1, 0)^T$. Hence, an affine frame for the plane $P_1$ is given by $\mathcal{R} = \{(0, 0, 3),((0, 0, 1)^T, (0, 1, 0)^T)\}$.
We proceed similarly for $P_2$ and find the affine frame $\mathcal{R'} = \{(9, 0, 0),((4, 1, 0)^T, (-3, 0, 1)^T)\}$.
$(2)$ Unfortunately, I don't know how to construct an affine transformation $f : P_1 \to P_2$. I think I should make use of part $(1)$ since, by definition, the affine transformation $f : P_1 \to P_2$ is uniquely determined by the image of the affine basis. Also, since the three points $a_0, a_1$ and $a_2$ form an affine coordinate system, I thought I could construct an affine transformation from $P_1$ to $P_2$ by sending the points $a_0$ to $a_0'$, $a_1$ to $a_1'$ and $a_2$ to $a_2'$. I don't know if this is the correct idea.
Any help would be appreciated.
Your idea is correct, and it leads to a system consisting of nine linear equations for twelve coordinates of $A$ and $\mathbf{b}$, so you’ll have to fix some three of these coordinates. For instance, maybe it is possible to put $\mathbf{b}=0$.
But I have an other idea, which is more simple for me. Put $r_1=(-1/3,0,1/3)$ and $r_2=(1/9,-4/9,3/9)$.
Then for $i=1,2$ holds
$$P_i=\{r\in\Bbb R^3: (r,r_i)=1\}.$$
Then it suffices to put $\mathbf{b}=0$ and pick as $A$ the adjoint to an (invertible) affine transformation which sends $r_2$ to $r_1$, because then $(Ar, r_2)=(r, A^*r_2)=(r,r_1)$. Can you find such a transformation?