Consider the system where . If the general solution is written as where , what is the behavior of solutions as when ?
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Systems Real Distinct 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 / 7
0 of 7 answered
Consider the system x′=Ax where A=(31−20). If the general solution is written as x(t)=c1eλ1tv1+c2eλ2tv2 where λ1>λ2, what is the behavior of solutions as t→∞ when c1=0?
This quiz focuses on Systems Real Distinct Eigenvalues, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.
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.
Consider the system x′=Ax where A=(31−20). If the general solution is written as x(t)=c1eλ1tv1+c2eλ2tv2 where λ1>λ2, what is the behavior of solutions as t→∞ when c1=0?
Explanation: The eigenvalues are λ1=2 and λ2=1 (both positive), with λ1>λ2. Since both eigenvalues are positive, the origin is an unstable node. As t→∞, the term c1e2tv1 dominates because e2t grows faster than et. When c1=0, solutions grow unboundedly in the direction of v1. Choice A is wrong because solutions don't approach the origin when eigenvalues are positive. Choice C is wrong because real eigenvalues don't produce oscillations. Choice D is wrong because there's no steady state when both eigenvalues are positive.
For the system x′=(−123−4)x, the eigenvalues are λ1=1 and λ2=−6. Which statement about the phase portrait is correct?
Explanation: With eigenvalues λ1=1>0 and λ2=−6<0, we have one positive and one negative eigenvalue, making the origin a saddle point. The unstable manifold (where trajectories move away from the origin) corresponds to the positive eigenvalue λ1=1, while the stable manifold (where trajectories approach the origin) corresponds to the negative eigenvalue λ2=−6. Choice A is wrong because this is not a node. Choice B is wrong because the stable manifold corresponds to λ2, not λ1. Choice D is wrong because this is not a node, and the behavior described doesn't match saddle point dynamics.
The system x′=Ax has the general solution x(t)=c1e−2t(13)+c2e4t(21). If we want the solution to remain bounded as t→∞, what constraint must be placed on the initial conditions?
Explanation: For the solution to remain bounded as t→∞, we need the coefficient of the growing term e4t to be zero, i.e., c2=0. This means x(t)=c1e−2t(13), so x(0)=c1(13). Therefore, the initial condition must be a multiple of the eigenvector corresponding to the negative eigenvalue λ=−2. Choice B is wrong because (21) corresponds to the positive eigenvalue, leading to unbounded growth. Choice C gives x1(0)+x2(0)=c1+2c2+3c1+c2=4c1+3c2=0, which doesn't force c2=0. Choice D gives 2x1(0)−3x2(0)=2(c1+2c2)−3(3c1+c2)=2c1+4c2−9c1−3c2=−7c1+c2=0, which also doesn't force c2=0.
Consider the linear system x′=Ax where A has eigenvalues λ1=3 and λ2=−2 with eigenvectors v1 and v2 respectively. If u and w are two different initial conditions such that u=2v1+3v2 and w=4v1−v2, what is the ratio ∥xw(t)∥∥xu(t)∥ as t→∞?
Explanation: The solutions are xu(t)=2e3tv1+3e−2tv2 and xw(t)=4e3tv1−e−2tv2. As t→∞, the terms with e−2t become negligible compared to those with e3t, so xu(t)≈2e3tv1 and xw(t)≈4e3tv1. Therefore, ∥xw(t)∥∥xu(t)∥≈∥4e3tv1∥∥2e3tv1∥=4e3t∥v1∥2e3t∥v1∥=21.
For the system x′=(31−11)x, suppose the eigenvalues are λ1=2+2 and λ2=2−2. If a solution trajectory starts at x(0)=(10), which statement best describes the long-term behavior?
Explanation: When analyzing linear systems of differential equations, the eigenvalues determine the fundamental behavior of solution trajectories. Since both eigenvalues here are real and distinct, you'll get solutions that are combinations of exponential functions along their corresponding eigenvectors. The key insight is examining the signs and magnitudes of the eigenvalues. We have λ1=2+2≈3.41>0 and λ2=2−2≈0.59>0. Since both eigenvalues are positive, both corresponding solution components grow exponentially over time. The larger eigenvalue λ1 grows faster and will dominate the long-term behavior. For any initial condition, the general solution is x(t)=c1eλ1tv1+c2eλ2tv2, where v1 and v2 are the eigenvectors. As t→∞, the term with λ1 dominates unless c1=0. The trajectory will move away from the origin in the direction determined by λ1's eigenvector. Answer A is wrong because positive eigenvalues mean trajectories move away from, not toward, the origin. Answer B incorrectly suggests approach to the origin, which only happens when eigenvalues are negative. Answer C describes oscillatory behavior, which occurs with complex eigenvalues, not real ones. Therefore, D correctly identifies that the trajectory moves away from the origin along the dominant eigenvector direction. Study tip: Remember that positive real eigenvalues always indicate instability (growth away from equilibrium), while the largest eigenvalue determines the dominant long-term direction.
The system x′=(0−61−5)x has characteristic polynomial λ2+5λ+6=0. After finding the eigenvalues and eigenvectors, what is the general solution?
Explanation: When you encounter a linear system of differential equations, you're looking to find eigenvalues and eigenvectors to construct the general solution. The key is systematically working through each eigenvalue to find its corresponding eigenvector. Given the characteristic polynomial λ2+5λ+6=0, you first factor to get (λ+2)(λ+3)=0, yielding eigenvalues λ1=−2 and λ2=−3. For each eigenvalue, you find eigenvectors by solving (A−λI)v=0: For λ1=−2: (A+2I)=(2−61−3). This gives 2v1+v2=0, so v2=−2v1. With v1=1, the eigenvector is (1−2). For λ2=−3: (A+3I)=(3−61−2). This gives 3v1+v2=0, so v2=−3v1. With v1=1, the eigenvector is (1−3). Option A has positive eigenvalues (should be negative). Option B switches the eigenvector assignments between eigenvalues. Option C has incorrect signs in the eigenvector components (positive instead of negative). Only option D correctly pairs e−2t with (1−2) and e−3t with (1−3). Always double-check your eigenvector calculations by substituting back into the original equation—small arithmetic errors in finding eigenvectors are extremely common on exams.
Consider the initial value problem x′=(1423)x with x(0)=(11). The eigenvalues are λ1=5 and λ2=−1 with corresponding eigenvectors v1=(12) and v2=(1−1). What happens to ∥x(t)∥ as t increases?
Explanation: To find the solution, we need to express the initial condition as a linear combination of eigenvectors: (11)=c1(12)+c2(1−1). This gives us c1+c2=1 and 2c1−c2=1. Solving: c1=32 and c2=31. The solution is x(t)=32e5t(12)+31e−t(1−1). Since λ1=5>0, the term 32e5tv1 dominates as t→∞, causing ∥x(t)∥ to grow exponentially. Choice A is wrong because the positive eigenvalue causes growth, not decay. Choice C is wrong because there's no equilibrium with a positive eigenvalue. Choice D is wrong because real eigenvalues don't produce oscillations.