Questions: Matrix Exponential Method

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The system dx/dt = Ax has A = PDP⁻¹ where D has eigenvalues λ₁ = -2 and λ₂ = 3. As t → ∞, what determines the long-term behavior of solutions?

AThe solution decays to zero because the average of the eigenvalues is 0.5, which is small
BThe solution grows without bound because the eigenvalue with the largest real part (λ₂ = 3) dominates
CThe solution oscillates because one eigenvalue is negative and one is positive
DThe behavior depends entirely on the initial condition x₀, not on the eigenvalues
Question 2 Multiple Choice

Why is diagonalization essential to making the matrix exponential computationally tractable?

ADiagonalization converts the matrix into a form where the power series for e^(At) terminates after finitely many terms
BFor a diagonal matrix D, e^(Dt) is simply the diagonal matrix with entries e^(λᵢt), reducing matrix exponentiation to scalar exponentiation
CDiagonalization eliminates complex-valued eigenvalues, ensuring all terms in the solution are real
DWithout diagonalization, the matrix exponential cannot be defined for matrices larger than 2×2
Question 3 True / False

The matrix exponential e^(At) is defined by the same power series as the scalar exponential e^(at), with scalars replaced by matrices.

TTrue
FFalse
Question 4 True / False

If a 2×2 matrix A has purely imaginary eigenvalues λ = ±iω, the solution x(t) = e^(At)x₀ will decay to zero as t increases.

TTrue
FFalse
Question 5 Short Answer

Explain in your own words why the eigenvalue structure of the matrix A completely determines the long-term behavior of solutions to dx/dt = Ax.

Think about your answer, then reveal below.