Differential Equations Quiz: Systems Complex Eigenvalues
Practice Systems Complex Eigenvalues in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 4
0 of 4 answered
A system x′=Ax has eigenvalues λ=σ±iω where σ<0 and ω>0. If the distance from any trajectory to the origin decreases by a factor of e while the trajectory rotates through angle θ, what is the relationship between σ, ω, and θ?
What this quiz covers
This quiz focuses on Systems Complex Eigenvalues, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
A system x′=Ax has eigenvalues λ=σ±iω where σ<0 and ω>0. If the distance from any trajectory to the origin decreases by a factor of e while the trajectory rotates through angle θ, what is the relationship between σ, ω, and θ?
σ=−θω (correct answer)
σ=−2πωθ
σ=−2πωθ
σθ=−ω
Explanation: The solution has form x(t)=eσt(ucos(ωt)+vsin(ωt)). The distance from origin is proportional to eσt, and the angular displacement is ωt. If the trajectory rotates through angle θ, then ωt=θ, so t=ωθ. During this time, the distance changes by factor eσt=eσθ/ω. For the distance to decrease by factor e (i.e., become e1 times the original), we need eσθ/ω=e1=e−1. Therefore ωσθ=−1, which gives σ=−θω.
Question 2
Consider the system (x′y′)=(acbd)(xy) where a+d=0 and ad−bc=25. If the solution satisfying x(0)=3,y(0)=4 has the property that x2(t)+y2(t) is constant for all t, which of the following must be true about the coefficient matrix?
a=0,d=0, and bc=−25 with b and c having the same sign
a=0,d=0, and bc=−25 with b and c having opposite signs (correct answer)
a=−d=0, and the eigenvalues are ±5i
a=−d=0, and the eigenvalues are a±5i
Explanation: For x2(t)+y2(t) to be constant, we need dtd(x2+y2)=2xx′+2yy′=0 for all solutions. Substituting the system: 2x(ax+by)+2y(cx+dy)=2ax2+2(b+c)xy+2dy2=0. Since a+d=0, we have d=−a, so 2ax2+2(b+c)xy−2ay2=0. For this to hold for all x,y, we need a=0 (so d=0) and b+c=0. With a=d=0 and ad−bc=25, we get −bc=25, so bc=−25. Since b+c=0, we have c=−b, so b(−b)=−b2=−25, giving b2=25. Thus b=±5 and c=∓5, meaning b and c have opposite signs.
Question 3
A system x′=Ax has complex eigenvalues 3±4i. The trajectory starting at (1,1) first returns to the positive x-axis (where y=0 and x>0) at time t∗. What is the x-coordinate of this return point?
e3π/2
2e3π/2 (correct answer)
e3π/4
2e3π/4
Explanation: The eigenvalues 3±4i give solutions of the form x(t)=e3t(c1ucos(4t)+c2vsin(4t)) where u and v are the real and imaginary parts of an eigenvector. Starting at (1,1), the trajectory spirals outward. The trajectory returns to the positive x-axis when it has completed one revolution, which occurs when 4t=2π, so t∗=2π. At this time, y=0 and the x-coordinate is the initial distance from origin times e3t∗. The initial distance is 12+12=2. Therefore, the x-coordinate at return is 2⋅e3π/2.
Question 4
For the system x′=Ax where A has complex eigenvalues λ=−1±3i, two students propose different fundamental matrix solutions. Student 1 claims Φ1(t)=e−t(cos(3t)2cos(3t)+sin(3t)sin(3t)2sin(3t)−cos(3t)). Student 2 claims Φ2(t)=e−t(cos(3t)2cos(3t)+sin(3t)−sin(3t)2sin(3t)+cos(3t)). Which statement is most accurate?
Both matrices are valid fundamental solutions since det(Φ1(0))=det(Φ2(0))=−1=0
Only Φ1(t) can be valid since fundamental matrices must have det(Φ(0))>0
Neither can be determined valid without verifying Φ′(t)=AΦ(t) and checking linear independence (correct answer)
Only Φ2(t) can be valid since the off-diagonal terms must have opposite signs for complex eigenvalues
Explanation: A fundamental matrix Φ(t) must satisfy two conditions: (1) Φ′(t)=AΦ(t) and (2) det(Φ(t))=0 for all t. While both proposed matrices have det(Φ(0))=−1=0, this alone doesn't guarantee they satisfy the differential equation. The specific form of the matrix A determines which solution is correct. We cannot conclude validity without explicitly checking that the derivative equals A times the matrix. The sign of the determinant and patterns in off-diagonal terms don't determine validity by themselves - only the fundamental differential equation relationship matters.