For the system , the origin is a saddle point for which values of the real parameter ?
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Stability In Systems 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 / 19
0 of 19 answered
For the system x′=(1kk−3)x, the origin is a saddle point for which values of the real parameter k?
This quiz focuses on Stability In Systems, 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.
For the system x′=(1kk−3)x, the origin is a saddle point for which values of the real parameter k?
Explanation: The classification of the equilibrium point at the origin for a linear system x′=Ax can be determined by the trace, T=tr(A), and the determinant, D=det(A). For the given matrix, T=1+(−3)=−2 and D=(1)(−3)−(k)(k)=−3−k2. An equilibrium point is a saddle point if and only if D<0. In this case, we need −3−k2<0. This inequality can be written as k2>−3. Since k is a real parameter, k2 is always non-negative (k2≥0). Therefore, the condition k2>−3 is satisfied for all real values of k. The trace is irrelevant for identifying a saddle point, as the condition D<0 is sufficient.
Consider the nonlinear system x˙=−x3−y and y˙=x−y3. Using the Liapunov function V(x,y)=21(x2+y2), what can be concluded about the stability of the origin (0,0)?
Explanation: To use the Liapunov function V(x,y)=21(x2+y2), we first note that it is positive definite (V(0,0)=0 and V(x,y)>0 otherwise). Next, we compute its time derivative along the trajectories of the system, V˙=∂x∂Vx˙+∂y∂Vy˙. We have ∂x∂V=x and ∂y∂V=y. Substituting the expressions for x˙ and y˙: V˙=x(−x3−y)+y(x−y3)=−x4−xy+xy−y4=−(x4+y4). Since V˙(0,0)=0 and V˙(x,y)<0 for all (x,y)=(0,0), V˙ is negative definite. According to Liapunov's stability theorem, if there exists a positive definite function V whose derivative V˙ is negative definite, then the equilibrium point at the origin is asymptotically stable.
The motion of a damped pendulum can be modeled by the equation θ¨+cθ˙+sin(θ)=0 with a damping constant c>0. The equilibrium point (θ,θ˙)=(π,0) corresponds to the pendulum balanced in the vertical, inverted position. What is the nature of this equilibrium point?
Explanation: First, we convert the second-order equation into a first-order system. Let x=θ and y=θ˙. The system is x˙=y and y˙=−sin(x)−cy. We analyze the stability at the equilibrium point (π,0) by linearizing the system. The Jacobian matrix is J(x,y)=(0−cos(x)1−c). Evaluating at (π,0), we get J(π,0)=(0−cos(π)1−c)=(011−c). The determinant of this matrix is det(J)=(0)(−c)−(1)(1)=−1. Since the determinant is negative, the equilibrium point is a saddle point, which is always unstable. This matches the physical intuition that it is impossible to balance a damped pendulum in the inverted position; any small perturbation will cause it to fall.
The linearization of the system x˙=y+x(x2+y2), y˙=−x+y(x2+y2) at the origin (0,0) is x˙=y, y˙=−x, which corresponds to a center. What is the actual stability of the origin for the full nonlinear system?
Explanation: When the linearization of a nonlinear system at an equilibrium point results in a center (eigenvalues are purely imaginary), the linearization is inconclusive and the stability is determined by the nonlinear terms. To analyze the full system, we can convert to polar coordinates. Let x=rcosθ and y=rsinθ. The time derivative of r2=x2+y2 is 2rr˙=2xx˙+2yy˙. Substituting for x˙ and y˙: rr˙=x(y+x(x2+y2))+y(−x+y(x2+y2))=xy+x2(r2)−xy+y2(r2)=(x2+y2)r2=r4. For r=0, we have r˙=r3. Since r˙>0 for all r>0, the radius r(t) is strictly increasing. Trajectories move away from the origin, so the origin is an unstable equilibrium point.
Consider the 3D linear system x′=Ax where A=−2100−1−101−1. Which statement best describes the long-term behavior of solutions to this system?
Explanation: The long-term behavior of a linear system is determined by the eigenvalues of the matrix A. Since A is block lower triangular, its eigenvalues are the eigenvalues of its diagonal blocks. The first block is the 1×1 matrix (−2), so one eigenvalue is λ1=−2. The second block is the 2×2 matrix M=(−1−11−1). The characteristic equation for M is (−1−λ)2−(1)(−1)=0, which is (λ+1)2+1=0. This gives λ+1=±i, so the other two eigenvalues are λ2,3=−1±i. The eigenvalues of A are therefore {−2,−1+i,−1−i}. For a system to be asymptotically stable, all eigenvalues must have negative real parts. The real parts are −2, −1, and −1. Since all are negative, the origin is an asymptotically stable equilibrium point. This means that all solutions, regardless of their initial condition, will approach the origin as t→∞.
For the system x′=(−311−3)x, trajectories approach the origin as t→∞. As they approach the origin, they become tangent to which line?
Explanation: The asymptotic behavior of trajectories near a stable node is determined by the eigenvectors. First, we find the eigenvalues. The characteristic equation is (−3−λ)2−1=0, which is λ2+6λ+9−1=0, or λ2+6λ+8=0. Factoring gives (λ+4)(λ+2)=0, so the eigenvalues are λ1=−2 and λ2=−4. The general solution is x(t)=c1e−2tv1+c2e−4tv2. As t→∞, the term e−4t decays to zero much faster than e−2t. Thus, for large t, the solution is dominated by the term with the less negative eigenvalue, λ1=−2. The trajectory will approach the origin tangent to the eigenvector v1. We find v1 by solving (A−(−2)I)v1=0: (−3−(−2)11−3−(−2))(xy)=(−111−1)(xy)=(00) This gives the equation −x+y=0, or y=x. So, trajectories approach the origin tangent to the line y=x.
A model for two competing species is given by the nonlinear system: {x˙=x(1−x−y)y˙=y(0.75−y−0.5x)
This system has a non-zero equilibrium point representing the coexistence of both species. What is the nature of the stability at this coexistence equilibrium point?
Explanation: First, find the coexistence equilibrium point where x>0 and y>0. This requires solving x˙=0 and y˙=0: 1−x−y=0 and 0.75−y−0.5x=0. From the first equation, y=1−x. Substituting into the second gives 0.75−(1−x)−0.5x=0, which simplifies to −0.25+0.5x=0, so x=0.5. Then y=1−0.5=0.5. The equilibrium point is (0.5,0.5). Next, linearize the system by finding the Jacobian matrix: J(x,y)=(1−2x−y−0.5y−x0.75−2y−0.5x). Evaluate the Jacobian at (0.5,0.5): J(0.5,0.5)=(1−1−0.5−0.25−0.50.75−1−0.25)=(−0.5−0.25−0.5−0.5). The trace is T=−0.5−0.5=−1. The determinant is D=(−0.5)(−0.5)−(−0.5)(−0.25)=0.25−0.125=0.125. Since T<0 and D>0, the equilibrium is asymptotically stable. To determine if it is a node or spiral, we check the discriminant T2−4D=(−1)2−4(0.125)=1−0.5=0.5>0. Since the discriminant is positive, the eigenvalues are real and distinct, meaning the point is an asymptotically stable node.
Which of the following statements about the stability of equilibrium points for 2D autonomous systems is true?
Explanation: Let's analyze each statement: A. False. If the linearization has purely imaginary eigenvalues, it is a borderline case. The stability of the nonlinear system's equilibrium point depends on the nonlinear terms and cannot be determined from the linearization alone; it could be a stable center, an unstable spiral, or a stable spiral. B. False. If all trajectories approach x0, it is an asymptotically stable equilibrium. However, it could be either a stable node (real negative eigenvalues) or a stable spiral (complex eigenvalues with negative real part). C. True. For a 2D linear system, det(A)=λ1λ2. If det(A)<0, the eigenvalues must be real and have opposite signs (e.g., one positive, one negative). This corresponds to a saddle point, which is an unstable equilibrium. Trajectories along the eigenvector corresponding to the positive eigenvalue will move away from the origin. D. False. A stable equilibrium point is not necessarily asymptotically stable. A center, for example, is stable (trajectories stay nearby) but not asymptotically stable (they do not approach the equilibrium point).
A system is described in polar coordinates by the equations r˙=r(4−r2) and θ˙=−1. What is the long-term behavior of a trajectory that starts at the Cartesian point (x0,y0)=(3,0)?
Explanation: The initial point (x0,y0)=(3,0) corresponds to a radius of r0=32+02=3. The equation for the radius is r˙=r(4−r2)=r(2−r)(2+r). For r>0, the radial velocity r˙ is zero when r=2. If 0<r<2, r˙>0, so r increases. If r>2, r˙<0, so r decreases. This means that r=2 is a stable limit cycle. Since the trajectory starts at r0=3, which is greater than 2, the radius r(t) will decrease and approach 2 as t→∞. The equation θ˙=−1 indicates that the trajectory spirals in a clockwise direction. Therefore, the trajectory starting at r=3 approaches the stable limit cycle at r=2.
If the eigenvalues of the real matrix A for the linear system x′=Ax are λ1=3i and λ2=−3i, which of the following best describes the long-term behavior of non-zero solutions?
Explanation: The eigenvalues are a purely imaginary conjugate pair, λ=±bi with b=3. For a linear system, this corresponds to a stable center at the origin. The solutions are linear combinations of cos(3t) and sin(3t), which are periodic. The trajectories are closed orbits around the origin, specifically ellipses (or circles in special cases). These solutions are stable because they remain in a bounded neighborhood of the origin, but they are not asymptotically stable because they do not approach the origin as t→∞.
Consider the linear system x′=(α5−1−1)x. For which range of the parameter α is the origin an asymptotically stable spiral point?
Explanation: The stability is determined by the eigenvalues of the matrix A=(α5−1−1). The characteristic equation is λ2−tr(A)λ+det(A)=0, which is λ2−(α−1)λ+(5−α)=0. For a spiral point, the eigenvalues must be complex, which means the discriminant of the characteristic equation must be negative: (α−1)2−4(5−α)<0. This simplifies to α2−2α+1−20+4α<0, or α2+2α−19<0. The roots of α2+2α−19=0 are \alpha = -1 \pm \sqrt{1 - (-19)}} = -1 \pm \sqrt{20} = -1 \pm 2\sqrt{5}. Thus, we need −1−25<α<−1+25. For the spiral to be asymptotically stable, the real part of the eigenvalues must be negative. The real part is 2tr(A)=2α−1. We need 2α−1<0, which implies α<1. Combining both conditions, we need −1−25<α<1.
Consider the system dtdx=y, dtdy=−sin(x)−δy where δ>0. This represents a damped pendulum. For small oscillations about the stable equilibrium, what determines the transition between overdamped and underdamped motion?
Explanation: When analyzing damped oscillatory systems like the pendulum, you need to linearize around equilibrium and examine the characteristic equation to determine the nature of the motion.
For small oscillations about x=0, you can approximate sin(x)≈x, giving the linearized system: dtdx=y and dtdy=−x−δy. Converting to a second-order equation: dt2d2x+δdtdx+x=0.
The characteristic equation is r2+δr+1=0 with discriminant Δ=δ2−4. The nature of the roots determines the motion type:
The transition occurs precisely when δ=2, where the discriminant equals zero.
Answer A incorrectly suggests δ=1 as the transition point, confusing this with other damping criteria. Answer B is wrong because damped systems can still be underdamped—dissipation doesn't eliminate oscillations entirely, just causes them to decay. Answer C incorrectly involves initial amplitude (irrelevant for the overdamped/underdamped classification) and gives δ=2.
Study tip: For any damped harmonic oscillator x¨+2γx˙+ω02x=0, the transition occurs when the damping coefficient equals the natural frequency. Always check the discriminant of the characteristic equation to classify the motion.
For the Van der Pol oscillator dt2d2x−μ(1−x2)dtdx+x=0 with μ>0, converted to the system dtdx=y, dtdy=μ(1−x2)y−x, what happens to the stability of the origin as μ increases from 0?
Explanation: When analyzing the Van der Pol oscillator, you're dealing with a classic example of how nonlinear systems can exhibit bifurcations and limit cycle behavior. The key is to examine how the linear stability of the equilibrium point changes with the parameter μ. To determine stability of the origin, you linearize the system around (0,0). The Jacobian matrix is: J=(0−11μ) The eigenvalues satisfy λ2−μλ+1=0, giving λ=2μ±μ2−4. For any μ>0, the real parts are positive (since the sum of eigenvalues is μ>0 and the product is 1), making the origin unstable. The Van der Pol oscillator is famous because when μ>0, trajectories spiral outward from the unstable origin but are eventually pulled back by the nonlinear damping term μ(1−x2)y, creating a stable limit cycle. Answer A is wrong because the origin is unstable, not stable, for μ>0. Answer B incorrectly identifies a transcritical bifurcation at μ=1 - the stability actually changes at μ=0, and this is a Hopf bifurcation. Answer C is incorrect because the origin is unstable for any μ>0, not just μ>1. Remember: For the Van der Pol oscillator, any positive μ creates an unstable spiral at the origin with an attracting limit cycle - this is the hallmark of a supercritical Hopf bifurcation at μ=0.
For the nonlinear system dtdx=x(2−x−y), dtdy=y(1−x−2y), the equilibrium point (1,21) has been identified. To determine its stability, what is the trace of the Jacobian matrix evaluated at this equilibrium?
Explanation: The Jacobian matrix J has entries: ∂f₁/∂x = 2-2x-y, ∂f₁/∂y = -x, ∂f₂/∂x = -y, ∂f₂/∂y = 1-x-4y. At (1, 1/2): ∂f₁/∂x = 2-2(1)-1/2 = -1/2, ∂f₁/∂y = -1, ∂f₂/∂x = -1/2, ∂f₂/∂y = 1-1-4(1/2) = -2. So J = [[-1/2, -1], [-1/2, -2]]. The trace is -1/2 + (-2) = -3/2. Choice B gives only the first diagonal entry. Choice C gives the negative of the first diagonal entry. Choice D gives the negative of the correct answer.
For the system dtdx=μx−y−x3, dtdy=x+μy−y3 where μ is a parameter, at what value of μ does the origin undergo a bifurcation, and what type occurs?
Explanation: The Jacobian at the origin is J = [[μ, -1], [1, μ]], with eigenvalues λ = μ ± i. At μ = 0, the eigenvalues are ±i (purely imaginary), and as μ increases through 0, they cross the imaginary axis with nonzero speed (Re(λ) = μ). This is the condition for a Hopf bifurcation. The cubic terms provide the nonlinearity needed to determine supercritical vs subcritical nature. Choice A is wrong because transcritical bifurcations involve real eigenvalues passing through zero. Choice C is wrong about both the parameter value and bifurcation type. Choice D is wrong because saddle-node bifurcations involve repeated real eigenvalues.
A competitive species model has the form dtdx=x(1−x−ay), dtdy=y(1−bx−y) where a,b>0. For the coexistence equilibrium (1−ab1−a,1−ab1−b) to be stable when ab>1, which condition must hold?
Explanation: When analyzing competitive species models, you're examining how two populations interact when competing for the same resources. The key insight is understanding when species can coexist versus when one will drive the other to extinction. To determine stability, you need to examine the coexistence equilibrium's existence and stability conditions. For the equilibrium (1−ab1−a,1−ab1−b) to exist in the positive quadrant (both species present), you need both coordinates positive. This requires 1−a>0 and 1−b>0 (so a<1 and b<1), plus 1−ab>0 (so ab<1). However, the question states ab>1. When ab>1, the denominator 1−ab becomes negative, making the equilibrium coordinates negative—meaning it doesn't exist in the biologically meaningful positive quadrant. Without a valid coexistence equilibrium, stability is impossible. Choice A correctly identifies that coexistence cannot be stable when ab>1 due to competitive exclusion—one species will always eliminate the other. Choice B is wrong because ab>1 actually prevents stability rather than guaranteeing it. Choice C incorrectly suggests the equilibrium could exist when ab>1 if additional conditions were met. Choice D mischaracterizes the dynamics, as there's no stable interior equilibrium when ab>1. Study tip: In competitive models, always check equilibrium existence before analyzing stability. When competition coefficients satisfy ab>1, expect competitive exclusion where only one species survives.
A predator-prey system has the form dtdx=x(a−by), dtdy=y(−c+dx) where a,b,c,d>0. The equilibrium point (dc,ba) is analyzed for stability. Which statement correctly describes the nature of this equilibrium?
Explanation: The Jacobian at the equilibrium is J = [[0, -bc/d], [ad/b, 0]]. The characteristic equation is λ² + ac = 0, giving eigenvalues λ = ±i√(ac). Since a,c > 0, these are purely imaginary, indicating a center with periodic orbits (neutrally stable). Choice A is wrong because the trace is 0, not negative. Choice B is wrong because det(J) = ac > 0, not negative. Choice D is wrong because the eigenvalues don't have negative real parts; they have zero real parts.
Consider the linear system dtdx=3x+2y, dtdy=−x+4y. After determining the eigenvalues of the coefficient matrix, what can be concluded about the stability of the equilibrium point at the origin?
Explanation: The coefficient matrix is A = [[3, 2], [-1, 4]]. The characteristic equation is det(A - λI) = (3-λ)(4-λ) - (2)(-1) = λ² - 7λ + 14 = 0. Using the quadratic formula: λ = (7 ± √(49-56))/2 = (7 ± √(-7))/2 = 7/2 ± i√7/2. Both eigenvalues have positive real part 7/2 > 0, making the equilibrium unstable. Choice A is wrong because the real parts are positive, not negative. Choice C is wrong because both eigenvalues have the same sign (positive real part). Choice D is wrong because the eigenvalues have nonzero real parts.
A biochemical reaction network has the linearized system dtdxyz=−2011−1002−3xyz near an equilibrium. What can be concluded about the stability of this equilibrium?
Explanation: The matrix A = [[-2,1,0],[0,-1,2],[1,0,-3]] has characteristic polynomial det(A-λI). We can use the Routh-Hurwitz criteria: the trace is -6 < 0, and we need to check that all principal minors alternate in sign appropriately. Computing: the characteristic polynomial is -λ³ - 6λ² - 9λ - 4. By Routh-Hurwitz, since all coefficients are negative (when written as λ³ + 6λ² + 9λ + 4), we need: 6 > 0 ✓, 6·9 - 1·4 = 50 > 0 ✓, and 4 > 0 ✓. All conditions are satisfied, so all eigenvalues have negative real parts. Choice A is incorrect because negative trace is necessary but not sufficient for stability in 3D. Choice B is wrong because all eigenvalues actually have negative real parts. Choice D is wrong because the Routh-Hurwitz criteria allow us to determine stability without explicit eigenvalue computation.