Maths Post-Bac Ouvrir l'app

Exercices corrigés — Diagonalisation

Algèbre linéaire · 18 exercices-types du palier socle

BUTL1L2L3Maths ingénieur

Chaque exercice donne l'énoncé, des indices progressifs et la correction rédigée étape par étape. Ouvre les blocs seulement après avoir cherché.

Revoir le cours : Diagonalisation Définitions, méthodes et exemples corrigés du chapitre.

Polynôme caractéristique & valeurs propres

CalculDifficulté 3/5

Déterminer les valeurs propres de A=(4123)A=\begin{pmatrix}4&1\\2&3\end{pmatrix}.

Indices (3)

Les valeurs propres annulent det(AλI)\det(A-\lambda I).

En 2×2 : χA(λ)=λ2(trA)λ+detA\chi_A(\lambda)=\lambda^2-(\operatorname{tr}A)\lambda+\det A.

Factorise le trinôme.

Correction détaillée
Trace et déterminant

trA=7\operatorname{tr}A=7, detA=4312=10\det A=4\cdot3-1\cdot2=10.

Polynôme caractéristique

χA(λ)=λ27λ+10\chi_A(\lambda)=\lambda^2-7\lambda+10.

Factoriser

λ27λ+10=(λ2)(λ5)\lambda^2-7\lambda+10=(\lambda-2)(\lambda-5).

Réponse. Valeurs propres : λ1=2\lambda_1=2, λ2=5\lambda_2=5. (Recoupement : 2+5=7=trA2+5=7=\operatorname{tr}A ✓, 25=10=detA2\cdot5=10=\det A ✓)
Faire cet exercice dans l'app →

Valeurs propres via trace et déterminant

CalculDifficulté 3/5

Soit A=(7224)A=\begin{pmatrix}7&-2\\-2&4\end{pmatrix}. En utilisant S=λ1+λ2=trAS=\lambda_1+\lambda_2=\operatorname{tr}A et P=λ1λ2=detAP=\lambda_1\lambda_2=\det A, déterminer les valeurs propres.

Indices (3)

Calcule S=trAS=\operatorname{tr}A et P=detAP=\det A.

Les valeurs propres sont racines de λ2Sλ+P\lambda^2-S\lambda+P.

Factorise.

Correction détaillée
Somme et produit

S=7+4=11S=7+4=11 ; P=74(2)(2)=284=24P=7\cdot4-(-2)(-2)=28-4=24.

Trinôme

λ211λ+24=(λ3)(λ8)\lambda^2-11\lambda+24=(\lambda-3)(\lambda-8).

Conclure

λ1=3\lambda_1=3, λ2=8\lambda_2=8.

Réponse. Valeurs propres : 33 et 88. (Recoupement : 3+8=113+8=11 ✓, 38=243\cdot8=24 ✓)
Faire cet exercice dans l'app →

Vecteurs propres associés

ApplicationDifficulté 3/5

Pour A=(4123)A=\begin{pmatrix}4&1\\2&3\end{pmatrix} (valeurs propres 22 et 55), déterminer un vecteur propre pour chaque valeur propre.

Indices (3)

Pour chaque λ\lambda, résous (AλI)v=0(A-\lambda I)v=0.

Le système est de rang 1 : une équation suffit.

Choisis un représentant non nul.

Correction détaillée
Cas $\lambda=5$

(A5I)=(1122)(A-5I)=\begin{pmatrix}-1&1\\2&-2\end{pmatrix} : x+y=0y=x-x+y=0\Rightarrow y=x. Vecteur (11)\begin{pmatrix}1\\1\end{pmatrix}.

Cas $\lambda=2$

(A2I)=(2121)(A-2I)=\begin{pmatrix}2&1\\2&1\end{pmatrix} : 2x+y=0y=2x2x+y=0\Rightarrow y=-2x. Vecteur (12)\begin{pmatrix}1\\-2\end{pmatrix}.

Réponse. E5=Vect(11)E_5=\operatorname{Vect}\begin{pmatrix}1\\1\end{pmatrix}, E2=Vect(12)E_2=\operatorname{Vect}\begin{pmatrix}1\\-2\end{pmatrix}. (Recoupement : A(11)=(55)A\begin{pmatrix}1\\1\end{pmatrix}=\begin{pmatrix}5\\5\end{pmatrix} ✓, A(12)=(24)A\begin{pmatrix}1\\-2\end{pmatrix}=\begin{pmatrix}2\\-4\end{pmatrix} ✓)
Faire cet exercice dans l'app →

