All questions
Question 1
The phase line for the autonomous equation dtdy=f(y) shows arrows pointing away from y=2 on both sides, arrows pointing toward y=5 from the left and away from y=5 on the right, and arrows pointing toward y=8 from both sides. Which function could represent f(y)?
- f(y)=(y−2)2(y−5)(y−8)2
- f(y)=(y−2)(y−5)2(y−8) (correct answer)
- f(y)=(y−2)2(y−5)2(y−8)
- f(y)=(y−2)(y−5)(y−8)2
Explanation: We need: y=2 unstable (arrows away on both sides), y=5 semi-stable (arrows toward from left, away from right), y=8 stable (arrows toward from both sides). For f(y)=(y−2)(y−5)2(y−8): Near y=2, the sign changes from negative to positive as y increases through 2 (unstable). Near y=5, the factor (y−5)2 doesn't change sign, but the overall function is negative for y<5 and positive for y>5 due to the other factors, giving semi-stable behavior. Near y=8, the sign changes from positive to negative (stable).
Question 2
A fish population, P(t), is modeled by the logistic equation with harvesting, dP/dt=0.5P(1−P/1000)−h, where h is a constant harvesting rate. The population will be driven to extinction for any initial size if the harvesting rate h exceeds a critical value hcrit. What is this critical value?
- 125 (correct answer)
- 250
- 500
- 1000
Explanation: The rate of change of the population is dP/dt=f(P)=0.5P(1−P/1000)−h. The term g(P)=0.5P(1−P/1000) represents the natural growth rate of the population. If the harvesting rate h is greater than the maximum possible growth rate, then dP/dt will always be negative, and the population will go to extinction.
We need to find the maximum value of g(P). This function is a downward-opening parabola with roots at P=0 and P=1000. The maximum value occurs at the vertex, which is halfway between the roots, at P=500.
The maximum growth rate is g(500)=0.5(500)(1−500/1000)=250(1−0.5)=250(0.5)=125.
This value is the maximum sustainable yield. If the harvesting rate h is greater than 125, then dP/dt<0 for all P>0, and the population will be driven to extinction. Therefore, the critical value is hcrit=125.
Question 3
For the differential equation dy/dt=y3−4y, which initial condition y(0)=y0 will result in a solution y(t) that approaches 0 as t→∞?
- y0=3
- y0=−2
- y0=1 (correct answer)
- y0=−3
Explanation: When analyzing the long-term behavior of autonomous differential equations like dtdy=y3−4y, you need to identify equilibrium points and determine their stability. This tells you where solutions will go as time approaches infinity.
First, find the equilibrium points by setting y3−4y=0, which gives y(y2−4)=0. The equilibrium points are y=0,y=2, and y=−2.
To determine stability, analyze the sign of dtdy in each region. Factor the right side: y3−4y=y(y−2)(y+2). Test the sign in each interval:
- For y<−2: negative × negative × negative = negative, so dtdy<0
- For −2<y<0: negative × negative × positive = positive, so dtdy>0
- For 0<y<2: positive × negative × positive = negative, so dtdy<0
- For y>2: positive × positive × positive = positive, so dtdy>0
This shows that y=0 is stable (solutions approach it), while y=±2 are unstable (solutions move away).
For the initial conditions: A) y0=3>2 means the solution increases away from 0. B) y0=−2 is an unstable equilibrium. D) y0=−3<−2 means the solution decreases toward −∞. Only C) y0=1 lies in the interval (0,2) where solutions decrease toward the stable equilibrium at y=0.
Study tip: Always find equilibrium points first, then use a sign chart to determine which are stable attractors.
Question 4
For the equation dy/dt=y3−12y+h, a bifurcation occurs when the number of equilibrium solutions changes. Which of the following is a value of the parameter h at which a bifurcation occurs?
- -12
- 0
- 4
- 16 (correct answer)
Explanation: Bifurcations in this type of system occur when two or more equilibrium points coalesce. This corresponds to a point where the graph of f(y)=y3−12y+h is tangent to the y-axis. This means we need to find values of h for which the system of equations f(y)=0 and f′(y)=0 has a solution.
First, find the critical points of f(y) by solving f′(y)=0:
f′(y)=3y2−12=0
3(y2−4)=0
y=2 or y=−2.
These are the y-values where bifurcations can occur. Now, substitute these values back into f(y)=0 to find the corresponding values of h.
Case 1: y=2.
f(2)=(2)3−12(2)+h=0
8−24+h=0
−16+h=0⟹h=16.
Case 2: y=−2.
f(−2)=(−2)3−12(−2)+h=0
−8+24+h=0
16+h=0⟹h=−16.
The bifurcations occur at h=16 and h=−16. Of the options provided, 16 is a bifurcation value.
Question 5
What is the sum of all unstable equilibrium solutions for the autonomous equation dy/dt=(ey−1)(y2−1)?
- -1
- 0 (correct answer)
- 1
- 2
Explanation: First, find the equilibrium solutions by setting dy/dt=0. This occurs when ey−1=0 or y2−1=0.
ey−1=0⟹ey=1⟹y=0.
y2−1=0⟹(y−1)(y+1)=0⟹y=1 or y=−1.
The equilibrium solutions are y=−1,0,1.
Next, determine the stability of each. Let f(y)=(ey−1)(y−1)(y+1). We analyze the sign of f(y) in the intervals between the equilibria.
- Interval y>1 (e.g., y=2): f(2)=(e2−1)(1)(3)>0. (Arrow up)
- Interval 0<y<1 (e.g., y=0.5): f(0.5)=(e0.5−1)(−0.5)(1.5)<0. (Arrow down)
- Interval −1<y<0 (e.g., y=−0.5): f(−0.5)=(e−0.5−1)(−1.5)(0.5)>0. (Arrow up)
- Interval y<−1 (e.g., y=−2): f(−2)=(e−2−1)(−3)(−1)<0. (Arrow down)
Based on the phase line:
- At y=1: solutions below move away (down), solutions above move away (up). Unstable.
- At y=0: solutions below move towards (up), solutions above move towards (down). Stable.
- At y=−1: solutions below move away (down), solutions above move away (up). Unstable.
The unstable equilibrium solutions are y=−1 and y=1. Their sum is (−1)+1=0.
Question 6
Let y=c be an equilibrium solution of the autonomous differential equation dy/dt=f(y), where f is a continuously differentiable function. Which of the following conditions is sufficient to guarantee that y=c is an unstable equilibrium?
- f′(c)≥0.
- f(y)<0 for y>c and f(y)>0 for y<c in a neighborhood of c.
- f′(c)=0 and f′′(c)>0.
- f′(c)>0. (correct answer)
Explanation: When analyzing the stability of equilibrium solutions for autonomous differential equations, you need to understand how solutions behave near the equilibrium point. For dy/dt=f(y), an equilibrium y=c occurs when f(c)=0, meaning the rate of change is zero.
The key insight is that f′(c) determines the local behavior. If f′(c)>0, then near the equilibrium, f(y)≈f′(c)(y−c). This means when y>c, we have f(y)>0, so dy/dt>0 and y increases further from c. When y<c, we have f(y)<0, so dy/dt<0 and y decreases further from c. In both cases, solutions move away from the equilibrium, making it unstable.
Looking at the wrong answers: Choice A (f′(c)≥0) is insufficient because f′(c)=0 could lead to either stable or unstable behavior depending on higher-order terms. Choice B describes the opposite scenario where solutions converge to c, making it stable, not unstable. Choice C (f′(c)=0 and f′′(c)>0) requires second-derivative analysis and isn't sufficient on its own—you'd need to examine whether f changes sign appropriately.
Remember this pattern: for autonomous equations dy/dt=f(y), a positive derivative at an equilibrium (f′(c)>0) creates a "repelling" effect that pushes solutions away, guaranteeing instability. This is the linearization test for stability.
Question 7
The autonomous differential equation dy/dt=y2−ay+4 has a single equilibrium solution for two different values of the parameter a. What is the sum of the two corresponding equilibrium solutions?
- -4
- 0 (correct answer)
- 4
- 8
Explanation: An autonomous differential equation has equilibrium solutions where dy/dt=0. For the quadratic equation y2−ay+4=0, there is a single solution for y when the discriminant is zero. The discriminant is b2−4ac=(−a)2−4(1)(4)=a2−16. Setting the discriminant to zero gives a2−16=0, which yields a=4 and a=−4.
Case 1: a=4. The equation becomes dy/dt=y2−4y+4=(y−2)2. The single equilibrium solution is y=2.
Case 2: a=−4. The equation becomes dy/dt=y2+4y+4=(y+2)2. The single equilibrium solution is y=−2.
The two equilibrium solutions corresponding to the two values of a are 2 and −2. Their sum is 2+(−2)=0.
Question 8
Consider the autonomous equation dy/dt=(y2−4)sin(2πy). Which of the following correctly describes the stability of its equilibrium solutions on the interval −3≤y≤3?
- One stable and two semi-stable equilibria. (correct answer)
- One stable and two unstable equilibria.
- Three stable equilibria.
- One stable, one unstable, and one semi-stable equilibrium.
Explanation: Equilibrium solutions occur when dy/dt=0. This requires y2−4=0 or sin(2πy)=0. The first gives y=±2. The second gives 2πy=nπ for integer n, so y=2n. In the interval [−3,3], this gives y=−2,0,2. The distinct equilibria are y=−2,0,2.
Let f(y)=(y2−4)sin(2πy). We use the first derivative test for stability where possible: f′(y)=2ysin(2πy)+(y2−4)2πcos(2πy).
At y=0: f′(0)=0+(−4)(2π)cos(0)=−2π<0. So y=0 is stable.
At y=2: f′(2)=4sin(π)+(0)...=0. The test is inconclusive.
At y=−2: f′(−2)=−4sin(−π)+(0)...=0. The test is inconclusive.
For y=2 and y=−2, we must analyze the sign of f(y) nearby.
Near y=2: For y slightly greater than 2, y2−4>0 and sin(2πy)<0, so f(y)<0. For y slightly less than 2, y2−4<0 and sin(2πy)>0, so f(y)<0. Since f(y) is negative on both sides, y=2 is semi-stable.
Near y=−2: For y slightly greater than -2, y2−4<0 and sin(2πy)<0, so f(y)>0. For y slightly less than -2, y2−4>0 and sin(2πy)>0, so f(y)>0. Since f(y) is positive on both sides, y=−2 is semi-stable.
Thus, there is one stable equilibrium (y=0) and two semi-stable equilibria (y=±2).
Question 9
An autonomous differential equation dy/dt=f(y) has exactly three equilibrium points: y=0, y=2, and y=5. It is known that y=0 is unstable and y=5 is asymptotically stable. Assuming f(y) is continuous, which of the following MUST be true about the equilibrium at y=2?
- y=2 must be semi-stable.
- y=2 must be unstable. (correct answer)
- y=2 must be asymptotically stable.
- The stability of y=2 cannot be determined from the information given.
Explanation: We can construct a phase line to analyze the stability. The equilibria are at y=0,2,5. Since y=0 is unstable, solutions near it move away from 0. Since there are no equilibria between 0 and 2, and solutions starting just above 0 must go somewhere, they must move toward the next equilibrium at y=2. This means f(y)>0 for y∈(0,2). Similarly, since y=5 is stable, solutions near it move toward 5. Since there are no equilibria between 2 and 5, solutions starting just above 2 must move toward 5. This means f(y)>0 for y∈(2,5). Now consider y=2: solutions just below 2 move toward 2 (from the left), while solutions just above 2 move away from 2 (toward 5). Therefore, y=2 must be unstable.
Question 10
Consider the differential equation dy/dt=(y−α)3, where α is a constant. Which statement about the equilibrium solution y=α is correct?
- y=α is semi-stable.
- y=α is stable.
- y=α is unstable. (correct answer)
- The stability depends on the sign of α.
Explanation: When you encounter a differential equation like dtdy=(y−α)3, you need to analyze the stability of equilibrium points by examining how solutions behave near those points.
First, find the equilibrium by setting dtdy=0, which gives us (y−α)3=0, so y=α is indeed an equilibrium solution.
To determine stability, examine what happens when y is slightly perturbed from α. If y>α, then (y−α)>0, making (y−α)3>0, so dtdy>0. This means y increases further away from α. If y<α, then (y−α)<0, making (y−α)3<0, so dtdy<0. This means y decreases further away from α. In both cases, small perturbations grow larger over time, confirming that y=α is unstable.
Option A is incorrect because semi-stability occurs when solutions approach the equilibrium from one side but diverge from the other—that's not the case here. Option B is wrong since stable equilibria attract nearby solutions, but we've shown solutions move away from y=α. Option D is incorrect because the sign of α doesn't affect the local behavior near the equilibrium—only the relative position of y to α matters.
Study tip: For polynomial right-hand sides, always check the sign of the derivative on both sides of an equilibrium point. If it has the same sign as the perturbation direction, the equilibrium is unstable.
Question 11
Consider the autonomous differential equation dtdy=y2(y−1)(y−3)2. Which statement correctly describes the stability of the equilibrium solutions?
- y=0 is unstable, y=1 is stable, and y=3 is semi-stable (correct answer)
- y=0 is semi-stable, y=1 is unstable, and y=3 is stable
- y=0 is unstable, y=1 is stable, and y=3 is unstable
- y=0 is stable, y=1 is unstable, and y=3 is semi-stable
Explanation: To determine stability, analyze the sign of f(y)=y2(y−1)(y−3)2 around each equilibrium. For y=0: f(y)>0 for y slightly positive and f(y)=0 for y slightly negative, so solutions move away from 0 (unstable). For y=1: f(y)<0 for y<1 and f(y)>0 for y>1, so solutions approach 1 from both sides (stable). For y=3: the factor (y−3)2 creates a double root, making f(y)>0 on both sides of y=3, so solutions approach from below but move away from above (semi-stable).
Question 12
An autonomous differential equation has the form dtdy=ay3+by2+cy+d where a,b,c,d are real constants. If this equation has exactly three distinct equilibrium solutions and the middle equilibrium (when ordered from smallest to largest) is stable, what must be true about the leading coefficient a?
- a>0, and the cubic polynomial has three distinct real roots with negative derivative at the middle root (correct answer)
- a<0, and the cubic polynomial has three distinct real roots with positive derivative at the middle root
- a>0, and the cubic polynomial has three distinct real roots with positive derivative at the middle root
- a<0, and the cubic polynomial has three distinct real roots with negative derivative at the middle root
Explanation: For stability analysis, we examine f′(y) at equilibria where f(y)=ay3+by2+cy+d. A equilibrium y0 is stable if f′(y0)<0. Since we have three distinct roots with the middle one stable, we need f′(ymiddle)<0. Also, f′(y)=3ay2+2by+c. For a cubic with three real roots and a>0, the function decreases then increases then decreases as we move from left to right through the roots, making the middle root stable (f′(ymiddle)<0) and the outer roots unstable. If a<0, the behavior would be reversed.
Question 13
For the logistic equation with harvesting dtdN=rN(1−KN)−H, where r>0, K>0, and H>0 are constants, the equilibrium condition becomes rN(1−KN)=H. If H>4rK, what can be concluded about the equilibrium solutions?
- There are exactly two equilibrium solutions, both of which are stable
- There are exactly two equilibrium solutions, both of which are unstable
- There are no real equilibrium solutions, indicating population extinction is inevitable (correct answer)
- There is exactly one equilibrium solution, which is semi-stable at N=2K
Explanation: The equilibrium condition rN(1−KN)=H can be rewritten as rN−KrN2=H, or KrN2−rN+H=0. This is a quadratic in N with discriminant Δ=r2−4⋅Kr⋅H=r2−K4rH=r2(1−rK4H). When H>4rK, we have rK4H>1, so Δ<0. This means no real solutions exist for the equilibrium condition, indicating that harvesting exceeds the maximum sustainable yield and the population will inevitably go extinct.