WikiPrépaLivrets

Déterminer toutes les matrices XM2(R)X \in \mathcal{M}_{2}(\mathbb{R}) qui vérifient l'équation polynomiale :

X22X=AX^{2} - 2X = A
dans chacun des deux cas suivants :
  1. A=(51526)A = \begin{pmatrix} 5 & -15
    2 & -6 \end{pmatrix}
  2. A=(1221)A = \begin{pmatrix} 1 & 2
    2 & 1 \end{pmatrix}

1.

Commencer par diagonaliser la matrice AA pour identifier ses valeurs propres et ses sous-espaces propres.

2.

Utiliser le fait que si X22X=AX^2 - 2X = A, alors XX commute avec AA.

3.

Justifier que XX et AA sont simultanément diagonalisables si AA possède des valeurs propres distinctes en dimension 2.

4.

Se ramener à une équation portant sur des matrices diagonales.

Idées clés

Commutation : XX commute avec tout polynôme en XX, donc XX commute avec AA.

Codiagonalisabilité : si AMn(K)A \in \mathcal{M}_n(\mathbb{K}) possède nn valeurs propres distinctes, toute matrice commutant avec AA est diagonalisable dans la même base.

Résolution scalaire : l'équation matricielle diagonale se ramène à nn équations du second degré sur les coefficients.

