ryan710
ryan710 Apr 18, 2026 • 10 views

Test Questions on Matrix Exponentials and ODE Solutions (University Level)

Hey there! 👋 Feeling a bit lost with matrix exponentials and their connection to ODE solutions? Don't worry, I've got you covered! I've put together a quick study guide and a practice quiz to help you nail this topic. Let's get started!
🧮 Mathematics
🪄

🚀 Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

✨ Generate Custom Content

1 Answers

✅ Best Answer
User Avatar
jason_gould Dec 27, 2025

📚 Quick Study Guide

  • 🔢 Definition of Matrix Exponential: For a square matrix $A$, the matrix exponential is defined as $e^{At} = \sum_{k=0}^{\infty} \frac{(At)^k}{k!}$.
  • ⏱️ Properties of Matrix Exponential: $e^{A(t+s)} = e^{At}e^{As}$, $e^{A0} = I$ (identity matrix), and $(e^{At})^{-1} = e^{-At}$.
  • 📝 Solving Linear ODEs: For a system of linear ODEs $\frac{d\mathbf{x}}{dt} = A\mathbf{x}$, the general solution is given by $\mathbf{x}(t) = e^{At}\mathbf{x}(0)$, where $\mathbf{x}(0)$ is the initial condition.
  • 💡 Calculating Matrix Exponential: Methods include using eigenvalues and eigenvectors to diagonalize $A$, using Cayley-Hamilton theorem, or directly computing the series for simple matrices.
  • 📌 Eigenvalues and Eigenvectors: If $A\mathbf{v} = \lambda\mathbf{v}$, then $\mathbf{v}$ is an eigenvector of $A$ corresponding to eigenvalue $\lambda$. These are crucial for finding the matrix exponential.
  • 📈 Jordan Normal Form: When $A$ is not diagonalizable, we use Jordan Normal Form to compute $e^{At}$.
  • 🔍 Connection to Fundamental Matrix: The matrix exponential $e^{At}$ is a fundamental matrix for the system $\frac{d\mathbf{x}}{dt} = A\mathbf{x}$.

🧪 Practice Quiz

  1. Question 1: What is the matrix exponential $e^{At}$ for $A = \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}$?
    1. $ \begin{bmatrix} 1 & t \\ 0 & 1 \end{bmatrix} $
    2. $ \begin{bmatrix} 1 & 0 \\ t & 1 \end{bmatrix} $
    3. $ \begin{bmatrix} 0 & 1 \\ 1 & t \end{bmatrix} $
    4. $ \begin{bmatrix} t & 1 \\ 1 & 0 \end{bmatrix} $
  2. Question 2: If $\frac{d\mathbf{x}}{dt} = A\mathbf{x}$ and $\mathbf{x}(0) = \begin{bmatrix} 1 \\ 1 \end{bmatrix}$, what is the solution $\mathbf{x}(t)$ given $e^{At} = \begin{bmatrix} e^t & 0 \\ 0 & e^{2t} \end{bmatrix}$?
    1. $ \begin{bmatrix} e^t \\ e^{2t} \end{bmatrix} $
    2. $ \begin{bmatrix} e^{2t} \\ e^{t} \end{bmatrix} $
    3. $ \begin{bmatrix} e^t \\ e^{t} \end{bmatrix} $
    4. $ \begin{bmatrix} e^{2t} \\ e^{2t} \end{bmatrix} $
  3. Question 3: Which of the following properties is NOT true for matrix exponentials?
    1. $e^{A(t+s)} = e^{At}e^{As}$
    2. $e^{A0} = I$
    3. $(e^{At})^{-1} = e^{-At}$
    4. $e^{A+B} = e^{A}e^{B}$ (for all matrices A and B)
  4. Question 4: For the system $\frac{d\mathbf{x}}{dt} = A\mathbf{x}$, if $A$ has eigenvalues $\lambda_1 = 2$ and $\lambda_2 = 3$, what can you say about the stability of the system?
    1. The system is stable.
    2. The system is unstable.
    3. The system is marginally stable.
    4. Stability cannot be determined from the eigenvalues.
  5. Question 5: What is the matrix exponential of the zero matrix, $e^{0t}$?
    1. The zero matrix.
    2. The identity matrix.
    3. $t$ times the zero matrix.
    4. $e^t$ times the identity matrix.
  6. Question 6: Given $A = \begin{bmatrix} 2 & 0 \\ 0 & 2 \end{bmatrix}$, what is $e^{At}$?
    1. $\begin{bmatrix} e^{2t} & 0 \\ 0 & e^{2t} \end{bmatrix}$
    2. $\begin{bmatrix} e^{t} & 0 \\ 0 & e^{t} \end{bmatrix}$
    3. $\begin{bmatrix} 2e^{t} & 0 \\ 0 & 2e^{t} \end{bmatrix}$
    4. $\begin{bmatrix} t & 0 \\ 0 & t \end{bmatrix}$
  7. Question 7: Which method is NOT commonly used to compute the matrix exponential?
    1. Direct computation of the series definition.
    2. Using eigenvalues and eigenvectors.
    3. Laplace Transform.
    4. Cayley-Hamilton theorem.
Click to see Answers
  1. A
  2. A
  3. D
  4. B
  5. B
  6. A
  7. C

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