Matrice triangulaire

CalculDifficulté 3/5

Déterminer les valeurs propres de A=(2503)A=\begin{pmatrix}2&5\\0&-3\end{pmatrix}.

Indices (3)

Que vaut det(AλI)\det(A-\lambda I) pour une matrice triangulaire ?

Le déterminant d'une triangulaire est le produit de la diagonale.

Les valeurs propres se lisent directement.

Correction détaillée
Caractéristique

det(AλI)=det(2λ503λ)=(2λ)(3λ)\det(A-\lambda I)=\det\begin{pmatrix}2-\lambda&5\\0&-3-\lambda\end{pmatrix}=(2-\lambda)(-3-\lambda).

Lecture

Valeurs propres = coefficients diagonaux.

Réponse. Valeurs propres : 22 et 3-3 (la diagonale). (Recoupement : 2+(3)=1=trA2+(-3)=-1=\operatorname{tr}A ✓)
Faire cet exercice dans l'app →

Valeur propre nulle & inversibilité

ApplicationDifficulté 3/5

Soit A=(2412)A=\begin{pmatrix}2&4\\1&2\end{pmatrix}. Montrer que 00 est valeur propre et donner un vecteur propre associé. Que peut-on dire de l'inversibilité de AA ?

Indices (3)

00 valeur propre     detA=0\iff \det A=0.

Le vecteur propre pour 00 est dans kerA\ker A : résous Av=0Av=0.

detA=0\det A=0 signifie quoi pour l'inversibilité ?

Correction détaillée
Déterminant

detA=2241=0\det A=2\cdot2-4\cdot1=0 : donc 00 est valeur propre.

Vecteur propre

Av=0Av=0 : 2x+4y=0x=2y2x+4y=0\Rightarrow x=-2y. Vecteur (21)\begin{pmatrix}2\\-1\end{pmatrix}.

Inversibilité

detA=0A\det A=0\Rightarrow A non inversible.

Réponse. 00 est valeur propre, E0=Vect(21)E_0=\operatorname{Vect}\begin{pmatrix}2\\-1\end{pmatrix}, AA non inversible. (Recoupement : A(21)=(00)A\begin{pmatrix}2\\-1\end{pmatrix}=\begin{pmatrix}0\\0\end{pmatrix} ✓)
Faire cet exercice dans l'app →

Vérifier qu'un vecteur est propre

ApplicationDifficulté 3/5

Soit A=(3113)A=\begin{pmatrix}3&1\\1&3\end{pmatrix}. Les vecteurs u=(11)u=\begin{pmatrix}1\\1\end{pmatrix} et w=(11)w=\begin{pmatrix}1\\-1\end{pmatrix} sont-ils propres ? Si oui, donner les valeurs propres.

Indices (3)

Calcule AuAu et AwAw.

Un vecteur vv est propre si Av=λvAv=\lambda v pour un scalaire λ\lambda.

Lis le facteur λ\lambda.

Correction détaillée
Calcul de Au

Au=(44)=4uAu=\begin{pmatrix}4\\4\end{pmatrix}=4u : propre, λ=4\lambda=4.

Calcul de Aw

Aw=(22)=2wAw=\begin{pmatrix}2\\-2\end{pmatrix}=2w : propre, λ=2\lambda=2.

Réponse. uu propre (λ=4\lambda=4), ww propre (λ=2\lambda=2). (Recoupement : 4+2=6=trA4+2=6=\operatorname{tr}A ✓ — symétrique, vecteurs orthogonaux)
Faire cet exercice dans l'app →

Diagonaliser une matrice 2×2

DémonstrationDifficulté 3/5

Diagonaliser A=(4123)A=\begin{pmatrix}4&1\\2&3\end{pmatrix} : donner PP et DD telles que A=PDP1A=PDP^{-1}.

Indices (3)

Reprends valeurs propres (2,52,5) et vecteurs propres.

PP = vecteurs propres en colonnes ; DD = valeurs propres dans le même ordre.

Contrôle par AP=PDAP=PD.

Correction détaillée
Éléments propres

λ=2(12)\lambda=2\to\begin{pmatrix}1\\-2\end{pmatrix} ; λ=5(11)\lambda=5\to\begin{pmatrix}1\\1\end{pmatrix}.

Construire P et D

P=(1121)P=\begin{pmatrix}1&1\\-2&1\end{pmatrix}, D=(2005)D=\begin{pmatrix}2&0\\0&5\end{pmatrix}.

Vérifier

AP=(2545)=PDAP=\begin{pmatrix}2&5\\-4&5\end{pmatrix}=PD (colonnes 2v12v_1 et 5v25v_2).

Réponse. A=PDP1A=PDP^{-1} avec P=(1121)P=\begin{pmatrix}1&1\\-2&1\end{pmatrix}, D=(2005)D=\begin{pmatrix}2&0\\0&5\end{pmatrix}. (Recoupement machine : PDP1=APDP^{-1}=A ✓)
Faire cet exercice dans l'app →

Puissance n-ième par diagonalisation

DémonstrationDifficulté 3/5

Soit A=(3210)A=\begin{pmatrix}3&-2\\1&0\end{pmatrix}. Diagonaliser AA puis calculer AnA^n.

Indices (3)

Valeurs propres via χA\chi_A, puis vecteurs propres.

An=PDnP1A^n=PD^nP^{-1} avec Dn=diag(λ1n,λ2n)D^n=\operatorname{diag}(\lambda_1^n,\lambda_2^n).

N'oublie pas P1P^{-1}.

Correction détaillée
Valeurs propres

χA=λ23λ+2=(λ1)(λ2)\chi_A=\lambda^2-3\lambda+2=(\lambda-1)(\lambda-2) : λ=1,2\lambda=1,2.

Vecteurs propres et P

λ=1(11)\lambda=1\to\begin{pmatrix}1\\1\end{pmatrix}, λ=2(21)\lambda=2\to\begin{pmatrix}2\\1\end{pmatrix} : P=(1211)P=\begin{pmatrix}1&2\\1&1\end{pmatrix}, P1=(1211)P^{-1}=\begin{pmatrix}-1&2\\1&-1\end{pmatrix}.

Assembler

An=P(1002n)P1=(2n+1122n+12n122n)A^n=P\begin{pmatrix}1&0\\0&2^n\end{pmatrix}P^{-1}=\begin{pmatrix}2^{n+1}-1&2-2^{n+1}\\2^n-1&2-2^n\end{pmatrix}.

Réponse. An=(2n+1122n+12n122n)A^n=\begin{pmatrix}2^{n+1}-1&2-2^{n+1}\\2^n-1&2-2^n\end{pmatrix}. (Recoupement : n=1n=1 redonne AA ✓, n=0n=0 donne I2I_2 ✓ — vérifié machine)
Faire cet exercice dans l'app →

Matrice symétrique : base orthogonale

DémonstrationDifficulté 3/5

Diagonaliser A=(3113)A=\begin{pmatrix}3&1\\1&3\end{pmatrix} et vérifier que les vecteurs propres sont orthogonaux.

Indices (3)

AA est symétrique : diagonalisable (théorème spectral).

Trouve valeurs et vecteurs propres.

Deux vecteurs sont orthogonaux si leur produit scalaire est nul.

Correction détaillée
Valeurs propres

χA=λ26λ+8=(λ2)(λ4)\chi_A=\lambda^2-6\lambda+8=(\lambda-2)(\lambda-4) : λ=2,4\lambda=2,4.

Vecteurs propres

λ=2(11)\lambda=2\to\begin{pmatrix}1\\-1\end{pmatrix} ; λ=4(11)\lambda=4\to\begin{pmatrix}1\\1\end{pmatrix}.

Orthogonalité & P,D

(11)(11)=11=0\begin{pmatrix}1\\-1\end{pmatrix}\cdot\begin{pmatrix}1\\1\end{pmatrix}=1-1=0 : orthogonaux. P=(1111)P=\begin{pmatrix}1&1\\-1&1\end{pmatrix}, D=(2004)D=\begin{pmatrix}2&0\\0&4\end{pmatrix}.

Réponse. λ=2,4\lambda=2,4 ; vecteurs (11),(11)\begin{pmatrix}1\\-1\end{pmatrix},\begin{pmatrix}1\\1\end{pmatrix} orthogonaux (théorème spectral). (Recoupement : PDP1=APDP^{-1}=A ✓)
Faire cet exercice dans l'app →

Matrice non diagonalisable

ApplicationDifficulté 3/5

La matrice A=(2102)A=\begin{pmatrix}2&1\\0&2\end{pmatrix} est-elle diagonalisable ?

Indices (3)

Calcule le polynôme caractéristique.

Une valeur propre double : compare dimEλ\dim E_\lambda et la multiplicité.

Résous (AλI)v=0(A-\lambda I)v=0.

Correction détaillée
Valeur propre

