WikiPrépaLivrets

On considère dans R3\mathbb{R}^3 les deux vecteurs suivants :

V⃗1=(112)etV⃗2=(1−10)\vec{V}_{1} = \begin{pmatrix} 1
1
2 \end{pmatrix}   \text{et}   \vec{V}_{2} = \begin{pmatrix} 1
-1
0 \end{pmatrix}

Déterminer l'ensemble des matrices A∈M3(R)A \in \mathcal{M}_{3}(\mathbb{R}) admettant pour vecteurs propres les vecteurs V⃗1\vec{V}_{1}, V⃗2\vec{V}_{2} et V⃗3=V⃗1∧V⃗2\vec{V}_{3} = \vec{V}_{1} \wedge \vec{V}_{2}.

1.

Commencez par calculer les coordonnées du produit vectoriel V⃗3=V⃗1∧V⃗2\vec{V}_{3} = \vec{V}_{1} \wedge \vec{V}_{2}.

2.

Vérifiez que la famille (V⃗1,V⃗2,V⃗3)(\vec{V}_{1}, \vec{V}_{2}, \vec{V}_{3}) forme une base de R3\mathbb{R}^3.

3.

Une matrice AA admettant ces vecteurs comme vecteurs propres est nécessairement de la forme PDP−1P D P^{-1} où DD est une matrice diagonale.

4.

Remarquez que les vecteurs propres sont deux à deux orthogonaux.

Idées clés

•

Utilisation de la structure des matrices diagonalisables dans une base fixée.

•

Lien entre orthogonalité des vecteurs propres et symétrie de la matrice.

•

Calcul d'inverse de matrice par la méthode de la transposée de la comatrice (ou via l'orthogonalité).

1. Calcul du troisième vecteur propre.

Calculons les coordonnées du vecteur V⃗3=V⃗1∧V⃗2\vec{V}_{3} = \vec{V}_{1} \wedge \vec{V}_{2} :

V⃗3=(112)∧(1−10)=((1×0)−(2×−1)(2×1)−(1×0)(1×−1)−(1×1))=(22−2)\vec{V}_{3} = \begin{pmatrix} 1
1
2 \end{pmatrix} \wedge \begin{pmatrix} 1
-1
0 \end{pmatrix} = \begin{pmatrix} (1 \times 0) - (2 \times -1)
(2 \times 1) - (1 \times 0)
(1 \times -1) - (1 \times 1) \end{pmatrix} = \begin{pmatrix} 2
2
-2 \end{pmatrix}

Pour simplifier les calculs, nous pouvons choisir de travailler avec le vecteur colinéaire V⃗3′=12V⃗3=(11−1)\vec{V}'_{3} = \frac{1}{2} \vec{V}_{3} = \begin{pmatrix} 1
1
-1 \end{pmatrix}
. Comme tout multiple non nul d'un vecteur propre est un vecteur propre, cela ne change pas l'ensemble des matrices recherchées.

2. Analyse de la base de diagonalisation.

On vérifie immédiatement que les vecteurs V⃗1\vec{V}_1, V⃗2\vec{V}_2 et V⃗3′\vec{V}'_3 sont deux à deux orthogonaux pour le produit scalaire canonique. En effet :

⟨V⃗1,V⃗2⟩=1−1+0=0\langle \vec{V}_1, \vec{V}_2 \rangle = 1 - 1 + 0 = 0
⟨V⃗1,V⃗3′⟩=1+1−2=0\langle \vec{V}_1, \vec{V}'_3 \rangle = 1 + 1 - 2 = 0
⟨V⃗2,V⃗3′⟩=1−1+0=0\langle \vec{V}_2, \vec{V}'_3 \rangle = 1 - 1 + 0 = 0

