🎓 BookMCQ
← Back to 9. Mathematical Modelling with Differential Equations

📝 First order separable differential equations (41 MCQs)

📖 From Calculus • 9. Mathematical Modelling with Differential Equations • 41 questions available

What is First order separable differential equations?

Definition:
First-order separable equations have form dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y), allowing isolation of variables for direct integration, yielding implicit or explicit solutions depending on complexity.

Example:
Solve dydx=xy\frac{dy}{dx} = \frac{x}{y}. Separate: ydy=xdxydy = xdx. Integrate: y22=x22+C\frac{y^2}{2} = \frac{x^2}{2} + C, so y2=x2+Cy^2 = x^2 + C'.

Reason:
Recognizing separability enables efficient solution of common differential equations encountered in physics and biology problems.

11
Easy
9
Medium
21
Hard

📝 All First order separable differential equations MCQs

Q1. A population model is given by dPdt=kP(1PL)\frac{dP}{dt} = kP(1 - \frac{P}{L}). If a student separates variables as 1P(1P/L)dP=kdt\int \frac{1}{P(1-P/L)} dP = \int k dt but integrates the left side as lnP(1P/L)\ln|P(1-P/L)|, what is the fundamental error in this approach?

A.The student failed to apply partial fraction decomposition before integrating.
B.The student incorrectly assumed the integral of a product is the product of integrals. ✅
C.The student forgot to include the constant of integration on the right side.
D.The student used natural log instead of inverse tangent for the integration.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The core misconception here is treating the integral of a composite function or product as if it were separable into simple logarithmic terms without proper algebraic manipulation. The expression 1P(1P/L)\frac{1}{P(1-P/L)} requires partial fraction decomposition into AP+B1P/L\frac{A}{P} + \frac{B}{1-P/L} before integration can occur. Simply taking the natural log of the entire denominator ignores the chain rule and the structure of rational functions, leading to a completely invalid solution that does not satisfy the original differential equation.

Q2. Consider the differential equation dydx=x2y\frac{dy}{dx} = \frac{x^2}{y} with initial condition y(0)=0y(0) = 0. Why does the standard separation of variables technique fail to produce a valid solution for this specific initial value problem?

A.Separating variables requires dividing by yy, which is undefined at the initial condition, potentially losing the singular solution y=0y=0. ✅
B.The integral of x2x^2 produces a cubic term that cannot be inverted to solve for yy explicitly.
C.The initial condition y(0)=0y(0)=0 implies the derivative is infinite, making Euler's method the only viable approach.
D.The equation is actually linear, not separable, so an integrating factor should have been used instead.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: When separating variables in dydx=x2y\frac{dy}{dx} = \frac{x^2}{y}, we must divide by yy to get ydy=x2dxy dy = x^2 dx. This algebraic step assumes y0y \neq 0. However, the initial condition specifies y=0y=0, which is actually an equilibrium solution where dydx\frac{dy}{dx} is undefined in the separated form but satisfies the original ODE in a limiting sense or as a singular solution. Standard separation yields y2/2=x3/3+Cy^2/2 = x^3/3 + C, implying y(0)0y(0) \neq 0 unless complex numbers are considered, thus missing the valid trivial solution dictated by the initial state.

Q3. A radioactive substance decays according to dAdt=kA\frac{dA}{dt} = -kA. If experimental data shows that 40% of the substance remains after 10 years, which expression correctly represents the half-life T1/2T_{1/2} derived directly from this single data point without first solving for kk?

A.T1/2=10ln(0.5)ln(0.4)T_{1/2} = \frac{10 \ln(0.5)}{\ln(0.4)}
B.T1/2=10ln(0.4)ln(0.5)T_{1/2} = \frac{10 \ln(0.4)}{\ln(0.5)}
C.T1/2=10ln(2)ln(0.4)T_{1/2} = 10 \cdot \frac{\ln(2)}{\ln(0.4)}
D.T1/2=ln(0.5)10ln(0.4)T_{1/2} = \frac{\ln(0.5)}{10 \ln(0.4)}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Starting from the general decay solution A(t)=A0ektA(t) = A_0 e^{-kt}, we know A(10)/A0=0.4=e10kA(10)/A_0 = 0.4 = e^{-10k}. Taking logs gives ln(0.4)=10k\ln(0.4) = -10k, so k=ln(0.4)/10k = -\ln(0.4)/10. The half-life formula is T1/2=ln(2)/kT_{1/2} = \ln(2)/k. Substituting kk yields T1/2=ln(2)/(ln(0.4)/10)=10ln(2)/(ln(0.4))T_{1/2} = \ln(2) / (-\ln(0.4)/10) = 10 \ln(2) / (-\ln(0.4)). Since ln(0.5)=ln(2)\ln(0.5) = -\ln(2), this simplifies to 10ln(0.5)/ln(0.4)10 \ln(0.5) / \ln(0.4). This tests the ability to manipulate exponential relationships algebraically without relying on rote memorization of intermediate constants.

Q4. Given the slope field for dydx=f(y)\frac{dy}{dx} = f(y) where f(y)>0f(y) > 0 for y<2y < 2 and f(y)<0f(y) < 0 for y>2y > 2, what can be definitively concluded about the long-term behavior of any solution starting at y(0)=1y(0) = 1?

A.The solution will asymptotically approach y=2y = 2 as xx \to \infty. ✅
B.The solution will increase without bound since the initial slope is positive.
C.The solution will oscillate around y=2y = 2 due to the changing sign of the derivative.
D.The solution will reach y=2y = 2 in finite time and then stop changing.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Since the differential equation depends only on yy, it is autonomous. The condition f(y)>0f(y) > 0 for y<2y < 2 means solutions below 2 are strictly increasing. The condition f(y)<0f(y) < 0 for y>2y > 2 means solutions above 2 are strictly decreasing. Therefore, y=2y = 2 is a stable equilibrium. A solution starting at y=1y=1 will increase towards 2 but, assuming f(y)f(y) is continuous and differentiable at 2, will approach it asymptotically rather than reaching it in finite time (uniqueness theorem prevents crossing equilibrium). This interprets qualitative behavior directly from slope field properties.

