Entraînement

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

Signaler

Énoncé

Exercice 1 (Vecteur de translation)
Soient A(2;3)A(2;-3) et B(5;4)B(5;4).
Déterminer le vecteur u\vec{u} de la translation qui transforme AA en BB, puis donner l'écriture matricielle de cette translation.

Exercice 2 (Translation donnée par un système)
On donne le système :
{x=x+2y=y5\begin{cases}x' = x + 2 \\y' = y - 5\end{cases}
Déterminer le vecteur de translation associé et vérifier la relation vectorielle.

Exercice 3 (Rotation hors origine)
Soit A(3;1)A(3;1) et une rotation de centre C(1;0)C(1;0) et d’angle θ=π\theta=\pi.
Déterminer BB, image de AA.

Exercice 4 (Rotation donnée par une matrice)
On donne :
(xy)=(0110)(xy)\begin{pmatrix}x' \\ y'\end{pmatrix}=\begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix}\begin{pmatrix}x \\ y\end{pmatrix}.

  1. Identifier l’angle de rotation.

  2. Vérifier que la transformation conserve les distances à l’origine.

Révéler le corrigé

Exercice 1 :
u=(524(3))=(37)\vec{u}=\begin{pmatrix}5-2 \\ 4-(-3)\end{pmatrix}=\begin{pmatrix}3 \\ 7\end{pmatrix}.
(xByB)=(xAyA)+(37)\begin{pmatrix}x_B \\ y_B\end{pmatrix}=\begin{pmatrix}x_A \\ y_A\end{pmatrix}+\begin{pmatrix}3 \\ 7\end{pmatrix}.

Exercice 2 :
On reconnaît u=(25)\vec{u}=\begin{pmatrix}2 \\ -5\end{pmatrix}.
Vérification : MM=(xxyy)=(25)=u\overrightarrow{MM'}=\begin{pmatrix}x'-x \\ y'-y\end{pmatrix}=\begin{pmatrix}2 \\ -5\end{pmatrix}=\vec{u}.

Exercice 3 :

CB\overrightarrow{CB} est l'image de CA\overrightarrow{CA} par la rotation de centre CC et d'angle θ=π\theta = \pi.

On sait que : CA=(21)\overrightarrow{CA}=\begin{pmatrix}2 \\ 1\end{pmatrix}. Soit CB=(xy)\overrightarrow{CB}=\begin{pmatrix}x \\ y\end{pmatrix}

Cela s'écrit :

(xy)=(cosπsinπsinπcosπ)(21)\begin{pmatrix}x \\ y\end{pmatrix}=\begin{pmatrix}\cos\pi&-\sin\pi\\\sin\pi&\cos\pi\end{pmatrix}\begin{pmatrix}2\\1\end{pmatrix}

(xy)=(1001)(21)=(21)\begin{pmatrix}x \\ y\end{pmatrix}=\begin{pmatrix}-1&0\\0&-1\end{pmatrix}\begin{pmatrix}2\\1\end{pmatrix}=\begin{pmatrix}-2\\-1\end{pmatrix}

Donc après rotation, CB=(21)\overrightarrow{CB}=\begin{pmatrix}-2 \\ -1\end{pmatrix}.

Soit {xBxA=2yByA=1\left\lbrace\begin{matrix}x_B-x_A&=&-2\\y_B-y_A&=&-1\end{matrix}\right.
On obtient au final : B(1;1)B(-1;-1).

Exercice 4 :

  1. La matrice correspond à une rotation de centre l'origine du repère et d'angle π2\dfrac{\pi}{2}.

  2. On cherche les coordonnées (x;y)(x'\,;y') de l'image d'un point de coordonnées (x;y)(x\,;y).

    (xy)=(0110)(xy)=(yx)\begin{pmatrix}x' \\ y'\end{pmatrix}=\begin{pmatrix}0&-1\\1&0\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}-y\\x\end{pmatrix}

    x2+y2=(y)2+(x)2=x2+y2x'^2+y'^2=(-y)^2+(x)^2=x^2+y^2, donc il y a bien conservation des longueurs.