Consider the linear system where . The qualitative behavior of the phase portrait near the origin depends on the parameter . For which range of values will trajectories spiral into the origin?
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Qualitative Behavior Analysis 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 / 20
0 of 20 answered
Consider the linear system dtdx=Ax where A=(−11a−1). The qualitative behavior of the phase portrait near the origin depends on the parameter a. For which range of a values will trajectories spiral into the origin?
This quiz focuses on Qualitative Behavior Analysis, 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 linear system dtdx=Ax where A=(−11a−1). The qualitative behavior of the phase portrait near the origin depends on the parameter a. For which range of a values will trajectories spiral into the origin?
Explanation: The stability and type of the equilibrium at the origin are determined by the eigenvalues of the matrix A. The characteristic equation is det(A−λI)=0, which is (−1−λ)(−1−λ)−a=0, or λ2+2λ+(1−a)=0. The eigenvalues are given by the quadratic formula: λ=2−2±4−4(1−a)=−1±1−(1−a)=−1±a. Trajectories spiral when the eigenvalues are complex conjugates. This occurs when the term under the square root is negative, i.e., a<0. In this case, the eigenvalues are λ=−1±i∣a∣. Since the real part is −1<0, the trajectories are stable spirals; they spiral into the origin.
Consider the initial value problem dtdy=y2/3, with y(1)=0. Which of the following statements about the solution(s) to this IVP is correct?
Explanation: The function f(y)=y2/3 is continuous for all y, so the existence theorem guarantees at least one solution exists. However, its partial derivative with respect to y, ∂y∂f=32y−1/3, is not continuous (in fact, it's unbounded) at y=0. Therefore, the uniqueness theorem does not apply to the initial condition y(1)=0. One obvious solution is the equilibrium solution y1(t)=0 for all t. We can find other solutions by separation of variables: ∫y−2/3dy=∫dt⟹3y1/3=t+C⟹y(t)=(3t+C)3. Applying the initial condition y(1)=0 gives 0=(31+C)3, so C=−1. This yields the solution y2(t)=(3t−1)3. We can construct infinitely many solutions by 'splicing' the zero solution with shifted versions of the non-trivial solution. For any constant c≥1, the function yc(t)={0(3t−c)3t≤ct>c is continuous, differentiable, satisfies the DE for all t, and satisfies y(1)=0. Since there are infinitely many choices for c, there are infinitely many solutions.
Without solving the differential equation dtdy+y=e−t, determine the behavior of all its solutions as t→∞.
Explanation: The equation is y′=e−t−y. This is a non-autonomous linear equation. We can analyze its long-term behavior by considering the forcing term e−t and the homogeneous part y′=−y. As t→∞, the forcing term e−t decays to 0. The equation becomes asymptotically similar to y′=−y. The solutions to y′=−y are of the form yh(t)=Ce−t, which all decay to 0 as t→∞. Because both the forcing term and the homogeneous solutions decay to zero, we can infer that all solutions to the full equation must also approach 0. Alternatively, consider the curve g(t)=e−t. If y(t)>g(t), then y′=g(t)−y(t)<0, so the solution decreases. If y(t)<g(t), then y′>0, so the solution increases. Solutions are thus 'funneled' towards the curve g(t)=e−t. Since limt→∞e−t=0, all solutions must asymptotically approach 0.
Consider the system x′=y+x(1−x2−y2) and y′=−x+y(1−x2−y2). To analyze the behavior near the origin, the system is converted to polar coordinates (r,θ), where r2=x2+y2. What is the resulting differential equation for r, and what does it imply about trajectories near the origin?
Explanation: When analyzing nonlinear systems with radial symmetry, converting to polar coordinates often reveals the radial behavior more clearly. This system has the form that suggests examining how the distance from the origin changes over time. To find dtdr, use the chain rule: dtdr=dtdx2+y2=x2+y2xx′+yy′=rxx′+yy′ Substituting the given equations: dtdr=rx[y+x(1−x2−y2)]+y[−x+y(1−x2−y2)] Expanding: =rxy+x2(1−r2)−yx+y2(1−r2)=r(x2+y2)(1−r2)=rr2(1−r2)=r(1−r2) This differential equation tells us that when r<1, we have dtdr=r(1−r2)>0, so trajectories move away from the origin. When r>1, dtdr<0, so trajectories move inward. At r=1, dtdr=0, indicating a limit cycle. Choice A incorrectly interprets the stability—trajectories don't spiral toward the origin. Choice C has the wrong differential equation (r(1−r4) instead of r(1−r2)). Choice D also has an incorrect equation and wrongly suggests straight-line motion rather than spiraling. The answer is B: trajectories spiral away from the unstable origin toward the stable limit cycle at r=1. Remember: when converting to polar coordinates, always check both the radial equation and the angular behavior to fully understand the system's dynamics.
Consider the system x′=−x−2y2, y′=xy−y3, which has an equilibrium at the origin (0,0). Let V(x,y)=x2+2y2 be a candidate Lyapunov function. What can be concluded about the stability of the origin?
Explanation: To use the Lyapunov function V(x,y)=x2+2y2, we first check if it is positive definite. For any (x,y)=(0,0), x2≥0 and y2≥0, so V(x,y)>0. At (0,0), V(0,0)=0. Thus, V is positive definite. Next, we compute the time derivative of V along the system's trajectories: V˙=∂x∂Vx′+∂y∂Vy′=(2x)(−x−2y2)+(4y)(xy−y3)=−2x2−4xy2+4xy2−4y4=−2x2−4y4. We must check if V˙ is negative definite. For any (x,y)=(0,0), either x=0 or y=0, so −2x2−4y4<0. At (0,0), V˙=0. Thus, V˙ is negative definite. By Lyapunov's stability theorem, since there exists a positive definite function V whose derivative V˙ is negative definite in a neighborhood of the origin, the origin is an asymptotically stable equilibrium point.
Consider the differential equation dtdy=y3−4y2+ry, where r is a real parameter. A bifurcation occurs at r=4. Which statement accurately describes the number and stability of equilibrium points when r is slightly less than 4 (e.g., r=3.9)?
Explanation: Equilibrium points are found by solving y′=y(y2−4y+r)=0. One equilibrium is always y1=0. The others are roots of y2−4y+r=0, which are y=24±16−4r=2±4−r. When r<4, the term under the square root is positive, so there are two distinct real roots, y2=2−4−r and y3=2+4−r. Thus, for r<4, there are three equilibria. To determine stability, let f(y)=y3−4y2+ry. Then f′(y)=3y2−8y+r. For r≈3.9>0, f′(0)=r>0, so y1=0 is unstable. For the other two equilibria, we know they are the roots of g(y)=3y2−8y+r. The roots of f′(y)=0 are y=68±64−12r. Since r<4, these are real. Let y2 and y3 be the equilibria. f′(y2)=(y2−y3)(y2−y1) where y1,y2,y3 are the roots of f(y). A simpler approach is to sketch f(y) for r=3.9. It's a cubic with roots at 0, 2−ϵ, and 2+ϵ. As y→∞, f(y)→∞. The signs of f(y) are: (−) for y<0, (+) for 0<y<2−ϵ, (−) for 2−ϵ<y<2+ϵ, and (+) for y>2+ϵ. This implies y=0 is unstable (slope changes from - to +), y=2−ϵ is stable (+ to -), and y=2+ϵ is unstable (- to +). Therefore, there is one stable and two unstable equilibria.
Consider the autonomous differential equation dtdy=(y2−1)(y−3)2. If a solution y(t) satisfies the initial condition y(0)=1.1, what is the long-term behavior of y(t)?
Explanation: The equilibrium points of the differential equation are the roots of f(y)=(y2−1)(y−3)2=0, which are y=−1,1,3. To determine the behavior of the solution, we analyze the sign of dtdy in the intervals between these equilibria. The initial condition is y(0)=1.1, which is in the interval (1,3). Let's pick a test point in this interval, such as y=2. At y=2, dtdy=(22−1)(2−3)2=(3)(−1)2=3>0. Since dtdy>0 for y∈(1,3), the solution y(t) is strictly increasing on this interval. Therefore, starting from y(0)=1.1, the solution will increase and approach the next equilibrium point, which is y=3. So, limt→∞y(t)=3.
Consider the one-parameter family of differential equations dtdy=y2−6y+α. A bifurcation occurs when a change in the parameter α alters the number or stability of the equilibrium solutions. What is the bifurcation value for α?
Explanation: When analyzing bifurcations in differential equations, you're looking for parameter values where the qualitative behavior of the system changes dramatically—typically when equilibrium points appear, disappear, or change stability. To find equilibrium solutions, set dtdy=0, giving us y2−6y+α=0. Using the quadratic formula: y=26±36−4α=3±9−α The key insight is that equilibrium points exist only when the discriminant 9−α≥0, or α≤9. When α<9, we have two distinct equilibria. When α=9, the discriminant equals zero, giving us exactly one equilibrium point (a repeated root) at y=3. When α>9, no real equilibria exist. This dramatic change from two equilibria to zero equilibria as α passes through 9 represents a saddle-node bifurcation, making α=9 our bifurcation value. Choice A (α=3) gives equilibria at y=3±6—two distinct points with no special behavior. Choice B (α=6) yields equilibria at y=3±3—again, just two regular equilibria. Choice C (α=0) produces equilibria at y=0 and y=6—two equilibria, nothing unusual. Remember: bifurcations often occur when discriminants equal zero or when equilibria collide and disappear. Always check what happens to the number and nature of equilibria as your parameter varies.
Consider the differential equation dtdy=t2+4y2−4. What can be said about a solution curve y(t) as it crosses the ellipse t2+4y2=4 from the region inside the ellipse to the region outside?
Explanation: The sign of dtdy determines whether a solution is increasing or decreasing. A local extremum occurs where dtdy=0. From the equation, dtdy=0 when t2+4y2−4=0, which is exactly the equation of the ellipse.
In which region of the ty-plane are all non-trivial solution curves to the differential equation dtdy=t−2y concave down?
Explanation: Concavity is determined by the sign of the second derivative, dt2d2y. Let f(t,y)=t−2y. We calculate the second derivative using the multivariable chain rule: dt2d2y=∂t∂f+∂y∂fdtdy. The partial derivatives are ∂t∂f=1 and ∂y∂f=−2. Substituting these and the expression for dtdy gives: dt2d2y=1+(−2)(t−2y)=1−2t+4y. The solution curves are concave down where dt2d2y<0. 1−2t+4y<0⟹4y<2t−1⟹y<21t−41.
A fish population is modeled by the logistic equation with harvesting: dtdP=0.5P(1−P/100)−H, where P is the population in thousands and H is the constant harvesting rate in thousands per year. What is the smallest integer harvesting rate H that guarantees the population will eventually go extinct, regardless of the initial population size?
Explanation: When you encounter a logistic equation with harvesting, you're analyzing the balance between natural population growth and external removal. The key insight is finding the critical harvesting rate where equilibrium points disappear, guaranteeing extinction regardless of initial conditions. Start by finding equilibrium points where dtdP=0. Setting the equation equal to zero: 0.5P(1−P/100)−H=0, which rearranges to 0.5P−0.005P2=H. The right side represents the natural growth rate at population P, while H is the constant harvesting rate. For extinction to be guaranteed, the harvesting rate must exceed the maximum possible growth rate. To find this maximum, take the derivative: dPd(0.5P−0.005P2)=0.5−0.01P=0. This gives P=50 thousand as the population where growth is maximized. The maximum growth rate is 0.5(50)−0.005(50)2=25−12.5=12.5 thousand per year. Therefore, any harvesting rate above 12.5 guarantees extinction. The smallest integer value satisfying this is 13. Choice A (H=13) is correct because it's the smallest integer above the critical threshold. Choice B (H=12) fails because it's below 12.5, allowing two equilibrium points to exist. Choice C (H=25) equals the maximum growth rate at zero harvesting, but that's not the relevant threshold here. Choice D (H=50) would certainly cause extinction but isn't the smallest such integer. Remember: for harvesting problems, find where the harvest rate equals the maximum natural growth rate to identify the extinction threshold.
For the autonomous differential equation dtdy=y(2−y), for which values of y are the solution curves y(t) concave up?
Explanation: The concavity of a solution curve y(t) is determined by the sign of its second derivative, dt2d2y. For an autonomous equation dtdy=f(y), we use the chain rule: dt2d2y=dtd(f(y))=f′(y)dtdy=f′(y)f(y). Here, f(y)=y(2−y)=2y−y2. The first derivative is f′(y)=2−2y. Thus, dt2d2y=(2−2y)(2y−y2)=2(1−y)y(2−y). The solution is concave up where dt2d2y>0. The roots of this expression are y=0,1,2. We test the intervals:
Let y(t) be the solution to the initial value problem dtdy=t+cos(y) with y(0)=π/2. Without solving the equation, which of the following provides a valid lower bound for y(t) for all t>0?
Explanation: When you encounter a differential equation problem asking for bounds without solving, you're being tested on comparison techniques and understanding how differential inequalities work. The key insight is that if you have two functions with the same initial condition, and one has a consistently smaller derivative than the other, then that function will remain below the other for all future time. Here, we have dtdy=t+cos(y) with y(0)=π/2. Since cos(y)≥−1 for all y, we know that dtdy=t+cos(y)≥t−1. Now consider the auxiliary function w(t)=21t2−t+π/2 with w(0)=π/2. Its derivative is dtdw=t−1. Since dtdy≥dtdw and both functions start at the same point, we have y(t)≥w(t) for all t>0. Choice A is correct because it represents this valid lower bound. Choice B fails because it uses cos(y)≥0, which isn't always true. Choice C gives an upper bound (note the ≤ symbol), not a lower bound. Choice D represents y(t)≥t−1, which would only be valid if y were linear, but our function curves upward faster due to the cos(y) term. Strategy tip: For differential inequality problems, always look for the extreme values of variable terms (like cos(y) ranging from -1 to 1) to construct comparison equations you can integrate directly.
At which of the following y-values could a non-constant solution to the differential equation dtdy=y3−9y have an inflection point?
Explanation: An inflection point on a solution curve y(t) occurs where dt2d2y=0 and the concavity changes. For a non-constant solution, we must have dtdy=0. For an autonomous equation dtdy=f(y), we have dt2d2y=f′(y)f(y). For an inflection point, we need f′(y)f(y)=0 and f(y)=0. This implies that we must have f′(y)=0 and f(y)=0. Here, f(y)=y3−9y. The equilibrium points where f(y)=0 are y(y2−9)=0, so y=0,3,−3. At these points, dtdy=0, so they cannot be inflection points for a non-constant solution. Next, we find f′(y)=3y2−9. Setting f′(y)=0 gives 3y2−9=0, so y2=3, which means y=±3. At y=3, f(3)=(3)3−93=33−93=−63=0. Since f′(3)=0 and f(3)=0, an inflection point can occur at y=3.
Consider the differential equation dxdy=x2+1y2−4. Analyze the phase portrait behavior. Which statement correctly describes the solution curves in the region where y>2?
Explanation: For y>2, we have y2−4>0 and x2+1>0, so dxdy>0. This means y is always increasing when y>2. Since there's no mechanism to bound the growth (the right side grows as y2 while the denominator remains bounded), solutions will increase without bound. The equation can be separated: y2−4dy=x2+1dx, and the left side integral diverges as y→∞, confirming blow-up in finite x.
Consider the equation dt2d2y+μ(y2−1)dtdy+y=0 where μ>0. Using phase plane analysis with x=y and v=dtdy, determine the nature of the equilibrium at the origin.
Explanation: When analyzing the stability of nonlinear differential equations, you need to examine both the linearized behavior near equilibria and the global dynamics. This Van der Pol-type oscillator requires phase plane analysis to understand how the nonlinear damping term μ(y2−1)dtdy affects system behavior. Converting to the phase plane system: dtdx=v and dtdv=−μ(x2−1)v−x. At the origin (0,0), linearizing gives dtd(xv)=(0\-11μ)(xv). The characteristic equation λ2−μλ+1=0 has roots λ=2μ±μ2−4. For μ>0, these have positive real parts, making the origin an unstable focus. The key insight is the nonlinear damping: when ∣y∣<1, we have y2−1<0, so the damping term opposes motion (energy increases). When ∣y∣>1, the damping becomes positive (energy decreases). This creates a stable limit cycle where trajectories spiral outward from the unstable origin and inward from large amplitudes. Option A ignores the destabilizing linear term μv. Option B incorrectly suggests the stability changes with μ - the origin remains unstable for any μ>0. Option C misses that the damping term breaks the conservative structure needed for a center. Study tip: For Van der Pol oscillators, always check the sign of the damping coefficient in the linearization - positive damping at the origin typically indicates an unstable equilibrium with possible limit cycles.
Consider the equation dtdy=ry(1−Ky)−hy where r,K,h>0 represent growth rate, carrying capacity, and harvesting rate respectively. For what relationship between the parameters does the system exhibit a transcritical bifurcation?
Explanation: The equation becomes dtdy=y(r−Kry−h)=y(r−h−Kry). Equilibria: y=0 and y=K(1−rh). The second equilibrium exists and is positive when h<r. At h=r, the second equilibrium becomes y=0, coinciding with the trivial equilibrium. For h<r: y=0 is unstable, y=K(1−rh) is stable. For h>r: only y=0 exists and is stable. At h=r, the equilibria collide and exchange stability - this is the definition of a transcritical bifurcation.
For the system dtdx=μx−y−x(x2+y2), dtdy=x+μy−y(x2+y2) where μ is a parameter, analyze the bifurcation that occurs as μ varies. What type of bifurcation occurs at μ=0?
Explanation: When analyzing nonlinear systems with parameters, you need to identify how equilibria and their stability change as the parameter varies. This system has cubic nonlinearities that suggest potential limit cycle behavior. First, find the equilibria by setting both derivatives to zero. The origin (0,0) is always an equilibrium. To analyze stability, linearize around the origin by examining the Jacobian matrix of the linear terms: J=(μ1−1μ). The eigenvalues are λ=μ±i, giving complex eigenvalues with real part μ. For μ<0, the real part is negative, making the origin a stable spiral. For μ>0, the real part becomes positive, making it an unstable spiral. At μ=0, we have purely imaginary eigenvalues, which is the hallmark condition for a Hopf bifurcation. The cubic terms −x(x2+y2) and −y(x2+y2) act as nonlinear damping that becomes significant away from the origin. When μ>0 makes the origin unstable, trajectories spiral outward until this nonlinear damping balances the linear instability, creating a stable limit cycle. Option A is wrong because transcritical bifurcations involve equilibrium branches crossing, not limit cycles. Option B is incorrect since pitchfork bifurcations create additional equilibrium points, not periodic orbits. Option D describes saddle-node behavior with equilibrium collision, which doesn't occur here. Study tip: Hopf bifurcations occur when complex eigenvalues cross the imaginary axis (real part changes sign) combined with appropriate nonlinear terms that can sustain periodic motion.
For the system dtdx=−y+x(x2+y2−1), dtdy=x+y(x2+y2−1), analyze the behavior near the origin and the unit circle. Which statement best describes the global phase portrait?
Explanation: Converting to polar coordinates: r′=r(r2−1) and θ′=1. For r′=r(r2−1): when 0<r<1, r′<0 (trajectories move inward); when r>1, r′>0 (trajectories move outward); when r=1, r′=0 (unit circle is invariant). The origin (r=0) is unstable since nearby trajectories move away. The unit circle (r=1) is stable since trajectories approach it from both inside and outside. θ′=1>0 means clockwise rotation, confirming spiral behavior.
For the differential equation dxdy=yln∣y∣ with y=0, analyze the long-term behavior of solutions. What happens to solutions with initial conditions y(0)=y0 where 0<y0<1?
Explanation: For 0<y<1, we have ln∣y∣=ln(y)<0 since y<1. Therefore dxdy=yln(y)<0, so y decreases. Separating variables: yln(y)dy=dx. Let u=ln(y), so du=ydy and udu=dx. Integrating: ln∣u∣=x+C, so ln∣ln(y)∣=x+C. This gives ∣ln(y)∣=Aex. Since ln(y)<0 for our case, ln(y)=−Aex where A>0. Thus y=e−Aex. As x→∞, y→0 but never reaches it in finite time.