Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Stability In Systems

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\mathbf{x}' = \begin{pmatrix} 1 & k \\ k & -3 \end{pmatrix} \mathbf{x}x′=(1k​k−3​)x, the origin is a saddle point for which values of the real parameter kkk?

Select an answer to continue

What this quiz covers

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.

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

For the system x′=(1kk−3)x\mathbf{x}' = \begin{pmatrix} 1 & k \\ k & -3 \end{pmatrix} \mathbf{x}x′=(1k​k−3​)x, the origin is a saddle point for which values of the real parameter kkk?

  1. For all real kkk (correct answer)
  2. For no real kkk
  3. Only for k=0k=0k=0
  4. For ∣k∣>3|k| > \sqrt{3}∣k∣>3​

Explanation: The classification of the equilibrium point at the origin for a linear system x′=Ax\mathbf{x}' = A\mathbf{x}x′=Ax can be determined by the trace, T=tr(A)T = \mathrm{tr}(A)T=tr(A), and the determinant, D=det⁡(A)D = \det(A)D=det(A). For the given matrix, T=1+(−3)=−2T = 1 + (-3) = -2T=1+(−3)=−2 and D=(1)(−3)−(k)(k)=−3−k2D = (1)(-3) - (k)(k) = -3 - k^2D=(1)(−3)−(k)(k)=−3−k2. An equilibrium point is a saddle point if and only if D<0D < 0D<0. In this case, we need −3−k2<0-3 - k^2 < 0−3−k2<0. This inequality can be written as k2>−3k^2 > -3k2>−3. Since kkk is a real parameter, k2k^2k2 is always non-negative (k2≥0k^2 \ge 0k2≥0). Therefore, the condition k2>−3k^2 > -3k2>−3 is satisfied for all real values of kkk. The trace is irrelevant for identifying a saddle point, as the condition D<0D<0D<0 is sufficient.

Question 2

Consider the nonlinear system x˙=−x3−y\dot{x} = -x^3 - yx˙=−x3−y and y˙=x−y3\dot{y} = x - y^3y˙​=x−y3. Using the Liapunov function V(x,y)=12(x2+y2)V(x,y) = \frac{1}{2}(x^2+y^2)V(x,y)=21​(x2+y2), what can be concluded about the stability of the origin (0,0)(0,0)(0,0)?

  1. The origin is unstable.
  2. The origin is stable, but not asymptotically stable.
  3. The origin is asymptotically stable. (correct answer)
  4. Stability cannot be determined with the given function.

Explanation: To use the Liapunov function V(x,y)=12(x2+y2)V(x,y) = \frac{1}{2}(x^2+y^2)V(x,y)=21​(x2+y2), we first note that it is positive definite (V(0,0)=0V(0,0)=0V(0,0)=0 and V(x,y)>0V(x,y) > 0V(x,y)>0 otherwise). Next, we compute its time derivative along the trajectories of the system, V˙=∂V∂xx˙+∂V∂yy˙\dot{V} = \frac{\partial V}{\partial x}\dot{x} + \frac{\partial V}{\partial y}\dot{y}V˙=∂x∂V​x˙+∂y∂V​y˙​. We have ∂V∂x=x\frac{\partial V}{\partial x} = x∂x∂V​=x and ∂V∂y=y\frac{\partial V}{\partial y} = y∂y∂V​=y. Substituting the expressions for x˙\dot{x}x˙ and y˙\dot{y}y˙​: V˙=x(−x3−y)+y(x−y3)=−x4−xy+xy−y4=−(x4+y4)\dot{V} = x(-x^3 - y) + y(x - y^3) = -x^4 - xy + xy - y^4 = -(x^4 + y^4)V˙=x(−x3−y)+y(x−y3)=−x4−xy+xy−y4=−(x4+y4). Since V˙(0,0)=0\dot{V}(0,0)=0V˙(0,0)=0 and V˙(x,y)<0\dot{V}(x,y) < 0V˙(x,y)<0 for all (x,y)≠(0,0)(x,y) \neq (0,0)(x,y)=(0,0), V˙\dot{V}V˙ is negative definite. According to Liapunov's stability theorem, if there exists a positive definite function VVV whose derivative V˙\dot{V}V˙ is negative definite, then the equilibrium point at the origin is asymptotically stable.

