Questions: Eigenvalue Method for Systems of ODEs

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

When you substitute y = e^{λt}v into the system y' = Ay, both sides reduce to the same equation. What is that equation, and why does it make the eigenvalue method work?

AIt reduces to Av = v, meaning only unit eigenvectors are valid — this constrains which exponentials solve the system
BIt reduces to Av = λv, the eigenvalue equation — the system has a solution of this form exactly when v is an eigenvector of A with eigenvalue λ
CIt reduces to A = λI, meaning the method only works when A is a scalar multiple of the identity
DIt reduces to λv = 0, so only the trivial solution exists unless λ = 0
Question 2 Multiple Choice

The matrix A has a complex eigenvalue λ = 2 + 3i with eigenvector v = p + qi (p, q real vectors). How do you obtain real-valued solutions from this?

AUse only the real part of e^{λt}v and discard the imaginary part
BReplace λ with its real part 2 and ignore the imaginary part 3i entirely
CApply Euler's formula to e^{(2+3i)t}(p+qi) and take its real and imaginary parts as two independent real-valued solutions
DComplex eigenvalues indicate the system has no real-valued solutions, so a different method is needed
Question 3 True / False

If the matrix A has 3 distinct real eigenvalues, the general solution to y' = Ay is a linear combination of 3 independent exponential-vector solutions e^{λ₁t}v₁, e^{λ₂t}v₂, e^{λ₃t}v₃.

TTrue
FFalse
Question 4 True / False

Complex eigenvalues of A mean the system y' = Ay has no real-valued solutions, and the eigenvalue method can seldom be applied.

TTrue
FFalse
Question 5 Short Answer

Explain why the eigenvalue method effectively 'decouples' a system of coupled ODEs. What does working in the eigenvector basis reveal about the structure of the solutions?

Think about your answer, then reveal below.