For the nonlinear system , , the equilibrium point has what type of behavior in its phase portrait?
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Phase Portraits And Trajectories 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 / 8
0 of 8 answered
For the nonlinear system dtdx=x(2−x−y), dtdy=y(1−x−2y), the equilibrium point (0,0) has what type of behavior in its phase portrait?
This quiz focuses on Phase Portraits And Trajectories, 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 nonlinear system dtdx=x(2−x−y), dtdy=y(1−x−2y), the equilibrium point (0,0) has what type of behavior in its phase portrait?
Explanation: Linearizing around (0,0): ∂x∂f=2−2x−y, ∂y∂f=−x, ∂x∂g=−y, ∂y∂g=1−x−4y. At (0,0), the Jacobian is J=(2001) with eigenvalues λ1=2,λ2=1. Both positive eigenvalues make this an unstable node. The eigenvectors are along the coordinate axes, so trajectories depart along both axes. Choice B is wrong because both eigenvalues have the same sign. Choice C is wrong because positive eigenvalues indicate instability. Choice D is wrong because real eigenvalues don't produce centers.
Consider the system dtdx=−y+x(x2+y2), dtdy=x+y(x2+y2). In polar coordinates (r,θ), what is the correct description of the trajectory behavior?
Explanation: Converting to polar coordinates: x=rcosθ, y=rsinθ. We have dtdr=rxdtdx+ydtdy=rx(−y+x(x2+y2))+y(x+y(x2+y2))=r−xy+x2(x2+y2)+xy+y2(x2+y2)=r(x2+y2)2=r3. Since r3>0 for all r>0, trajectories spiral outward. Choice A has the wrong sign. Choice C is wrong because dtdr=0. Choice D uses an incorrect formula for dtdr.
Consider the system dtdx=2x+3y, dtdy=−x+6y. A trajectory starts at (1,0) at t=0. As t→∞, the trajectory will become approximately parallel to which vector?
Explanation: When analyzing the long-term behavior of a linear system of differential equations, you need to understand how eigenvalues and eigenvectors determine trajectory directions. As t→∞, trajectories become parallel to the eigenvector corresponding to the eigenvalue with the largest real part, since that component dominates the solution. First, find the eigenvalues of the coefficient matrix A=(2−136). The characteristic equation is det(A−λI)=(2−λ)(6−λ)−3(−1)=λ2−8λ+15=0. This gives eigenvalues λ1=3 and λ2=5. Since λ2=5>λ1=3, the larger eigenvalue is 5. For λ=5, solve (A−5I)v=0: (−3−131)v=0. This yields the eigenvector (3,1). As t→∞, the e5t term grows faster than e3t, so trajectories align with the eigenvector of the larger eigenvalue. Choice A incorrectly identifies (3,−1) and references the smaller eigenvalue. Choice B gives the wrong eigenvector (1,−1) for the smaller eigenvalue. Choice C correctly identifies the larger eigenvalue but gives the wrong eigenvector (1,3). Only choice D correctly pairs the eigenvector (3,1) with the larger eigenvalue λ=5. Key strategy: For long-term behavior, always find the eigenvalue with the largest real part—its eigenvector determines the asymptotic direction of trajectories.
Consider the Hamiltonian system dtdx=∂y∂H, dtdy=−∂x∂H where H(x,y)=21x2+41y4−21y2. What characterizes the trajectories near the equilibrium point (0,0)?
Explanation: The system is: dtdx=∂y∂H=y3−y=y(y2−1), dtdy=−∂x∂H=−x. The Jacobian at (0,0) is J=(0−1−10) with eigenvalues from λ2−1=0, giving λ=±1. With real eigenvalues of opposite signs, this is a saddle point. Note that even though this is a Hamiltonian system (which typically preserves area), the equilibrium at (0,0) is still a saddle due to the specific form of H. Choice A is wrong because the eigenvalues are real, not purely imaginary. Choices C and D are wrong because the eigenvalues are ±1, both nonzero and real.
For the competitive species system dtdx=x(3−x−2y), dtdy=y(2−x−y), what happens to trajectories that start in the region where both x>0 and y>0?
Explanation: The equilibrium points are: (0,0), (3,0), (0,2), and (1,1). For the coexistence point (1,1): the Jacobian is J=(−1−1−2−1) with eigenvalues from λ2+2λ+1−2=λ2+2λ−1=0, giving λ=−1±2. Since one eigenvalue is positive and one negative, (1,1) is a saddle point. This means trajectories starting in the first quadrant will approach either (3,0) or (0,2) depending on which side of the stable manifold they start. The separatrix divides the first quadrant into regions of attraction for each boundary equilibrium.
For the linear system with coefficient matrix A=(−1−14−1), which statement correctly describes the nature of trajectories near the origin?
Explanation: The characteristic equation is det(A−λI)=(−1−λ)2+4=λ2+2λ+5=0, giving eigenvalues λ=−1±2i. Since the real part is negative (-1), trajectories spiral toward the origin (stable spiral). To determine rotation direction: the general solution has the form x(t)=e−t[c1cos(2t)u+c2sin(2t)v] where the eigenvectors and matrix structure determine clockwise rotation. Since both choices C and D involve outward spiraling, they are eliminated by the negative real part. The specific form of matrix A with positive off-diagonal element in position (1,2) and negative in position (2,1) produces clockwise rotation.
The system dtdx=y, dtdy=−sin(x) represents a nonlinear pendulum. Near the equilibrium point (−π,0), what type of phase portrait behavior occurs?
Explanation: At (−π,0): ∂x∂f=0, ∂y∂f=1, ∂x∂g=−cos(x), ∂y∂g=0. The Jacobian is J=(0−cos(−π)10)=(0110) since cos(−π)=−1. The characteristic equation is −λ2−1=0, giving λ=±1. With eigenvalues +1 and −1, this is a saddle point. Choices A, B, and D are wrong because the eigenvalues are real, not complex or purely imaginary. The equilibrium at (−π,0) corresponds to the pendulum balanced upside-down, which is indeed unstable (saddle).
Consider the linear system dtdx=3x−2y, dtdy=x+y. If a trajectory passes through the point (2,−1) at t=0, which statement best describes the long-term behavior of this trajectory?
Explanation: The coefficient matrix is A=(31−21). The characteristic equation is (3−λ)(1−λ)+2=λ2−4λ+5=0, giving eigenvalues λ=2±i. Since the real part is positive (2>0), the origin is an unstable spiral, so trajectories spiral outward. Choice A is wrong because positive real parts cause outward spiraling. Choice B is wrong because complex eigenvalues produce spirals, not straight-line approaches. Choice D is wrong because the positive real part prevents periodic behavior.