χA=(λ2)2\chi_A=(\lambda-2)^2 : λ=2\lambda=2 double (ma=2m_a=2).

Sous-espace propre

(A2I)=(0100)(A-2I)=\begin{pmatrix}0&1\\0&0\end{pmatrix} : y=0y=0, E2=Vect(10)E_2=\operatorname{Vect}\begin{pmatrix}1\\0\end{pmatrix}, dimension 11.

Conclure

mg=1<ma=2m_g=1<m_a=2 : pas assez de vecteurs propres.

Réponse. Non diagonalisable (dimE2=1<2\dim E_2=1<2). (Recoupement machine : is_diagonalizable = False ✓)
Faire cet exercice dans l'app →

Critère des valeurs propres distinctes

ApplicationDifficulté 3/5

Justifier sans calculer PP que A=(1423)A=\begin{pmatrix}1&4\\2&3\end{pmatrix} est diagonalisable.

Indices (3)

Quel critère suffit en dimension 2 ?

Calcule les valeurs propres.

Sont-elles distinctes ?

Correction détaillée
Valeurs propres

χA=λ24λ5=(λ5)(λ+1)\chi_A=\lambda^2-4\lambda-5=(\lambda-5)(\lambda+1) : λ=5\lambda=5 et λ=1\lambda=-1.

Critère

Deux valeurs propres distinctes en dimension 2.

Réponse. Diagonalisable : deux valeurs propres distinctes (55 et 1-1). (Recoupement : 5+(1)=4=trA5+(-1)=4=\operatorname{tr}A ✓, 5(1)=5=detA5\cdot(-1)=-5=\det A ✓)
Faire cet exercice dans l'app →

Reconstituer A à partir de P et D

CalculDifficulté 3/5

On donne P=(1112)P=\begin{pmatrix}1&1\\1&2\end{pmatrix} et D=(3001)D=\begin{pmatrix}3&0\\0&1\end{pmatrix}. Calculer A=PDP1A=PDP^{-1}.

Indices (3)

Calcule d'abord P1P^{-1} (inverse 2×2).

Puis effectue PDPD, enfin (PD)P1(PD)P^{-1}.

Contrôle : les colonnes de PP doivent être propres pour AA.

Correction détaillée
Inverse de P

detP=1\det P=1, P1=(2111)P^{-1}=\begin{pmatrix}2&-1\\-1&1\end{pmatrix}.

Produit PD

PD=(3132)PD=\begin{pmatrix}3&1\\3&2\end{pmatrix}.

Produit final

A=(PD)P1=(5241)A=(PD)P^{-1}=\begin{pmatrix}5&-2\\4&-1\end{pmatrix}.

Réponse. A=(5241)A=\begin{pmatrix}5&-2\\4&-1\end{pmatrix}. (Recoupement : A(11)=(33)=3(11)A\begin{pmatrix}1\\1\end{pmatrix}=\begin{pmatrix}3\\3\end{pmatrix}=3\begin{pmatrix}1\\1\end{pmatrix} ✓ ; vérifié machine)
Faire cet exercice dans l'app →

Éléments propres complets 2×2

ApplicationDifficulté 2/5

Soit A=(5412)A=\begin{pmatrix}5&4\\1&2\end{pmatrix}. 1) Déterminer le polynôme caractéristique et les valeurs propres. 2) Déterminer un vecteur propre pour chacune.

Indices (3)

χA(λ)=λ2(trA)λ+detA\chi_A(\lambda)=\lambda^2-(\operatorname{tr}A)\lambda+\det A.

Factorise pour obtenir les valeurs propres.

Pour chaque λ\lambda, résous (AλI)v=0(A-\lambda I)v=0.

Correction détaillée
Polynôme caractéristique

trA=7\operatorname{tr}A=7, detA=104=6\det A=10-4=6 : χA=λ27λ+6=(λ1)(λ6)\chi_A=\lambda^2-7\lambda+6=(\lambda-1)(\lambda-6).

Vecteur pour $\lambda=1$

(AI)=(4411)(A-I)=\begin{pmatrix}4&4\\1&1\end{pmatrix} : x+y=0x+y=0, vecteur (11)\begin{pmatrix}1\\-1\end{pmatrix}.

Vecteur pour $\lambda=6$

(A6I)=(1414)(A-6I)=\begin{pmatrix}-1&4\\1&-4\end{pmatrix} : x=4yx=4y, vecteur (41)\begin{pmatrix}4\\1\end{pmatrix}.

