Vecteurs et Translation

Vecteurs et Translation

3AC – Vecteurs et Translation (Leçon) body { font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.8; margin: 0; padding: 20px; background-color: #f9f9f9; color: #333; } .container { max-width: 900px; margin: 0 auto; background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } h1, h2, h3 { color: #2c3e50; } h1 { text-align: center; border-bottom: 3px solid #3498db; padding-bottom: 15px; margin-bottom: 30px; } h2 { border-left: 5px solid #3498db; padding-left: 15px; margin-top: 40px; color: #2980b9; } h3 { color: #e74c3c; border-bottom: 2px dashed #e74c3c; padding-bottom: 5px; margin-top: 25px; } .definition { background-color: #eaf2f8; padding: 15px; border-left: 5px solid #3498db; margin: 20px 0; border-radius: 5px; } .example { background-color: #e8f8f5; padding: 15px; border-left: 5px solid #2ecc71; margin: 20px 0; border-radius: 5px; } .note { background-color: #fff3cd; padding: 15px; border-left: 5px solid #ffc107; margin: 20px 0; border-radius: 5px; } .property { background-color: #f5eef8; padding: 15px; border-left: 5px solid #9b59b6; margin: 20px 0; border-radius: 5px; } .illustration { text-align: center; margin: 20px 0; padding: 10px; background-color: #f0f0f0; border-radius: 5px; } img { max-width: 100%; height: auto; border: 1px solid #ddd; } table { width: 100%; border-collapse: collapse; margin: 20px 0; } table, th, td { border: 1px solid #ddd; } th, td { padding: 12px; text-align: center; } th { background-color: #3498db; color: white; } tr:nth-child(even) { background-color: #f2f2f2; }

Leçon : Vecteurs et Translation

1. Introduction aux Vecteurs

Un vecteur est un objet mathématique représenté par un segment orienté, caractérisé par :

  • Direction : la droite qui le porte
  • Sens : l’orientation (flèche)
  • Norme : sa longueur (distance entre les points)

Notation : \(\overrightarrow{AB}\) ou \(\vec{u}\)

Représentation d'un vecteur

Figure 1 : Représentation graphique d’un vecteur \(\overrightarrow{AB}\)

1.1 Coordonnées d’un vecteur

Si \(A(x_A; y_A)\) et \(B(x_B; y_B)\), alors :

\[ \overrightarrow{AB} = \begin{pmatrix} x_B – x_A \\ y_B – y_A \end{pmatrix} \]

Exemple :

Soient \(A(2; 5)\) et \(B(7; 3)\).

\[ \overrightarrow{AB} = \begin{pmatrix} 7 – 2 \\ 3 – 5 \end{pmatrix} = \begin{pmatrix} 5 \\ -2 \end{pmatrix} \]

2. Égalité de vecteurs

Deux vecteurs \(\overrightarrow{AB}\) et \(\overrightarrow{CD}\) sont égaux si :

  • Ils ont la même direction
  • Le même sens
  • La même norme

Ce qui équivaut à dire que \(ABDC\) est un parallélogramme.

Remarque : Deux vecteurs égaux ont les mêmes coordonnées.

3. Translation

Une translation est une transformation géométrique qui associe à tout point \(M\) un point \(M’\) tel que :

\[ \overrightarrow{MM’} = \vec{u} \]

où \(\vec{u}\) est un vecteur donné.

3.1 Propriétés des translations

  • Conserve les longueurs (isométrie)
  • Conserve les angles
  • Conserve les aires
  • L’image d’une droite est une droite parallèle
Exemple de translation

Figure 2 : Translation d’une figure par un vecteur \(\vec{u}\)

4. Composition de translations

La composée de deux translations de vecteurs \(\vec{u}\) et \(\vec{v}\) est une translation de vecteur \(\vec{u} + \vec{v}\).

\[ t_{\vec{u}} \circ t_{\vec{v}} = t_{\vec{u} + \vec{v}} \]

Exemple :

Soient \(\vec{u} = \begin{pmatrix} 2 \\ 3 \end{pmatrix}\) et \(\vec{v} = \begin{pmatrix} -1 \\ 4 \end{pmatrix}\).

\[ \vec{u} + \vec{v} = \begin{pmatrix} 2 + (-1) \\ 3 + 4 \end{pmatrix} = \begin{pmatrix} 1 \\ 7 \end{pmatrix} \]


Comments

No comments yet. Why don’t you start the discussion?

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *