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: Classifying Critical Points

Practice Classifying Critical Points 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 / 18

0 of 18 answered

Consider the linear system x⃗′=(k2−4−k)x⃗\vec{x}' = \begin{pmatrix} k & 2 \\ -4 & -k \end{pmatrix} \vec{x}x′=(k−4​2−k​)x. For which values of the real parameter kkk is the critical point at the origin a saddle point?

Select an answer to continue

What this quiz covers

This quiz focuses on Classifying Critical Points, 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

Consider the linear system x⃗′=(k2−4−k)x⃗\vec{x}' = \begin{pmatrix} k & 2 \\ -4 & -k \end{pmatrix} \vec{x}x′=(k−4​2−k​)x. For which values of the real parameter kkk is the critical point at the origin a saddle point?

  1. k>22k > 2\sqrt{2}k>22​ or k<−22k < -2\sqrt{2}k<−22​ (correct answer)
  2. −22<k<22-2\sqrt{2} < k < 2\sqrt{2}−22​<k<22​
  3. Only for k=0k=0k=0
  4. For all real values of kkk except k=±22k = \pm 2\sqrt{2}k=±22​

Explanation: Let the matrix be AAA. The classification of the critical point depends on the trace τ=tr(A)\tau = \mathrm{tr}(A)τ=tr(A) and the determinant Δ=det⁡(A)\Delta = \det(A)Δ=det(A). For this system, τ=k+(−k)=0\tau = k + (-k) = 0τ=k+(−k)=0 and Δ=(k)(−k)−(2)(−4)=8−k2\Delta = (k)(-k) - (2)(-4) = 8 - k^2Δ=(k)(−k)−(2)(−4)=8−k2. A critical point is a saddle point if and only if Δ<0\Delta < 0Δ<0. Therefore, we must have 8−k2<08 - k^2 < 08−k2<0, which simplifies to k2>8k^2 > 8k2>8. Taking the square root of both sides gives ∣k∣>8=22|k| > \sqrt{8} = 2\sqrt{2}∣k∣>8​=22​. This corresponds to the range k>22k > 2\sqrt{2}k>22​ or k<−22k < -2\sqrt{2}k<−22​.

Question 2

The motion of a mechanical system is described by the second-order differential equation x′′+6x′+kx=0x'' + 6x' + kx = 0x′′+6x′+kx=0. When converted to a first-order system, for what range of values of kkk is the equilibrium point (0,0)(0,0)(0,0) a stable node?

  1. k>9k > 9k>9
  2. k<0k < 0k<0
  3. 0<k<90 < k < 90<k<9
  4. 0<k≤90 < k \le 90<k≤9 (correct answer)

Explanation: Let y=x′y=x'y=x′. The second-order equation can be written as the first-order system z⃗′=(01−k−6)z⃗\vec{z}' = \begin{pmatrix} 0 & 1 \\ -k & -6 \end{pmatrix} \vec{z}z′=(0−k​1−6​)z, where z⃗=(xy)\vec{z} = \begin{pmatrix} x \\ y \end{pmatrix}z=(xy​). The trace is τ=−6\tau = -6τ=−6 and the determinant is Δ=k\Delta = kΔ=k. For a stable node, we need real, negative eigenvalues. The characteristic equation is λ2+6λ+k=0\lambda^2 + 6\lambda + k = 0λ2+6λ+k=0. The eigenvalues are real if the discriminant D=(6)2−4k=36−4k≥0D = (6)^2 - 4k = 36 - 4k \ge 0D=(6)2−4k=36−4k≥0, which implies k≤9k \le 9k≤9. The eigenvalues have the same sign if Δ=k>0\Delta = k > 0Δ=k>0. The eigenvalues are negative if τ=−6<0\tau = -6 < 0τ=−6<0, which is always true. Combining the conditions, we need 0<k≤90 < k \le 90<k≤9. The case k=9k=9k=9 corresponds to a repeated eigenvalue (a degenerate or improper stable node), which is still a type of stable node.

Question 3

The origin is a critical point for the system x⃗′=Ax⃗\vec{x}' = A\vec{x}x′=Ax. The trace of the 2×22 \times 22×2 matrix AAA is −5-5−5. It is also known that one of the eigenvalues of AAA is 111. How is the origin classified?

  1. Saddle point (correct answer)
  2. Stable node
  3. Unstable node
  4. Stable spiral

Explanation: The trace of a matrix is the sum of its eigenvalues. Let the eigenvalues be λ1\lambda_1λ1​ and λ2\lambda_2λ2​. We are given τ=λ1+λ2=−5\tau = \lambda_1 + \lambda_2 = -5τ=λ1​+λ2​=−5. We are also given that one eigenvalue is 111, so let λ1=1\lambda_1 = 1λ1​=1. Substituting this into the trace equation gives 1+λ2=−51 + \lambda_2 = -51+λ2​=−5, which means λ2=−6\lambda_2 = -6λ2​=−6. The eigenvalues are 111 and −6-6−6. Since the eigenvalues are real, distinct, and have opposite signs, the critical point at the origin is a saddle point.

Question 4

Consider the nonlinear system x′=x(2−x−y)x' = x(2 - x - y)x′=x(2−x−y) and y′=y(3−2x−y)y' = y(3 - 2x - y)y′=y(3−2x−y). This system has a critical point in the first quadrant where x>0x>0x>0 and y>0y>0y>0. How is this critical point classified?

  1. Stable node
  2. Saddle point (correct answer)
  3. Unstable spiral
  4. Stable spiral

Explanation: First, find the critical point by setting x′=0x'=0x′=0 and y′=0y'=0y′=0. For x>0,y>0x>0, y>0x>0,y>0, we must solve the system 2−x−y=02-x-y=02−x−y=0 and 3−2x−y=03-2x-y=03−2x−y=0. Subtracting the first equation from the second gives (3−2x−y)−(2−x−y)=0(3-2x-y) - (2-x-y) = 0(3−2x−y)−(2−x−y)=0, which simplifies to 1−x=01-x=01−x=0, so x=1x=1x=1. Substituting x=1x=1x=1 into the first equation gives 2−1−y=02-1-y=02−1−y=0, so y=1y=1y=1. The critical point is (1,1)(1,1)(1,1). Next, find the Jacobian matrix: J(x,y)=(2−2x−y−x−2y3−2x−2y)J(x,y) = \begin{pmatrix} 2-2x-y & -x \\ -2y & 3-2x-2y \end{pmatrix}J(x,y)=(2−2x−y−2y​−x3−2x−2y​). Evaluate the Jacobian at (1,1)(1,1)(1,1): J(1,1)=(2−2−1−1−23−2−2)=(−1−1−2−1)J(1,1) = \begin{pmatrix} 2-2-1 & -1 \\ -2 & 3-2-2 \end{pmatrix} = \begin{pmatrix} -1 & -1 \\ -2 & -1 \end{pmatrix}J(1,1)=(2−2−1−2​−13−2−2​)=(−1−2​−1−1​). For this linearized system, the determinant is Δ=(−1)(−1)−(−1)(−2)=1−2=−1\Delta = (-1)(-1) - (-1)(-2) = 1 - 2 = -1Δ=(−1)(−1)−(−1)(−2)=1−2=−1. Since Δ<0\Delta < 0Δ<0, the critical point is a saddle point.

Question 5

Which of the following systems has a critical point at the origin that is stable but not asymptotically stable?

  1. x⃗′=(02−20)x⃗\vec{x}' = \begin{pmatrix} 0 & 2 \\ -2 & 0 \end{pmatrix} \vec{x}x′=(0−2​20​)x (correct answer)
  2. x⃗′=(−110−1)x⃗\vec{x}' = \begin{pmatrix} -1 & 1 \\ 0 & -1 \end{pmatrix} \vec{x}x′=(−10​1−1​)x
  3. x⃗′=(1411)x⃗\vec{x}' = \begin{pmatrix} 1 & 4 \\ 1 & 1 \end{pmatrix} \vec{x}x′=(11​41​)x
  4. x⃗′=(−2000)x⃗\vec{x}' = \begin{pmatrix} -2 & 0 \\ 0 & 0 \end{pmatrix} \vec{x}x′=(−20​00​)x

Explanation: A critical point is stable but not asymptotically stable if it is a center. A center occurs for a linear system when the eigenvalues are purely imaginary, which corresponds to having trace τ=0\tau = 0τ=0 and determinant Δ>0\Delta > 0Δ>0. Let's check the options:\nA) τ=0+0=0\tau = 0+0=0τ=0+0=0, Δ=(0)(0)−(2)(−2)=4>0\Delta = (0)(0) - (2)(-2) = 4 > 0Δ=(0)(0)−(2)(−2)=4>0. This is a center. Correct.\nB) τ=−1−1=−2\tau = -1-1=-2τ=−1−1=−2, Δ=1>0\Delta = 1 > 0Δ=1>0. This is a stable node, which is asymptotically stable.\nC) τ=1+1=2\tau = 1+1=2τ=1+1=2, Δ=1−4=−3<0\Delta = 1-4=-3 < 0Δ=1−4=−3<0. This is a saddle point, which is unstable.\nD) τ=−2+0=−2\tau = -2+0=-2τ=−2+0=−2, Δ=0\Delta = 0Δ=0. The eigenvalues are −2-2−2 and 000. The system has a line of critical points (x=0x=0x=0). A trajectory starting at (ϵ,δ)(\epsilon, \delta)(ϵ,δ) goes to (0,δ)(0, \delta)(0,δ) as t→∞t \to \inftyt→∞. Thus, the origin is unstable.

Question 6

The origin is an unstable node for the system x⃗′=Ax⃗\vec{x}' = A\vec{x}x′=Ax. Which of the following could be the matrix AAA?

  1. (41011)\begin{pmatrix} 4 & 10 \\ 1 & 1 \end{pmatrix}(41​101​)
  2. (15−13)\begin{pmatrix} 1 & 5 \\ -1 & 3 \end{pmatrix}(1−1​53​)
  3. (31−11)\begin{pmatrix} 3 & 1 \\ -1 & 1 \end{pmatrix}(3−1​11​) (correct answer)
  4. (−2−11−4)\begin{pmatrix} -2 & -1 \\ 1 & -4 \end{pmatrix}(−21​−1−4​)

Explanation: When analyzing the stability of a linear system x⃗′=Ax⃗\vec{x}' = A\vec{x}x′=Ax, you need to examine the eigenvalues of matrix AAA. An unstable node occurs when both eigenvalues are real and positive, causing solutions to grow exponentially away from the origin along straight-line trajectories. For an unstable node, we need both eigenvalues to be real and positive. Let's check each matrix by finding their eigenvalues using the characteristic equation det⁡(A−λI)=0\det(A - \lambda I) = 0det(A−λI)=0. Option C gives us the correct answer. For (31−11)\begin{pmatrix} 3 & 1 \\ -1 & 1 \end{pmatrix}(3−1​11​), the characteristic equation is (3−λ)(1−λ)−(1)(−1)=λ2−4λ+4=(λ−2)2=0(3-\lambda)(1-\lambda) - (1)(-1) = \lambda^2 - 4\lambda + 4 = (\lambda - 2)^2 = 0(3−λ)(1−λ)−(1)(−1)=λ2−4λ+4=(λ−2)2=0. This yields a repeated eigenvalue λ=2>0\lambda = 2 > 0λ=2>0, creating an unstable node. Option A has eigenvalues that are real but include negative values (you can verify the trace and determinant suggest mixed signs). Option B produces complex eigenvalues since the discriminant of its characteristic equation is negative - this would create a spiral, not a node. Option D has negative eigenvalues (notice the negative diagonal entries and positive determinant), making it a stable node rather than unstable. Remember this key pattern: for a 2×2 system to have an unstable node, both eigenvalues must be real and positive. This happens when the determinant is positive (ensuring real eigenvalues of the same sign) and the trace is positive (ensuring that common sign is positive). Always check both conditions when classifying equilibrium points.

Question 7

A system modeling two competing species is given by dx/dt=x(3−x−2y)dx/dt = x(3 - x - 2y)dx/dt=x(3−x−2y) and dy/dt=y(2−x−y)dy/dt = y(2 - x - y)dy/dt=y(2−x−y). The system has a non-trivial equilibrium point (xE,yE)(x_E, y_E)(xE​,yE​) where both species coexist (xE>0,yE>0x_E > 0, y_E > 0xE​>0,yE​>0). How is this equilibrium point classified?

  1. Stable node, indicating stable coexistence.
  2. Saddle point, indicating unstable coexistence. (correct answer)
  3. Stable spiral, indicating oscillating coexistence.
  4. Unstable node, indicating unstable coexistence.

Explanation: To find the coexistence equilibrium, we set the growth rates to zero for x>0,y>0x>0, y>0x>0,y>0: 3−x−2y=03-x-2y=03−x−2y=0 and 2−x−y=02-x-y=02−x−y=0. Solving this system yields x=1,y=1x=1, y=1x=1,y=1. To classify this point, we compute the Jacobian matrix J(x,y)=(3−2x−2y−2x−y2−x−2y)J(x,y) = \begin{pmatrix} 3-2x-2y & -2x \\ -y & 2-x-2y \end{pmatrix}J(x,y)=(3−2x−2y−y​−2x2−x−2y​). At (1,1)(1,1)(1,1), the Jacobian is J(1,1)=(−1−2−1−1)J(1,1) = \begin{pmatrix} -1 & -2 \\ -1 & -1 \end{pmatrix}J(1,1)=(−1−1​−2−1​). The determinant of this matrix is Δ=(−1)(−1)−(−2)(−1)=1−2=−1\Delta = (-1)(-1) - (-2)(-1) = 1 - 2 = -1Δ=(−1)(−1)−(−2)(−1)=1−2=−1. Since the determinant is negative, the equilibrium point is a saddle point. In the context of population dynamics, a saddle point is unstable, meaning that small perturbations from this equilibrium will lead to one of the species outcompeting the other.

Question 8

Consider the system x⃗′=(35−2−3)x⃗\vec{x}' = \begin{pmatrix} 3 & 5 \\ -2 & -3 \end{pmatrix} \vec{x}x′=(3−2​5−3​)x. Classify the critical point at the origin and determine the direction of rotation of the trajectories, if applicable.

  1. Stable spiral, clockwise rotation
  2. Center, counter-clockwise rotation
  3. Center, clockwise rotation (correct answer)
  4. Saddle point, direction not applicable

Explanation: When analyzing linear systems of differential equations, you need to examine the eigenvalues of the coefficient matrix to classify the critical point's behavior and stability. For the matrix A=(35−2−3)A = \begin{pmatrix} 3 & 5 \\ -2 & -3 \end{pmatrix}A=(3−2​5−3​), find the eigenvalues using the characteristic equation det⁡(A−λI)=0\det(A - \lambda I) = 0det(A−λI)=0: det⁡(3−λ5−2−3−λ)=(3−λ)(−3−λ)−(5)(−2)=λ2+1=0\det\begin{pmatrix} 3-\lambda & 5 \\ -2 & -3-\lambda \end{pmatrix} = (3-\lambda)(-3-\lambda) - (5)(-2) = \lambda^2 + 1 = 0det(3−λ−2​5−3−λ​)=(3−λ)(−3−λ)−(5)(−2)=λ2+1=0 This gives eigenvalues λ=±i\lambda = \pm iλ=±i, which are purely imaginary with zero real part. Since the eigenvalues are purely imaginary, the critical point is a center with closed, elliptical trajectories around the origin. The system is neutrally stable—trajectories neither spiral inward nor outward. To determine rotation direction, examine how the vector field moves a test point. At (1,0)(1,0)(1,0), the system gives x⃗′=(3−2)\vec{x}' = \begin{pmatrix} 3 \\ -2 \end{pmatrix}x′=(3−2​). This vector points right and down, indicating clockwise rotation. Looking at the wrong answers: (A) incorrectly identifies this as a stable spiral—that would require eigenvalues with negative real parts, not purely imaginary ones. (B) correctly identifies the center but gets the rotation direction wrong. (D) confuses this with a saddle point, which requires one positive and one negative real eigenvalue. Study tip: Remember that purely imaginary eigenvalues always create centers with periodic orbits. Check rotation direction by evaluating the vector field at a simple test point like (1,0)(1,0)(1,0) or (0,1)(0,1)(0,1).

Question 9

For the system x⃗′=(α−28α)x⃗\vec{x}' = \begin{pmatrix} \alpha & -2 \\ 8 & \alpha \end{pmatrix} \vec{x}x′=(α8​−2α​)x with real parameter α\alphaα, which statement accurately describes the critical point at the origin?

  1. The origin is a center for all non-zero α\alphaα and a spiral for α=0\alpha=0α=0.
  2. The origin is a stable spiral if α<0\alpha < 0α<0, a center if α=0\alpha = 0α=0, and an unstable spiral if α>0\alpha > 0α>0. (correct answer)
  3. The origin is a saddle point for all α\alphaα such that ∣α∣>4|\alpha| > 4∣α∣>4.
  4. The origin is a stable node if α<0\alpha < 0α<0 and an unstable node if α>0\alpha > 0α>0.

Explanation: Let AAA be the matrix of the system. The trace is τ=α+α=2α\tau = \alpha + \alpha = 2\alphaτ=α+α=2α, and the determinant is Δ=(α)(α)−(−2)(8)=α2+16\Delta = (\alpha)(\alpha) - (-2)(8) = \alpha^2 + 16Δ=(α)(α)−(−2)(8)=α2+16. The discriminant of the characteristic equation is D=τ2−4Δ=(2α)2−4(α2+16)=4α2−4α2−64=−64D = \tau^2 - 4\Delta = (2\alpha)^2 - 4(\alpha^2 + 16) = 4\alpha^2 - 4\alpha^2 - 64 = -64D=τ2−4Δ=(2α)2−4(α2+16)=4α2−4α2−64=−64. Since D<0D < 0D<0 for all real α\alphaα, the eigenvalues are always complex conjugates: λ=τ±i∣D∣2=2α±i642=α±4i\lambda = \frac{\tau \pm i\sqrt{|D|}}{2} = \frac{2\alpha \pm i\sqrt{64}}{2} = \alpha \pm 4iλ=2τ±i∣D∣​​=22α±i64​​=α±4i. The classification depends on the real part of the eigenvalues, which is α\alphaα. If α<0\alpha < 0α<0, it is a stable spiral. If α>0\alpha > 0α>0, it is an unstable spiral. If α=0\alpha = 0α=0, it is a center.

