4.5.31 · D4Linear Algebra (Full)

Exercises — Diagonalization — conditions, procedure

1,999 words9 min readBack to topic

Level 1 — Recognition

L1.1

Is diagonalizable? If so, give and .

Recall Solution

A diagonal matrix is already diagonal, so trivially with (the identity) and itself.

  • WHAT we did: recognized the form. WHY it works: is invertible and .
  • The standard basis vectors and are the eigenvectors, with eigenvalues and .

Answer: yes; , .

L1.2

Without solving anything, decide: is guaranteed diagonalizable?

Recall Solution

is upper triangular, so its eigenvalues sit on the diagonal (the characteristic polynomial is , see Characteristic Polynomial). The eigenvalues are and two distinct values.

  • WHY that settles it: distinct eigenvalues force linearly independent eigenvectors, and independent eigenvectors in span it.

Answer: yes, guaranteed diagonalizable (distinct eigenvalues ).

L1.3

True or false: a matrix with characteristic polynomial must be diagonalizable.

Recall Solution

False. All three eigenvalues equal (algebraic multiplicity ). Diagonalizability now depends entirely on the geometric multiplicity .

  • If (i.e. ), diagonalizable.
  • If (defective), not diagonalizable.

The polynomial alone cannot tell us. Answer: False.


Level 2 — Application

L2.1

Diagonalize . Give and .

Recall Solution

Step 1 — eigenvalues. . So . Distinct → diagonalizable. Step 2 — eigenvectors. : . : . Step 3 — assemble (order matched): so is invertible. ✓ (This is symmetric, so eigenvectors come out orthogonal — see Spectral Theorem.)

L2.2

Find and for each eigenvalue of and state whether is diagonalizable.

Recall Solution

Eigenvalues: , so . Eigenvectors: . Solving gives , free → one direction , so . Since , not diagonalizable (defective — it is a scaled shear).

L2.3

Using the result of L2.1, compute for .

Recall Solution

WHY diagonalize first? and is just each diagonal entry to the 4th power (this is the whole point of Matrix Powers and Exponentials). . .


Level 3 — Analysis

L3.1

For which real values of is diagonalizable?

Recall Solution

Eigenvalue: , for every . Eigenvectors: .

  • If : solving forces , free → not diagonalizable.
  • If : , whole plane is the eigenspace → diagonalizable (it's ).

Answer: diagonalizable only when .

L3.2

Show that (a rotation) is not diagonalizable over but is over . Give .

Recall Solution

Characteristic polynomial: .

  • Over : no real eigenvalue exists, so there is no real eigenvector — geometrically a rotation turns every real direction, so no real line is merely stretched. Not diagonalizable over . The figure below makes this concrete: it draws several black unit vectors and, in red, one vector together with its image turned a full away — since no black arrow lands back on its own line, there is no direction that is only stretched, i.e. no real eigenvector.
  • Over : two distinct eigenvalues → diagonalizable, with Eigenvectors: for , . The first row gives , so take (check: ✓). Likewise for , .
Figure — Diagonalization — conditions, procedure

L3.3

A matrix has eigenvalues with . Is it diagonalizable? How many columns of come from each eigenspace?

Recall Solution

Check for each eigenvalue:

  • : and matches.
  • : , and always , so → matches.

Total independent eigenvectors . Diagonalizable. gets 2 columns from the eigenspace and 1 column from the eigenspace.


Level 4 — Synthesis

L4.1

Diagonalize , or prove it cannot be done.

Recall Solution

Lower triangular → eigenvalues on the diagonal: . So . Eigenvectors for : . Equations: and . Free variable: one → . So . Since , not diagonalizable (defective — a Jordan block sits at ; see Jordan Normal Form).

L4.2

Let be diagonalizable with , . Prove and .

Recall Solution

Determinant. . Since , the factors cancel, leaving (determinant of a diagonal matrix is the product of its diagonal). Trace. Trace is cyclic: . So Both facts follow purely from being similar to (see Similar Matrices) — indeed they hold for any matrix via its eigenvalues.

L4.3

Using L2.1's decomposition, compute the matrix exponential for . Leave entries in terms of and .

Recall Solution

WHY diagonalize: , and of a diagonal matrix is just of each diagonal entry (this defines the exponential termwise; see Matrix Powers and Exponentials). , and with , :


Level 5 — Mastery

L5.1

Construct a real matrix that has eigenvalue with but , whose eigenvector is . Confirm it is not diagonalizable.

Recall Solution

Strategy: take a Jordan block (eigenvalue , defective, eigenvector ) and rotate its eigen-direction to via a change of basis (its first column is the target eigenvector). Set . . Check eigenvalue: . ✓ Check eigenvector: . ✓ Geometric multiplicity: has rank , so . Not diagonalizable.

Answer: .

L5.2

A matrix satisfies (idempotent, e.g. a projection). Prove every such is diagonalizable and its only possible eigenvalues are and .

Recall Solution

Eigenvalues. If with , then . But gives . So . Diagonalizable. For any vector write the identity The first piece is a eigenvector: . The second is a eigenvector: . So every vector splits into eigenvectors → the eigenvectors span the whole space → is diagonalizable with . This is a clean special case of the Spectral Theorem intuition: projections are perfectly diagonalizable.

L5.3

Given a diagonalizable , show that the sequence as converges to a nonzero matrix iff every except possibly some eigenvalues equal to exactly (with the rest ). Apply to : does converge?

Recall Solution

General reasoning. , and . Each entry's fate is governed by :

  • : .
  • : stays put.
  • or : diverges/oscillates → no convergence.

So converges (to a possibly nonzero limit) exactly when each eigenvalue is either inside the unit circle or equal to . Apply to . From L2.1 its eigenvalues are and .

  • has , so the diagonal entry (it explodes).
  • has oscillating (it never settles).

Either one alone already breaks convergence. Since carries these divergent diagonal entries, does NOT converge — it blows up (dominated by the term). Conclusion: no limit exists.