Q5. In solving dydx=y2cos(x)\frac{dy}{dx} = y^2 \cos(x) with y(0)=1y(0) = 1, a student obtains y=1Csin(x)y = \frac{1}{C - \sin(x)} and finds C=1C = 1. They conclude the domain of validity is all real numbers. What critical analysis step was omitted?

A.Identifying vertical asymptotes where the denominator equals zero to restrict the domain to the interval containing the initial condition. ✅
B.Checking whether cos(x)\cos(x) changes sign, which would invalidate the separation of variables method.
C.Verifying that y2y^2 is always positive, ensuring the solution never crosses the x-axis.
D.Confirming that the constant CC must be negative to maintain physical realism in growth models.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: While the algebraic form y=1/(1sin(x))y = 1/(1-\sin(x)) is correct, the solution to an IVP must be continuous on an interval containing the initial point x=0x=0. The denominator 1sin(x)1-\sin(x) becomes zero at x=π/2+2nπx = \pi/2 + 2n\pi. The nearest singularity to x=0x=0 is π/2\pi/2. Thus, the maximal interval of existence is (π/2,π/2)(-\pi/2, \pi/2), not all real numbers. Students often treat the symbolic formula as globally valid without considering the topological constraints imposed by singularities in separable equations.

Q6. Two tanks are modeled by separable ODEs. Tank A follows dSdt=k(LS)\frac{dS}{dt} = k(L-S) and Tank B follows dSdt=kS(LS)\frac{dS}{dt} = kS(L-S). Both start with S(0)=L/2S(0) = L/2. How do their rates of change compare at the initial moment?

A.Tank B's initial rate is proportional to L2/4L^2/4 while Tank A's is proportional to L/2L/2, making B faster if L>2L > 2. ✅
B.Both tanks have identical initial rates because they share the same carrying capacity and initial value.
C.Tank A always approaches equilibrium faster regardless of LL because it is linear.
D.Tank B's rate is independent of LL at the midpoint, while Tank A's rate scales linearly with LL.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: For Tank A (linear approach), dS/dtt=0=k(LL/2)=kL/2dS/dt|_{t=0} = k(L - L/2) = kL/2. For Tank B (logistic growth), dS/dtt=0=k(L/2)(LL/2)=kL2/4dS/dt|_{t=0} = k(L/2)(L - L/2) = kL^2/4. Comparing these, Tank B's rate includes an extra factor of L/2L/2. This highlights the structural difference: linear models depend only on the deficit from equilibrium, while logistic models depend on both current amount and remaining capacity. At half-capacity, the logistic rate is maximized relative to its own scale, but absolute comparison depends on the magnitude of LL.

Q7. When solving dydx=y\frac{dy}{dx} = \sqrt{y} with y(0)=0y(0)=0, both y(x)=0y(x)=0 and y(x)=x2/4y(x)=x^2/4 (for x0x \geq 0) are valid solutions. Which theoretical condition explains this non-uniqueness?

A.The function f(y)=yf(y)=\sqrt{y} fails to satisfy the Lipschitz condition at y=0y=0 because its derivative is unbounded there. ✅
B.The separation of variables method inherently introduces extraneous solutions when squaring both sides.
C.The initial condition lies on a boundary where the domain of definition for y\sqrt{y} begins.
D.Numerical methods like Euler's method cannot distinguish between equilibrium and growing solutions at singular points.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Picard-Lindelöf theorem guarantees uniqueness only if f(y)f(y) is Lipschitz continuous near the initial value. Here, f&#039;(y) = 1/(2\sqrt{y}), which approaches infinity as y0y \to 0. This violation allows multiple integral curves to pass through the origin. This is a classic counterexample showing that continuity of ff alone ensures existence but not uniqueness. Understanding this requires connecting calculus concepts (derivatives, bounds) with differential equation theory beyond mere computational techniques.

Q8. A cooling object follows Newton's Law: dTdt=k(TTe)\frac{dT}{dt} = -k(T - T_e). If the temperature difference halves every 15 minutes, what is the exact value of kk in units of min⁻¹?

A.k=ln215k = \frac{\ln 2}{15}
B.k=15ln2k = \frac{15}{\ln 2}
C.k=ln0.515k = \frac{\ln 0.5}{15}
D.k=15ln2k = 15 \ln 2
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Newton's Law of Cooling is a separable equation yielding exponential decay of the temperature difference: T(t)Te=(T0Te)ektT(t) - T_e = (T_0 - T_e)e^{-kt}. If the difference halves in time τ=15\tau = 15, then ekτ=0.5e^{-k\tau} = 0.5. Taking natural logs: kτ=ln(0.5)=ln2-k\tau = \ln(0.5) = -\ln 2, so k=ln2/τk = \ln 2 / \tau. This is a direct application of the half-life concept to thermal systems. While simple, it reinforces the universal nature of exponential decay constants across physics contexts.

Q9. In modeling enzyme kinetics, the Michaelis-Menten equation leads to d[S]dt=Vmax[S]Km+[S]\frac{d[S]}{dt} = -\frac{V_{max}[S]}{K_m + [S]}. After separating variables, which integration technique is required to obtain an implicit solution for substrate concentration [S][S]?

A.Algebraic division to rewrite the integrand as Vmax(1KmKm+[S])-V_{max}(1 - \frac{K_m}{K_m+[S]}) followed by logarithmic integration. ✅
B.Partial fraction decomposition treating KmK_m as a variable root.
C.Trigonometric substitution using [S]=Kmtan(θ)[S] = K_m \tan(\theta).
D.Integration by parts with u=[S]u = [S] and dv=VmaxKm+[S]dtdv = \frac{-V_{max}}{K_m+[S]} dt.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The separated form is Km+[S][S]d[S]=Vmaxdt\int \frac{K_m + [S]}{[S]} d[S] = \int -V_{max} dt. The left integrand simplifies via polynomial division to (1+Km[S])d[S]\int (1 + \frac{K_m}{[S]}) d[S], which integrates to [S]+Kmln[S][S] + K_m \ln|[S]|. This is crucial in biochemistry for determining reaction progress curves. Recognizing that the numerator degree equals the denominator degree signals immediate simplification rather than complex partial fractions or substitutions. This tests mathematical maturity in handling applied rational functions.