Question 3

The motion of a damped pendulum can be modeled by the equation θ¨+cθ˙+sin⁡(θ)=0\ddot{\theta} + c\dot{\theta} + \sin(\theta) = 0θ¨+cθ˙+sin(θ)=0 with a damping constant c>0c > 0c>0. The equilibrium point (θ,θ˙)=(π,0)(\theta, \dot{\theta}) = (\pi, 0)(θ,θ˙)=(π,0) corresponds to the pendulum balanced in the vertical, inverted position. What is the nature of this equilibrium point?

  1. Asymptotically stable spiral
  2. Saddle point (unstable) (correct answer)
  3. Stable center
  4. Unstable node

Explanation: First, we convert the second-order equation into a first-order system. Let x=θx = \thetax=θ and y=θ˙y = \dot{\theta}y=θ˙. The system is x˙=y\dot{x} = yx˙=y and y˙=−sin⁡(x)−cy\dot{y} = -\sin(x) - cyy˙​=−sin(x)−cy. We analyze the stability at the equilibrium point (π,0)(\pi, 0)(π,0) by linearizing the system. The Jacobian matrix is J(x,y)=(01−cos⁡(x)−c)J(x,y) = \begin{pmatrix} 0 & 1 \\ -\cos(x) & -c \end{pmatrix}J(x,y)=(0−cos(x)​1−c​). Evaluating at (π,0)(\pi, 0)(π,0), we get J(π,0)=(01−cos⁡(π)−c)=(011−c)J(\pi, 0) = \begin{pmatrix} 0 & 1 \\ -\cos(\pi) & -c \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ 1 & -c \end{pmatrix}J(π,0)=(0−cos(π)​1−c​)=(01​1−c​). The determinant of this matrix is det⁡(J)=(0)(−c)−(1)(1)=−1\det(J) = (0)(-c) - (1)(1) = -1det(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.

Question 4

The linearization of the system x˙=y+x(x2+y2)\dot{x} = y + x(x^2+y^2)x˙=y+x(x2+y2), y˙=−x+y(x2+y2)\dot{y} = -x + y(x^2+y^2)y˙​=−x+y(x2+y2) at the origin (0,0)(0,0)(0,0) is x˙=y\dot{x} = yx˙=y, y˙=−x\dot{y} = -xy˙​=−x, which corresponds to a center. What is the actual stability of the origin for the full nonlinear system?

  1. The origin is a stable center.
  2. The origin is unstable. (correct answer)
  3. The origin is asymptotically stable.
  4. The stability cannot be determined from the given information.

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⁡θx = r\cos\thetax=rcosθ and y=rsin⁡θy = r\sin\thetay=rsinθ. The time derivative of r2=x2+y2r^2 = x^2+y^2r2=x2+y2 is 2rr˙=2xx˙+2yy˙2r\dot{r} = 2x\dot{x} + 2y\dot{y}2rr˙=2xx˙+2yy˙​. Substituting for x˙\dot{x}x˙ and y˙\dot{y}y˙​: rr˙=x(y+x(x2+y2))+y(−x+y(x2+y2))=xy+x2(r2)−xy+y2(r2)=(x2+y2)r2=r4r\dot{r} = x(y + x(x^2+y^2)) + y(-x + y(x^2+y^2)) = xy + x^2(r^2) - xy + y^2(r^2) = (x^2+y^2)r^2 = r^4rr˙=x(y+x(x2+y2))+y(−x+y(x2+y2))=xy+x2(r2)−xy+y2(r2)=(x2+y2)r2=r4. For r≠0r \neq 0r=0, we have r˙=r3\dot{r} = r^3r˙=r3. Since r˙>0\dot{r} > 0r˙>0 for all r>0r>0r>0, the radius r(t)r(t)r(t) is strictly increasing. Trajectories move away from the origin, so the origin is an unstable equilibrium point.

Question 5

Consider the 3D linear system x′=Ax\mathbf{x}' = A\mathbf{x}x′=Ax where A=(−2001−110−1−1)A = \begin{pmatrix} -2 & 0 & 0 \\ 1 & -1 & 1 \\ 0 & -1 & -1 \end{pmatrix}A=​−210​0−1−1​01−1​​. Which statement best describes the long-term behavior of solutions to this system?

  1. All non-zero solutions approach the origin as t→∞t \to \inftyt→∞. (correct answer)
  2. Solutions oscillate in a stable manner but do not approach the origin.
  3. Some solutions approach the origin, while others grow without bound.
  4. All non-zero solutions grow without bound as t→∞t \to \inftyt→∞.

Explanation: The long-term behavior of a linear system is determined by the eigenvalues of the matrix AAA. Since AAA is block lower triangular, its eigenvalues are the eigenvalues of its diagonal blocks. The first block is the 1×11 \times 11×1 matrix (−2)(-2)(−2), so one eigenvalue is λ1=−2\lambda_1 = -2λ1​=−2. The second block is the 2×22 \times 22×2 matrix M=(−11−1−1)M = \begin{pmatrix} -1 & 1 \\ -1 & -1 \end{pmatrix}M=(−1−1​1−1​). The characteristic equation for MMM is (−1−λ)2−(1)(−1)=0(-1-\lambda)^2 - (1)(-1) = 0(−1−λ)2−(1)(−1)=0, which is (λ+1)2+1=0(\lambda+1)^2 + 1 = 0(λ+1)2+1=0. This gives λ+1=±i\lambda+1 = \pm iλ+1=±i, so the other two eigenvalues are λ2,3=−1±i\lambda_{2,3} = -1 \pm iλ2,3​=−1±i. The eigenvalues of AAA are therefore {−2,−1+i,−1−i}\{-2, -1+i, -1-i\}{−2,−1+i,−1−i}. For a system to be asymptotically stable, all eigenvalues must have negative real parts. The real parts are −2-2−2, −1-1−1, and −1-1−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→∞t \to \inftyt→∞.

Question 6

For the system x′=(−311−3)x\mathbf{x}' = \begin{pmatrix} -3 & 1 \\ 1 & -3 \end{pmatrix} \mathbf{x}x′=(−31​1−3​)x, trajectories approach the origin as t→∞t \to \inftyt→∞. As they approach the origin, they become tangent to which line?

  1. y=−xy = -xy=−x
  2. y=xy = xy=x (correct answer)
  3. y=−3xy = -3xy=−3x
  4. y=x/3y = x/3y=x/3

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(-3-\lambda)^2 - 1 = 0(−3−λ)2−1=0, which is λ2+6λ+9−1=0\lambda^2 + 6\lambda + 9 - 1 = 0λ2+6λ+9−1=0, or λ2+6λ+8=0\lambda^2 + 6\lambda + 8 = 0λ2+6λ+8=0. Factoring gives (λ+4)(λ+2)=0(\lambda+4)(\lambda+2) = 0(λ+4)(λ+2)=0, so the eigenvalues are λ1=−2\lambda_1 = -2λ1​=−2 and λ2=−4\lambda_2 = -4λ2​=−4. The general solution is x(t)=c1e−2tv1+c2e−4tv2\mathbf{x}(t) = c_1 e^{-2t} \mathbf{v}_1 + c_2 e^{-4t} \mathbf{v}_2x(t)=c1​e−2tv1​+c2​e−4tv2​. As t→∞t \to \inftyt→∞, the term e−4te^{-4t}e−4t decays to zero much faster than e−2te^{-2t}e−2t. Thus, for large ttt, the solution is dominated by the term with the less negative eigenvalue, λ1=−2\lambda_1 = -2λ1​=−2. The trajectory will approach the origin tangent to the eigenvector v1\mathbf{v}_1v1​. We find v1\mathbf{v}_1v1​ by solving (A−(−2)I)v1=0(A - (-2)I)\mathbf{v}_1 = \mathbf{0}(A−(−2)I)v1​=0: (−3−(−2)11−3−(−2))(xy)=(−111−1)(xy)=(00)\begin{pmatrix} -3 - (-2) & 1 \\ 1 & -3 - (-2) \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} -1 & 1 \\ 1 & -1 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix}(−3−(−2)1​1−3−(−2)​)(xy​)=(−11​1−1​)(xy​)=(00​) This gives the equation −x+y=0-x+y=0−x+y=0, or y=xy=xy=x. So, trajectories approach the origin tangent to the line y=xy=xy=x.

