En repère orthonormé : \(\vec{u}\cdot\vec{v}=xx'+yy'+zz'\) et \(\|\vec{u}\|=\sqrt{x^2+y^2+z^2}\). Ces formules ne valent QUE si le repère est orthonormé.
Base orthonormée : vecteurs deux à deux orthogonaux et tous de norme 1. Repère orthonormé : repère dont la base est orthonormée.
Définition
Vecteur normal à un plan \(\mathcal{P}\) : vecteur non nul orthogonal à tout vecteur directeur de \(\mathcal{P}\).
Définition
Projeté orthogonal de \(M\) sur \(\mathcal{P}\) : le point \(H\in\mathcal{P}\) tel que \((MH)\perp\mathcal{P}\). C'est le point de \(\mathcal{P}\) le plus proche de \(M\).
Formules à connaître
Produit scalaire et norme (repère orthonormé)
\[\vec{u}\cdot\vec{v}=xx'+yy'+zz' \qquad \|\vec{u}\|=\sqrt{x^2+y^2+z^2}\]
avec \(\vec{u}(x;y;z)\) et \(\vec{v}(x';y';z')\).
Distance entre deux points
\[AB=\sqrt{(x_B-x_A)^2+(y_B-y_A)^2+(z_B-z_A)^2}\]
Angle entre deux vecteurs
\[\cos(\vec{u},\vec{v})=\frac{\vec{u}\cdot\vec{v}}{\|\vec{u}\|\times\|\vec{v}\|}\]
Équation d'un plan (point \(A\), normal \(\vec{n}(a;b;c)\))
\[\vec{AM}\cdot\vec{n}=0 \;\Longleftrightarrow\; ax+by+cz+d=0\]
Distance d'un point à un plan
\[d(M,\mathcal{P})=\frac{|ax_0+by_0+cz_0+d|}{\sqrt{a^2+b^2+c^2}}\]
pour \(M(x_0;y_0;z_0)\) et \(\mathcal{P}:ax+by+cz+d=0\).