Q10. Consider dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y). If h(y0)=0h(y_0) = 0 at the initial condition y(x0)=y0y(x_0)=y_0, and h&#039;(y_0) \neq 0, what is the most appropriate first step in analyzing the solution?

A.Recognize y=y0y=y_0 as an equilibrium solution and check uniqueness conditions before attempting separation. ✅
B.Immediately separate variables and integrate, noting that the constant of integration will handle the zero case.
C.Apply L'Hôpital's rule to the separated form to find the limiting behavior near x0x_0.
D.Transform the equation using u=yy0u = y - y_0 to remove the singularity before integration.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: When h(y0)=0h(y_0)=0, the constant function y(x)=y0y(x)=y_0 is always a solution. Before separating (which involves dividing by h(y)h(y)), one must determine if this equilibrium is unique. If h&#039;(y_0) \neq 0, the function is locally Lipschitz, guaranteeing uniqueness; thus y=y0y=y_0 is the only solution. If h&#039;(y_0)=0, non-uniqueness may arise. Jumping straight to separation risks dividing by zero and missing the equilibrium entirely. This prioritizes qualitative analysis over mechanical computation.

Q11. A student solves dydx=yx\frac{dy}{dx} = \frac{y}{x} and gets y=Cxy = Cx. They claim this represents all possible integral curves. However, the line x=0x=0 is excluded from their derivation. What geometric feature does this exclusion represent?

A.The y-axis is a locus of singular points where the slope field is undefined, preventing integral curves from crossing it transversely. ✅
B.The constant CC absorbs the singularity, so x=0x=0 is implicitly included when CC \to \infty.
C.The solution y=Cxy=Cx is only valid in quadrants I and III due to the domain of the natural logarithm.
D.There are no missing features; the general solution covers the entire plane except the origin.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The ODE y&#039; = y/x is undefined at x=0x=0. While y=Cxy=Cx describes lines through the origin, each solution is defined on either x>0x>0 or x<0x<0, not both simultaneously (unless patched at origin with care). The y-axis itself contains no solution segments except possibly the origin. More importantly, solutions cannot cross x=0x=0 because the derivative doesn't exist there. This highlights that the domain of a solution to a separable ODE is constrained by the domain of definition of the differential equation itself.

Q12. In carbon dating, the age tt is calculated from remaining fraction r=A/A0r = A/A_0 using t=1kln(r)t = -\frac{1}{k}\ln(r). If measurement error causes rr to be overestimated by 1%, how does this affect the calculated age for very old samples (small rr)?

A.The absolute error in age increases dramatically as r0r \to 0 because the derivative dt/drdt/dr is proportional to 1/r1/r. ✅
B.The percentage error in age remains constant regardless of sample age due to the logarithmic relationship.
C.The error decreases for older samples because the exponential decay curve flattens out.
D.The error is independent of rr and depends only on the precision of the decay constant kk.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Differentiating t=(1/k)ln(r)t = -(1/k)\ln(r) gives dt/dr=1/(kr)dt/dr = -1/(kr). The absolute error Δtdt/drΔr=Δr/(kr)|\Delta t| \approx |dt/dr| \cdot |\Delta r| = |\Delta r|/(kr). As rr becomes small (old samples), 1/r1/r grows large, amplifying any fixed measurement error in rr. This explains why radiocarbon dating has practical limits (~50,000 years); beyond that, tiny contamination or measurement noise causes massive age uncertainties. This connects calculus sensitivity analysis with archaeological methodology.

Q13. Which of the following transformations converts the non-separable equation dydx=(x+y)2\frac{dy}{dx} = (x+y)^2 into a separable form?

A.Substitute u=x+yu = x+y, leading to dudx=1+u2\frac{du}{dx} = 1 + u^2. ✅
B.Substitute u=y/xu = y/x, leading to a homogeneous equation.
C.Multiply by an integrating factor μ(x)=ex\mu(x) = e^{-x}.
D.Take the square root of both sides to get dy/dx=x+y\sqrt{dy/dx} = x+y.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Equations of form y&#039; = f(ax+by+c) become separable via substitution u=ax+by+cu = ax+by+c. Here, u=x+yu=x+y implies du/dx=1+dy/dxdu/dx = 1 + dy/dx, so dy/dx=du/dx1dy/dx = du/dx - 1. Substituting gives du/dx1=u2du/dx - 1 = u^2, or du/dx=1+u2du/dx = 1+u^2, which separates as du/(1+u2)=dxdu/(1+u^2) = dx. This is a standard technique extending separability to a broader class. Recognizing the composite argument structure is key to selecting the correct substitution over homogeneous or linear methods.

Q14. A population grows logistically: dPdt=rP(1P/K)\frac{dP}{dt} = rP(1-P/K). At what population size is the growth rate dP/dtdP/dt maximized, and why is this significant for resource management?

A.At P=K/2P = K/2, because the quadratic P(KP)P(K-P) has its vertex at the midpoint, indicating maximum sustainable yield. ✅
B.At P=KP = K, because the population is largest and thus reproduces most rapidly.
C.At P=K/2P = K/\sqrt{2}, due to the inflection point of the integrated logistic function.
D.At P=K/eP = K/e, where the relative growth rate equals the absolute growth rate.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The growth rate dP/dtdP/dt is a quadratic function of PP: f(P)=rP(r/K)P2f(P) = rP - (r/K)P^2. Its maximum occurs at the vertex P=b/(2a)=r/(2r/K)=K/2P = -b/(2a) = r / (2r/K) = K/2. This is distinct from the population size itself (which maxes at KK). In fisheries and wildlife management, harvesting at K/2K/2 allows maximum sustainable yield because the population regenerates fastest at this level. Confusing maximum population with maximum growth rate is a common conceptual error this question targets.

Q15. When solving dydx=2xy\frac{dy}{dx} = \frac{2x}{y} with y(1)=2y(1) = -2, a student writes y=2x2+Cy = \sqrt{2x^2 + C}. What is wrong with this solution?

