📚 الرئيسية

مسابقة دكتوراه 2025Université Abdelhamid Ibn Badis - Mostaganem — الموضوع 02

مسابقة عامة · الرياضيات · المدة: 1سا 30د

Épreuve écrite du concours d'accès en 3ème cycle LMD en Mathématiques Appliquées, épreuve commune d'Algèbre Linéaire (Sujet 5), Université Abdelhamid Ibn Badis de Mostaganem, Faculté des Sciences Exactes et de l'Informatique, samedi 22 février 2025, durée 1h30.

التمرين 1

Exercice 1 — Matrice à valeur propre triple et Cayley-Hamilton

#linear-algebra#characteristic-polynomial#cayley-hamilton#matrix-inverse

Soit la matrice réelle

A=(1352278547).A = \begin{pmatrix} 13 & -5 & -2 \\ -2 & 7 & -8 \\ -5 & 4 & 7 \end{pmatrix}.

  1. (2 pts) Calculer le polynôme caractéristique PA(x)P_A(x) de la matrice AA (on rappelle que (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2 b + 3ab^2 - b^3).
  2. (2 pts) La matrice AA est-elle diagonalisable ?
  3. (2 pts) Calculer l'inverse A1A^{-1} de AA en utilisant le théorème de Cayley-Hamilton.
الحل

1. Polynôme caractéristique

On utilise PA(x)=x3(trA)x2+(σ2)xdetAP_A(x) = x^3 - (\operatorname{tr} A)\,x^2 + (\sigma_2)\,x - \det A, où σ2\sigma_2 est la somme des mineurs principaux d'ordre 2.

  • trA=13+7+7=27\operatorname{tr} A = 13+7+7 = 27.
  • Mineurs principaux d'ordre 2 :

7847=81\begin{vmatrix} 7 & -8 \\ 4 & 7 \end{vmatrix}=81

,

13257=81\begin{vmatrix} 13 & -2 \\ -5 & 7 \end{vmatrix}=81

,

13527=81\begin{vmatrix} 13 & -5 \\ -2 & 7 \end{vmatrix}=81

, donc σ2=243\sigma_2 = 243.

  • detA=13(49+32)+5(1440)2(8+35)=105327054=729\det A = 13(49+32) + 5(-14-40) - 2(-8+35) = 1053 - 270 - 54 = 729.

Ainsi PA(x)=x327x2+243x729P_A(x) = x^3 - 27x^2 + 243x - 729. Comme 27=3927 = 3\cdot 9, 243=392243 = 3\cdot 9^2, 729=93729 = 9^3, on reconnaît

PA(x)=(x9)3.\boxed{P_A(x) = (x-9)^3.}

2. Diagonalisabilité

La seule valeur propre est 99, de multiplicité algébrique 33. AA serait diagonalisable si et seulement si elle était semblable à 9I39I_3, c'est-à-dire A=9I3A = 9I_3. Or

A9I3=(452228542)0.A - 9I_3 = \begin{pmatrix} 4 & -5 & -2 \\ -2 & -2 & -8 \\ -5 & 4 & -2 \end{pmatrix} \neq 0.

La dimension de l'espace propre ker(A9I)\ker(A-9I) est donc <3\lt 3.

A n’est pas diagonalisable.\boxed{A \text{ n'est pas diagonalisable.}}

3. Inverse par Cayley-Hamilton

D'après Cayley-Hamilton, (A9I)3=0(A-9I)^3 = 0, c'est-à-dire

A327A2+243A729I=0.A^3 - 27A^2 + 243A - 729 I = 0.

Donc 729I=A(A227A+243I)729\,I = A(A^2 - 27A + 243 I), d'où

A1=1729(A227A+243I).A^{-1} = \frac{1}{729}\left(A^2 - 27A + 243 I\right).

Calcul de A2A^2 :

A2=(18910800271081088127).A^2 = \begin{pmatrix} 189 & -108 & 0 \\ 0 & 27 & -108 \\ -108 & 81 & 27 \end{pmatrix}.

Puis

A227A+243I=(8127545481108272781)=27(312234113).A^2 - 27A + 243 I = \begin{pmatrix} 81 & 27 & 54 \\ 54 & 81 & 108 \\ 27 & -27 & 81 \end{pmatrix} = 27\begin{pmatrix} 3 & 1 & 2 \\ 2 & 3 & 4 \\ 1 & -1 & 3 \end{pmatrix}.

Comme 27729=127\frac{27}{729} = \frac{1}{27} :

A1=127(312234113).\boxed{A^{-1} = \frac{1}{27}\begin{pmatrix} 3 & 1 & 2 \\ 2 & 3 & 4 \\ 1 & -1 & 3 \end{pmatrix}.}

Vérification : AA1A \cdot A^{-1} donne bien 127(27I)=I\frac{1}{27}(27 I) = I.

التمرين 2

Exercice 2 — Diagonalisation d'un endomorphisme de R² et puissances

#linear-algebra#eigenspaces#change-of-basis#matrix-powers

Soit l'endomorphisme ϕ\phi de R2\mathbb{R}^2 défini par rapport à la base canonique (e1,e2)(e_1, e_2) par la matrice

A=(5410).(1)A = \begin{pmatrix} 5 & -4 \\ 1 & 0 \end{pmatrix}. \quad (1)

  1. (3 pts) Déterminer les sous-espaces vectoriels N1N_1 et N2N_2 de R2\mathbb{R}^2 définis par N1=ker(ϕId)N_1 = \ker(\phi - \mathrm{Id}) et N2=ker(ϕ4Id)N_2 = \ker(\phi - 4\,\mathrm{Id}).
  2. Soit v1v_1 (resp. v2v_2) un vecteur non nul de N1N_1 (resp. N2N_2).
    a. (2 pts) Démontrer que {v1,v2}\{v_1, v_2\} forme une base de R2\mathbb{R}^2.
    b. (1 pt) Écrire la matrice de ϕ\phi relativement à cette base.
    c. (2 pts) En déduire une expression de AnA^n pour tout entier naturel nn.
الحل

1. Les sous-espaces propres

Le polynôme caractéristique est χA(λ)=λ25λ+4=(λ1)(λ4)\chi_A(\lambda) = \lambda^2 - 5\lambda + 4 = (\lambda-1)(\lambda-4).

  • N1=ker(AI)N_1 = \ker(A - I) :

(4411)(xy)=0x=y\begin{pmatrix} 4 & -4 \\ 1 & -1 \end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}=0 \Rightarrow x=y

. Donc

N1=Vect ⁣(11)N_1 = \operatorname{Vect}\!\begin{pmatrix}1\\1\end{pmatrix}

.

  • N2=ker(A4I)N_2 = \ker(A - 4I) :

(1414)(xy)=0x=4y\begin{pmatrix} 1 & -4 \\ 1 & -4 \end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}=0 \Rightarrow x=4y

. Donc

N2=Vect ⁣(41)N_2 = \operatorname{Vect}\!\begin{pmatrix}4\\1\end{pmatrix}

.

2.a. {v1,v2}\{v_1, v_2\} est une base

Prenons

v1=(11)v_1 = \begin{pmatrix}1\\1\end{pmatrix}

et

v2=(41)v_2 = \begin{pmatrix}4\\1\end{pmatrix}

. Le déterminant

1411=14=30\begin{vmatrix} 1 & 4 \\ 1 & 1 \end{vmatrix} = 1-4 = -3 \neq 0

, donc {v1,v2}\{v_1,v_2\} est libre dans R2\mathbb{R}^2 de dimension 2 : c'est une base. (On peut aussi invoquer que des vecteurs propres associés à des valeurs propres distinctes sont indépendants.)

2.b. Matrice de ϕ\phi dans cette base

Puisque ϕ(v1)=v1\phi(v_1)=v_1 et ϕ(v2)=4v2\phi(v_2)=4v_2 :

D=(1004).\boxed{D = \begin{pmatrix} 1 & 0 \\ 0 & 4 \end{pmatrix}.}

2.c. Expression de AnA^n

Avec

P=(1411)P = \begin{pmatrix} 1 & 4 \\ 1 & 1 \end{pmatrix}

, detP=3\det P = -3,

P1=13(1411)P^{-1} = \dfrac{1}{3}\begin{pmatrix} -1 & 4 \\ 1 & -1 \end{pmatrix}

, on a An=PDnP1A^n = P D^n P^{-1} avec

Dn=(1004n)D^n = \begin{pmatrix} 1 & 0 \\ 0 & 4^n \end{pmatrix}

:

An=13(4n+1144n+14n144n).\boxed{A^n = \frac{1}{3}\begin{pmatrix} 4^{n+1}-1 & 4-4^{n+1} \\ 4^n-1 & 4-4^n \end{pmatrix}.}

Vérification pour n=1n=1 :

13(151230)=(5410)=A\frac{1}{3}\begin{pmatrix} 15 & -12 \\ 3 & 0 \end{pmatrix} = \begin{pmatrix} 5 & -4 \\ 1 & 0 \end{pmatrix} = A

. ✓