Réponse. λ=1\lambda=1 (v=(11)v=\begin{pmatrix}1\\-1\end{pmatrix}) et λ=6\lambda=6 (v=(41)v=\begin{pmatrix}4\\1\end{pmatrix}). (Recoupement : 1+6=7=trA1+6=7=\operatorname{tr}A ✓, 16=6=detA1\cdot6=6=\det A ✓)
Faire cet exercice dans l'app →

Diagonalisation & puissance 2×2

DémonstrationDifficulté 3/5

Pour A=(5412)A=\begin{pmatrix}5&4\\1&2\end{pmatrix}, 1) écrire A=PDP1A=PDP^{-1}. 2) En déduire AnA^n.

Indices (3)

Reprends les éléments propres (λ=1,6\lambda=1,6).

PP = vecteurs propres en colonnes ; calcule P1P^{-1}.

An=PDnP1A^n=PD^nP^{-1}.

Correction détaillée
P, D et P^{-1}

P=(1411)P=\begin{pmatrix}1&4\\-1&1\end{pmatrix}, D=(1006)D=\begin{pmatrix}1&0\\0&6\end{pmatrix}, detP=5\det P=5, P1=15(1411)P^{-1}=\dfrac15\begin{pmatrix}1&-4\\1&1\end{pmatrix}.

Forme PD^nP^{-1}

An=P(1006n)P1A^n=P\begin{pmatrix}1&0\\0&6^n\end{pmatrix}P^{-1}.

Calcul

An=15(46n+146n46n16n+4)A^n=\dfrac15\begin{pmatrix}4\cdot6^n+1&4\cdot6^n-4\\6^n-1&6^n+4\end{pmatrix}.

Réponse. A=PDP1A=PDP^{-1} (P=(1411)P=\begin{pmatrix}1&4\\-1&1\end{pmatrix}, D=diag(1,6)D=\operatorname{diag}(1,6)) ; An=15(46n+146n46n16n+4)A^n=\dfrac15\begin{pmatrix}4\cdot6^n+1&4\cdot6^n-4\\6^n-1&6^n+4\end{pmatrix}. (Recoupement : n=1n=1 redonne AA ✓, n=0n=0 donne I2I_2 ✓ — machine)
Faire cet exercice dans l'app →

Diagonalisable ou non ? (justifier)

DémonstrationDifficulté 3/5

La matrice A=(3111)A=\begin{pmatrix}3&-1\\1&1\end{pmatrix} est-elle diagonalisable ? Justifier rigoureusement.

Indices (3)

Calcule χA\chi_A : la valeur propre est-elle double ?

Si double, calcule dimEλ\dim E_\lambda.

Compare multiplicités géométrique et algébrique.

Correction détaillée
Valeur propre

trA=4\operatorname{tr}A=4, detA=3+1=4\det A=3+1=4 : χA=λ24λ+4=(λ2)2\chi_A=\lambda^2-4\lambda+4=(\lambda-2)^2. λ=2\lambda=2 double.

Sous-espace propre

(A2I)=(1111)(A-2I)=\begin{pmatrix}1&-1\\1&-1\end{pmatrix} : x=yx=y, E2=Vect(11)E_2=\operatorname{Vect}\begin{pmatrix}1\\1\end{pmatrix}, dim 11.

Conclure

mg(2)=1<ma(2)=2m_g(2)=1<m_a(2)=2 : non diagonalisable.

Réponse. Non diagonalisable (dimE2=1<2\dim E_2=1<2). (Recoupement machine : is_diagonalizable = False ✓)
Faire cet exercice dans l'app →

Diagonaliser une 3×3 triangulaire

DémonstrationDifficulté 3/5

Soit A=(200130011)A=\begin{pmatrix}2&0&0\\1&3&0\\0&1&1\end{pmatrix}. 1) Donner ses valeurs propres. 2) La diagonaliser (PP et DD).

Indices (3)

Triangulaire : valeurs propres sur la diagonale.

Pour chaque λ\lambda, résous (AλI)v=0(A-\lambda I)v=0.

Trois valeurs propres distinctes \Rightarrow diagonalisable.

Correction détaillée
Valeurs propres

1,2,31,2,3 (diagonale), distinctes : diagonalisable.

Vecteurs propres

1(001)1\to\begin{pmatrix}0\\0\\1\end{pmatrix}, 2(111)2\to\begin{pmatrix}-1\\1\\1\end{pmatrix}, 3(021)3\to\begin{pmatrix}0\\2\\1\end{pmatrix}.

P et D