Résolution de la première instance.

  1. On considère A=(51526)A = \begin{pmatrix} 5 & -15
    2 & -6 \end{pmatrix}
    .

    Cherchons les valeurs propres de AA. Le polynôme caractéristique est :

    χA(λ)=λ2Tr(A)λ+det(A)=λ2(1)λ+0=λ(λ+1)\chi_A(\lambda) = \lambda^2 - \text{Tr}(A)\lambda + \det(A) = \lambda^2 - (-1)\lambda + 0 = \lambda(\lambda + 1)
    Les valeurs propres sont λ1=0\lambda_1 = 0 et λ2=1\lambda_2 = -1. Comme AA possède deux valeurs propres distinctes en dimension 2, AA est diagonalisable.

    Déterminons les sous-espaces propres : E0=ker(A)=Vect((31))E_0 = \ker(A) = \text{Vect} \left( \begin{pmatrix} 3
    1 \end{pmatrix} \right)
    et E1=ker(A+I)=Vect((52))E_{-1} = \ker(A+I) = \text{Vect} \left( \begin{pmatrix} 5
    2 \end{pmatrix} \right)
    . On pose P=(3512)P = \begin{pmatrix} 3 & 5
    1 & 2 \end{pmatrix}
    . On a A=PDP1A = P D P^{-1} avec D=(0001)D = \begin{pmatrix} 0 & 0
    0 & -1 \end{pmatrix}
    . L'inverse est P1=(2513)P^{-1} = \begin{pmatrix} 2 & -5
    -1 & 3 \end{pmatrix}
    . Analyse. Soit XX une solution. Puisque X22X=AX^2 - 2X = A, XX commute avec AA. Les sous-espaces propres de AA sont des droites vectorielles stables par XX. Par conséquent, les vecteurs propres de AA sont aussi des vecteurs propres de XX. Ainsi, XX est diagonalisable dans la même base que AA :

    X=P(x00y)P1X = P \begin{pmatrix} x & 0
    0 & y \end{pmatrix} P^{-1}
    En injectant dans l'équation initiale, on obtient :
    (x22x00y22y)=(0001)\begin{pmatrix} x^2-2x & 0
    0 & y^2-2y \end{pmatrix} = \begin{pmatrix} 0 & 0
    0 & -1 \end{pmatrix}
    Cela nous donne le système :
    {x22x=0y22y=1    {x(x2)=0(y1)2=0\begin{cases} x^2 - 2x = 0
    y^2 - 2y = -1 \end{cases} \iff \begin{cases} x(x-2) = 0
    (y-1)^2 = 0 \end{cases}
    On trouve x{0,2}x \in \{0, 2\} et y=1y = 1. Synthèse. On obtient deux solutions possibles :
    X1=P(0001)P1=(3512)(0001)(2513)=(51526)X_1 = P \begin{pmatrix} 0 & 0
    0 & 1 \end{pmatrix} P^{-1} = \begin{pmatrix} 3 & 5
    1 & 2 \end{pmatrix} \begin{pmatrix} 0 & 0
    0 & 1 \end{pmatrix} \begin{pmatrix} 2 & -5
    -1 & 3 \end{pmatrix} = \begin{pmatrix} -5 & 15
    -2 & 6 \end{pmatrix}
    X2=P(2001)P1=(3512)(2001)(2513)=(71524)X_2 = P \begin{pmatrix} 2 & 0
    0 & 1 \end{pmatrix} P^{-1} = \begin{pmatrix} 3 & 5
    1 & 2 \end{pmatrix} \begin{pmatrix} 2 & 0
    0 & 1 \end{pmatrix} \begin{pmatrix} 2 & -5
    -1 & 3 \end{pmatrix} = \begin{pmatrix} 7 & -15
    2 & -4 \end{pmatrix}
    L'ensemble des solutions pour le premier cas est :
    S1={(51526),(71524)}\boxed{ \mathcal{S}_1 = \left\{ \begin{pmatrix} -5 & 15
    -2 & 6 \end{pmatrix}, \begin{pmatrix} 7 & -15
    2 & -4 \end{pmatrix} \right\} }

  2. On considère A=(1221)A = \begin{pmatrix} 1 & 2
    2 & 1 \end{pmatrix}
    .

    Le polynôme caractéristique est χA(λ)=(1λ)24=(λ3)(λ+1)\chi_A(\lambda) = (1-\lambda)^2 - 4 = (\lambda-3)(\lambda+1). Les valeurs propres sont 33 et 1-1. AA est diagonalisable. Les sous-espaces propres sont : E3=ker(A3I)=Vect((11))E_3 = \ker(A-3I) = \text{Vect} \left( \begin{pmatrix} 1
    1 \end{pmatrix} \right)
    et E1=ker(A+I)=Vect((11))E_{-1} = \ker(A+I) = \text{Vect} \left( \begin{pmatrix} 1
    -1 \end{pmatrix} \right)
    . En suivant le même raisonnement de codiagonalisation, on pose X=Pdiag(x,y)P1X = P \text{diag}(x, y) P^{-1}. L'équation devient :

    {x22x=3y22y=1    {(x3)(x+1)=0(y1)2=0\begin{cases} x^2 - 2x = 3
    y^2 - 2y = -1 \end{cases} \iff \begin{cases} (x-3)(x+1) = 0
    (y-1)^2 = 0 \end{cases}
    On en déduit x{3,1}x \in \{3, -1\} et y=1y = 1. Avec P=(1111)P = \begin{pmatrix} 1 & 1
    1 & -1 \end{pmatrix}
    et P1=12(1111)P^{-1} = \frac{1}{2} \begin{pmatrix} 1 & 1
    1 & -1 \end{pmatrix}
    , on calcule :
    X1=P(3001)P1=12(1111)(3311)=(2112)X_1 = P \begin{pmatrix} 3 & 0
    0 & 1 \end{pmatrix} P^{-1} = \frac{1}{2} \begin{pmatrix} 1 & 1
    1 & -1 \end{pmatrix} \begin{pmatrix} 3 & 3
    1 & -1 \end{pmatrix} = \begin{pmatrix} 2 & 1
    1 & 2 \end{pmatrix}
    X2=P(1001)P1=12(1111)(1111)=(0110)X_2 = P \begin{pmatrix} -1 & 0
    0 & 1 \end{pmatrix} P^{-1} = \frac{1}{2} \begin{pmatrix} 1 & 1
    1 & -1 \end{pmatrix} \begin{pmatrix} -1 & -1
    1 & -1 \end{pmatrix} = \begin{pmatrix} 0 & -1
    -1 & 0 \end{pmatrix}
    L'ensemble des solutions pour le second cas est :
    S2={(2112),(0110)}\boxed{ \mathcal{S}_2 = \left\{ \begin{pmatrix} 2 & 1
    1 & 2 \end{pmatrix}, \begin{pmatrix} 0 & -1
    -1 & 0 \end{pmatrix} \right\} }

Ne pas oublier l'argument de commutation. Si AA n'était pas à valeurs propres simples (par exemple si A=IA = I en dimension 2), il pourrait exister des solutions qui ne sont pas codiagonalisables avec AA. Ici, l'argument repose sur le fait que les sous-espaces propres sont des droites.