Question 10

For the system x⃗′=(−21−5c)x⃗\vec{x}' = \begin{pmatrix} -2 & 1 \\ -5 & c \end{pmatrix} \vec{x}x′=(−2−5​1c​)x, the critical point at the origin transitions between being a stable spiral and a stable node at a certain value of the parameter ccc. What is this value of ccc?

  1. c=2.5c = 2.5c=2.5
  2. c=2c = 2c=2
  3. c=−2+25c = -2 + 2\sqrt{5}c=−2+25​
  4. c=−2−25c = -2 - 2\sqrt{5}c=−2−25​ (correct answer)

Explanation: The transition between a spiral and a node occurs when the eigenvalues switch from complex to real, which is when the discriminant of the characteristic equation is zero. The trace is τ=c−2\tau = c-2τ=c−2 and the determinant is Δ=−2c+5\Delta = -2c+5Δ=−2c+5. The discriminant is D=τ2−4Δ=(c−2)2−4(5−2c)=c2−4c+4−20+8c=c2+4c−16D = \tau^2 - 4\Delta = (c-2)^2 - 4(5-2c) = c^2 - 4c + 4 - 20 + 8c = c^2 + 4c - 16D=τ2−4Δ=(c−2)2−4(5−2c)=c2−4c+4−20+8c=c2+4c−16. Setting D=0D=0D=0 and solving the quadratic equation c2+4c−16=0c^2 + 4c - 16 = 0c2+4c−16=0 gives c=−4±16−4(1)(−16)2=−4±802=−2±25c = \frac{-4 \pm \sqrt{16 - 4(1)(-16)}}{2} = \frac{-4 \pm \sqrt{80}}{2} = -2 \pm 2\sqrt{5}c=2−4±16−4(1)(−16)​​=2−4±80​​=−2±25​. For the critical point to be stable, we need τ=c−2<0\tau = c-2 < 0τ=c−2<0 (so c<2c<2c<2) and Δ=5−2c>0\Delta = 5-2c > 0Δ=5−2c>0 (so c<2.5c<2.5c<2.5). The root c=−2+25≈−2+2(2.236)=2.472c = -2 + 2\sqrt{5} \approx -2 + 2(2.236) = 2.472c=−2+25​≈−2+2(2.236)=2.472 violates the condition c<2c<2c<2. The root c=−2−25≈−2−4.472=−6.472c = -2 - 2\sqrt{5} \approx -2 - 4.472 = -6.472c=−2−25​≈−2−4.472=−6.472 satisfies both stability conditions. Thus, the transition occurs at c=−2−25c = -2 - 2\sqrt{5}c=−2−25​.

Question 11

For the system dxdt=3x−2y\frac{dx}{dt} = 3x - 2ydtdx​=3x−2y, dydt=5x−3y\frac{dy}{dt} = 5x - 3ydtdy​=5x−3y, the characteristic polynomial of the coefficient matrix is λ2−1=0\lambda^2 - 1 = 0λ2−1=0. What additional information is needed to distinguish between the possible critical point types?

  1. The sign of the trace, since λ1=1\lambda_1 = 1λ1​=1 and λ2=−1\lambda_2 = -1λ2​=−1 already determine this is a saddle point (correct answer)
  2. The geometric multiplicity of the eigenvalues to determine if there are sufficient linearly independent eigenvectors
  3. The determinant of the coefficient matrix to confirm whether the eigenvalues have the same or opposite signs
  4. No additional information is needed since the eigenvalues λ=±1\lambda = \pm 1λ=±1 uniquely determine an unstable node

Explanation: From λ² - 1 = 0, we get λ₁ = 1 and λ₂ = -1. These are real eigenvalues with opposite signs (one positive, one negative), which uniquely determines that the critical point is a saddle point. No additional information is needed for classification - the eigenvalues alone are sufficient. The trace confirmation (τ = 1 + (-1) = 0) and determinant (Δ = 1×(-1) = -1 < 0) are consistent with a saddle. Choice B is incorrect because distinct eigenvalues automatically have geometric multiplicity 1. Choice C is unnecessary since we already know the signs differ. Choice D is wrong because real eigenvalues of opposite signs indicate a saddle, not a node.

Question 12

