Ce chapitre généralise la notion de géométrie euclidienne à la dimension quelconque (y compris infinie). Il établit les fondements de l’analyse fonctionnelle et a des applications majeures en physique, en traitement du signal et en probabilités.
1. Produit scalaire§
1.1 Définitions§
Définition (Produit scalaire réel) Soit E E E un R \mathbb{R} R -espace vectoriel. Un produit scalaire sur E E E est une forme bilinéaire ⟨ ⋅ , ⋅ ⟩ : E × E → R \langle \cdot, \cdot \rangle : E \times E \to \mathbb{R} ⟨ ⋅ , ⋅ ⟩ : E × E → R qui est :
Symétrique : ⟨ x , y ⟩ = ⟨ y , x ⟩ \langle x, y \rangle = \langle y, x \rangle ⟨ x , y ⟩ = ⟨ y , x ⟩ pour tous x , y ∈ E x, y \in E x , y ∈ E .
Positive : ⟨ x , x ⟩ ≥ 0 \langle x, x \rangle \geq 0 ⟨ x , x ⟩ ≥ 0 pour tout x ∈ E x \in E x ∈ E .
Définie : ⟨ x , x ⟩ = 0 ⟹ x = 0 \langle x, x \rangle = 0 \implies x = 0 ⟨ x , x ⟩ = 0 ⟹ x = 0 .
Définition (Espace préhilbertien / euclidien)
Un espace préhilbertien réel est un R \mathbb{R} R -espace vectoriel muni d’un produit scalaire.
Un espace euclidien est un espace préhilbertien réel de dimension finie .
Un espace de Hilbert est un espace préhilbertien complet (pour la norme induite).
R n \mathbb{R}^n R n avec ⟨ x , y ⟩ = ∑ i = 1 n x i y i \langle x, y \rangle = \sum_{i=1}^n x_i y_i ⟨ x , y ⟩ = ∑ i = 1 n x i y i (produit scalaire canonique).
C ( [ a , b ] , R ) \mathcal{C}([a,b], \mathbb{R}) C ([ a , b ] , R ) avec ⟨ f , g ⟩ = ∫ a b f ( t ) g ( t ) , d t \langle f, g \rangle = \int_a^b f(t)g(t) , dt ⟨ f , g ⟩ = ∫ a b f ( t ) g ( t ) , d t .
M n ( R ) \mathcal{M}_n(\mathbb{R}) M n ( R ) avec ⟨ A , B ⟩ = t r ( A T B ) \langle A, B \rangle = \mathrm{tr}(A^T B) ⟨ A , B ⟩ = tr ( A T B ) (produit de Frobenius).
1.2 Identités remarquables§
Pour tout espace préhilbertien ( E , ⟨ ⋅ , ⋅ ⟩ ) (E, \langle \cdot, \cdot \rangle) ( E , ⟨ ⋅ , ⋅ ⟩) :
∣ x + y ∣ 2 = ∣ x ∣ 2 + 2 ⟨ x , y ⟩ + ∣ y ∣ 2 (d e ˊ veloppement) |x + y|^2 = |x|^2 + 2\langle x, y \rangle + |y|^2 \quad \text{(développement)} ∣ x + y ∣ 2 = ∣ x ∣ 2 + 2 ⟨ x , y ⟩ + ∣ y ∣ 2 (d e ˊ veloppement)
⟨ x , y ⟩ = 1 2 ( ∣ x + y ∣ 2 − ∣ x ∣ 2 − ∣ y ∣ 2 ) (identit e ˊ de polarisation) \langle x, y \rangle = \frac{1}{2}\left(|x+y|^2 - |x|^2 - |y|^2\right) \quad \text{(identité de polarisation)} ⟨ x , y ⟩ = 2 1 ( ∣ x + y ∣ 2 − ∣ x ∣ 2 − ∣ y ∣ 2 ) (identit e ˊ de polarisation)
∣ x + y ∣ 2 + ∣ x − y ∣ 2 = 2 ( ∣ x ∣ 2 + ∣ y ∣ 2 ) (identit e ˊ du parall e ˊ logramme) |x+y|^2 + |x-y|^2 = 2(|x|^2 + |y|^2) \quad \text{(identité du parallélogramme)} ∣ x + y ∣ 2 + ∣ x − y ∣ 2 = 2 ( ∣ x ∣ 2 + ∣ y ∣ 2 ) (identit e ˊ du parall e ˊ logramme)
L’identité du parallélogramme caractérise les normes issues d’un produit scalaire : une norme ∣ ⋅ ∣ |\cdot| ∣ ⋅ ∣ provient d’un produit scalaire si et seulement si elle vérifie l’identité du parallélogramme.
2. Norme et inégalités fondamentales§
2.1 Norme associée§
La norme associée au produit scalaire est ∣ x ∣ = ⟨ x , x ⟩ |x| = \sqrt{\langle x, x \rangle} ∣ x ∣ = ⟨ x , x ⟩ .
La distance associée est d ( x , y ) = ∣ x − y ∣ d(x, y) = |x - y| d ( x , y ) = ∣ x − y ∣ .
2.2 Inégalité de Cauchy-Schwarz§
Théorème (Cauchy-Schwarz) Pour tous x , y ∈ E x, y \in E x , y ∈ E :
∣ ⟨ x , y ⟩ ∣ ≤ ∣ x ∣ ⋅ ∣ y ∣ |\langle x, y \rangle| \leq |x| \cdot |y| ∣ ⟨ x , y ⟩ ∣ ≤ ∣ x ∣ ⋅ ∣ y ∣
avec égalité si et seulement si x x x et y y y sont colinéaires .
Pour y ≠ 0 y \neq 0 y = 0 , on considère la fonction φ ( t ) = ∣ x − t y ∣ 2 = ∣ x ∣ 2 − 2 t ⟨ x , y ⟩ + t 2 ∣ y ∣ 2 ≥ 0 \varphi(t) = |x - ty|^2 = |x|^2 - 2t\langle x, y\rangle + t^2|y|^2 \geq 0 φ ( t ) = ∣ x − t y ∣ 2 = ∣ x ∣ 2 − 2 t ⟨ x , y ⟩ + t 2 ∣ y ∣ 2 ≥ 0 pour tout t ∈ R t \in \mathbb{R} t ∈ R .
C’est un trinôme en t t t qui est positif ou nul, donc son discriminant est négatif ou nul :
Δ = 4 ⟨ x , y ⟩ 2 − 4 ∣ x ∣ 2 ∣ y ∣ 2 ≤ 0 \Delta = 4\langle x, y\rangle^2 - 4|x|^2|y|^2 \leq 0 Δ = 4 ⟨ x , y ⟩ 2 − 4∣ x ∣ 2 ∣ y ∣ 2 ≤ 0
D’où ∣ ⟨ x , y ⟩ ∣ ≤ ∣ x ∣ ⋅ ∣ y ∣ |\langle x, y\rangle| \leq |x| \cdot |y| ∣ ⟨ x , y ⟩ ∣ ≤ ∣ x ∣ ⋅ ∣ y ∣ .
Cas d’égalité : Δ = 0 \Delta = 0 Δ = 0 signifie que φ \varphi φ s’annule, donc x = t 0 y x = t_0 y x = t 0 y pour un certain t 0 t_0 t 0 .
2.3 Inégalité triangulaire§
Théorème (Inégalité triangulaire) Pour tous x , y ∈ E x, y \in E x , y ∈ E :
∣ x + y ∣ ≤ ∣ x ∣ + ∣ y ∣ |x + y| \leq |x| + |y| ∣ x + y ∣ ≤ ∣ x ∣ + ∣ y ∣
avec égalité si et seulement si x x x et y y y sont positivement colinéaires.
3. Orthogonalité§
3.1 Définitions§
Deux vecteurs x , y ∈ E x, y \in E x , y ∈ E sont orthogonaux si ⟨ x , y ⟩ = 0 \langle x, y \rangle = 0 ⟨ x , y ⟩ = 0 . On note x ⊥ y x \perp y x ⊥ y .
L’orthogonal d’une partie A ⊂ E A \subset E A ⊂ E est :
A ⊥ = x ∈ E ∣ ∀ a ∈ A , , ⟨ x , a ⟩ = 0 A^\perp = {x \in E \mid \forall a \in A, , \langle x, a \rangle = 0} A ⊥ = x ∈ E ∣ ∀ a ∈ A ,, ⟨ x , a ⟩ = 0
Propriétés de l’orthogonal
A ⊥ A^\perp A ⊥ est toujours un sous-espace vectoriel fermé de E E E .
A ⊂ B ⟹ B ⊥ ⊂ A ⊥ A \subset B \implies B^\perp \subset A^\perp A ⊂ B ⟹ B ⊥ ⊂ A ⊥ .
A ⊂ ( A ⊥ ) ⊥ A \subset (A^\perp)^\perp A ⊂ ( A ⊥ ) ⊥ .
A ⊥ = ( V e c t ( A ) ) ⊥ A^\perp = (\mathrm{Vect}(A))^\perp A ⊥ = ( Vect ( A ) ) ⊥ .
3.2 Théorème de Pythagore§
Si x ⊥ y x \perp y x ⊥ y , alors ∣ x + y ∣ 2 = ∣ x ∣ 2 + ∣ y ∣ 2 |x + y|^2 = |x|^2 + |y|^2 ∣ x + y ∣ 2 = ∣ x ∣ 2 + ∣ y ∣ 2 .
Plus généralement, si x 1 , … , x p x_1, \ldots, x_p x 1 , … , x p sont deux à deux orthogonaux :
∣ ∑ i = 1 p x i ∣ 2 = ∑ i = 1 p ∣ x i ∣ 2 \left|\sum_{i=1}^p x_i\right|^2 = \sum_{i=1}^p |x_i|^2 i = 1 ∑ p x i 2 = i = 1 ∑ p ∣ x i ∣ 2
3.3 Supplémentaire orthogonal en dimension finie§
Soit E E E un espace euclidien et F F F un sous-espace vectoriel de E E E . Alors :
E = F ⊕ F ⊥ et dim F ⊥ = dim E − dim F E = F \oplus F^\perp \quad \text{et} \quad \dim F^\perp = \dim E - \dim F E = F ⊕ F ⊥ et dim F ⊥ = dim E − dim F
Ce résultat ne se généralise pas directement en dimension infinie pour les espaces préhilbertiens quelconques. Il faut la complétude (espaces de Hilbert) pour obtenir F ‾ ⊕ F ⊥ = E \overline{F} \oplus F^\perp = E F ⊕ F ⊥ = E .
4. Projection orthogonale§
4.1 En dimension finie§
Soit F F F un sous-espace vectoriel d’un espace euclidien E E E . La projection orthogonale sur F F F est l’unique application linéaire p F : E → E p_F : E \to E p F : E → E telle que :
∀ x ∈ E , x = p F ( x ) + ( x − p F ( x ) ) avec p F ( x ) ∈ F et x − p F ( x ) ∈ F ⊥ \forall x \in E, \quad x = p_F(x) + (x - p_F(x)) \quad \text{avec } p_F(x) \in F \text{ et } x - p_F(x) \in F^\perp ∀ x ∈ E , x = p F ( x ) + ( x − p F ( x )) avec p F ( x ) ∈ F et x − p F ( x ) ∈ F ⊥
Caractérisation de la projection orthogonale Le projeté orthogonal p F ( x ) p_F(x) p F ( x ) est l’unique élément de F F F qui minimise la distance de x x x à F F F :
∣ x − p F ( x ) ∣ = inf y ∈ F ∣ x − y ∣ = d ( x , F ) |x - p_F(x)| = \inf_{y \in F} |x - y| = d(x, F) ∣ x − p F ( x ) ∣ = y ∈ F inf ∣ x − y ∣ = d ( x , F )
4.2 Théorème de projection sur un convexe fermé§
Théorème (Projection sur un convexe fermé) Soit H H H un espace de Hilbert réel et C C C un convexe fermé non vide de H H H . Pour tout x ∈ H x \in H x ∈ H , il existe un unique p C ( x ) ∈ C p_C(x) \in C p C ( x ) ∈ C tel que :
∣ x − p C ( x ) ∣ = inf y ∈ C ∣ x − y ∣ = d ( x , C ) |x - p_C(x)| = \inf_{y \in C} |x - y| = d(x, C) ∣ x − p C ( x ) ∣ = y ∈ C inf ∣ x − y ∣ = d ( x , C )
De plus, p C ( x ) p_C(x) p C ( x ) est caractérisé par :
p C ( x ) ∈ C et ∀ y ∈ C , ⟨ x − p C ( x ) , y − p C ( x ) ⟩ ≤ 0 p_C(x) \in C \quad \text{et} \quad \forall y \in C, \quad \langle x - p_C(x), y - p_C(x) \rangle \leq 0 p C ( x ) ∈ C et ∀ y ∈ C , ⟨ x − p C ( x ) , y − p C ( x )⟩ ≤ 0
5. Bases orthonormales et procédé de Gram-Schmidt§
5.1 Familles orthonormales§
Une famille ( e 1 , … , e p ) (e_1, \ldots, e_p) ( e 1 , … , e p ) de E E E est orthonormale (ou orthonormée) si :
⟨ e i , e j ⟩ = δ i j = { 1 si i = j 0 si i ≠ j \langle e_i, e_j \rangle = \delta_{ij} = \begin{cases} 1 & \text{si } i = j \ 0 & \text{si } i \neq j \end{cases} ⟨ e i , e j ⟩ = δ ij = { 1 si i = j 0 si i = j
Toute famille orthonormale est libre . En particulier, dans un espace euclidien de dimension n n n , une famille orthonormale de n n n vecteurs est une base .
5.2 Coordonnées dans une base orthonormale§
Si B = ( e 1 , … , e n ) \mathcal{B} = (e_1, \ldots, e_n) B = ( e 1 , … , e n ) est une base orthonormale (BON), alors pour tout x ∈ E x \in E x ∈ E :
x = ∑ i = 1 n ⟨ x , e i ⟩ , e i x = \sum_{i=1}^n \langle x, e_i \rangle , e_i x = i = 1 ∑ n ⟨ x , e i ⟩ , e i
et ⟨ x , y ⟩ = ∑ i = 1 n x i y i \langle x, y \rangle = \sum_{i=1}^n x_i y_i ⟨ x , y ⟩ = ∑ i = 1 n x i y i où x i = ⟨ x , e i ⟩ x_i = \langle x, e_i \rangle x i = ⟨ x , e i ⟩ .
5.3 Procédé de Gram-Schmidt§
Soit ( v 1 , … , v p ) (v_1, \ldots, v_p) ( v 1 , … , v p ) une famille libre de E E E . Il existe une unique famille orthonormale ( e 1 , … , e p ) (e_1, \ldots, e_p) ( e 1 , … , e p ) telle que :
Pour tout k ∈ 1 , … , p k \in {1, \ldots, p} k ∈ 1 , … , p : V e c t ( e 1 , … , e k ) = V e c t ( v 1 , … , v k ) \mathrm{Vect}(e_1, \ldots, e_k) = \mathrm{Vect}(v_1, \ldots, v_k) Vect ( e 1 , … , e k ) = Vect ( v 1 , … , v k ) .
Pour tout k k k : ⟨ e k , v k ⟩ > 0 \langle e_k, v_k \rangle > 0 ⟨ e k , v k ⟩ > 0 .
Algorithme :
e ~ 1 = v 1 , e 1 = e ~ 1 ∣ e ~ 1 ∣ \tilde{e}_1 = v_1, \quad e_1 = \frac{\tilde{e}_1}{|\tilde{e}_1|} e ~ 1 = v 1 , e 1 = ∣ e ~ 1 ∣ e ~ 1
Pour k ≥ 2 k \geq 2 k ≥ 2 :
e ~ k = v k − ∑ i = 1 k − 1 ⟨ v k , e i ⟩ , e i , e k = e ~ k ∣ e ~ k ∣ \tilde{e}_k = v_k - \sum_{i=1}^{k-1} \langle v_k, e_i \rangle , e_i, \quad e_k = \frac{\tilde{e}_k}{|\tilde{e}_k|} e ~ k = v k − i = 1 ∑ k − 1 ⟨ v k , e i ⟩ , e i , e k = ∣ e ~ k ∣ e ~ k
Orthonormaliser ( v 1 , v 2 , v 3 ) = ( ( 1 , 1 , 0 ) , ( 1 , 0 , 1 ) , ( 0 , 1 , 1 ) ) (v_1, v_2, v_3) = ((1,1,0), (1,0,1), (0,1,1)) ( v 1 , v 2 , v 3 ) = (( 1 , 1 , 0 ) , ( 1 , 0 , 1 ) , ( 0 , 1 , 1 )) dans R 3 \mathbb{R}^3 R 3 muni du produit scalaire canonique.
e 1 = 1 2 ( 1 , 1 , 0 ) e_1 = \frac{1}{\sqrt{2}}(1,1,0) e 1 = 2 1 ( 1 , 1 , 0 ) .
e ~ 2 = ( 1 , 0 , 1 ) − ⟨ ( 1 , 0 , 1 ) , e 1 ⟩ e 1 = ( 1 , 0 , 1 ) − 1 2 ( 1 , 1 , 0 ) = ( 1 2 , − 1 2 , 1 ) \tilde{e}_2 = (1,0,1) - \langle (1,0,1), e_1 \rangle e_1 = (1,0,1) - \frac{1}{2}(1,1,0) = (\frac{1}{2}, -\frac{1}{2}, 1) e ~ 2 = ( 1 , 0 , 1 ) − ⟨( 1 , 0 , 1 ) , e 1 ⟩ e 1 = ( 1 , 0 , 1 ) − 2 1 ( 1 , 1 , 0 ) = ( 2 1 , − 2 1 , 1 ) .
e 2 = 1 3 / 2 ( 1 2 , − 1 2 , 1 ) = 1 6 ( 1 , − 1 , 2 ) e_2 = \frac{1}{\sqrt{3/2}}(\frac{1}{2}, -\frac{1}{2}, 1) = \frac{1}{\sqrt{6}}(1, -1, 2) e 2 = 3/2 1 ( 2 1 , − 2 1 , 1 ) = 6 1 ( 1 , − 1 , 2 ) .
e ~ 3 = ( 0 , 1 , 1 ) − ⟨ ( 0 , 1 , 1 ) , e 1 ⟩ e 1 − ⟨ ( 0 , 1 , 1 ) , e 2 ⟩ e 2 = 1 3 ( − 1 , 1 , 1 ) \tilde{e}_3 = (0,1,1) - \langle (0,1,1), e_1\rangle e_1 - \langle (0,1,1), e_2 \rangle e_2 = \frac{1}{3}(-1, 1, 1) e ~ 3 = ( 0 , 1 , 1 ) − ⟨( 0 , 1 , 1 ) , e 1 ⟩ e 1 − ⟨( 0 , 1 , 1 ) , e 2 ⟩ e 2 = 3 1 ( − 1 , 1 , 1 ) (après calcul).
e 3 = 1 3 ( − 1 , 1 , 1 ) e_3 = \frac{1}{\sqrt{3}}(-1, 1, 1) e 3 = 3 1 ( − 1 , 1 , 1 ) .
6. Adjoint d’un endomorphisme§
Soit E E E un espace euclidien et f ∈ L ( E ) f \in \mathcal{L}(E) f ∈ L ( E ) . L’adjoint de f f f , noté f ∗ f^* f ∗ , est l’unique endomorphisme de E E E tel que :
∀ x , y ∈ E , ⟨ f ( x ) , y ⟩ = ⟨ x , f ∗ ( y ) ⟩ \forall x, y \in E, \quad \langle f(x), y \rangle = \langle x, f^*(y) \rangle ∀ x , y ∈ E , ⟨ f ( x ) , y ⟩ = ⟨ x , f ∗ ( y )⟩
L’adjoint existe et est unique (théorème de Riesz en dimension finie).
( f ∗ ) ∗ = f (f^*)^* = f ( f ∗ ) ∗ = f .
( f ∘ g ) ∗ = g ∗ ∘ f ∗ (f \circ g)^* = g^* \circ f^* ( f ∘ g ) ∗ = g ∗ ∘ f ∗ .
En BON, la matrice de f ∗ f^* f ∗ est la transposée de la matrice de f f f : M a t ( f ∗ ) = M a t ( f ) T \mathrm{Mat}(f^*) = \mathrm{Mat}(f)^T Mat ( f ∗ ) = Mat ( f ) T .
7. Endomorphismes symétriques et théorème spectral§
7.1 Endomorphismes symétriques§
Un endomorphisme f f f d’un espace euclidien E E E est symétrique (ou autoadjoint ) si f ∗ = f f^* = f f ∗ = f , c’est-à-dire :
∀ x , y ∈ E , ⟨ f ( x ) , y ⟩ = ⟨ x , f ( y ) ⟩ \forall x, y \in E, \quad \langle f(x), y \rangle = \langle x, f(y) \rangle ∀ x , y ∈ E , ⟨ f ( x ) , y ⟩ = ⟨ x , f ( y )⟩
En BON, cela correspond aux matrices symétriques : A T = A A^T = A A T = A .
Propriétés des endomorphismes symétriques
Les valeurs propres d’un endomorphisme symétrique sont réelles .
Les sous-espaces propres associés à des valeurs propres distinctes sont orthogonaux .
Démonstration (valeurs propres réelles) Soit λ \lambda λ valeur propre complexe de A ∈ S n ( R ) A \in \mathcal{S}_n(\mathbb{R}) A ∈ S n ( R ) , et X ∈ C n ∖ 0 X \in \mathbb{C}^n \setminus {0} X ∈ C n ∖ 0 un vecteur propre. Alors A X = λ X AX = \lambda X A X = λ X implique :
X ‾ T A X = λ X ‾ T X \overline{X}^T A X = \lambda \overline{X}^T X X T A X = λ X T X
Or X ‾ T A X = X ‾ T A T X = A X ‾ T X = λ ‾ , X ‾ T X \overline{X}^T A X = \overline{X}^T A^T X = \overline{AX}^T X = \overline{\lambda} , \overline{X}^T X X T A X = X T A T X = A X T X = λ , X T X .
Comme X ‾ T X = ∑ ∣ x i ∣ 2 > 0 \overline{X}^T X = \sum |x_i|^2 > 0 X T X = ∑ ∣ x i ∣ 2 > 0 , on a λ = λ ‾ \lambda = \overline{\lambda} λ = λ , donc λ ∈ R \lambda \in \mathbb{R} λ ∈ R .
7.2 Théorème spectral§
Théorème spectral (version euclidienne) Tout endomorphisme symétrique d’un espace euclidien est diagonalisable en base orthonormale .
De manière équivalente : pour toute matrice symétrique réelle A ∈ S n ( R ) A \in \mathcal{S}_n(\mathbb{R}) A ∈ S n ( R ) , il existe une matrice orthogonale P ∈ O n ( R ) P \in \mathcal{O}_n(\mathbb{R}) P ∈ O n ( R ) telle que :
P T A P = P − 1 A P = d i a g ( λ 1 , … , λ n ) P^T A P = P^{-1} A P = \mathrm{diag}(\lambda_1, \ldots, \lambda_n) P T A P = P − 1 A P = diag ( λ 1 , … , λ n )
où λ 1 , … , λ n \lambda_1, \ldots, \lambda_n λ 1 , … , λ n sont les valeurs propres de A A A (réelles).
Esquisse de démonstration Par récurrence sur n = dim E n = \dim E n = dim E .
A A A a au moins une valeur propre réelle λ 1 \lambda_1 λ 1 (car χ A \chi_A χ A est de degré n n n et les valeurs propres complexes sont réelles par la propriété ci-dessus).
Soit e 1 e_1 e 1 un vecteur propre unitaire associé à λ 1 \lambda_1 λ 1 . Alors F = ( e 1 ) ⊥ F = (e_1)^\perp F = ( e 1 ) ⊥ est stable par f f f (car f f f est symétrique : si ⟨ x , e 1 ⟩ = 0 \langle x, e_1 \rangle = 0 ⟨ x , e 1 ⟩ = 0 , alors ⟨ f ( x ) , e 1 ⟩ = ⟨ x , f ( e 1 ) ⟩ = λ 1 ⟨ x , e 1 ⟩ = 0 \langle f(x), e_1 \rangle = \langle x, f(e_1) \rangle = \lambda_1 \langle x, e_1 \rangle = 0 ⟨ f ( x ) , e 1 ⟩ = ⟨ x , f ( e 1 )⟩ = λ 1 ⟨ x , e 1 ⟩ = 0 ).
La restriction f ∣ F f|_F f ∣ F est un endomorphisme symétrique de l’espace euclidien F F F de dimension n − 1 n-1 n − 1 . On conclut par hypothèse de récurrence.
flowchart TD
A["Matrice symétrique A = Aᵀ"] --> B["Valeurs propres toutes réelles"]
B --> C["Sous-espaces propres<br/>deux à deux orthogonaux"]
C --> D["Appliquer Gram-Schmidt<br/>dans chaque sous-espace propre"]
D --> E["Obtenir une BON<br/>de diagonalisation"]
E --> F["P orthogonale : P⁻¹ = Pᵀ<br/>D = PᵀAP diagonale"]
8. Endomorphismes orthogonaux§
Un endomorphisme f f f d’un espace euclidien est orthogonal si f f f conserve le produit scalaire :
∀ x , y ∈ E , ⟨ f ( x ) , f ( y ) ⟩ = ⟨ x , y ⟩ \forall x, y \in E, \quad \langle f(x), f(y) \rangle = \langle x, y \rangle ∀ x , y ∈ E , ⟨ f ( x ) , f ( y )⟩ = ⟨ x , y ⟩
De manière équivalente : f ∗ ∘ f = f ∘ f ∗ = I d f^* \circ f = f \circ f^* = \mathrm{Id} f ∗ ∘ f = f ∘ f ∗ = Id .
Caractérisations des endomorphismes orthogonaux Les propriétés suivantes sont équivalentes :
f f f est orthogonal.
f f f conserve la norme : ∣ f ( x ) ∣ = ∣ x ∣ |f(x)| = |x| ∣ f ( x ) ∣ = ∣ x ∣ pour tout x x x .
f f f envoie toute BON sur une BON.
La matrice de f f f en BON est orthogonale : A T A = I n A^T A = I_n A T A = I n (i.e. A − 1 = A T A^{-1} = A^T A − 1 = A T ).
det ( f ) = ± 1 \det(f) = \pm 1 det ( f ) = ± 1 (car det ( A T A ) = det ( A ) 2 = 1 \det(A^T A) = \det(A)^2 = 1 det ( A T A ) = det ( A ) 2 = 1 ).
Les valeurs propres réelles sont ± 1 \pm 1 ± 1 .
Le groupe orthogonal O n ( R ) \mathcal{O}_n(\mathbb{R}) O n ( R ) est l’ensemble des matrices orthogonales.
S O n ( R ) = A ∈ O n ( R ) ∣ det A = 1 SO_n(\mathbb{R}) = {A \in \mathcal{O}_n(\mathbb{R}) \mid \det A = 1} S O n ( R ) = A ∈ O n ( R ) ∣ det A = 1 est le groupe spécial orthogonal (rotations).
Classification en petite dimension§
En dimension 2 : toute matrice de O 2 ( R ) \mathcal{O}_2(\mathbb{R}) O 2 ( R ) est soit :
Une rotation : R θ = ( cos θ − sin θ sin θ cos θ ) R_\theta = \begin{pmatrix} \cos\theta & -\sin\theta \ \sin\theta & \cos\theta \end{pmatrix} R θ = ( cos θ − sin θ sin θ cos θ ) (det = 1 \det = 1 det = 1 ).
Une réflexion : S θ = ( cos θ sin θ sin θ − cos θ ) S_\theta = \begin{pmatrix} \cos\theta & \sin\theta \ \sin\theta & -\cos\theta \end{pmatrix} S θ = ( cos θ sin θ sin θ − cos θ ) (det = − 1 \det = -1 det = − 1 ).
En dimension 3 : toute matrice de S O 3 ( R ) SO_3(\mathbb{R}) S O 3 ( R ) est une rotation d’axe et d’angle θ \theta θ . Le théorème d’Euler garantit qu’il existe toujours un axe (vecteur propre pour λ = 1 \lambda = 1 λ = 1 ).
Une forme bilinéaire symétrique sur E E E est une application φ : E × E → R \varphi : E \times E \to \mathbb{R} φ : E × E → R bilinéaire et symétrique. Elle est représentée dans une base B \mathcal{B} B par une matrice symétrique S S S telle que :
φ ( x , y ) = X T S Y \varphi(x, y) = X^T S Y φ ( x , y ) = X T S Y
où X , Y X, Y X , Y sont les vecteurs-colonnes de coordonnées.
La forme quadratique associée à φ \varphi φ est q ( x ) = φ ( x , x ) q(x) = \varphi(x, x) q ( x ) = φ ( x , x ) .
On retrouve φ \varphi φ par polarisation : φ ( x , y ) = 1 2 [ q ( x + y ) − q ( x ) − q ( y ) ] \varphi(x, y) = \frac{1}{2}[q(x+y) - q(x) - q(y)] φ ( x , y ) = 2 1 [ q ( x + y ) − q ( x ) − q ( y )] .
9.3 Classification : loi d’inertie de Sylvester§
Soit q q q une forme quadratique sur un R \mathbb{R} R -espace vectoriel E E E de dimension n n n . Il existe une base ( e 1 , … , e n ) (e_1, \ldots, e_n) ( e 1 , … , e n ) de E E E dans laquelle :
q ( x ) = ∑ i = 1 p x i 2 − ∑ i = p + 1 p + q − x i 2 q(x) = \sum_{i=1}^{p} x_i^2 - \sum_{i=p+1}^{p+q_-} x_i^2 q ( x ) = i = 1 ∑ p x i 2 − i = p + 1 ∑ p + q − x i 2
Le couple ( p , q − ) (p, q_-) ( p , q − ) est appelé la signature de q q q . Il ne dépend pas de la base choisie.
q q q est positive ⟺ \iff ⟺ q − = 0 q_- = 0 q − = 0 (signature ( p , 0 ) (p, 0) ( p , 0 ) ).
q q q est définie positive ⟺ \iff ⟺ signature ( n , 0 ) (n, 0) ( n , 0 ) ⟺ \iff ⟺ q q q est un produit scalaire.
q q q est non dégénérée ⟺ \iff ⟺ p + q − = n p + q_- = n p + q − = n (pas de composante nulle).
Le rang de q q q est p + q − p + q_- p + q − .
Méthode pratique : réduction de Gauss Pour trouver la signature, on procède par complétion du carré (algorithme de Gauss) :
On cherche un terme carré x i 2 x_i^2 x i 2 dans q q q .
On complète le carré en x i x_i x i .
On itère sur les variables restantes.
Si aucun carré n’apparaît, on utilise l’identité 2 x y = ( x + y ) 2 − x 2 − y 2 2xy = (x+y)^2 - x^2 - y^2 2 x y = ( x + y ) 2 − x 2 − y 2 .
10. Exercices types corrigés§
Exercice 1 : Orthonormalisation et projection§
Dans R 3 \mathbb{R}^3 R 3 euclidien canonique, soit F = V e c t ( ( 1 , 1 , 0 ) , ( 1 , 0 , 1 ) ) F = \mathrm{Vect}((1, 1, 0), (1, 0, 1)) F = Vect (( 1 , 1 , 0 ) , ( 1 , 0 , 1 )) .
Déterminer une BON de F F F .
Calculer la projection orthogonale de v = ( 1 , 2 , 3 ) v = (1, 2, 3) v = ( 1 , 2 , 3 ) sur F F F .
Solution :
1. On applique Gram-Schmidt à ( v 1 , v 2 ) = ( ( 1 , 1 , 0 ) , ( 1 , 0 , 1 ) ) (v_1, v_2) = ((1,1,0), (1,0,1)) ( v 1 , v 2 ) = (( 1 , 1 , 0 ) , ( 1 , 0 , 1 )) .
e 1 = 1 2 ( 1 , 1 , 0 ) e_1 = \frac{1}{\sqrt{2}}(1, 1, 0) e 1 = 2 1 ( 1 , 1 , 0 ) .
e ~ 2 = v 2 − ⟨ v 2 , e 1 ⟩ e 1 = ( 1 , 0 , 1 ) − 1 2 ( 1 , 1 , 0 ) = ( 1 2 , − 1 2 , 1 ) \tilde{e}_2 = v_2 - \langle v_2, e_1 \rangle e_1 = (1,0,1) - \frac{1}{2}(1,1,0) = (\frac{1}{2}, -\frac{1}{2}, 1) e ~ 2 = v 2 − ⟨ v 2 , e 1 ⟩ e 1 = ( 1 , 0 , 1 ) − 2 1 ( 1 , 1 , 0 ) = ( 2 1 , − 2 1 , 1 ) .
∣ e ~ 2 ∣ = 1 4 + 1 4 + 1 = 3 2 |\tilde{e}_2| = \sqrt{\frac{1}{4} + \frac{1}{4} + 1} = \sqrt{\frac{3}{2}} ∣ e ~ 2 ∣ = 4 1 + 4 1 + 1 = 2 3 . Donc e 2 = 1 6 ( 1 , − 1 , 2 ) e_2 = \frac{1}{\sqrt{6}}(1, -1, 2) e 2 = 6 1 ( 1 , − 1 , 2 ) .
2. p F ( v ) = ⟨ v , e 1 ⟩ e 1 + ⟨ v , e 2 ⟩ e 2 p_F(v) = \langle v, e_1 \rangle e_1 + \langle v, e_2 \rangle e_2 p F ( v ) = ⟨ v , e 1 ⟩ e 1 + ⟨ v , e 2 ⟩ e 2 .
⟨ v , e 1 ⟩ = 1 2 ( 1 + 2 ) = 3 2 \langle v, e_1 \rangle = \frac{1}{\sqrt{2}}(1 + 2) = \frac{3}{\sqrt{2}} ⟨ v , e 1 ⟩ = 2 1 ( 1 + 2 ) = 2 3 .
⟨ v , e 2 ⟩ = 1 6 ( 1 − 2 + 6 ) = 5 6 \langle v, e_2 \rangle = \frac{1}{\sqrt{6}}(1 - 2 + 6) = \frac{5}{\sqrt{6}} ⟨ v , e 2 ⟩ = 6 1 ( 1 − 2 + 6 ) = 6 5 .
p F ( v ) = 3 2 ( 1 , 1 , 0 ) + 5 6 ( 1 , − 1 , 2 ) = ( 3 2 + 5 6 , 3 2 − 5 6 , 10 6 ) = ( 7 3 , 2 3 , 5 3 ) p_F(v) = \frac{3}{2}(1,1,0) + \frac{5}{6}(1,-1,2) = \left(\frac{3}{2} + \frac{5}{6}, \frac{3}{2} - \frac{5}{6}, \frac{10}{6}\right) = \left(\frac{7}{3}, \frac{2}{3}, \frac{5}{3}\right) p F ( v ) = 2 3 ( 1 , 1 , 0 ) + 6 5 ( 1 , − 1 , 2 ) = ( 2 3 + 6 5 , 2 3 − 6 5 , 6 10 ) = ( 3 7 , 3 2 , 3 5 )
Vérification : v − p F ( v ) = ( − 4 3 , 4 3 , 4 3 ) v - p_F(v) = (-\frac{4}{3}, \frac{4}{3}, \frac{4}{3}) v − p F ( v ) = ( − 3 4 , 3 4 , 3 4 ) , et on vérifie que ce vecteur est orthogonal à v 1 v_1 v 1 et v 2 v_2 v 2 .
Exercice 2 : Diagonalisation en BON d’une matrice symétrique§
Diagonaliser en base orthonormale la matrice A = ( 2 1 1 2 ) A = \begin{pmatrix} 2 & 1 \ 1 & 2 \end{pmatrix} A = ( 2 1 1 2 ) .
Solution :
χ A ( λ ) = ( 2 − λ ) 2 − 1 = λ 2 − 4 λ + 3 = ( λ − 1 ) ( λ − 3 ) \chi_A(\lambda) = (2 - \lambda)^2 - 1 = \lambda^2 - 4\lambda + 3 = (\lambda - 1)(\lambda - 3) χ A ( λ ) = ( 2 − λ ) 2 − 1 = λ 2 − 4 λ + 3 = ( λ − 1 ) ( λ − 3 ) .
E 1 = V e c t ( 1 − 1 ) E_1 = \mathrm{Vect}\begin{pmatrix} 1 \ -1 \end{pmatrix} E 1 = Vect ( 1 − 1 ) , E 3 = V e c t ( 1 1 ) E_3 = \mathrm{Vect}\begin{pmatrix} 1 \ 1 \end{pmatrix} E 3 = Vect ( 1 1 ) .
Les sous-espaces propres sont orthogonaux (vérifié : ⟨ ( 1 , − 1 ) , ( 1 , 1 ) ⟩ = 0 \langle (1,-1), (1,1) \rangle = 0 ⟨( 1 , − 1 ) , ( 1 , 1 )⟩ = 0 ).
On normalise : e 1 = 1 2 ( 1 , − 1 ) e_1 = \frac{1}{\sqrt{2}}(1, -1) e 1 = 2 1 ( 1 , − 1 ) , e 2 = 1 2 ( 1 , 1 ) e_2 = \frac{1}{\sqrt{2}}(1, 1) e 2 = 2 1 ( 1 , 1 ) .
P = 1 2 ( 1 1 − 1 1 ) ∈ O 2 ( R ) , P T A P = ( 1 0 0 3 ) P = \frac{1}{\sqrt{2}}\begin{pmatrix} 1 & 1 \ -1 & 1 \end{pmatrix} \in \mathcal{O}_2(\mathbb{R}), \quad P^T A P = \begin{pmatrix} 1 & 0 \ 0 & 3 \end{pmatrix} P = 2 1 ( 1 1 − 1 1 ) ∈ O 2 ( R ) , P T A P = ( 1 0 0 3 )
Exercice 3 : Endomorphismes orthogonaux§
Soit A ∈ O n ( R ) A \in \mathcal{O}_n(\mathbb{R}) A ∈ O n ( R ) . Montrer que det ( A ) = ± 1 \det(A) = \pm 1 det ( A ) = ± 1 et que si λ \lambda λ est valeur propre réelle de A A A , alors λ = ± 1 \lambda = \pm 1 λ = ± 1 .
Solution :
A T A = I n A^T A = I_n A T A = I n , donc det ( A T ) det ( A ) = det ( I n ) = 1 \det(A^T)\det(A) = \det(I_n) = 1 det ( A T ) det ( A ) = det ( I n ) = 1 . Comme det ( A T ) = det ( A ) \det(A^T) = \det(A) det ( A T ) = det ( A ) , on a det ( A ) 2 = 1 \det(A)^2 = 1 det ( A ) 2 = 1 , d’où det ( A ) = ± 1 \det(A) = \pm 1 det ( A ) = ± 1 .
Soit λ ∈ R \lambda \in \mathbb{R} λ ∈ R une valeur propre de A A A , et x ≠ 0 x \neq 0 x = 0 tel que A x = λ x Ax = \lambda x A x = λ x . Alors :
∣ x ∣ 2 = x T x = x T A T A x = ( A x ) T ( A x ) = λ 2 x T x = λ 2 ∣ x ∣ 2 |x|^2 = x^T x = x^T A^T A x = (Ax)^T(Ax) = \lambda^2 x^T x = \lambda^2 |x|^2 ∣ x ∣ 2 = x T x = x T A T A x = ( A x ) T ( A x ) = λ 2 x T x = λ 2 ∣ x ∣ 2
Comme ∣ x ∣ 2 > 0 |x|^2 > 0 ∣ x ∣ 2 > 0 , on a λ 2 = 1 \lambda^2 = 1 λ 2 = 1 , donc λ = ± 1 \lambda = \pm 1 λ = ± 1 .
Déterminer la signature de q ( x , y , z ) = x 2 + 2 x y + 2 x z + 2 y 2 + 2 y z + z 2 q(x, y, z) = x^2 + 2xy + 2xz + 2y^2 + 2yz + z^2 q ( x , y , z ) = x 2 + 2 x y + 2 x z + 2 y 2 + 2 y z + z 2 sur R 3 \mathbb{R}^3 R 3 .
Solution :
On procède par complétion du carré (méthode de Gauss).
q = ( x + y + z ) 2 − y 2 − z 2 − 2 y z + 2 y 2 + 2 y z + z 2 q = (x + y + z)^2 - y^2 - z^2 - 2yz + 2y^2 + 2yz + z^2 q = ( x + y + z ) 2 − y 2 − z 2 − 2 y z + 2 y 2 + 2 y z + z 2
= ( x + y + z ) 2 + y 2 = (x + y + z)^2 + y^2 = ( x + y + z ) 2 + y 2
En posant u = x + y + z u = x + y + z u = x + y + z , v = y v = y v = y , w = z w = z w = z , on obtient q = u 2 + v 2 q = u^2 + v^2 q = u 2 + v 2 .
La signature est ( 2 , 0 ) (2, 0) ( 2 , 0 ) et le rang est 2 2 2 . La forme quadratique est positive mais non définie (car le rang est inférieur à n = 3 n = 3 n = 3 ).
Le noyau est ( x , y , z ) ∣ x + y + z = 0 et y = 0 = V e c t ( ( 1 , 0 , − 1 ) ) {(x,y,z) \mid x + y + z = 0 \text{ et } y = 0} = \mathrm{Vect}((1, 0, -1)) ( x , y , z ) ∣ x + y + z = 0 et y = 0 = Vect (( 1 , 0 , − 1 )) .
Commentaires