π Differential equations terminology and solutions (35 MCQs)
π From Calculus β’ 9. Mathematical Modelling with Differential Equations β’ 35 questions available
What is Differential equations terminology and solutions?
Definition:
A differential equation involves derivatives of an unknown function, where the order is the highest derivative present, and a solution satisfies the equation identically, such as solving .
Example:
For , integrating gives . If , then so .
Reason:
Understanding terminology helps classify equations correctly, ensuring appropriate solution methods are applied for accurate results in mathematical modeling.
π All Differential equations terminology and solutions MCQs
Q1. A student claims that is the general solution to the differential equation on the interval . However, another student argues this is incomplete because it does not account for singular solutions. Evaluating the definition of a general solution for first-order equations, which critique is most mathematically valid regarding the completeness of this family?
π Explanation: For a first-order ordinary differential equation like , the general solution must contain exactly one arbitrary constant corresponding to the order of the equation. Since the function is continuous everywhere, the existence and uniqueness theorem guarantees that encompasses every possible solution on the entire real line. There are no singular solutions lost during algebraic manipulation here, making the family complete.
Q2. Consider the differential equation with initial condition . Both and satisfy this IVP. If a student applies the standard separation of variables method without checking for division by zero, they will only find the non-zero solution. What fundamental theoretical failure explains why uniqueness is violated in this specific scenario?
π Explanation: This problem targets the Existence and Uniqueness Theorem conditions. While is continuous (guaranteeing existence), its derivative blows up at . This discontinuity in the partial derivative means the Lipschitz condition fails, allowing multiple integral curves to pass through the same initial point. Students often mechanically separate variables, implicitly assuming , thereby missing the equilibrium solution and failing to recognize the theoretical boundary of the method's validity.
Q3. An engineer models a system with . They derive a general solution . When applying the initial condition , they obtain a specific value for . However, physical observation shows the system diverges at where has a vertical asymptote. How should the 'solution' to this initial-value problem be correctly interpreted?
π Explanation: A crucial conceptual constraint in differential equations is that solutions to initial-value problems are defined on intervals, not disjoint sets. Even if an algebraic formula exists, the solution to an IVP is restricted to the maximal interval of continuity containing the initial point . If is discontinuous at , the solution cannot cross this barrier. This distinguishes the mathematical object 'solution to an IVP' from a mere algebraic expression, emphasizing domain restrictions dictated by coefficient continuity.
Q4. In analyzing population dynamics, a researcher obtains the implicit relation from y'=ky. They conclude where . A critic notes this derivation excludes . If the physical system allows for extinction (population reaching zero), how does the algebraic step of exponentiation fundamentally alter the solution set compared to the original differential equation?
π Explanation: This addresses a subtle but critical error analysis issue in solving separable equations. Dividing by to separate variables assumes . Subsequent exponentiation of yields , reinforcing the exclusion of zero. While satisfies the original ODE y'=ky, it is not captured by for any finite real . In modeling contexts like population biology, this 'lost' equilibrium solution represents extinction, demonstrating that algebraic manipulations can shrink the solution space, requiring explicit verification of singular cases.
Q5. Given the slope field for y' = f(x,y) where vectors are horizontal along and vertical along . A student sketches an integral curve passing through that follows the horizontal direction initially but then curves upward. Analyzing the geometric constraints, why is this sketch necessarily incorrect based solely on the properties of slope fields?
π Explanation: This question tests graph-based reasoning and the concept of equilibrium solutions. If the slope field shows horizontal segments (slope = 0) along the line , then the constant function is a solution. Assuming satisfies conditions for uniqueness (e.g., continuous partial derivative), integral curves cannot intersect. Therefore, no non-constant solution can ever reach, leave, or cross the line . The studentβs sketch violates the fundamental geometric property that distinct integral curves of a well-behaved first-order ODE are non-intersecting, making the depicted behavior mathematically impossible.
Q6. A student solves y' = 2xy and gets . They are asked to verify if is included. They argue 'Yes, because if , .' For the equation y' = y \ln(y) with solution form involving , would setting the arbitrary constant to a specific value similarly recover the equilibrium solution ?
π Explanation: This is a challenging conceptual question comparing different separable structures. In y'=2xy, the integration yields , leading to where gracefully recovers . However, for y'=y\ln y, separation gives . Here, implies , making the left side undefined. No finite real can satisfy this. Thus, unlike the previous case, the equilibrium is structurally isolated from the general family and cannot be recovered by parameter choice, highlighting that not all lost solutions behave identically.
Q7. When verifying if is a solution to y' = \cos(x) on , a student substitutes and confirms equality. However, for y' = \sqrt{1-y^2}, verifying works only on restricted intervals. What distinguishes these two verification scenarios regarding the role of the domain?
π Explanation: This application question probes understanding of implicit domain constraints in verification. For y'=\sqrt{1-y^2}, the RHS requires AND outputs only non-negative values. While satisfies , its derivative is negative on intervals like . Since , the equation fails wherever . Thus, is only a solution on intervals where . This contrasts with y'=\cos x, where no sign restriction exists, illustrating how the functional form of the ODE dictates the valid domain of a candidate solution.
Q8. In a mixing problem modeled by , the general solution approaches a steady state as . If a student incorrectly sets up the equation as , how does this structural error manifest in the long-term behavior of the solution compared to the correct model?
π Explanation: This error analysis question tests dimensional consistency and structural understanding of linear ODEs. The correct rate-out term is , giving coefficient with units . The studentβs erroneous term has coefficient with units , which is dimensionally invalid for a rate equation. Solving the incorrect ODE S' + (V/r)S = rC_{in} yields steady state . Beyond being numerically wrong, this reveals a deeper misconception: confusing concentration-to-amount conversion with volume-to-flow ratios. Recognizing unit inconsistency in the coefficient is a powerful diagnostic tool for identifying setup errors before solving.
Q9. Consider the IVP y' = 3y^{2/3}, y(0)=0. The functions and are both solutions. A numerical solver using Eulerβs method with step size starting at produces for all steps. Why does this numerical method fail to detect the non-trivial solution despite it being a valid analytical solution?
π Explanation: This mixed-concept question bridges numerical methods and theoretical uniqueness. At , has zero slope, so Eulerβs update yields perpetually. The method is βstuckβ at the equilibrium because it uses local linear approximation, and the tangent to at origin is horizontalβidentical to . Without perturbation or higher-order terms, the discrete scheme cannot spontaneously depart from equilibrium. This illustrates a profound limitation: numerical methods reflect local geometry, and when uniqueness fails, they may consistently select one branch (often the trivial one) while remaining blind to others, regardless of step size refinement.
Q10. A physics student models cooling with T' = k(T - T_e). They solve it as . Given and knowing objects cool, they expect and . However, substitution into the ODE reveals a sign contradiction. What is the precise source of the error in interpreting the constants?
π Explanation: This conceptual understanding question addresses sign conventions in modeling. Newtonβs Law states rate of change is proportional to temperature difference. If written as T'=k(T-T_e), then for cooling (T>T_e \Rightarrow T'<0), MUST be negative. Alternatively, writing T'=k(T_e-T) with achieves the same physics. The studentβs error isnβt mathematical but interpretive: they assumed universally while using the form. Both conventions are legitimate, but mixing them causes sign errors. Understanding that the sign of is contingent on the algebraic arrangement of the difference term is essential for correct physical interpretation and avoiding contradictions between model structure and observed behavior.
Q11. When solving y' + P(x)y = Q(x), a student computes integrating factor but forgets the absolute value in , using instead of . For an IVP with , how does this omission affect the solutionβs validity?
π Explanation: This error analysis focuses on domain-specific validity in linear ODEs. The integrating factor is technically . Choosing (without abs value) works perfectly on intervals where because d(x y)/dx = x y' + y holds regardless of sign. The absolute value matters when crossing or combining branches, but for an IVP entirely within , is a valid integrating factor. The key insight is that integrating factors need not be globally positiveβthey must simply satisfy \mu' = P\mu on the interval of interest. This nuanced understanding prevents over-correction while maintaining rigor within specified domains.
Q12. A student observes that for y' = y^2, the solution has a vertical asymptote. They claim βthe solution ceases to exist beyond this asymptote.β Another argues βthe solution continues on the other side as a separate branch.β Based on the definition of a solution to an IVP, which perspective is correct and why?
π Explanation: This terminology question clarifies the rigorous definition of βsolution to an IVP.β By standard ODE theory, a solution must be a differentiable function on an OPEN INTERVAL containing . The maximal interval of existence is bounded by singularities (like vertical asymptotes) or domain boundaries. For , the solution is , valid only on . The branch is a DIFFERENT solution corresponding to a different initial condition. Treating disconnected branches as one solution violates the interval requirement. This distinction is vital for understanding blow-up phenomena and ensuring that βsolutionβ refers to a single continuous trajectory, not a collection of algebraic fragments.
Q13. In carbon dating, the model N' = -kN yields . Archaeologists measure remaining fraction to find age . If measurement error causes (e.g., contamination), the formula gives negative age. Beyond physical impossibility, what does this reveal about the inverse mapping from data to model parameters?
π Explanation: This mixed-concept question integrates modeling, error analysis, and domain restrictions. Mathematically, for yields negative , exposing the inverse functionβs domain as . Physically, violates the closed-system assumption of radioactive decay, indicating contamination or measurement error. Numerically, near , shows high sensitivity. Thus, the anomaly simultaneously reveals mathematical domain limits, physical model violations, and numerical instability. Recognizing multi-layered implications of out-of-range data is essential for robust scientific modeling, where anomalies serve as diagnostics for theory, measurement, and computation alike.
Q14. Consider two students solving y' = \sqrt{x^2 + y^2}. Student A uses polar coordinates and finds implicit solutions. Student B claims no elementary solution exists and resorts to numerical methods. If both are partially correct, what does this say about the relationship between βsolvableβ and βexpressible in elementary functionsβ?
π Explanation: This Olympiad-style question challenges assumptions about solvability. Many ODEs admit solutions via integration (quadrature) even if those integrals arenβt elementary. Polar substitution for y'=\sqrt{x^2+y^2} leads to , which may simplify but doesnβt guarantee elementary antiderivatives. βSolvingβ an ODE can mean reducing to integrals, expressing via special functions, or characterizing qualitativelyβnot necessarily finding with polynomials/exponentials/trig. Confusing βsolvableβ with βelementarily expressibleβ is a common misconception. Advanced ODE theory embraces broader solution concepts, recognizing that many important equations (e.g., Airy, Bessel) are βsolvedβ via named non-elementary functions, expanding the notion beyond calculus-level expectations.
Q15. A student verifies that satisfies y' = 3x^2 and concludes it is THE general solution. Another points out that also satisfies it. What fundamental misunderstanding about the term βgeneral solutionβ does the first student exhibit?
π Explanation: This direct recall question tests basic terminology. The general solution of an nth-order ODE must contain n independent arbitrary constants and encompass ALL solutions on the interval. is merely a particular solution (with C=0). The studentβs error is equating βa solutionβ with βthe general solution,β ignoring the parametric family structure. This foundational concept underpins all IVP solving: without the arbitrary constant, one cannot satisfy arbitrary initial conditions. Reinforcing this distinction prevents later confusion when encountering singular solutions or multi-parameter families, ensuring students understand that βgeneralβ implies comprehensiveness, not just correctness of a single instance.
Q16. In modeling drug concentration with C' = -kC + D(t), a student assumes is constant and solves accordingly. Later, they learn is actually periodic. How does this change in input function qualitatively alter the nature of the solution compared to the constant-input case?
π Explanation: This application question explores how input structure shapes solution dynamics. For constant , the linear ODE yields transient exponential decay plus constant steady state. For periodic , the particular solution inherits periodicity (via undetermined coefficients or variation of parameters), resulting in sustained oscillations superimposed on transients. The long-term behavior shifts from static equilibrium to dynamic cycling. This illustrates a core principle: the forcing functionβs character directly imprints on the solutionβs asymptotic structure. Understanding this helps modelers anticipate system responsesβe.g., circadian drug dosing leads to rhythmic plasma levels, not flat concentrationsβand underscores that solving ODEs isnβt just computation but predicting behavioral regimes based on input types.
Q17. When solving y' = f(x)y, a student divides by to separate variables, obtaining . They then write and rename as . A peer asks, βCan be zero?β How should this be answered based on the derivationβs logical flow?
π Explanation: This conceptual understanding question addresses the recovery of lost solutions. Division by assumes , so is excluded from the separated derivation. However, clearly satisfies y'=f(x)y. The renaming captures all nonzero reals, but not zero. To make truly general, we must VERIFY is a solution and THEN allow . This two-step processβderive nonzero family, check equilibrium, merge if validβis essential for completeness. Simply declaring arbitrary without verification risks either including invalid solutions or excluding valid ones, highlighting the need for post-derivation validation of singular cases.
Q18. A slope field for y' = x/y shows radial symmetry. A student sketches circular integral curves centered at origin. Another sketches hyperbolas. Given that integrates to , which sketch is correct and what does this reveal about interpreting slope fields geometrically?
π Explanation: This graph-based question tests misinterpretation of visual cues. The slope field y'=x/y has vectors pointing radially outward/inward, suggesting circular symmetry. But integrating gives , which are hyperbolas (or lines if C=0). The radial appearance arises because slope depends only on ratio (homogeneous), not because solutions are circles. Students often conflate field symmetry with solution geometry. This highlights that slope fields show LOCAL direction, not GLOBAL shape; integration reveals true trajectories. Visual intuition must be verified analytically, as symmetric fields can correspond to diverse curve families, and apparent patterns may reflect equation structure rather than solution topology.
Q19. In verifying solutions to y'' + y = 0, a student checks and individually. They then assert is also a solution βbecause both parts work.β For the nonlinear equation y' = y^2, would the same logic apply to and ?
π Explanation: This conceptual question contrasts linear vs. nonlinear solution structures. Linearity enables superposition: if solve , so does . Nonlinear equations like y'=y^2 lack this property; (y_1+y_2)' \neq (y_1+y_2)^2 generally. Testing: , derivative is , but square is , which differs by cross term. The studentβs erroneous transfer of linear intuition to nonlinear contexts is a pervasive misconception. Emphasizing that superposition is EXCLUSIVELY a linear phenomenon prevents false generalizations and reinforces the structural divide between linear and nonlinear ODE theory.
Q20. A student solves an IVP and obtains . They claim the domain is all real numbers. However, the original ODE was y' = x/y with . Is their domain claim correct, and what hidden constraint might they have overlooked?
π Explanation: This application question verifies domain awareness. The solution is indeed defined and positive for all real , satisfying . At , , and y'=0/2=0, matching derivative of at 0. No singularity exists. The student is correct. Distractors exploit common fears about division by zero or square roots, but here both are safely avoided. This reinforces that domain determination requires checking BOTH the solution expression AND the ODEβs requirements at every point. Sometimes apparent concerns are unfounded; careful evaluation prevents unnecessary domain restrictions while ensuring genuine constraints arenβt ignored.
Q21. When deriving the logistic model P' = kP(1-P/L), a student separates variables as . After partial fractions, they get . Exponentiating yields . If , what sign must have, and why is this physically significant?
π Explanation: This error analysis connects algebraic signs to physical regimes. If , then , so . Thus . The negative isnβt a flawβit encodes the supra-capacity state. As increases, becomes more negative, driving down toward . Misinterpreting βs sign as erroneous would miss this crucial dynamics. The algebra faithfully tracks physical reality: sign changes in intermediate expressions correspond to regime shifts. Understanding this prevents discarding valid solutions and reinforces that constants carry physical information beyond mere placeholders.
Q22. A numerical analyst uses Eulerβs method on y' = -100y, y(0)=1 with step size . The approximation oscillates wildly instead of decaying smoothly. Knowing the exact solution is , what does this instability reveal about the interaction between method and equation stiffness?
π Explanation: This challenging question links numerical stability to ODE theory. For y'=\lambda y, Euler gives . Stability requires . With , need . Using gives multiplier , causing alternating sign growth. This isnβt a bugβitβs inherent to explicit methods on stiff systems. The lesson: numerical validity depends on matching step size to equation timescales. Blindly applying algorithms without stability analysis yields garbage. This bridges theory and computation, showing that βsolvingβ an ODE numerically requires understanding the methodβs domain of applicability, not just implementing formulas.
Q23. In solving y' + 2xy = x, a student finds integrating factor and writes . They evaluate integral as , getting . Another student gets . Are these equivalent, and if so, why?
π Explanation: This direct recall question tests understanding of arbitrary constants. The integral . Multiplying by gives . If a student mistakenly adds another , it combines as , which is still for some . Arbitrary constants absorb additive terms of the same functional form. This flexibility is why we donβt worry about βcorrectβ constant placement during integrationβonly that ONE arbitrary constant appears in final answer. Recognizing equivalence under constant renaming prevents false distinctions between correct solution forms and builds confidence in solution representation.
Q24. A model for tumor growth uses V' = kV \ln(V_0/V). At , growth stops. A student linearizes near by setting , obtaining u' \approx -k u. They conclude small deviations decay exponentially. What assumption underlies this local analysis, and when might it fail?
π Explanation: This application question examines local vs. global behavior. Linearization replaces nonlinear with first-order Taylor approx near . This yields exponential decay of perturbations, valid ONLY locally. If tumor shrinks significantly () or grows beyond linear regime, approximation breaks. Also, singular at , so linearization invalid near extinction. The key insight: linear stability analysis describes NEIGHBORHOOD behavior, not global dynamics. Confusing local exponential decay with global fate is dangerous in biological modeling. Always validate linear predictions against full nonlinear behavior, especially when trajectories may exit the region where approximation holds.
Q25. When solving y' = \frac{x+y}{x-y}, a student recognizes homogeneity and substitutes , getting separable equation. After solving, they back-substitute to get implicit solution. A peer suggests using polar coordinates instead. Comparing methods, what advantage does polar offer for THIS specific equation?
π Explanation: This mixed-concept question compares solution strategies. The Cartesian homogeneous sub leads to with messy rational functions. In polar, , the equation simplifies dramatically to because numerator/denominator become , and geometric relations reduce complexity. This isnβt universalβit exploits the specific symmetry of . Choosing coordinate systems aligned with equation structure can transform intractable algebra into simple ODEs. This strategic thinking elevates problem-solving beyond rote method application, encouraging analysis of equation geometry before committing to a technique. Recognizing when polar simplifies homogeneous equations is a valuable heuristic in advanced ODE work.
Q26. A student claims that since solves y'=y, then must solve y'=2xy by βchain rule analogy.β While coincidentally correct, their reasoning is flawed. What is the precise logical gap in extending solution forms via analogy?
π Explanation: This error analysis targets faulty generalization. While d/dx(e^{u}) = e^u u', inferring that solves y'=g(x)f(u) whenever solves y'=f is unjustified. Here, works because , matching . But for y'=3y, analogously guessing fails: derivative is . Correctness in one case doesnβt validate the method. Solutions must be derived systematically, not guessed by pattern matching. This reinforces that mathematical truth requires verification, not plausibility, and prevents overconfidence in heuristic reasoning that may succeed accidentally but fail catastrophically elsewhere.
Q27. In an RL circuit modeled by LI' + RI = V(t), the homogeneous solution decays as . A student argues βsince resistance dissipates energy, larger should slow decay.β But formula shows larger increases decay rate. What resolves this apparent paradox?
π Explanation: This conceptual question reconciles math with physics. Decay rate governs CURRENT, not energy. Power dissipated is ; for fixed , larger means MORE energy loss per second, depleting stored magnetic energy faster. Though resistance opposes current flow, in transient decay it enhances dissipation. The studentβs intuition conflated steady-state opposition with transient dissipation. Math correctly captures physics: shows stronger damping with larger . Resolving such paradoxes requires distinguishing quantities (current vs. energy) and understanding how parameters affect different aspects of system behavior. This deepens modeling competence beyond formula memorization.
Q28. A student solves y' = y \tan x and gets . They state domain is due to secantβs singularity. But initial condition is . How should the solution be adjusted, and what principle governs this adjustment?
π Explanation: This application question emphasizes interval selection for IVPs. and have singularities at . For , the maximal interval of continuity containing is . On this interval, , so with satisfies . The solution isnβt βadjustedβ algebraically but CONTEXTUALLY by selecting appropriate branch. Solutions to IVPs are tied to specific intervals of coefficient continuity. Ignoring this leads to domain mismatches. This principle ensures solutions are meaningful at initial points and respects the local nature of ODE theory, where global formulas may require piecewise interpretation across singularities.
Q29. When verifying (with ) as solution to some ODE, a student computes y' = 2x \sin(1/x) - \cos(1/x) for and claims y'(0)=0 by inspection. Why is this derivative evaluation at zero invalid, and what is the correct approach?
π Explanation: This Olympiad-style question tests rigorous differentiation. The expression is valid ONLY for . At , must use . So y'(0)=0 IS correct, but NOT from plugging into the formula (which oscillates wildly). The student got right answer via wrong method. This distinction matters: derivative existence at a point requires limit definition when function is defined piecewise or has singular structure. Relying on differentiated formulas outside their domain risks errors in more pathological cases. Rigor demands respecting domain boundaries in calculus operations.
Q30. A population model P' = rP(1-P/K) has equilibria at and . A student performs phase line analysis and labels as unstable, as stable. They then claim βall positive initial populations converge to .β Is this always true, and what edge case might invalidate it?
π Explanation: This conceptual question examines equilibrium classification nuances. Phase line shows unstable (repeller for ), stable (attractor). For ANY , solution β . BUT is equilibrium itself, so no convergence to . The studentβs βall positiveβ excludes zero, so technically correct. However, distractor B highlights the boundary case. In practice, stating βall positiveβ is precise, but learners often forget is a valid (if trivial) solution. Emphasizing that equilibria are solutions themselves prevents overgeneralization. Also, noting biological realism (Allee effects) reminds that mathematical models have limits, but within logistic framework, the statement holds for .
Q31. In solving y' = \sqrt{y}, a student gets and solves . They apply to get , yielding . But also satisfies IVP. Why did separation miss , and how to reconcile?
π Explanation: This error analysis revisits lost solutions. Separating requires . Integration yields , implying (since sqrt β₯0). Setting gives , so for . But also satisfies ODE and IC. It wasnβt found because division excluded it. Reconciliation: general solution is OR for . For IVP , BOTH are valid, demonstrating non-uniqueness. This reinforces that separation can miss equilibria, and IVPs with non-Lipschitz RHS may have multiple solutions. Always check separately when dividing by functions of .
Q32. A student uses integrating factor for y' + P(x)y = Q(x). They ask, βWhy can we ignore the constant of integration when computing ?β What is the most precise justification?
π Explanation: This direct recall question addresses a common procedural query. Let where . Multiplying ODE: K e^{\int P} y' + K e^{\int P} P y = K e^{\int P} Q. Left side is . Integrating: . Divide by : . Constant cancels, and becomes new arbitrary constant. Thus, choosing (i.e., ignoring constant) simplifies without loss of generality. This algebraic cancellation justifies the shortcut.
Q33. In a falling object model with air resistance mv' = mg - cv, terminal velocity is . A student derives for . They note for all finite . Does this mean terminal velocity is never reached, and how to interpret βterminalβ physically?
π Explanation: This conceptual question clarifies asymptotic behavior. The solution approaches as but equals it only at infinity. Physically, after ~3-5 time constants (), is within 5% of , indistinguishable in practice. βTerminalβ denotes the limiting value governing long-term dynamics, not a finitely achieved state. Confusing mathematical limit with physical attainment is common. Understanding asymptotes as practical thresholds bridges theory and reality. This also highlights that models describe trends, not exact milestones; engineering tolerances define βreached,β not pure math. Grasping this distinction prevents misapplication of theoretical results to real-world timing questions.
Q34. A student solves y' = 2x and writes general solution . They then say βfor each , this is a particular solution.β Is this terminology correct, and what is the proper distinction between βgeneralβ and βparticularβ solutions?
π Explanation: This direct recall question reinforces foundational terminology. The GENERAL solution contains arbitrary constants equal to ODE order and represents the COMPLETE family of solutions. A PARTICULAR solution is obtained by specifying values for those constants (often via initial conditions). Saying β is a particular solution for each β misuses terms; itβs the general solution PARAMETERIZED by . Only when is fixed (e.g., ) do we have a particular solution. Precise language prevents confusion in communication and assessment. This distinction is universal across ODE theory and essential for correctly describing solution sets, especially when discussing uniqueness, existence, and solution structure in advanced topics.
Q35. When analyzing y' = f(x,y), a student notes that if and are continuous near , then unique solution exists. They then encounter y' = y^{1/3} at and observe non-uniqueness. They conclude βcontinuity of alone is insufficient for uniqueness.β Is this conclusion valid, and what does it imply about theorem conditions?
π Explanation: This conceptual understanding question clarifies Existence-Uniqueness Theorem hypotheses. Continuity of ensures EXISTENCE (Peanoβs theorem). UNIQUENESS requires stronger condition: Lipschitz continuity in , often verified via continuous . For , continuous at 0 β existence, but unbounded β uniqueness fails. Studentβs conclusion is correct and important. Many assume continuity suffices for both; this example dispels that myth. Understanding the hierarchy of conditions prevents misapplication of theorems and fosters deeper appreciation of why certain equations behave pathologically. This knowledge is crucial for diagnosing model issues and selecting appropriate solution methods when standard assumptions break down.