Question 7

A model for two competing species is given by the nonlinear system: {x˙=x(1−x−y)y˙=y(0.75−y−0.5x)\begin{cases} \dot{x} = x(1 - x - y) \\ \dot{y} = y(0.75 - y - 0.5x) \end{cases}{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?

  1. Asymptotically stable node (correct answer)
  2. Asymptotically stable spiral
  3. Saddle point (unstable)
  4. Unstable node

Explanation: First, find the coexistence equilibrium point where x>0x > 0x>0 and y>0y > 0y>0. This requires solving x˙=0\dot{x}=0x˙=0 and y˙=0\dot{y}=0y˙​=0: 1−x−y=01 - x - y = 01−x−y=0 and 0.75−y−0.5x=00.75 - y - 0.5x = 00.75−y−0.5x=0. From the first equation, y=1−xy = 1 - xy=1−x. Substituting into the second gives 0.75−(1−x)−0.5x=00.75 - (1 - x) - 0.5x = 00.75−(1−x)−0.5x=0, which simplifies to −0.25+0.5x=0-0.25 + 0.5x = 0−0.25+0.5x=0, so x=0.5x=0.5x=0.5. Then y=1−0.5=0.5y = 1 - 0.5 = 0.5y=1−0.5=0.5. The equilibrium point is (0.5,0.5)(0.5, 0.5)(0.5,0.5). Next, linearize the system by finding the Jacobian matrix: J(x,y)=(1−2x−y−x−0.5y0.75−2y−0.5x)J(x,y) = \begin{pmatrix} 1-2x-y & -x \\ -0.5y & 0.75-2y-0.5x \end{pmatrix}J(x,y)=(1−2x−y−0.5y​−x0.75−2y−0.5x​). Evaluate the Jacobian at (0.5,0.5)(0.5, 0.5)(0.5,0.5): J(0.5,0.5)=(1−1−0.5−0.5−0.250.75−1−0.25)=(−0.5−0.5−0.25−0.5)J(0.5, 0.5) = \begin{pmatrix} 1-1-0.5 & -0.5 \\ -0.25 & 0.75-1-0.25 \end{pmatrix} = \begin{pmatrix} -0.5 & -0.5 \\ -0.25 & -0.5 \end{pmatrix}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=−1T = -0.5 - 0.5 = -1T=−0.5−0.5=−1. The determinant is D=(−0.5)(−0.5)−(−0.5)(−0.25)=0.25−0.125=0.125D = (-0.5)(-0.5) - (-0.5)(-0.25) = 0.25 - 0.125 = 0.125D=(−0.5)(−0.5)−(−0.5)(−0.25)=0.25−0.125=0.125. Since T<0T < 0T<0 and D>0D > 0D>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>0T^2 - 4D = (-1)^2 - 4(0.125) = 1 - 0.5 = 0.5 > 0T2−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.

Question 8

Which of the following statements about the stability of equilibrium points for 2D autonomous systems is true?

  1. If the linearization of a nonlinear system at an equilibrium point has purely imaginary eigenvalues, the equilibrium is a stable center.
  2. If all trajectories of a system approach a point x0\mathbf{x}_0x0​ as t→∞t \to \inftyt→∞, then x0\mathbf{x}_0x0​ must be an asymptotically stable node.
  3. For a linear system x′=Ax\mathbf{x}' = A\mathbf{x}x′=Ax, if det⁡(A)<0\det(A) < 0det(A)<0, then some solutions will move away from the origin as t→∞t \to \inftyt→∞. (correct answer)
  4. Any equilibrium point that is stable must also be asymptotically stable.

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\mathbf{x}_0x0​, 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\det(A) = \lambda_1 \lambda_2det(A)=λ1​λ2​. If det⁡(A)<0\det(A) < 0det(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).

Question 9

A system is described in polar coordinates by the equations r˙=r(4−r2)\dot{r} = r(4 - r^2)r˙=r(4−r2) and θ˙=−1\dot{\theta} = -1θ˙=−1. What is the long-term behavior of a trajectory that starts at the Cartesian point (x0,y0)=(3,0)(x_0, y_0) = (3, 0)(x0​,y0​)=(3,0)?

  1. The trajectory approaches the origin.
  2. The trajectory spirals outwards towards infinity.
  3. The trajectory is a circle of radius 3.
  4. The trajectory approaches a limit cycle of radius 2. (correct answer)

Explanation: The initial point (x0,y0)=(3,0)(x_0, y_0) = (3, 0)(x0​,y0​)=(3,0) corresponds to a radius of r0=32+02=3r_0 = \sqrt{3^2 + 0^2} = 3r0​=32+02​=3. The equation for the radius is r˙=r(4−r2)=r(2−r)(2+r)\dot{r} = r(4 - r^2) = r(2-r)(2+r)r˙=r(4−r2)=r(2−r)(2+r). For r>0r>0r>0, the radial velocity r˙\dot{r}r˙ is zero when r=2r=2r=2. If 0<r<20 < r < 20<r<2, r˙>0\dot{r} > 0r˙>0, so rrr increases. If r>2r > 2r>2, r˙<0\dot{r} < 0r˙<0, so rrr decreases. This means that r=2r=2r=2 is a stable limit cycle. Since the trajectory starts at r0=3r_0=3r0​=3, which is greater than 2, the radius r(t)r(t)r(t) will decrease and approach 2 as t→∞t \to \inftyt→∞. The equation θ˙=−1\dot{\theta}=-1θ˙=−1 indicates that the trajectory spirals in a clockwise direction. Therefore, the trajectory starting at r=3r=3r=3 approaches the stable limit cycle at r=2r=2r=2.

Question 10

If the eigenvalues of the real matrix AAA for the linear system x′=Ax\mathbf{x}' = A\mathbf{x}x′=Ax are λ1=3i\lambda_1 = 3iλ1​=3i and λ2=−3i\lambda_2 = -3iλ2​=−3i, which of the following best describes the long-term behavior of non-zero solutions?

  1. Trajectories are ellipses or circles, representing periodic solutions. (correct answer)
  2. Trajectories spiral into the origin, representing damped oscillations.
  3. Trajectories spiral away from the origin, representing growing oscillations.
  4. Trajectories are hyperbolas approaching specific lines through the origin.

Explanation: The eigenvalues are a purely imaginary conjugate pair, λ=±bi\lambda = \pm biλ=±bi with b=3b=3b=3. For a linear system, this corresponds to a stable center at the origin. The solutions are linear combinations of cos⁡(3t)\cos(3t)cos(3t) and sin⁡(3t)\sin(3t)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→∞t \to \inftyt→∞.

Question 11

Consider the linear system x′=(α−15−1)x\mathbf{x}' = \begin{pmatrix} \alpha & -1 \\ 5 & -1 \end{pmatrix} \mathbf{x}x′=(α5​−1−1​)x. For which range of the parameter α\alphaα is the origin an asymptotically stable spiral point?

  1. α<1\alpha < 1α<1
  2. −1−25<α<−1+25-1 - 2\sqrt{5} < \alpha < -1 + 2\sqrt{5}−1−25​<α<−1+25​
  3. −1−25<α<1-1 - 2\sqrt{5} < \alpha < 1−1−25​<α<1 (correct answer)
  4. α<−1−25\alpha < -1 - 2\sqrt{5}α<−1−25​

Explanation: The stability is determined by the eigenvalues of the matrix A=(α−15−1)A = \begin{pmatrix} \alpha & -1 \\ 5 & -1 \end{pmatrix}A=(α5​−1−1​). The characteristic equation is λ2−tr(A)λ+det⁡(A)=0\lambda^2 - \mathrm{tr}(A)\lambda + \det(A) = 0λ2−tr(A)λ+det(A)=0, which is λ2−(α−1)λ+(5−α)=0\lambda^2 - (\alpha-1)\lambda + (5-\alpha) = 0λ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(\alpha-1)^2 - 4(5-\alpha) < 0(α−1)2−4(5−α)<0. This simplifies to α2−2α+1−20+4α<0\alpha^2 - 2\alpha + 1 - 20 + 4\alpha < 0α2−2α+1−20+4α<0, or α2+2α−19<0\alpha^2 + 2\alpha - 19 < 0α2+2α−19<0. The roots of α2+2α−19=0\alpha^2 + 2\alpha - 19 = 0α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-1 - 2\sqrt{5} < \alpha < -1 + 2\sqrt{5}−1−25​<α<−1+25​. For the spiral to be asymptotically stable, the real part of the eigenvalues must be negative. The real part is tr(A)2=α−12\frac{\mathrm{tr}(A)}{2} = \frac{\alpha-1}{2}2tr(A)​=2α−1​. We need α−12<0\frac{\alpha-1}{2} < 02α−1​<0, which implies α<1\alpha < 1α<1. Combining both conditions, we need −1−25<α<1-1 - 2\sqrt{5} < \alpha < 1−1−25​<α<1.

Question 12

Consider the system dxdt=y\frac{dx}{dt} = ydtdx​=y, dydt=−sin⁡(x)−δy\frac{dy}{dt} = -\sin(x) - \delta ydtdy​=−sin(x)−δy where δ>0\delta > 0δ>0. This represents a damped pendulum. For small oscillations about the stable equilibrium, what determines the transition between overdamped and underdamped motion?

  1. The transition occurs when δ=1\delta = 1δ=1, separating exponential decay from oscillatory decay
  2. Overdamped motion occurs for all δ>0\delta > 0δ>0 because the system is inherently dissipative
  3. The transition depends on the initial amplitude and occurs when δ=2\delta = \sqrt{2}δ=2​
  4. The transition occurs when δ=2\delta = 2δ=2, where the discriminant of the characteristic equation changes sign (correct answer)

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=0x = 0x=0, you can approximate sin⁡(x)≈x\sin(x) \approx xsin(x)≈x, giving the linearized system: dxdt=y\frac{dx}{dt} = ydtdx​=y and dydt=−x−δy\frac{dy}{dt} = -x - \delta ydtdy​=−x−δy. Converting to a second-order equation: d2xdt2+δdxdt+x=0\frac{d^2x}{dt^2} + \delta \frac{dx}{dt} + x = 0dt2d2x​+δdtdx​+x=0. The characteristic equation is r2+δr+1=0r^2 + \delta r + 1 = 0r2+δr+1=0 with discriminant Δ=δ2−4\Delta = \delta^2 - 4Δ=δ2−4. The nature of the roots determines the motion type:

  • If Δ>0\Delta > 0Δ>0 (δ>2\delta > 2δ>2): two real roots → overdamped motion (exponential decay)
  • If Δ=0\Delta = 0Δ=0 (δ=2\delta = 2δ=2): repeated real root → critically damped
  • If Δ<0\Delta < 0Δ<0 (δ<2\delta < 2δ<2): complex roots → underdamped motion (oscillatory decay)
The transition occurs precisely when δ=2\delta = 2δ=2, where the discriminant equals zero. Answer A incorrectly suggests δ=1\delta = 1δ=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\delta = \sqrt{2}δ=2​. Study tip: For any damped harmonic oscillator x¨+2γx˙+ω02x=0\ddot{x} + 2\gamma\dot{x} + \omega_0^2 x = 0x¨+2γx˙+ω02​x=0, the transition occurs when the damping coefficient equals the natural frequency. Always check the discriminant of the characteristic equation to classify the motion.

Question 13

For the Van der Pol oscillator d2xdt2−μ(1−x2)dxdt+x=0\frac{d^2x}{dt^2} - \mu(1-x^2)\frac{dx}{dt} + x = 0dt2d2x​−μ(1−x2)dtdx​+x=0 with μ>0\mu > 0μ>0, converted to the system dxdt=y\frac{dx}{dt} = ydtdx​=y, dydt=μ(1−x2)y−x\frac{dy}{dt} = \mu(1-x^2)y - xdtdy​=μ(1−x2)y−x, what happens to the stability of the origin as μ\muμ increases from 0?

  1. The origin remains stable for all μ>0\mu > 0μ>0 but becomes a weak focus
  2. The origin undergoes a transcritical bifurcation at μ=1\mu = 1μ=1 where it changes stability
  3. The origin is unstable only for μ>1\mu > 1μ>1, with stability determined by the nonlinear terms
  4. The origin becomes unstable for any μ>0\mu > 0μ>0 and a stable limit cycle emerges (correct answer)

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 μ\muμ. To determine stability of the origin, you linearize the system around (0,0)(0,0)(0,0). The Jacobian matrix is: J=(01−1μ)J = \begin{pmatrix} 0 & 1 \\ -1 & \mu \end{pmatrix}J=(0−1​1μ​) The eigenvalues satisfy λ2−μλ+1=0\lambda^2 - \mu\lambda + 1 = 0λ2−μλ+1=0, giving λ=μ±μ2−42\lambda = \frac{\mu \pm \sqrt{\mu^2 - 4}}{2}λ=2μ±μ2−4​​. For any μ>0\mu > 0μ>0, the real parts are positive (since the sum of eigenvalues is μ>0\mu > 0μ>0 and the product is 1), making the origin unstable. The Van der Pol oscillator is famous because when μ>0\mu > 0μ>0, trajectories spiral outward from the unstable origin but are eventually pulled back by the nonlinear damping term μ(1−x2)y\mu(1-x^2)yμ(1−x2)y, creating a stable limit cycle. Answer A is wrong because the origin is unstable, not stable, for μ>0\mu > 0μ>0. Answer B incorrectly identifies a transcritical bifurcation at μ=1\mu = 1μ=1 - the stability actually changes at μ=0\mu = 0μ=0, and this is a Hopf bifurcation. Answer C is incorrect because the origin is unstable for any μ>0\mu > 0μ>0, not just μ>1\mu > 1μ>1. Remember: For the Van der Pol oscillator, any positive μ\muμ creates an unstable spiral at the origin with an attracting limit cycle - this is the hallmark of a supercritical Hopf bifurcation at μ=0\mu = 0μ=0.

Question 14

For the nonlinear system dxdt=x(2−x−y)\frac{dx}{dt} = x(2-x-y)dtdx​=x(2−x−y), dydt=y(1−x−2y)\frac{dy}{dt} = y(1-x-2y)dtdy​=y(1−x−2y), the equilibrium point (1,12)(1, \frac{1}{2})(1,21​) has been identified. To determine its stability, what is the trace of the Jacobian matrix evaluated at this equilibrium?

  1. −32-\frac{3}{2}−23​ (correct answer)
  2. −12-\frac{1}{2}−21​
  3. 12\frac{1}{2}21​
  4. 32\frac{3}{2}23​

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.

Question 15

For the system dxdt=μx−y−x3\frac{dx}{dt} = \mu x - y - x^3dtdx​=μx−y−x3, dydt=x+μy−y3\frac{dy}{dt} = x + \mu y - y^3dtdy​=x+μy−y3 where μ\muμ is a parameter, at what value of μ\muμ does the origin undergo a bifurcation, and what type occurs?

  1. μ=0\mu = 0μ=0; transcritical bifurcation due to the cubic terms
  2. μ=0\mu = 0μ=0; Hopf bifurcation as complex eigenvalues cross the imaginary axis (correct answer)
  3. μ=1\mu = 1μ=1; pitchfork bifurcation due to the symmetric nonlinear terms
  4. μ=−1\mu = -1μ=−1; saddle-node bifurcation as eigenvalues become equal

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.

Question 16

A competitive species model has the form dxdt=x(1−x−ay)\frac{dx}{dt} = x(1-x-ay)dtdx​=x(1−x−ay), dydt=y(1−bx−y)\frac{dy}{dt} = y(1-bx-y)dtdy​=y(1−bx−y) where a,b>0a, b > 0a,b>0. For the coexistence equilibrium (1−a1−ab,1−b1−ab)\left(\frac{1-a}{1-ab}, \frac{1-b}{1-ab}\right)(1−ab1−a​,1−ab1−b​) to be stable when ab>1ab > 1ab>1, which condition must hold?

  1. The coexistence equilibrium cannot be stable when ab>1ab > 1ab>1 due to competitive exclusion (correct answer)
  2. The condition ab>1ab > 1ab>1 is sufficient to guarantee stability of the coexistence equilibrium
  3. Stability requires ab<1ab < 1ab<1 in addition to the equilibrium existing in the positive quadrant
  4. The system exhibits bistability when ab>1ab > 1ab>1 with both boundary and interior equilibria stable

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−a1−ab,1−b1−ab)\left(\frac{1-a}{1-ab}, \frac{1-b}{1-ab}\right)(1−ab1−a​,1−ab1−b​) to exist in the positive quadrant (both species present), you need both coordinates positive. This requires 1−a>01-a > 01−a>0 and 1−b>01-b > 01−b>0 (so a<1a < 1a<1 and b<1b < 1b<1), plus 1−ab>01-ab > 01−ab>0 (so ab<1ab < 1ab<1). However, the question states ab>1ab > 1ab>1. When ab>1ab > 1ab>1, the denominator 1−ab1-ab1−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>1ab > 1ab>1 due to competitive exclusion—one species will always eliminate the other. Choice B is wrong because ab>1ab > 1ab>1 actually prevents stability rather than guaranteeing it. Choice C incorrectly suggests the equilibrium could exist when ab>1ab > 1ab>1 if additional conditions were met. Choice D mischaracterizes the dynamics, as there's no stable interior equilibrium when ab>1ab > 1ab>1. Study tip: In competitive models, always check equilibrium existence before analyzing stability. When competition coefficients satisfy ab>1ab > 1ab>1, expect competitive exclusion where only one species survives.

Question 17

A predator-prey system has the form dxdt=x(a−by)\frac{dx}{dt} = x(a-by)dtdx​=x(a−by), dydt=y(−c+dx)\frac{dy}{dt} = y(-c+dx)dtdy​=y(−c+dx) where a,b,c,d>0a, b, c, d > 0a,b,c,d>0. The equilibrium point (cd,ab)\left(\frac{c}{d}, \frac{a}{b}\right)(dc​,ba​) is analyzed for stability. Which statement correctly describes the nature of this equilibrium?

  1. It is asymptotically stable because the determinant of the Jacobian is positive and the trace is negative
  2. It is unstable because the determinant of the Jacobian is negative, indicating a saddle point
  3. It is neutrally stable with periodic orbits because the eigenvalues are purely imaginary (correct answer)
  4. It is asymptotically stable because both eigenvalues have negative real parts due to the predator-prey interaction

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.

Question 18

Consider the linear system dxdt=3x+2y\frac{dx}{dt} = 3x + 2ydtdx​=3x+2y, dydt=−x+4y\frac{dy}{dt} = -x + 4ydtdy​=−x+4y. After determining the eigenvalues of the coefficient matrix, what can be concluded about the stability of the equilibrium point at the origin?

  1. The equilibrium is asymptotically stable because both eigenvalues have negative real parts
  2. The equilibrium is unstable because both eigenvalues have positive real parts (correct answer)
  3. The equilibrium is a saddle point because the eigenvalues have opposite signs
  4. The equilibrium is neutrally stable because the eigenvalues are purely imaginary

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.

Question 19

A biochemical reaction network has the linearized system ddt(xyz)=(−2100−1210−3)(xyz)\frac{d}{dt}\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} -2 & 1 & 0 \\ 0 & -1 & 2 \\ 1 & 0 & -3 \end{pmatrix}\begin{pmatrix} x \\ y \\ z \end{pmatrix}dtd​​xyz​​=​−201​1−10​02−3​​​xyz​​ near an equilibrium. What can be concluded about the stability of this equilibrium?

  1. The equilibrium is stable because the trace of the matrix is negative
  2. The equilibrium is unstable because at least one eigenvalue has positive real part
  3. The equilibrium is stable because all eigenvalues have negative real parts (correct answer)
  4. Stability cannot be determined without computing the eigenvalues explicitly

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.