Produit scalaire et angles de deux vecteurs#
Angle de deux vecteurs#
Définition
Soient \(\vec{u}\) et \(\vec{v}\) deux vecteurs dans le plan muni d'une base orthonormée, avec
Le produit scalaire de \(\vec{u}\) et \(\vec{v}\) est le nombre réel défini par
Théorème
Dans un repère orthonormé,
Exemple 21#
Soient les deux vecteurs \(\vec{u} = \begin{pmatrix} 7\\2 \end{pmatrix}\) et \(\vec{v} = \begin{pmatrix} 3\\ 5 \end{pmatrix}\).
Déterminez l'angle aigu \(\varphi\) formé par les deux vecteurs.
D'après la définition du produit scalaire:
\(\vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 = 7 \cdot 3 + 2 \cdot 5 = 21 + 10 = 31\)
D'après le théorème précédent:
Des deux égalités ci-dessus, nous déduisons:
Théorème
Dans un repère orthonormé, deux vecteurs \(\vec{u}\) et \(\vec{v}\) sont orthogonaux si, et seulement si, leur produit scalaire est nul:
Exemple 22#
Soient les deux vecteurs \(\vec{u} = \begin{pmatrix} -3\\4 \end{pmatrix}\) et \(\vec{v} = \begin{pmatrix} 8\\6 \end{pmatrix}\).
\(\vec{u}\) et \(\vec{v}\) sont orthogonaux, car
\(\vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 = -3 \cdot 8 + 4 \cdot 6 = -24 + 24 = 0\)
Exemple 23#
Soient les deux vecteurs \(\vec{u} = \begin{pmatrix} 5\\-1 \end{pmatrix}\) et \(\vec{v} = \begin{pmatrix} 2\\z \end{pmatrix}\).
Cherchez \(z\) pour que \(\vec{u}\) et \(\vec{v}\) soient orthogonaux:
Vecteur orthognonal#
Théorème
Soit \(\vec{u}\) un vecteur non nul du plan vectoriel muni d'une base orthonormée, avec \(\vec{u} = \begin{pmatrix} u_1\\ u_2 \end{pmatrix}\)
Exemple 24#
Soit le vecteur \(\vec{u} = \begin{pmatrix} 4\\ -3 \end{pmatrix}\).
Cherchez un vecteur orthogonal à \(\vec{u}\).
D'après le théorème précédent:
\(\vec{v} = \lambda \cdot \begin{pmatrix} -(-3)\\ 4 \end{pmatrix} = \lambda \cdot \begin{pmatrix} 3\\ 4 \end{pmatrix}\) avec \(\lambda \in \mathbb{R^*}\)
Avec \(\lambda = 1\), \(\begin{pmatrix}4\\ -3 \end{pmatrix} \perp \begin{pmatrix} 3\\ 4 \end{pmatrix}\)
Théorème
Soient deux droites \(d_1\) de pente \(m_1\) et \(d_2\) de pente \(m_2\).
Projection orthogonale#
Définition
La projection orthogonale d'un point \(P\) sur une droite \(d\) est le point \(P'\) de \(d\) tel que le segment \(PP'\) soit perpendiculaire à \(d\).
Théorème
Dans un repère orthonormé, la projection orthogonale d'un vecteur \(\vec{u}\) sur un autre vecteur \(\vec{v}\) est le vecteur \(\vec{u}'\) donné par
Exemple 25#
Soient \(A(-3;2)\), \(B(4;-1)\) et \(P(1;5)\) trois points du plan.
Calculez la projection orthogonale \(P'\) de \(P\) sur la droite \(AB\).
Composantes de \(\overrightarrow{AB}\):
\(\overrightarrow{AB} = \begin{pmatrix} 4\\ -1 \end{pmatrix} - \begin{pmatrix} -3\\ 2 \end{pmatrix} = \begin{pmatrix} 4-(-3)\\ -1-2 \end{pmatrix} = \begin{pmatrix} 7\\ -3 \end{pmatrix}\)
Composantes de \(\overrightarrow{AP}\):
\(\overrightarrow{AP} = \begin{pmatrix} 1\\ 5 \end{pmatrix} - \begin{pmatrix} -3\\ 2 \end{pmatrix} = \begin{pmatrix} 1-(-3)\\ 5-2 \end{pmatrix} = \begin{pmatrix} 4\\ 3 \end{pmatrix}\)
Calculez \(\overrightarrow{AP'}\) avec le théorème ci-dessus:
Trouvez les coordonnées de \(P'\):
\(\overrightarrow{OP'} = \overrightarrow{OA} + \overrightarrow{AP'} = \begin{pmatrix} -3\\ 2 \end{pmatrix} + \begin{pmatrix} \frac{7}{2}\\ -\frac{3}{2} \end{pmatrix} = \begin{pmatrix} \frac{1}{2}\\ \frac{1}{2} \end{pmatrix}\)
\(\implies P'(\frac{1}{2};\frac{1}{2})\)