Défi

Matrices et transformations géométriques du plan (3)

Signaler

Énoncé

Exercice 1 (Composition translation + rotation)
Soit A(1;0)A(1;0). On applique successivement :

  • la translation u=(21)\vec{u}=\begin{pmatrix}2 \\ -1\end{pmatrix}

  • puis la rotation R(O,π2)R(O,\tfrac{\pi}{2}).

    Déterminer BB image de AA.

Exercice 2 (Transformation à partir d’un système)
On considère :
{x=y+2y=x+3\begin{cases} x' = -y+2 \\ y' = x+3 \end{cases}

  1. Déterminer la nature de TT.

  2. Donner la matrice associée et le vecteur constant.

Exercice 3 (Rotation hors origine + translation)
Transformation :

  • rotation de centre C(1;1)C(1;1) et d’angle π\pi,

  • suivie de la translation u=(23)\vec{u}=\begin{pmatrix}-2 \\ 3\end{pmatrix}.
    Déterminer l’image de A(3;2)A(3;2).

Exercice 4 (Retrouver la transformation par images de points)
On sait que M(1;0)M(2;1)M(1;0)\mapsto M'(2;1) et N(0;1)N(1;2)N(0;1)\mapsto N'(-1;2).

  1. Déterminer la matrice de TT.

  2. Est-ce que cette transformation est une rotation ? .

Révéler le corrigé

Exercice 1 :
Après translation : A(3;1)A'(3;-1).
Rotation : (xByB)=(0110)(3 1)=(13)\begin{pmatrix}x_B \\ y_B\end{pmatrix}=\begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix}\begin{pmatrix}3 \ -1\end{pmatrix}=\begin{pmatrix}1 \\ 3\end{pmatrix}.
Donc B(1;3)B(1;3).

Exercice 2 :
Forme matricielle : (xy)=(0110)(xy)+(23)\begin{pmatrix}x' \\ y'\end{pmatrix}=\begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix}\begin{pmatrix}x \\ y\end{pmatrix}+\begin{pmatrix}2 \\ 3\end{pmatrix}.
Donc TT = rotation R(O,π2)R(O,\tfrac{\pi}{2}) suivie d’une translation u=(2;3)\vec{u}=(2;3).

Exercice 3 :
CA=(21)\overrightarrow{CA}=\begin{pmatrix}2 \\ 1\end{pmatrix}.
Rotation π\pi : CB=(21)\overrightarrow{CB}=\begin{pmatrix}-2 \\ -1\end{pmatrix}.
B=(1;0)B=(-1;0). Après translation : B=(3;3)B'=(-3;3).

Exercice 4 :
M(1;0)(2;1)    (a+uc+v)=(21)M(1;0)\mapsto(2;1)\;\Rightarrow\;\begin{pmatrix}a+u \\ c+v\end{pmatrix}=\begin{pmatrix}2 \\ 1\end{pmatrix}.
N(0;1)(1;2)    (b+ud+v)=(12)N(0;1)\mapsto(-1;2)\;\Rightarrow\;\begin{pmatrix}b+u \\ d+v\end{pmatrix}=\begin{pmatrix}-1 \\ 2\end{pmatrix}.
Si u=v=0u=v=0, alors a=2;c=1;b=1;d=2a=2\,;c=1\,;b=-1\,;d=2.
A=(2112)A=\begin{pmatrix}2 & -1 \\ 1 & 2\end{pmatrix}.

Ceci ne peut pas être la matrice d'une rotation.