P=(010012111)P=\begin{pmatrix}0&-1&0\\0&1&2\\1&1&1\end{pmatrix}, D=diag(1,2,3)D=\operatorname{diag}(1,2,3).

Réponse. Valeurs propres 1,2,31,2,3 ; A=PDP1A=PDP^{-1} avec P=(010012111)P=\begin{pmatrix}0&-1&0\\0&1&2\\1&1&1\end{pmatrix}, D=diag(1,2,3)D=\operatorname{diag}(1,2,3). (Recoupement machine : PDP1=APDP^{-1}=A ✓)
Faire cet exercice dans l'app →

Matrice symétrique 3×3 : racine évidente

DémonstrationDifficulté 3/5

Soit A=(122212221)A=\begin{pmatrix}1&2&2\\2&1&2\\2&2&1\end{pmatrix}. 1) Vérifier que (111)\begin{pmatrix}1\\1\\1\end{pmatrix} est propre. 2) Déterminer toutes les valeurs propres et conclure sur la diagonalisabilité.

Indices (3)

Calcule A(111)A\begin{pmatrix}1\\1\\1\end{pmatrix} (somme des lignes).

Utilise la trace : trA=λ1+λ2+λ3\operatorname{tr}A=\lambda_1+\lambda_2+\lambda_3.

AA symétrique : théorème spectral.

Correction détaillée
Racine évidente

Chaque ligne somme à 55 : A(111)=(555)A\begin{pmatrix}1\\1\\1\end{pmatrix}=\begin{pmatrix}5\\5\\5\end{pmatrix}, donc λ=5\lambda=5.

Autres valeurs propres

det(AλI)=(λ5)(λ+1)2\det(A-\lambda I)=-(\lambda-5)(\lambda+1)^2 : λ=1\lambda=-1 (double). Trace : 5+(1)+(1)=35+(-1)+(-1)=3 ✓.

Conclure

AA symétrique \Rightarrow diagonalisable ; E1E_{-1} de dim 2.

Réponse. Valeurs propres 55 et 1-1 (double) ; diagonalisable (symétrique). (Recoupement : trA=3=511\operatorname{tr}A=3=5-1-1 ✓ ; machine ✓)
Faire cet exercice dans l'app →

Puissance & comportement asymptotique

DémonstrationDifficulté 3/5

Soit A=(2112)A=\begin{pmatrix}2&1\\1&2\end{pmatrix}. 1) Diagonaliser AA. 2) Donner AnA^n. 3) Vers quoi tend 13nAn\dfrac{1}{3^n}A^n quand n+n\to+\infty ?

Indices (3)

AA symétrique, valeurs propres 11 et 33.

An=PDnP1A^n=PD^nP^{-1}.

Dans 13nAn\frac{1}{3^n}A^n, (13)n0\big(\frac13\big)^n\to0 : ne reste que le terme dominant.

Correction détaillée
Diagonalisation

λ=1(11)\lambda=1\to\begin{pmatrix}1\\-1\end{pmatrix}, λ=3(11)\lambda=3\to\begin{pmatrix}1\\1\end{pmatrix} : P=(1111)P=\begin{pmatrix}1&1\\-1&1\end{pmatrix}, D=diag(1,3)D=\operatorname{diag}(1,3).

Puissance

An=12(3n+13n13n13n+1)A^n=\dfrac12\begin{pmatrix}3^n+1&3^n-1\\3^n-1&3^n+1\end{pmatrix}.

Limite

13nAn=12(1+3n13n13n1+3n)12(1111)\dfrac{1}{3^n}A^n=\dfrac12\begin{pmatrix}1+3^{-n}&1-3^{-n}\\1-3^{-n}&1+3^{-n}\end{pmatrix}\to\dfrac12\begin{pmatrix}1&1\\1&1\end{pmatrix}.

Réponse. An=12(3n+13n13n13n+1)A^n=\dfrac12\begin{pmatrix}3^n+1&3^n-1\\3^n-1&3^n+1\end{pmatrix} ; 13nAn12(1111)\dfrac{1}{3^n}A^n\to\dfrac12\begin{pmatrix}1&1\\1&1\end{pmatrix}. (Recoupement : n=1n=1 redonne AA ✓ ; machine)
Faire cet exercice dans l'app →

S'entraîner davantage sur diagonalisation

12 exercices d'entraînement supplémentaires sur ce chapitre, plus le palier approfondissement, les quiz, le tuteur IA et les PDF à imprimer — dans l'app Maths Post-Bac.