Consider a predator-prey system that has been linearized around an equilibrium point, yielding the Jacobian J=(0−ab0)J = \begin{pmatrix} 0 & -a \\ b & 0 \end{pmatrix}J=(0b​−a0​) where a,b>0a, b > 0a,b>0. What can be concluded about the critical point classification and its biological interpretation?

  1. It's a stable spiral with complex eigenvalues having negative real parts, indicating the populations will converge to equilibrium values
  2. It's a center with eigenvalues ±iab\pm i\sqrt{ab}±iab​, suggesting neutrally stable oscillations, but higher-order terms determine actual stability (correct answer)
  3. It's a saddle point with real eigenvalues ±ab\pm\sqrt{ab}±ab​, suggesting one population grows while the other declines
  4. It's an unstable node with positive real eigenvalues, indicating both populations will grow without bound from the equilibrium

Explanation: When analyzing linearized predator-prey systems, you need to find the eigenvalues of the Jacobian matrix to classify the equilibrium point and understand the system's local behavior. To find the eigenvalues of J=(0−ab0)J = \begin{pmatrix} 0 & -a \\ b & 0 \end{pmatrix}J=(0b​−a0​), solve the characteristic equation det⁡(J−λI)=0\det(J - \lambda I) = 0det(J−λI)=0. This gives us λ2+ab=0\lambda^2 + ab = 0λ2+ab=0, so λ=±iab\lambda = \pm i\sqrt{ab}λ=±iab​. These are purely imaginary eigenvalues, which classify the equilibrium as a center. In the linearized system, this indicates neutrally stable oscillations around the equilibrium. However, since linearization only captures first-order behavior, the actual stability of the nonlinear system depends on higher-order terms that were neglected during linearization. Looking at the wrong answers: Choice A incorrectly suggests complex eigenvalues with negative real parts, but our eigenvalues have zero real parts. Choice C mistakes the eigenvalues as real (±ab\pm\sqrt{ab}±ab​), but they're purely imaginary (±iab\pm i\sqrt{ab}±iab​). Choice D claims positive real eigenvalues, which would occur if we had λ2−ab=0\lambda^2 - ab = 0λ2−ab=0, but our characteristic equation has λ2+ab=0\lambda^2 + ab = 0λ2+ab=0. Study tip: For predator-prey Jacobians with this zero-diagonal, opposite-sign off-diagonal structure, expect purely imaginary eigenvalues and a center classification. Remember that linearization around centers doesn't determine true stability—you'd need to analyze the full nonlinear system or use methods like Lyapunov functions to determine whether oscillations grow, decay, or remain constant.

Question 13

A nonlinear system has been linearized near the critical point (2,−1)(2, -1)(2,−1), yielding the Jacobian matrix J=(−34−21)J = \begin{pmatrix} -3 & 4 \\ -2 & 1 \end{pmatrix}J=(−3−2​41​). The eigenvalues are λ1=−1+2i\lambda_1 = -1 + 2iλ1​=−1+2i and λ2=−1−2i\lambda_2 = -1 - 2iλ2​=−1−2i. Which classification is correct for the behavior near this critical point?

  1. The linearization predicts a stable spiral, and this classification is reliable for the nonlinear system (correct answer)
  2. The linearization predicts an unstable spiral, but the classification may not hold for the nonlinear system
  3. The linearization predicts a center, so the nonlinear behavior requires higher-order analysis to determine stability
  4. The linearization predicts a stable node, and this classification transfers directly to the nonlinear system

Explanation: The eigenvalues λ₁ = -1 + 2i and λ₂ = -1 - 2i are complex conjugates with negative real part (-1) and nonzero imaginary parts (±2), indicating a stable spiral in the linearization. Since the real parts are nonzero (hyperbolic case), the linearization theorem guarantees that the nonlinear system has the same qualitative behavior near the critical point. Choice B incorrectly identifies it as unstable. Choice C incorrectly calls it a center (which would require purely imaginary eigenvalues). Choice D incorrectly identifies it as a node rather than a spiral.

Question 14

A linear system has coefficient matrix with repeated eigenvalue λ=−3\lambda = -3λ=−3 but geometric multiplicity 1 (only one linearly independent eigenvector). How should this critical point be classified?

  1. Stable proper node, with trajectories approaching along multiple straight-line directions
  2. Stable improper node, with trajectories approaching the origin tangentially to the eigenspace direction (correct answer)
  3. Stable spiral node, requiring Jordan form analysis due to the deficient eigenspace
  4. Stable degenerate node, with characteristic curved approach to the equilibrium point