La famille (V⃗1,V⃗2,V⃗3′)(\vec{V}_1, \vec{V}_2, \vec{V}'_3) est une famille de vecteurs non nuls et orthogonaux, c'est donc une base de R3\mathbb{R}^3.

3. Expression de la matrice AA.

Une matrice AA répond au problème si et seulement si elle est diagonalisable dans cette base. Il existe donc (λ,μ,ν)∈R3(\lambda, \mu, \nu) \in \mathbb{R}^3 tels que A=PDP−1A = P D P^{-1} avec :

D=(λ000μ000ν)etP=(1111−1120−1)D = \begin{pmatrix} \lambda & 0 & 0
0 & \mu & 0
0 & 0 & \nu \end{pmatrix}   \text{et}   P = \begin{pmatrix} 1 & 1 & 1
1 & -1 & 1
2 & 0 & -1 \end{pmatrix}

4. Calcul de l'inverse de PP.

Puisque les colonnes de PP sont orthogonales, la matrice PTPP^T P est diagonale. Calculons PTPP^T P :

PTP=(1121−1011−1)(1111−1120−1)=(600020003)P^T P = \begin{pmatrix} 1 & 1 & 2
1 & -1 & 0
1 & 1 & -1 \end{pmatrix} \begin{pmatrix} 1 & 1 & 1
1 & -1 & 1
2 & 0 & -1 \end{pmatrix} = \begin{pmatrix} 6 & 0 & 0
0 & 2 & 0
0 & 0 & 3 \end{pmatrix}

On en déduit que P−1=(PTP)−1PTP^{-1} = (P^T P)^{-1} P^T :

P−1=(1/60001/20001/3)(1121−1011−1)=16(1123−3022−2)\boxed{ P^{-1} = \begin{pmatrix} 1/6 & 0 & 0
0 & 1/2 & 0
0 & 0 & 1/3 \end{pmatrix} \begin{pmatrix} 1 & 1 & 2
1 & -1 & 0
1 & 1 & -1 \end{pmatrix} = \frac{1}{6} \begin{pmatrix} 1 & 1 & 2
3 & -3 & 0
2 & 2 & -2 \end{pmatrix} }

5. Synthèse des calculs.

On calcule maintenant le produit A=PDP−1A = P D P^{-1} :

A=16(1111−1120−1)(λμνλ−μν2λ0−ν)(1123−3022−2) (faux, effectuons le produit par eˊtape)A = \frac{1}{6} \begin{pmatrix} 1 & 1 & 1
1 & -1 & 1
2 & 0 & -1 \end{pmatrix} \begin{pmatrix} \lambda & \mu & \nu
\lambda & -\mu & \nu
2\lambda & 0 & -\nu \end{pmatrix} \begin{pmatrix} 1 & 1 & 2
3 & -3 & 0
2 & 2 & -2 \end{pmatrix} \text{ (faux, effectuons le produit par étape)}

Calculons d'abord M=PDM = P D :

M=(λμνλ−μν2λ0−ν)M = \begin{pmatrix} \lambda & \mu & \nu
\lambda & -\mu & \nu
2\lambda & 0 & -\nu \end{pmatrix}

Puis A=MP−1A = M P^{-1} :

A=(λμνλ−μν2λ0−ν)(1/61/61/31/2−1/201/31/3−1/3)A = \begin{pmatrix} \lambda & \mu & \nu
\lambda & -\mu & \nu
2\lambda & 0 & -\nu \end{pmatrix} \begin{pmatrix} 1/6 & 1/6 & 1/3
1/2 & -1/2 & 0
1/3 & 1/3 & -1/3 \end{pmatrix}

En effectuant le produit matriciel, on obtient :

A=(16λ+12μ+13ν16λ−12μ+13ν13λ−13ν16λ−12μ+13ν16λ+12μ+13ν13λ−13ν13λ−13ν13λ−13ν23λ+13ν)\boxed{ A = \begin{pmatrix} \frac{1}{6}\lambda + \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{6}\lambda - \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{3}\lambda - \frac{1}{3}\nu
\frac{1}{6}\lambda - \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{6}\lambda + \frac{1}{2}\mu + \frac{1}{3}\nu & \frac{1}{3}\lambda - \frac{1}{3}\nu
\frac{1}{3}\lambda - \frac{1}{3}\nu & \frac{1}{3}\lambda - \frac{1}{3}\nu & \frac{2}{3}\lambda + \frac{1}{3}\nu \end{pmatrix} }

L'ensemble des matrices recherchées est l'ensemble de ces matrices pour (λ,μ,ν)∈R3(\lambda, \mu, \nu) \in \mathbb{R}^3.

Ne pas oublier que les valeurs propres λ,μ,ν\lambda, \mu, \nu ne sont pas nécessairement distinctes. Si elles sont égales, la matrice devient proportionnelle à l'identité.