Open the app

Eigenvalues and Eigenvectors

Differential Equations · Section 7.3 · generated practice set

Trace and determinant to the characteristic polynomial, and what the sign pattern says about the phase portrait.

Practice this set → Fresh numbers on every attempt. No account needed.

Method

For a $2\times2$ matrix, go through trace and determinant: $$\lambda^2 - (\text{tr}A)\lambda + \det A = 0.$$ Then solve $(A - \lambda I)\mathbf{v} = \mathbf{0}$ for each eigenvector — the two rows are always multiples of one another, so use whichever is simpler.

Definitions and theorems

Characteristic polynomial (2×2)
$\det(A - \lambda I) = \lambda^2 - (\text{tr}A)\lambda + \det A$.

Worked example

Find the eigenvalues of $A = \begin{pmatrix} 1 & 2 \\ 4 & 3\end{pmatrix}$.

  1. $\text{tr}A = 4$, $\det A = 3 - 8 = -5$.
  2. $\lambda^2 - 4\lambda - 5 = 0$.
  3. $(\lambda-5)(\lambda+1) = 0 \Rightarrow \lambda = -1, 5$.
  4. Opposite signs, so the origin is a saddle point for $\mathbf{x}' = A\mathbf{x}$.

Common mistakes

  1. Sign of the trace term. It is $-(\text{tr}A)\lambda$.

Practice it

Reading the method is not the same as being able to run it under time pressure. This set generates a new problem with new coefficients every attempt, marks each part separately, and shows the full worked solution.

Open 7.3 →

More sets in Differential Equations