What is First order separable differential equations?
Definition: First-order separable equations have form dxdy=f(x)g(y), allowing isolation of variables for direct integration, yielding implicit or explicit solutions depending on complexity.
Example: Solve dxdy=yx. Separate: ydy=xdx. Integrate: 2y2=2x2+C, so y2=x2+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 dtdP=kP(1−LP). If a student separates variables as ∫P(1−P/L)1dP=∫kdt but integrates the left side as 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 P(1−P/L)1 requires partial fraction decomposition into PA+1−P/LB 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 dxdy=yx2 with initial condition y(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 y, which is undefined at the initial condition, potentially losing the singular solution y=0. ✅
B.The integral of x2 produces a cubic term that cannot be inverted to solve for y explicitly.
C.The initial condition y(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 dxdy=yx2, we must divide by y to get ydy=x2dx. This algebraic step assumes y=0. However, the initial condition specifies y=0, which is actually an equilibrium solution where dxdy 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+C, implying y(0)=0 unless complex numbers are considered, thus missing the valid trivial solution dictated by the initial state.
Q3. A radioactive substance decays according to dtdA=−kA. If experimental data shows that 40% of the substance remains after 10 years, which expression correctly represents the half-life T1/2 derived directly from this single data point without first solving for k?
A.T1/2=ln(0.4)10ln(0.5) ✅
B.T1/2=ln(0.5)10ln(0.4)
C.T1/2=10⋅ln(0.4)ln(2)
D.T1/2=10ln(0.4)ln(0.5)
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Starting from the general decay solution A(t)=A0e−kt, we know A(10)/A0=0.4=e−10k. Taking logs gives ln(0.4)=−10k, so k=−ln(0.4)/10. The half-life formula is T1/2=ln(2)/k. Substituting k yields T1/2=ln(2)/(−ln(0.4)/10)=10ln(2)/(−ln(0.4)). Since ln(0.5)=−ln(2), this simplifies to 10ln(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 dxdy=f(y) where f(y)>0 for y<2 and f(y)<0 for y>2, what can be definitively concluded about the long-term behavior of any solution starting at y(0)=1?
A.The solution will asymptotically approach y=2 as x→∞. ✅
B.The solution will increase without bound since the initial slope is positive.
C.The solution will oscillate around y=2 due to the changing sign of the derivative.
D.The solution will reach y=2 in finite time and then stop changing.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Since the differential equation depends only on y, it is autonomous. The condition f(y)>0 for y<2 means solutions below 2 are strictly increasing. The condition f(y)<0 for y>2 means solutions above 2 are strictly decreasing. Therefore, y=2 is a stable equilibrium. A solution starting at y=1 will increase towards 2 but, assuming 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 dxdy=y2cos(x) with y(0)=1, a student obtains y=C−sin(x)1 and finds C=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) changes sign, which would invalidate the separation of variables method.
C.Verifying that y2 is always positive, ensuring the solution never crosses the x-axis.
D.Confirming that the constant C must be negative to maintain physical realism in growth models.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: While the algebraic form y=1/(1−sin(x)) is correct, the solution to an IVP must be continuous on an interval containing the initial point x=0. The denominator 1−sin(x) becomes zero at x=π/2+2nπ. The nearest singularity to x=0 is π/2. Thus, the maximal interval of existence is (−π/2,π/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 dtdS=k(L−S) and Tank B follows dtdS=kS(L−S). Both start with S(0)=L/2. How do their rates of change compare at the initial moment?
A.Tank B's initial rate is proportional to L2/4 while Tank A's is proportional to L/2, making B faster if L>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 L because it is linear.
D.Tank B's rate is independent of L at the midpoint, while Tank A's rate scales linearly with L.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: For Tank A (linear approach), dS/dt∣t=0=k(L−L/2)=kL/2. For Tank B (logistic growth), dS/dt∣t=0=k(L/2)(L−L/2)=kL2/4. Comparing these, Tank B's rate includes an extra factor of L/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 L.
Q7. When solving dxdy=y with y(0)=0, both y(x)=0 and y(x)=x2/4 (for x≥0) are valid solutions. Which theoretical condition explains this non-uniqueness?
A.The function f(y)=y fails to satisfy the Lipschitz condition at y=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 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) is Lipschitz continuous near the initial value. Here, f'(y) = 1/(2\sqrt{y}), which approaches infinity as y→0. This violation allows multiple integral curves to pass through the origin. This is a classic counterexample showing that continuity of f 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(T−Te). If the temperature difference halves every 15 minutes, what is the exact value of k in units of min⁻¹?
A.k=15ln2 ✅
B.k=ln215
C.k=15ln0.5
D.k=15ln2
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Newton's Law of Cooling is a separable equation yielding exponential decay of the temperature difference: T(t)−Te=(T0−Te)e−kt. If the difference halves in time τ=15, then e−kτ=0.5. Taking natural logs: −kτ=ln(0.5)=−ln2, so k=ln2/τ. 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 dtd[S]=−Km+[S]Vmax[S]. After separating variables, which integration technique is required to obtain an implicit solution for substrate concentration [S]?
A.Algebraic division to rewrite the integrand as −Vmax(1−Km+[S]Km) followed by logarithmic integration. ✅
B.Partial fraction decomposition treating Km as a variable root.
C.Trigonometric substitution using [S]=Kmtan(θ).
D.Integration by parts with u=[S] and dv=Km+[S]−Vmaxdt.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The separated form is ∫[S]Km+[S]d[S]=∫−Vmaxdt. The left integrand simplifies via polynomial division to ∫(1+[S]Km)d[S], which integrates to [S]+Kmln∣[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 dxdy=g(x)h(y). If h(y0)=0 at the initial condition y(x0)=y0, and h'(y_0) \neq 0, what is the most appropriate first step in analyzing the solution?
A.Recognize y=y0 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 x0.
D.Transform the equation using u=y−y0 to remove the singularity before integration.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: When h(y0)=0, the constant function y(x)=y0 is always a solution. Before separating (which involves dividing by h(y)), one must determine if this equilibrium is unique. If h'(y_0) \neq 0, the function is locally Lipschitz, guaranteeing uniqueness; thus y=y0 is the only solution. If h'(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 dxdy=xy and gets y=Cx. They claim this represents all possible integral curves. However, the line x=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 C absorbs the singularity, so x=0 is implicitly included when C→∞.
C.The solution y=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' = y/x is undefined at x=0. While y=Cx describes lines through the origin, each solution is defined on either x>0 or x<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=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 t is calculated from remaining fraction r=A/A0 using t=−k1ln(r). If measurement error causes r to be overestimated by 1%, how does this affect the calculated age for very old samples (small r)?
A.The absolute error in age increases dramatically as r→0 because the derivative dt/dr is proportional to 1/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 r and depends only on the precision of the decay constant k.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Differentiating t=−(1/k)ln(r) gives dt/dr=−1/(kr). The absolute error ∣Δt∣≈∣dt/dr∣⋅∣Δr∣=∣Δr∣/(kr). As r becomes small (old samples), 1/r grows large, amplifying any fixed measurement error in r. 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 dxdy=(x+y)2 into a separable form?
A.Substitute u=x+y, leading to dxdu=1+u2. ✅
B.Substitute u=y/x, leading to a homogeneous equation.
C.Multiply by an integrating factor μ(x)=e−x.
D.Take the square root of both sides to get dy/dx=x+y.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Equations of form y' = f(ax+by+c) become separable via substitution u=ax+by+c. Here, u=x+y implies du/dx=1+dy/dx, so dy/dx=du/dx−1. Substituting gives du/dx−1=u2, or du/dx=1+u2, which separates as du/(1+u2)=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: dtdP=rP(1−P/K). At what population size is the growth rate dP/dt maximized, and why is this significant for resource management?
A.At P=K/2, because the quadratic P(K−P) has its vertex at the midpoint, indicating maximum sustainable yield. ✅
B.At P=K, because the population is largest and thus reproduces most rapidly.
C.At P=K/2, due to the inflection point of the integrated logistic function.
D.At P=K/e, where the relative growth rate equals the absolute growth rate.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The growth rate dP/dt is a quadratic function of P: f(P)=rP−(r/K)P2. Its maximum occurs at the vertex P=−b/(2a)=r/(2r/K)=K/2. This is distinct from the population size itself (which maxes at K). In fisheries and wildlife management, harvesting at K/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 dxdy=y2x with y(1)=−2, a student writes y=2x2+C. What is wrong with this solution?
A.The negative root must be chosen to satisfy y(1)=−2; the positive square root contradicts the initial condition. ✅
B.The constant C 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 y.
D.No error exists; the constant C 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'}. With y(1)=−2, we need the negative branch: -2 = -\sqrt{2+C'} \Rightarrow C'=2. Choosing the positive root yields y(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) satisfies dtdC=VR(Cin−C). If inflow concentration Cin suddenly doubles at t=t0, how should the separable solution be adapted?
A.Solve separately for t<t0 and t>t0, using the end state of the first phase as initial condition for the second. ✅
B.Simply replace Cin with 2Cin 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 t0 and requires numerical methods.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Piecewise-defined inputs require piecewise solutions. The ODE remains separable in each interval since Cin is constant within each phase. Continuity of C(t) at t0 provides the new initial condition: C(t0+)=C(t0−). 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 dxdy=y1/3 with y(0)=0. Besides y=0, another solution is y=(2x/3)3/2 for x≥0. What feature of the slope field at the origin permits this bifurcation?
A.The slope y1/3 has infinite derivative at y=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' = y^{1/3} shows horizontal slopes along y=0, but the rate of change of slope d(y')/dy = (1/3)y^{-2/3} \to \infty as y→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 ∫ydy=ln∣y∣ justifies dropping absolute value bars when solving y' = ky with y(0)>0. Is this reasoning sufficient for all cases?
A.Yes, because the initial positivity combined with continuity ensures y(t) never crosses zero, preserving sign. ✅
B.No, absolute values must always be retained because y could become negative due to numerical errors.
C.No, the correct antiderivative is ln(y)+C without absolute values only if k>0.
D.Yes, but only if the domain of t is restricted to positive real numbers.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: For y' = ky with y(0)>0, the unique solution is y=y0ekt, which is always positive. Since solutions to autonomous ODEs cannot cross equilibrium (y=0), the sign is invariant. Thus ∣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 h satisfies dtdh=−kh. Why does the tank empty in finite time despite the outflow rate approaching zero as h→0?
A.The integral ∫h−1/2dh converges at zero, unlike ∫h−1dh 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 h−1/2dh=−kdt gives 2h=−kt+C. Setting h=0 yields finite t=C/k. Mathematically, this occurs because the exponent −1/2>−1, making the improper integral ∫0ϵh−1/2dh convergent. Contrast with h' = -kh where ∫h−1dh=lnh→−∞ as h→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 dxdy=cosysinx with y(0)=π/2, what immediate conclusion can be drawn without solving?
A.The initial condition coincides with a singularity of secy, requiring careful analysis of existence before separation. ✅
B.The solution is y=arcsin(−cosx+C) with C=1.
C.The equation is not separable because trigonometric functions mix variables.
D.The solution must be periodic with period 2π due to the sine term.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: At y=π/2, cosy=0, so dy/dx is undefined. Standard separation requires multiplying by cosy, giving cosydy=sinxdx. Integrating yields siny=−cosx+C. With y(0)=π/2, 1=−1+C⇒C=2, so siny=2−cosx. But siny≤1 while RHS ≥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 dtd[A]=−k[A]n. Experimental data shows half-life depends on initial concentration [A]0. What can be inferred about n without solving the ODE?
A.n=1, because only first-order reactions have concentration-independent half-lives. ✅
B.n=2, because second-order is the only other common integer order.
C.n<1, because lower orders deplete slower at low concentrations.
D.n>1, because higher orders accelerate depletion as concentration drops.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: For y' = -ky^n, separation gives ∫y−ndy=−kt. For n=1, solution is exponential with constant half-life. For n=1, solution is power-law y1−n∝t, and half-life scales as y01−n. Observing concentration-dependent half-life immediately rules out n=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' = y^2 with y(0)=1 and step size h=0.1, the approximation blows up much faster than the exact solution y=1/(1−x). Why?
A.Euler's method uses tangent lines that underestimate the convexity of y2, but accumulated error in superlinear growth causes premature divergence. ✅
B.Euler's method overestimates the slope because y2 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 y2 violates the Lipschitz condition globally, not just locally.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation:y'' = 2y y' = 2y^3 > 0, so solutions are convex. Euler's method uses linear extrapolation below the true curve, typically underestimating. However, for y'=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+hyn2 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)+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'=g(x)h(y) is that integration yields ∫dy/h(y)=∫g(x)dx, producing an implicit relation H(y)=G(x)+C. This doesn't guarantee explicit solvability (e.g., y+siny=x) nor linearity. Equilibrium solutions exist only if h(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 dtdN=−aNln(N/K) is sometimes preferred over logistic. After separation, what makes its integration more challenging than logistic?
A.The integral ∫Nln(N/K)dN requires substitution u=ln(N/K), yielding double-logarithmic solutions. ✅
B.It involves partial fractions with transcendental denominators that lack elementary antiderivatives.
C.The carrying capacity K 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 ∫Nln(N/K)dN=∫−adt. Let u=ln(N/K), then du=dN/N, giving ∫du/u=ln∣u∣=−at+C. Back-substituting yields ln∣ln(N/K)∣=−at+C, so N = K \exp(C'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' = 2xy and writes y=Cex2. They then apply y(0)=0 and conclude C=0, so y=0. Is this complete?
A.Yes, because y=0 is the unique solution satisfying the initial condition at an equilibrium point. ✅
B.No, they missed that C could be any value since ex2 is never zero.
C.No, the general solution should include y=Cex2+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'=2xy is separable and linear. Separation assumes y=0, giving y=Cex2. But y=0 is also a solution (equilibrium). With y(0)=0, substituting into general form gives 0=C⋅1⇒C=0, recovering y=0. Uniqueness holds since f(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=0), no special handling is needed, unlike cases where division excludes them permanently.
Q26. Consider dxdy=yx. Integral curves are hyperbolas y2−x2=C. What happens to the solution through (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=x, which satisfies the ODE everywhere including the origin.
C.The solution is y=−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'=x/y is undefined at (0,0). While y2−x2=0 gives lines y=±x, neither satisfies the ODE *at* the origin because dy/dx doesn't exist there. Approaching along y=x, slope →1; along y=−x, slope →−1. But at exactly (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 P decays to daughter D: dP/dt=−kPP, dD/dt=kPP−kDD. Why can't the daughter equation be solved by direct separation?
A.Because D's rate depends explicitly on P(t), coupling the equations and breaking separability until P(t) is substituted. ✅
B.Because the daughter equation is second-order in disguise due to the chain linkage.
C.Because kP and kD have different units, preventing algebraic combination.
D.Because the daughter accumulation term makes the equation nonlinear in D.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation:dD/dt+kDD=kPP(t) is linear but not separable because the right side is a function of t (via P), not purely a function of D. Separation requires D' = f(D)g(t); here it's D' = -k_D D + k_P P_0 e^{-k_P t}, which is sum, not product. One must first solve for P(t), then use integrating factor for D. 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 ∫y2+1dy=∫dx and writes ln(y2+1)=x+C. What is the correct antiderivative and why is this error common?
A.Correct is arctan(y)=x+C; the error stems from misapplying the \int f'/f rule when numerator isn't the derivative. ✅
B.Correct is 21ln(y2+1)=x+C; the student forgot the chain rule factor of 2y.
C.Correct is 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), matching up to constant.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The integral ∫y2+1dy is a standard arctangent form, not logarithmic. Logarithmic integration ∫udu=ln∣u∣ requires numerator to be derivative of denominator. Here, derivative of y2+1 is 2y, absent in integrand. Students often see denominator with variable" and reflexively write ln
Q29. For y' = y(1-y), the solution through y(0)=0.5 is symmetric about its inflection point. What property of separable autonomous equations guarantees this symmetry?
A.The equation depends only on y, making the phase line symmetric; time-reversal t→−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.5 regardless of parameters, enforcing geometric symmetry.
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: Autonomous equations y'=f(y) have solutions related by time translation. For logistic f(y)=y(1−y), the function is symmetric about y=0.5 in the sense that 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.5). Not all separable equations have this property (e.g., y'=y^2 isn't symmetric). The key is recognizing that symmetry in f(y) induces symmetry in y(t), linking algebraic structure to geometric behavior.
Q30. In solving dxdy=yex with y(0)=−1, a student gets y=2ex+C. Beyond choosing the negative root, what domain restriction applies?
A.The expression under the square root must be non-negative, restricting x≥ln(−C/2) if C<0. ✅
B.The domain is all real numbers because ex is always positive.
C.The domain excludes x=0 because the initial condition makes the derivative undefined.
D.The domain is restricted to x<0 because y must remain negative.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: From ydy=exdx, we get y2/2=ex+C. With y(0)=−1, 1/2=1+C⇒C=−0.5. So y2=2ex−1. For real y, need 2ex−1≥0⇒ex≥0.5⇒x≥−ln2. The solution exists only for x≥−ln2, and since y(0)=−1<0, we take negative root on this domain. Ignoring this restriction yields imaginary values for x<−ln2. 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' = f(x)g(y) with g(y)>0 everywhere, what can be said about the monotonicity of solutions?
A.Solutions are strictly monotonic because y' never changes sign for fixed x-intervals where f(x) maintains sign. ✅
B.Solutions oscillate whenever f(x) changes sign, regardless of g(y).
C.Monotonicity depends on the second derivative y'' = f'(x)g(y) + f(x)g'(y)y'.
D.Solutions are always increasing since g(y)>0 ensures positive feedback.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Since g(y)>0 always, the sign of y' is determined solely by f(x). On any interval where f(x)>0, y' > 0 and solution increases; where f(x)<0, solution decreases. Solutions can change monotonicity only at zeros of f(x), but never due to y-dependence. This decouples directional behavior from state dependence, a special property of separable equations with sign-definite g. Understanding this helps predict solution shape without solving.
Q33. A tank draining problem yields dtdh=−kh3/2. If initial height is H, the time to drain is proportional to H−1/2. What does this imply about scaling?
A.Doubling initial height reduces drain time by factor 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/2 indicates turbulent flow, making scaling unpredictable.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Solving h−3/2dh=−kdt gives −2h−1/2=−kt+C. At t=0, C=2H−1/2. Drain time T when h=0: 0=−kT+2H−1/2⇒T=(2/k)H−1/2. So T∝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 dxdy=xlnxy, a student writes ln∣y∣=ln∣lnx∣+C. What domain consideration is critical for validity?
A.Both x>0 and lnx=0 (i.e., x=1) must hold, splitting domain into (0,1) and (1,∞). ✅
B.Only x>0 matters since lnx handles negativity internally.
C.The absolute value on lnx allows x<0, extending domain to negative reals.
D.No special considerations; the solution is valid wherever lnx is defined.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The ODE has singularities at x=0 (log undefined) and x=1 (denominator zero). Solutions exist only on intervals not containing these points. Initial condition determines which interval applies. Writing ln∣lnx∣ acknowledges lnx can be negative (for 0<x<1), but doesn't resolve the discontinuity at x=1. Students often overlook interior singularities within the domain of component functions. Proper solution specification requires stating the maximal interval containing x0, respecting all algebraic and functional constraints.
Q35. In epidemiology, SIR model reduction gives dSdI=−1+βSγ. Though not time-explicit, it's separable in I,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 I, allowing integrating factor methods.
C.Converts transcendental terms to polynomials via substitution.
D.Guarantees closed-form solution for I(t) after back-substitution.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: By eliminating dt via dI/dS=(dI/dt)/(dS/dt), we get a separable ODE in state variables. Integration yields I(S)=I0+S0−S+(γ/β)ln(S/S0), defining trajectories in phase plane. This reveals the epidemic threshold S=γ/β where dI/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' = y^2 - 1 and identifies equilibria at y=±1. They claim solutions between -1 and 1 decrease monotonically. Is this correct?
A.No, for −1<y<1, y2−1<0, so solutions actually decrease toward -1, confirming monotonic decrease.
B.Yes, because y2−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' = y^2 - 1, when ∣y∣<1, y2<1 so y' < 0. Thus solutions in (−1,1) are strictly decreasing, approaching y=−1 asymptotically. The student's claim is correct. Distractors test confusion between sign of y and sign of y'. Equilibrium analysis shows y=1 unstable, y=−1 stable. Between them, flow is uniformly downward. This reinforces phase line analysis as a reliable tool for verifying monotonicity without solving.
Q37. Consider dxdy=x2+y21. Can this be made separable by any standard substitution?
A.No, because x and y appear in a non-factorizable sum within a nonlinear function, preventing variable isolation. ✅
B.Yes, using polar coordinates x=rcosθ,y=rsinθ transforms it to separable in r,θ.
C.Yes, substituting u=y/x makes it homogeneous and thus separable.
D.Yes, multiplying by x2+y2 and rearranging yields exact equation amenable to separation.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The expression x2+y2 couples variables inseparably in Cartesian coordinates. Polar substitution gives dr/dθ relation that still couples r and θ non-separably. Homogeneous substitution u=y/x yields u' = (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' = \sqrt{1-y^2} with y(0)=0, the solution is y=sinx. What restricts the domain of validity to [−π/2,π/2]?
A.Beyond π/2, sinx decreases but 1−y2≥0 forces non-decreasing y, creating contradiction.
B.The square root becomes imaginary for ∣y∣>1, but sinx stays bounded so this isn't the issue.
C.The derivative cosx becomes negative after π/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' = \sqrt{1-y^2} \geq 0, so solutions must be non-decreasing. y=sinx satisfies this only where cosx≥0, i.e., [−π/2,π/2]. Beyond π/2, sinx decreases, implying y' < 0, contradicting y' \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 dtdP=kP2 predicts finite-time blowup. If P(0)=P0, the blowup time is T=1/(kP0). 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 T∝1/P0, 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 dxdy=yx, we write ydy=xdx. What justifies treating dy and dx as multiplicative entities?
A.This is formal notation justified by the chain rule: \int y(x) y'(x) dx = \int y dy via substitution 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=xdx is shorthand for ∫y(x)dxdydx=∫xdx. By substitution u=y(x), du = y'(x)dx, left side becomes ∫udu. 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' = f(y) with f(y)>0 for all y, and ∫−∞∞f(y)dy=∞, what can be concluded about solution behavior?
A.Solutions exist for all time t∈(−∞,∞) 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'=f(y), time to go from y0 to Y is ∫y0Ydy/f(y). If this integral diverges as Y→±∞, 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), connecting calculus limits to dynamical systems properties.