A.The negative root must be chosen to satisfy y(1)=2y(1)=-2; the positive square root contradicts the initial condition. ✅
B.The constant CC should be negative to ensure the expression under the radical is positive.
C.The equation should have been solved using integrating factors since it is linear in yy.
D.No error exists; the constant CC will automatically adjust to produce negative values.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Separation gives y dy = 2x dx \Rightarrow y^2/2 = x^2 + C \Rightarrow y = \pm\sqrt{2x^2 + C&#039;}. With y(1)=2y(1)=-2, we need the negative branch: -2 = -\sqrt{2+C&#039;} \Rightarrow C&#039;=2. Choosing the positive root yields y(1)=+2y(1)=+2, violating the IVP. Students often default to the principal (positive) square root without checking consistency with initial data. This emphasizes that implicit solutions can define multiple explicit branches, and the initial condition selects the physically/mathematically relevant one.

Q16. In a mixing problem, salt concentration C(t)C(t) satisfies dCdt=RV(CinC)\frac{dC}{dt} = \frac{R}{V}(C_{in} - C). If inflow concentration CinC_{in} suddenly doubles at t=t0t=t_0, how should the separable solution be adapted?

A.Solve separately for t<t0t<t_0 and t>t0t>t_0, using the end state of the first phase as initial condition for the second. ✅
B.Simply replace CinC_{in} with 2Cin2C_{in} in the original general solution and continue with the same constant.
C.Add a Dirac delta function to the differential equation to account for the instantaneous change.
D.The equation is no longer separable after t0t_0 and requires numerical methods.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Piecewise-defined inputs require piecewise solutions. The ODE remains separable in each interval since CinC_{in} is constant within each phase. Continuity of C(t)C(t) at t0t_0 provides the new initial condition: C(t0+)=C(t0)C(t_0^+) = C(t_0^-). This reflects real-world engineering scenarios where parameters change discretely. Treating it as a single global equation with modified constant ignores the history dependence encoded in the integration constant. This tests understanding of IVPs as dynamic processes rather than static formulas.

Q17. Consider dydx=y1/3\frac{dy}{dx} = y^{1/3} with y(0)=0y(0)=0. Besides y=0y=0, another solution is y=(2x/3)3/2y = (2x/3)^{3/2} for x0x \geq 0. What feature of the slope field at the origin permits this bifurcation?

A.The slope y1/3y^{1/3} has infinite derivative at y=0y=0, creating a cusp-like behavior allowing multiple trajectories to emanate from equilibrium. ✅
B.The slope is zero at the origin, making it a stable node that attracts nearby solutions.
C.The slope field is symmetric about the x-axis, forcing solutions to branch equally upward and downward.
D.The differential equation is undefined at the origin, creating a removable discontinuity.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Plotting y&#039; = y^{1/3} shows horizontal slopes along y=0y=0, but the rate of change of slope d(y&#039;)/dy = (1/3)y^{-2/3} \to \infty as y0y \to 0. This vertical tangent in the phase line corresponds to non-Lipschitz behavior. Visually, integral curves can peel off" the equilibrium axis tangentially. Unlike smooth equilibria where solutions approach/exponentially

Q18. A student claims that dyy=lny\int \frac{dy}{y} = \ln|y| justifies dropping absolute value bars when solving y&#039; = ky with y(0)>0y(0) > 0. Is this reasoning sufficient for all cases?

A.Yes, because the initial positivity combined with continuity ensures y(t)y(t) never crosses zero, preserving sign. ✅
B.No, absolute values must always be retained because yy could become negative due to numerical errors.
C.No, the correct antiderivative is ln(y)+C\ln(y) + C without absolute values only if k>0k > 0.
D.Yes, but only if the domain of tt is restricted to positive real numbers.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: For y&#039; = ky with y(0)>0y(0) > 0, the unique solution is y=y0ekty = y_0 e^{kt}, which is always positive. Since solutions to autonomous ODEs cannot cross equilibrium (y=0y=0), the sign is invariant. Thus y=y|y| = y throughout the domain of existence. Dropping absolute values is justified not by convention but by the qualitative property of flow invariance. This distinguishes rigorous justification from sloppy habit, emphasizing that sign preservation is a consequence of uniqueness, not an assumption.

Q19. In Torricelli's law, water height hh satisfies dhdt=kh\frac{dh}{dt} = -k\sqrt{h}. Why does the tank empty in finite time despite the outflow rate approaching zero as h0h \to 0?

A.The integral h1/2dh\int h^{-1/2} dh converges at zero, unlike h1dh\int h^{-1} dh which diverges logarithmically. ✅
B.The square root function is concave down, causing the area under the curve to accumulate faster.
C.Physical viscosity dominates at low heights, invalidating the mathematical model before true zero is reached.
D.The differential equation becomes linear near zero, switching to exponential decay with finite settling time.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Solving h1/2dh=kdth^{-1/2} dh = -k dt gives 2h=kt+C2\sqrt{h} = -kt + C. Setting h=0h=0 yields finite t=C/kt = C/k. Mathematically, this occurs because the exponent 1/2>1-1/2 > -1, making the improper integral 0ϵh1/2dh\int_0^\epsilon h^{-1/2} dh convergent. Contrast with h&#039; = -kh where h1dh=lnh\int h^{-1} dh = \ln h \to -\infty as h0h \to 0, implying infinite time. This subtle distinction between power-law exponents determines finite vs. asymptotic extinction, linking calculus convergence tests to physical realizability.

Q20. Given dydx=sinxcosy\frac{dy}{dx} = \frac{\sin x}{\cos y} with y(0)=π/2y(0) = \pi/2, what immediate conclusion can be drawn without solving?

A.The initial condition coincides with a singularity of secy\sec y, requiring careful analysis of existence before separation. ✅
B.The solution is y=arcsin(cosx+C)y = \arcsin(-\cos x + C) with C=1C=1.
C.The equation is not separable because trigonometric functions mix variables.
D.The solution must be periodic with period 2π2\pi due to the sine term.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: At y=π/2y=\pi/2, cosy=0\cos y = 0, so dy/dxdy/dx is undefined. Standard separation requires multiplying by cosy\cos y, giving cosydy=sinxdx\cos y dy = \sin x dx. Integrating yields siny=cosx+C\sin y = -\cos x + C. With y(0)=π/2y(0)=\pi/2, 1=1+CC=21 = -1 + C \Rightarrow C=2, so siny=2cosx\sin y = 2 - \cos x. But siny1\sin y \leq 1 while RHS 1\geq 1, equality only at isolated points. No differentiable solution exists through this point. Blind separation produces a nonsensical implicit relation. This tests vigilance regarding domain restrictions in trigonometric ODEs.

Q21. A chemical reaction follows d[A]dt=k[A]n\frac{d[A]}{dt} = -k[A]^n. Experimental data shows half-life depends on initial concentration [A]0[A]_0. What can be inferred about nn without solving the ODE?

A.n1n \neq 1, because only first-order reactions have concentration-independent half-lives. ✅
B.n=2n = 2, because second-order is the only other common integer order.
C.n<1n < 1, because lower orders deplete slower at low concentrations.
D.n>1n > 1, because higher orders accelerate depletion as concentration drops.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: For y&#039; = -ky^n, separation gives yndy=kt\int y^{-n} dy = -kt. For n=1n=1, solution is exponential with constant half-life. For n1n \neq 1, solution is power-law y1nty^{1-n} \propto t, and half-life scales as y01ny_0^{1-n}. Observing concentration-dependent half-life immediately rules out n=1n=1. This uses dimensional/scaling reasoning rather than full integration, demonstrating how qualitative features of separable equations encode mechanistic information. It bridges experimental observation with mathematical structure identification.

Q22. When applying Euler's method to y&#039; = y^2 with y(0)=1y(0)=1 and step size h=0.1h=0.1, the approximation blows up much faster than the exact solution y=1/(1x)y=1/(1-x). Why?

A.Euler's method uses tangent lines that underestimate the convexity of y2y^2, but accumulated error in superlinear growth causes premature divergence. ✅
B.Euler's method overestimates the slope because y2y^2 is increasing, leading to systematic positive bias.
C.The exact solution has a vertical asymptote that Euler's method cannot represent, causing artificial stabilization.
D.Numerical instability arises because y2y^2 violates the Lipschitz condition globally, not just locally.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: y&#039;&#039; = 2y y&#039; = 2y^3 > 0, so solutions are convex. Euler's method uses linear extrapolation below the true curve, typically underestimating. However, for y&#039;=y^2, the superlinear feedback amplifies even small overestimates in slope evaluation. Actually, Euler tends to *underestimate* convex functions, but the discrete iteration yn+1=yn+hyn2y_{n+1} = y_n + h y_n^2 defines a difference equation whose blow-up time differs from the ODE's. The key is recognizing that numerical methods alter the effective dynamics of separable equations with finite-time singularities, requiring adaptive stepping near blow-up.

Q23. Which statement best distinguishes separable equations from general first-order ODEs in terms of solution structure?

A.Separable equations admit solutions expressible as H(y)=G(x)+CH(y) = G(x) + C, defining integral curves implicitly without requiring linearity. ✅
B.All separable equations have closed-form explicit solutions, unlike general ODEs which may require series.
C.Separable equations always possess equilibrium solutions, whereas linear equations never do.
D.The solution space of separable equations forms a vector space, enabling superposition of solutions.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The defining feature of separable equations y&#039;=g(x)h(y) is that integration yields dy/h(y)=g(x)dx\int dy/h(y) = \int g(x)dx, producing an implicit relation H(y)=G(x)+CH(y)=G(x)+C. This doesn't guarantee explicit solvability (e.g., y+siny=xy+\sin y = x) nor linearity. Equilibrium solutions exist only if h(y)=0h(y)=0 has roots. Solution spaces aren't vector spaces (nonlinear). This option correctly identifies the implicit integral structure as the hallmark, avoiding overgeneralizations about explicitness or linearity that students commonly assume.

Q24. In modeling tumor growth, the Gompertz equation dNdt=aNln(N/K)\frac{dN}{dt} = -aN \ln(N/K) is sometimes preferred over logistic. After separation, what makes its integration more challenging than logistic?

A.The integral dNNln(N/K)\int \frac{dN}{N \ln(N/K)} requires substitution u=ln(N/K)u=\ln(N/K), yielding double-logarithmic solutions. ✅
B.It involves partial fractions with transcendental denominators that lack elementary antiderivatives.
C.The carrying capacity KK appears inside the logarithm, preventing clean separation of parameters.
D.The equation is not truly separable and requires transformation to linear form first.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Logistic integrates to rational/logarithmic forms via partial fractions. Gompertz separates to dNNln(N/K)=adt\int \frac{dN}{N \ln(N/K)} = \int -a dt. Let u=ln(N/K)u = \ln(N/K), then du=dN/Ndu = dN/N, giving du/u=lnu=at+C\int du/u = \ln|u| = -at + C. Back-substituting yields lnln(N/K)=at+C\ln|\ln(N/K)| = -at + C, so N = K \exp(C&#039;e^{-at}). This nested exponential structure captures asymmetric growth better than logistic but requires recognizing the logarithmic substitution. This tests familiarity with less common but biologically important separable forms.

Q25. A student solves y&#039; = 2xy and writes y=Cex2y = Ce^{x^2}. They then apply y(0)=0y(0)=0 and conclude C=0C=0, so y=0y=0. Is this complete?

A.Yes, because y=0y=0 is the unique solution satisfying the initial condition at an equilibrium point. ✅
B.No, they missed that CC could be any value since ex2e^{x^2} is never zero.
C.No, the general solution should include y=Cex2+Dy = Ce^{x^2} + D due to the homogeneous nature.
D.Yes, but only because the equation is linear; nonlinear versions might have additional solutions.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: y&#039;=2xy is separable and linear. Separation assumes y0y \neq 0, giving y=Cex2y=Ce^{x^2}. But y=0y=0 is also a solution (equilibrium). With y(0)=0y(0)=0, substituting into general form gives 0=C1C=00=C \cdot 1 \Rightarrow C=0, recovering y=0y=0. Uniqueness holds since f(x,y)=2xyf(x,y)=2xy is smooth everywhere. Thus the answer is complete. This confirms that when equilibrium solutions are captured by the general formula (via C=0C=0), no special handling is needed, unlike cases where division excludes them permanently.

Q26. Consider dydx=xy\frac{dy}{dx} = \frac{x}{y}. Integral curves are hyperbolas y2x2=Cy^2 - x^2 = C. What happens to the solution through (0,0)(0,0)?

A.No differentiable solution passes through the origin because the slope field is undefined there, despite the algebraic curve existing. ✅
B.The solution is y=xy=x, which satisfies the ODE everywhere including the origin.
C.The solution is y=xy=-x, representing the other branch of the degenerate hyperbola.
D.Multiple solutions pass through the origin, forming an X-shaped intersection of integral curves.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The ODE y&#039;=x/y is undefined at (0,0)(0,0). While y2x2=0y^2-x^2=0 gives lines y=±xy=\pm x, neither satisfies the ODE *at* the origin because dy/dxdy/dx doesn't exist there. Approaching along y=xy=x, slope 1\to 1; along y=xy=-x, slope 1\to -1. But at exactly (0,0)(0,0), the differential equation imposes no constraint. Thus, no solution curve in the strict sense passes through the singularity. Algebraic geometry suggests curves, but ODE theory forbids solutions at undefined points. This distinguishes implicit algebraic loci from valid integral curves.

Q27. In radioactive decay chains, parent PP decays to daughter DD: dP/dt=kPPdP/dt = -k_P P, dD/dt=kPPkDDdD/dt = k_P P - k_D D. Why can't the daughter equation be solved by direct separation?

A.Because DD's rate depends explicitly on P(t)P(t), coupling the equations and breaking separability until P(t)P(t) is substituted. ✅
B.Because the daughter equation is second-order in disguise due to the chain linkage.
C.Because kPk_P and kDk_D have different units, preventing algebraic combination.
D.Because the daughter accumulation term makes the equation nonlinear in DD.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: dD/dt+kDD=kPP(t)dD/dt + k_D D = k_P P(t) is linear but not separable because the right side is a function of tt (via PP), not purely a function of DD. Separation requires D&#039; = f(D)g(t); here it's D&#039; = -k_D D + k_P P_0 e^{-k_P t}, which is sum, not product. One must first solve for P(t)P(t), then use integrating factor for DD. This illustrates that coupled systems, even with separable components, lose individual separability. Recognizing this dependency structure is crucial in multi-compartment modeling.

Q28. A student integrates dyy2+1=dx\int \frac{dy}{y^2+1} = \int dx and writes ln(y2+1)=x+C\ln(y^2+1) = x + C. What is the correct antiderivative and why is this error common?

A.Correct is arctan(y)=x+C\arctan(y) = x + C; the error stems from misapplying the \int f&#039;/f rule when numerator isn't the derivative. ✅
B.Correct is 12ln(y2+1)=x+C\frac{1}{2}\ln(y^2+1) = x + C; the student forgot the chain rule factor of 2y2y.
C.Correct is lny+y=x+C\ln|y| + y = x + C; the denominator should be split via partial fractions.
D.The student's answer is actually correct because d/dyln(y2+1)=2y/(y2+1)d/dy \ln(y^2+1) = 2y/(y^2+1), matching up to constant.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The integral dyy2+1\int \frac{dy}{y^2+1} is a standard arctangent form, not logarithmic. Logarithmic integration duu=lnu\int \frac{du}{u} = \ln|u| requires numerator to be derivative of denominator. Here, derivative of y2+1y^2+1 is 2y2y, absent in integrand. Students often see denominator with variable" and reflexively write ln

Q29. For y&#039; = y(1-y), the solution through y(0)=0.5y(0)=0.5 is symmetric about its inflection point. What property of separable autonomous equations guarantees this symmetry?

A.The equation depends only on yy, making the phase line symmetric; time-reversal ttt \to -t maps growth to decay equivalently.
B.The logistic function is inherently symmetric about its midpoint due to the quadratic nonlinearity. ✅
C.All separable equations produce sigmoidal curves with central symmetry.
D.The inflection point always occurs at y=0.5y=0.5 regardless of parameters, enforcing geometric symmetry.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Autonomous equations y&#039;=f(y) have solutions related by time translation. For logistic f(y)=y(1y)f(y)=y(1-y), the function is symmetric about y=0.5y=0.5 in the sense that f(0.5+z)=f(0.5z)f(0.5+z)=f(0.5-z). This functional symmetry translates to temporal symmetry of the solution curve about its inflection point (where y=0.5y=0.5). Not all separable equations have this property (e.g., y&#039;=y^2 isn't symmetric). The key is recognizing that symmetry in f(y)f(y) induces symmetry in y(t)y(t), linking algebraic structure to geometric behavior.

Q30. In solving dydx=exy\frac{dy}{dx} = \frac{e^x}{y} with y(0)=1y(0)=-1, a student gets y=2ex+Cy = \sqrt{2e^x + C}. Beyond choosing the negative root, what domain restriction applies?

A.The expression under the square root must be non-negative, restricting xln(C/2)x \geq \ln(-C/2) if C<0C < 0. ✅
B.The domain is all real numbers because exe^x is always positive.
C.The domain excludes x=0x=0 because the initial condition makes the derivative undefined.
D.The domain is restricted to x<0x < 0 because yy must remain negative.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: From ydy=exdxy dy = e^x dx, we get y2/2=ex+Cy^2/2 = e^x + C. With y(0)=1y(0)=-1, 1/2=1+CC=0.51/2 = 1 + C \Rightarrow C = -0.5. So y2=2ex1y^2 = 2e^x - 1. For real yy, need 2ex10ex0.5xln22e^x - 1 \geq 0 \Rightarrow e^x \geq 0.5 \Rightarrow x \geq -\ln 2. The solution exists only for xln2x \geq -\ln 2, and since y(0)=1<0y(0)=-1 < 0, we take negative root on this domain. Ignoring this restriction yields imaginary values for x<ln2x < -\ln 2. This emphasizes that separable solutions carry implicit domain constraints from algebraic operations.

Q31. Which scenario best illustrates a situation where separation of variables is inappropriate despite the equation appearing separable?

A.Modeling quantum tunneling where probability density requires complex-valued solutions and boundary conditions incompatible with real separation. ✅
B.Calculating compound interest with continuous compounding, which is inherently exponential.
C.Modeling bacterial growth in unlimited nutrients, which follows pure exponential law.
D.Determining velocity of falling object with linear drag, which separates cleanly.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: While mathematically separable, some physical contexts impose constraints (complex values, boundary conditions, conservation laws) that make naive separation inadequate. Quantum mechanics uses separation of variables extensively, but for tunneling problems with specific boundary conditions, the separated solutions must be matched across regions, and probability interpretation requires normalization that simple ODE separation doesn't provide. This contrasts with classical ODEs where separation directly yields physical solutions. The question probes awareness that mathematical technique applicability depends on physical context, not just equation form.

Q32. Given y&#039; = f(x)g(y) with g(y)>0g(y) > 0 everywhere, what can be said about the monotonicity of solutions?

A.Solutions are strictly monotonic because y&#039; never changes sign for fixed xx-intervals where f(x)f(x) maintains sign. ✅
B.Solutions oscillate whenever f(x)f(x) changes sign, regardless of g(y)g(y).
C.Monotonicity depends on the second derivative y&#039;&#039; = f&#039;(x)g(y) + f(x)g&#039;(y)y&#039;.
D.Solutions are always increasing since g(y)>0g(y) > 0 ensures positive feedback.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Since g(y)>0g(y) > 0 always, the sign of y&#039; is determined solely by f(x)f(x). On any interval where f(x)>0f(x) > 0, y&#039; > 0 and solution increases; where f(x)<0f(x) < 0, solution decreases. Solutions can change monotonicity only at zeros of f(x)f(x), but never due to yy-dependence. This decouples directional behavior from state dependence, a special property of separable equations with sign-definite gg. Understanding this helps predict solution shape without solving.

Q33. A tank draining problem yields dhdt=kh3/2\frac{dh}{dt} = -k h^{3/2}. If initial height is HH, the time to drain is proportional to H1/2H^{-1/2}. What does this imply about scaling?

A.Doubling initial height reduces drain time by factor 2\sqrt{2}, contrary to linear intuition. ✅
B.Drain time is independent of initial height due to the exponent balancing dimensions.
C.Drain time increases linearly with height because volume scales with height.
D.The exponent 3/23/2 indicates turbulent flow, making scaling unpredictable.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Solving h3/2dh=kdth^{-3/2} dh = -k dt gives 2h1/2=kt+C-2 h^{-1/2} = -kt + C. At t=0t=0, C=2H1/2C = 2H^{-1/2}. Drain time TT when h=0h=0: 0=kT+2H1/2T=(2/k)H1/20 = -kT + 2H^{-1/2} \Rightarrow T = (2/k) H^{-1/2}. So TH1/2T \propto H^{-1/2}. Counterintuitively, taller columns drain *faster* per unit height because pressure-driven outflow accelerates disproportionately. This scaling law emerges directly from the separable structure and exponent, demonstrating how mathematical form encodes physical scaling relationships that defy naive linear expectations.

Q34. When solving dydx=yxlnx\frac{dy}{dx} = \frac{y}{x \ln x}, a student writes lny=lnlnx+C\ln|y| = \ln|\ln x| + C. What domain consideration is critical for validity?

A.Both x>0x > 0 and lnx0\ln x \neq 0 (i.e., x1x \neq 1) must hold, splitting domain into (0,1)(0,1) and (1,)(1,\infty). ✅
B.Only x>0x > 0 matters since lnx\ln x handles negativity internally.
C.The absolute value on lnx\ln x allows x<0x < 0, extending domain to negative reals.
D.No special considerations; the solution is valid wherever lnx\ln x is defined.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The ODE has singularities at x=0x=0 (log undefined) and x=1x=1 (denominator zero). Solutions exist only on intervals not containing these points. Initial condition determines which interval applies. Writing lnlnx\ln|\ln x| acknowledges lnx\ln x can be negative (for 0<x<10<x<1), but doesn't resolve the discontinuity at x=1x=1. Students often overlook interior singularities within the domain of component functions. Proper solution specification requires stating the maximal interval containing x0x_0, respecting all algebraic and functional constraints.

Q35. In epidemiology, SIR model reduction gives dIdS=1+γβS\frac{dI}{dS} = -1 + \frac{\gamma}{\beta S}. Though not time-explicit, it's separable in I,SI,S. What advantage does this phase-plane approach offer?

A.Eliminates time variable to directly relate infected to susceptible populations, revealing threshold behavior independent of temporal scaling. ✅
B.Makes the equation linear in II, allowing integrating factor methods.
C.Converts transcendental terms to polynomials via substitution.
D.Guarantees closed-form solution for I(t)I(t) after back-substitution.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: By eliminating dtdt via dI/dS=(dI/dt)/(dS/dt)dI/dS = (dI/dt)/(dS/dt), we get a separable ODE in state variables. Integration yields I(S)=I0+S0S+(γ/β)ln(S/S0)I(S) = I_0 + S_0 - S + (\gamma/\beta)\ln(S/S_0), defining trajectories in phase plane. This reveals the epidemic threshold S=γ/βS = \gamma/\beta where dI/dS=0dI/dS = 0, independent of time parametrization. Time-dependent solutions may lack closed forms, but phase relations capture essential dynamics. This demonstrates strategic use of separability to extract qualitative insights when temporal solutions are intractable.

Q36. A student solves y&#039; = y^2 - 1 and identifies equilibria at y=±1y = \pm 1. They claim solutions between -1 and 1 decrease monotonically. Is this correct?

A.No, for 1<y<1-1 < y < 1, y21<0y^2 - 1 < 0, so solutions actually decrease toward -1, confirming monotonic decrease.
B.Yes, because y21y^2 - 1 is negative in that interval, ensuring negative slope throughout. ✅
C.No, solutions increase toward 0 then decrease, creating a local maximum.
D.Yes, but only if initial condition is exactly at 0; otherwise they increase.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: For y&#039; = y^2 - 1, when y<1|y| < 1, y2<1y^2 < 1 so y&#039; < 0. Thus solutions in (1,1)(-1,1) are strictly decreasing, approaching y=1y=-1 asymptotically. The student's claim is correct. Distractors test confusion between sign of yy and sign of y&#039;. Equilibrium analysis shows y=1y=1 unstable, y=1y=-1 stable. Between them, flow is uniformly downward. This reinforces phase line analysis as a reliable tool for verifying monotonicity without solving.

Q37. Consider dydx=1x2+y2\frac{dy}{dx} = \frac{1}{x^2 + y^2}. Can this be made separable by any standard substitution?

A.No, because xx and yy appear in a non-factorizable sum within a nonlinear function, preventing variable isolation. ✅
B.Yes, using polar coordinates x=rcosθ,y=rsinθx=r\cos\theta, y=r\sin\theta transforms it to separable in r,θr,\theta.
C.Yes, substituting u=y/xu=y/x makes it homogeneous and thus separable.
D.Yes, multiplying by x2+y2x^2+y^2 and rearranging yields exact equation amenable to separation.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The expression x2+y2x^2+y^2 couples variables inseparably in Cartesian coordinates. Polar substitution gives dr/dθdr/d\theta relation that still couples rr and θ\theta non-separably. Homogeneous substitution u=y/xu=y/x yields u&#039; = (1/(x^2(1+u^2))) - u/x, not separable. The equation isn't exact either. This represents a class of ODEs resistant to elementary separation techniques, highlighting boundaries of the method. Recognizing when separation is impossible is as important as applying it successfully.

Q38. In solving y&#039; = \sqrt{1-y^2} with y(0)=0y(0)=0, the solution is y=sinxy=\sin x. What restricts the domain of validity to [π/2,π/2][-\pi/2, \pi/2]?

A.Beyond π/2\pi/2, sinx\sin x decreases but 1y20\sqrt{1-y^2} \geq 0 forces non-decreasing yy, creating contradiction.
B.The square root becomes imaginary for y>1|y|>1, but sinx\sin x stays bounded so this isn't the issue.
C.The derivative cosx\cos x becomes negative after π/2\pi/2, violating the non-negativity of the RHS.
D.Both A and C are equivalent statements explaining the domain restriction. ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: The ODE requires y&#039; = \sqrt{1-y^2} \geq 0, so solutions must be non-decreasing. y=sinxy=\sin x satisfies this only where cosx0\cos x \geq 0, i.e., [π/2,π/2][-\pi/2, \pi/2]. Beyond π/2\pi/2, sinx\sin x decreases, implying y&#039; < 0, contradicting y&#039; \geq 0. Thus the maximal interval is bounded by where the candidate solution's derivative matches the ODE's sign constraint. This illustrates that separable solutions must satisfy not just the algebraic relation but also the sign/direction implied by the original unsquared equation.

Q39. A population model dPdt=kP2\frac{dP}{dt} = kP^2 predicts finite-time blowup. If P(0)=P0P(0)=P_0, the blowup time is T=1/(kP0)T=1/(kP_0). What management implication follows?

A.Smaller initial populations delay catastrophe nonlinearly, offering disproportionate benefit from early intervention. ✅
B.Blowup time is independent of initial size due to quadratic scaling.
C.Larger populations stabilize faster because quadratic growth self-limits.
D.The model is invalid because real populations never blow up in finite time.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Since T1/P0T \propto 1/P_0, halving initial population doubles time to blowup. This inverse proportionality means early reduction efforts yield amplified safety margins. Unlike exponential growth where doubling time is constant, superlinear growth makes timing critically sensitive to initial conditions. This mathematical insight informs policy: delaying action on explosively growing threats (e.g., invasive species, viral spread) incurs accelerating costs. The separable solution's singularity structure directly quantifies urgency.

Q40. When separating dydx=xy\frac{dy}{dx} = \frac{x}{y}, we write ydy=xdxy dy = x dx. What justifies treating dydy and dxdx as multiplicative entities?

A.This is formal notation justified by the chain rule: \int y(x) y&#039;(x) dx = \int y dy via substitution u=y(x)u=y(x). ✅
B.Differentials are infinitesimal numbers that obey ordinary algebra by definition.
C.It's merely a mnemonic device with no rigorous foundation in standard analysis.
D.The equality holds only for linear equations where derivatives are constant.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The manipulation ydy=xdxy dy = x dx is shorthand for y(x)dydxdx=xdx\int y(x) \frac{dy}{dx} dx = \int x dx. By substitution u=y(x)u=y(x), du = y&#039;(x)dx, left side becomes udu\int u du. Thus separation is rigorously grounded in integration by substitution, not infinitesimal arithmetic. Understanding this prevents misconceptions about differentials as standalone quantities while validating the computational procedure. This bridges intuitive notation with analytical foundations.

Q41. Given y&#039; = f(y) with f(y)>0f(y) > 0 for all yy, and dyf(y)=\int_{-\infty}^{\infty} \frac{dy}{f(y)} = \infty, what can be concluded about solution behavior?

A.Solutions exist for all time t(,)t \in (-\infty, \infty) without blowup or extinction. ✅
B.Solutions blow up in finite forward time due to unbounded integral.
C.Solutions reach infinity in finite backward time.
D.The integral condition is irrelevant to temporal behavior.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: For autonomous y&#039;=f(y), time to go from y0y_0 to YY is y0Ydy/f(y)\int_{y_0}^Y dy/f(y). If this integral diverges as Y±Y \to \pm\infty, infinite time is needed to reach infinity, so solutions exist globally. Convergence would imply finite-time blowup. This criterion links improper integral convergence to solution lifespan, a deep result in ODE theory. Applying it requires evaluating asymptotic behavior of 1/f(y)1/f(y), connecting calculus limits to dynamical systems properties.

🔗 Related Topics (MCQs)