Explanation: When analyzing critical points in linear systems, the key is understanding how eigenvalue properties determine the behavior of solution trajectories near equilibrium. The algebraic multiplicity (how many times an eigenvalue appears) versus geometric multiplicity (number of linearly independent eigenvectors) tells you everything about trajectory structure. With repeated eigenvalue λ=−3\lambda = -3λ=−3 having geometric multiplicity 1, you have a deficient eigenspace—fewer eigenvectors than the algebraic multiplicity would suggest. Since λ<0\lambda < 0λ<0, the critical point is stable (trajectories approach the origin). The deficient eigenspace creates an improper node, where most trajectories approach tangentially to the single eigenvector direction rather than along multiple straight-line paths. Choice A incorrectly describes a proper node, which would require geometric multiplicity equal to algebraic multiplicity, giving multiple linearly independent eigenvectors and thus multiple straight-line approach directions. Choice C misidentifies this as a spiral node—spirals require complex eigenvalues, not repeated real ones. Choice D uses the non-standard term "degenerate node" and incorrectly emphasizes curved approaches, when the key feature is tangential approach to the eigenspace direction. The Jordan canonical form is indeed needed to analyze this system completely, but that mathematical requirement doesn't change the classification—it's still an improper node. Study tip: Remember the classification hierarchy: negative real eigenvalues mean stability, while geometric multiplicity deficiency (fewer eigenvectors than expected) always creates "improper" nodes with tangential approach patterns, never spirals or multiple straight-line trajectories.

Question 15

The phase portrait near a critical point shows trajectories that approach the origin along two distinct straight-line directions, while all other trajectories curve away from the origin. Based on the trace-determinant analysis, which conditions on τ\tauτ (trace) and Δ\DeltaΔ (determinant) are consistent with this behavior?

  1. τ=0\tau = 0τ=0 and Δ>0\Delta > 0Δ>0, yielding purely imaginary eigenvalues that create the observed straight-line approaches
  2. Δ>0\Delta > 0Δ>0, τ<0\tau < 0τ<0, and τ2−4Δ>0\tau^2 - 4\Delta > 0τ2−4Δ>0, creating two negative real eigenvalues with different magnitudes
  3. Δ>0\Delta > 0Δ>0, τ>0\tau > 0τ>0, and τ2−4Δ=0\tau^2 - 4\Delta = 0τ2−4Δ=0, producing a repeated positive eigenvalue with geometric multiplicity 1
  4. Δ<0\Delta < 0Δ<0 and τ2−4Δ>0\tau^2 - 4\Delta > 0τ2−4Δ>0, ensuring real eigenvalues of opposite signs with distinct eigendirections (correct answer)

Explanation: When analyzing phase portraits near critical points, you need to connect the visual behavior to the trace-determinant conditions that determine eigenvalue types. The key insight is recognizing what "trajectories approaching along two distinct straight-line directions while others curve away" tells you about the eigenvalues. This description matches a saddle point, which occurs when you have real eigenvalues of opposite signs. The straight-line approaches happen along the eigendirections—one eigenvalue is negative (creating the stable direction where trajectories approach), while the other is positive (creating the unstable direction where trajectories move away). The curved trajectories result from the competing influences of both eigenvalues. Answer D is correct because Δ<0\Delta < 0Δ<0 guarantees eigenvalues of opposite signs (since Δ=λ1λ2\Delta = \lambda_1 \lambda_2Δ=λ1​λ2​), and τ2−4Δ>0\tau^2 - 4\Delta > 0τ2−4Δ>0 ensures they're real and distinct, giving you the two separate eigendirections described. Answer A fails because τ=0,Δ>0\tau = 0, \Delta > 0τ=0,Δ>0 gives purely imaginary eigenvalues, creating a center with circular or elliptical trajectories—no straight-line approaches. Answer B produces a stable node since both eigenvalues are negative (Δ>0,τ<0\Delta > 0, \tau < 0Δ>0,τ<0). While trajectories approach along eigendirections, they don't curve away from the origin. Answer C creates an unstable node with a repeated eigenvalue. All trajectories move away from the origin, contradicting the "approach" behavior described. Study tip: Remember the saddle signature: Δ<0\Delta < 0Δ<0 always means opposite-signed eigenvalues, which creates the mixed approach/repel behavior characteristic of saddle points.

Question 16

Consider the system dxdt=−x+ky\frac{dx}{dt} = -x + kydtdx​=−x+ky, dydt=−kx−y\frac{dy}{dt} = -kx - ydtdy​=−kx−y where kkk is a positive parameter. As kkk increases from 0 to large positive values, how does the classification of the critical point at the origin change?

  1. Stable node → stable spiral → center, with the transition occurring when the discriminant changes sign
  2. Stable spiral → stable node → unstable node, with transitions based on the trace becoming positive
  3. The critical point remains a stable spiral for all k>0k > 0k>0, since the discriminant τ2−4Δ=−4k2<0\tau^2 - 4\Delta = -4k^2 < 0τ2−4Δ=−4k2<0 (correct answer)
  4. Center → stable spiral → stable node, with stability determined by the sign of the determinant

