Questions: Matrix Exponential and Differential Equations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A system x' = Ax has eigenvalues −2 and 3. Starting from any nonzero initial condition, what happens to solutions as t → ∞?

AAll solutions decay to zero, since one eigenvalue is negative
BAll solutions grow without bound (for generic initial conditions), since the positive eigenvalue component dominates
CSolutions oscillate between growing and decaying phases
DOnly initial conditions aligned with the first eigenvector will cause growth
Question 2 Multiple Choice

Why does the diagonalization A = PDP⁻¹ make computing e^{At} tractable?

AIt reduces A to upper triangular form, where matrix exponentials always simplify
BBecause Aⁿ = PDⁿP⁻¹, the power series for e^{At} collapses to scalar exponentials e^{λᵢt} on the diagonal of e^{Dt}
CDiagonalization ensures all eigenvalues are real, eliminating oscillatory behavior
DIt converts the matrix ODE into a system of decoupled polynomial equations
Question 3 True / False

If a 2×2 matrix A has purely imaginary eigenvalues ±iω, then e^{At} produces oscillating solutions without growth or decay.

TTrue
FFalse
Question 4 True / False

The matrix exponential satisfies e^{A+B} = e^A · e^B for any square matrices A and B.

TTrue
FFalse
Question 5 Short Answer

A linear system x' = Ax has all eigenvalues with strictly negative real parts. What can you conclude about solutions for any initial condition, and why does this follow from the matrix exponential?

Think about your answer, then reveal below.