Explanation: The coefficient matrix is A = [[-1, k], [-k, -1]], so trace τ = -2 < 0 and determinant Δ = 1 + k² > 0 for all k > 0. The discriminant is τ² - 4Δ = 4 - 4(1 + k²) = -4k² < 0 for all k > 0. Since the discriminant is always negative (complex eigenvalues) and τ < 0 (negative real parts), the critical point is always a stable spiral for any k > 0. At k = 0, we get eigenvalue λ = -1 with multiplicity 2 (stable proper node), but for any k > 0, it's a stable spiral.

Question 17

For the system dxdt=ax+by\frac{dx}{dt} = ax + bydtdx​=ax+by, dydt=cx+dy\frac{dy}{dt} = cx + dydtdy​=cx+dy where a,b,c,da, b, c, da,b,c,d are constants, the coefficient matrix has determinant Δ=8\Delta = 8Δ=8 and trace τ=−2\tau = -2τ=−2. What type of critical point occurs at the origin?

  1. Unstable node because the discriminant is positive and both eigenvalues are positive real numbers
  2. Stable node because the discriminant is positive and both eigenvalues are negative real numbers
  3. Stable spiral because the discriminant is negative and the trace indicates complex eigenvalues with negative real parts (correct answer)
  4. Saddle point because the positive determinant with negative trace creates eigenvalues of opposite signs

Explanation: The characteristic equation is λ² - τλ + Δ = λ² + 2λ + 8 = 0. The discriminant is τ² - 4Δ = 4 - 32 = -28 < 0, indicating complex eigenvalues. Using the quadratic formula: λ = (-2 ± i√28)/2 = -1 ± i√7. Since the real part is -1 < 0, this is a stable spiral. Choice A is wrong because the eigenvalues are complex, not real. Choice B is wrong for the same reason. Choice D is incorrect because saddle points require real eigenvalues of opposite signs, which would need Δ < 0.

Question 18

A system dxdt=Ax\frac{d\mathbf{x}}{dt} = A\mathbf{x}dtdx​=Ax has coefficient matrix AAA with eigenvalues λ1=−2\lambda_1 = -2λ1​=−2 and λ2=−12\lambda_2 = -\frac{1}{2}λ2​=−21​. If a small perturbation changes the matrix to A+ϵBA + \epsilon BA+ϵB where ϵ\epsilonϵ is small and BBB is a fixed matrix, which statement about the perturbed system's critical point is most accurate?

  1. The critical point will become a stable spiral since perturbations typically introduce complex eigenvalues with negative real parts
  2. The critical point could become a saddle point if the perturbation is large enough to make one eigenvalue positive
  3. The classification will depend on whether the perturbation preserves the reality and negativity of both eigenvalue real parts
  4. The critical point will remain a stable node since small perturbations cannot change the fundamental character of hyperbolic critical points (correct answer)

Explanation: When analyzing how perturbations affect linear systems, the key concept is hyperbolic critical points and their structural stability. A critical point is hyperbolic when all eigenvalues have nonzero real parts, and such points are remarkably robust to small changes. Your original system has eigenvalues λ1=−2\lambda_1 = -2λ1​=−2 and λ2=−12\lambda_2 = -\frac{1}{2}λ2​=−21​, both negative and real, making the origin a stable node and the critical point hyperbolic. The fundamental theorem of structural stability tells us that hyperbolic critical points maintain their essential character under small perturbations - the eigenvalues will shift slightly, but they cannot cross the imaginary axis or change the overall stability picture when ϵ\epsilonϵ is sufficiently small. Answer (A) incorrectly assumes perturbations typically create complex eigenvalues. While possible, this isn't guaranteed, and the stability would be preserved regardless. Answer (B) suggests a saddle point could form, but this would require an eigenvalue to become positive, which contradicts the "small perturbation" condition - you'd need the perturbation to overcome the substantial negative real parts. Answer (C) overcomplicates the situation by suggesting the classification depends on preserving specific eigenvalue properties, when structural stability theory already guarantees this for hyperbolic points. Answer (D) correctly identifies that small perturbations cannot fundamentally alter hyperbolic critical points - the stable node character persists. Study tip: Remember that hyperbolic critical points are "structurally stable" - when all eigenvalues have nonzero real parts, small perturbations preserve the qualitative behavior. Focus on whether critical points are hyperbolic when analyzing perturbation effects.