šŸŽ“ BookMCQ
← Back to 9. Mathematical Modelling with Differential Equations

šŸ“ Separation of variables differential equations (39 MCQs)

šŸ“– From Calculus • 9. Mathematical Modelling with Differential Equations • 39 questions available

What is Separation of variables differential equations?

Definition:
Separation of variables solves first-order ODEs by rearranging terms so each variable appears on opposite sides: dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y) becomes dyh(y)=g(x)dx\frac{dy}{h(y)} = g(x)dx for integration.

Example:
For dydx=xy\frac{dy}{dx} = xy, separate to dyy=xdx\frac{dy}{y} = xdx, integrate to get ln⁔∣y∣=x22+C\ln|y| = \frac{x^2}{2} + C, so y=Aex2/2y = Ae^{x^2/2}.

Reason:
This technique simplifies many differential equations into integrable forms, providing straightforward solutions for separable cases.

7
Easy
20
Medium
12
Hard

šŸ“ All Separation of variables differential equations MCQs

Q1. A population model is given by dydt=ky(Lāˆ’y)\frac{dy}{dt} = ky(L-y). If a student separates variables as ∫1y(Lāˆ’y)dy=∫kdt\int \frac{1}{y(L-y)} dy = \int k dt but incorrectly performs partial fraction decomposition as 1L(1y+1Lāˆ’y)\frac{1}{L}(\frac{1}{y} + \frac{1}{L-y}), what specific mathematical consequence will this error have on the final solution?

A.The solution will predict exponential growth instead of logistic growth.
B.The solution will be mathematically valid but with an inverted carrying capacity.
C.The integration yields ln⁔∣y(Lāˆ’y)∣\ln|y(L-y)| leading to a product form rather than a quotient, violating the bounded nature of the model. āœ…
D.The constant of integration will absorb the error, resulting in the correct general solution after applying initial conditions.
šŸ’” Difficulty: hard | āœ… Correct: C

šŸ“– Explanation: This question targets error analysis in algebraic manipulation during separation. The correct decomposition is 1L(1y+1Lāˆ’y)\frac{1}{L}(\frac{1}{y} + \frac{1}{L-y}). A sign error or coefficient error fundamentally alters the antiderivative. Specifically, failing to decompose correctly or missing the negative sign for the second term prevents the logarithmic difference required for the logistic function. Instead of obtaining ln⁔∣yLāˆ’y∣\ln|\frac{y}{L-y}|, one might obtain a sum of logs corresponding to a product, which does not satisfy the original differential equation's equilibrium behavior at y=Ly=L.

Q2. Consider the differential equation dydx=x2y\frac{dy}{dx} = x^2 y. When solving via separation of variables, we divide by yy to get 1ydy=x2dx\frac{1}{y} dy = x^2 dx. Which statement best characterizes the solution y=0y=0 that is potentially lost during this algebraic step?

A.It is a singular solution that cannot be obtained from the general solution for any real constant C.
B.It is a trivial solution that is physically irrelevant in all modeling contexts.
C.It represents the equilibrium state and can be recovered from the general solution y=Cex3/3y=Ce^{x^3/3} by setting C=0C=0. āœ…
D.It is an extraneous solution introduced by the multiplication process and must be discarded.
šŸ’” Difficulty: medium | āœ… Correct: C

šŸ“– Explanation: This addresses conceptual understanding of lost solutions. Dividing by a variable assumes it is non-zero. However, checking the original ODE shows y=0y=0 satisfies 0=x2(0)0 = x^2(0). In the general solution derived via integration, y=Cex3/3y = Ce^{x^3/3}, allowing C=0C=0 recovers this solution. Students often mistakenly believe separated solutions are always distinct from the general family or fail to check if the divisor could be zero, leading to incomplete solution sets.

Q3. In a cooling model dTdt=āˆ’k(Tāˆ’Te)\frac{dT}{dt} = -k(T-T_e), separation leads to ln⁔∣Tāˆ’Te∣=āˆ’kt+C\ln|T-T_e| = -kt + C. Why is the absolute value inside the logarithm critical when deriving the explicit solution T(t)=Te+(T0āˆ’Te)eāˆ’ktT(t) = T_e + (T_0 - T_e)e^{-kt}?

A.It ensures the argument of the natural log is positive, and upon exponentiation, the constant absorbs the sign to accommodate both heating and cooling scenarios. āœ…
B.It is merely a formal requirement of calculus that has no physical impact since temperature is always positive.
C.It allows us to ignore the environmental temperature TeT_e during integration.
D.Without it, the solution would only be valid for t>0t > 0.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Conceptual understanding of domain restrictions. Since Tāˆ’TeT-T_e can be negative (if object is colder than environment), ln⁔(Tāˆ’Te)\ln(T-T_e) is undefined. Using ∣Tāˆ’Te∣|T-T_e| leads to ∣Tāˆ’Te∣=Aeāˆ’kt|T-T_e| = Ae^{-kt}. Removing absolute values gives Tāˆ’Te=±Aeāˆ’ktT-T_e = \pm Ae^{-kt}. Letting C=±AC = \pm A covers both cases where T>TeT > T_e and T<TeT < T_e. Failing to handle this properly restricts the model to only objects hotter than the ambient temperature, violating the universality of Newton's Law of Cooling.

Q4. A student solves dydx=ycos⁔x\frac{dy}{dx} = y \cos x and obtains ln⁔y=sin⁔x+C\ln y = \sin x + C. They conclude y=esin⁔x+Ky = e^{\sin x} + K. What is the fundamental flaw in this derivation compared to the correct y=Aesin⁔xy = Ae^{\sin x}?

A.The student incorrectly distributed the exponential function over addition; ea+b≠ea+ebe^{a+b} \neq e^a + e^b. āœ…
B.The student forgot to integrate the cosine term correctly.
C.The student failed to separate variables before integrating.
D.The constant of integration must be multiplied, not added, before exponentiating.
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Error analysis of algebraic properties. This is a classic misconception. After integration, ln⁔y=sin⁔x+C\ln y = \sin x + C. Exponentiating gives y=esin⁔x+C=eCā‹…esin⁔xy = e^{\sin x + C} = e^C \cdot e^{\sin x}. Letting A=eCA = e^C yields the multiplicative constant. Writing y=esin⁔x+Ky = e^{\sin x} + K violates exponent rules. This error changes the solution family entirely and fails to satisfy the original ODE. Recognizing this distinction is crucial for transitioning from implicit log forms to explicit exponential models accurately.

Q5. In modeling radioactive decay, dNdt=āˆ’kN\frac{dN}{dt} = -kN. If experimental data shows the half-life depends on the initial mass N0N_0, which assumption in the separation of variables setup must be invalid?

A.The assumption that kk is a constant independent of NN. āœ…
B.The assumption that time tt is continuous.
C.The assumption that N(t)>0N(t) > 0 during division.
D.The use of natural logarithms versus base-10 logarithms.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Mixed concepts linking model assumptions to mathematical structure. Separation of variables for dN/dt=āˆ’kNdN/dt = -kN inherently assumes first-order kinetics where rate is linearly proportional to amount. If half-life varies with N0N_0, the reaction order is not 1, implying the DE is actually dN/dt=āˆ’kNndN/dt = -kN^n with n≠1n \neq 1. Thus, the standard separation leading to exponential decay is invalid. This tests understanding that the mathematical technique relies on the physical validity of the proportionality assumption.

Q6. When solving dydx=y\frac{dy}{dx} = \sqrt{y} with y(0)=0y(0)=0, separation gives 2y=x+C2\sqrt{y} = x + C. Applying the IC yields y=x2/4y = x^2/4. However, y=0y=0 is also a solution. What does this imply about the uniqueness theorem for this IVP?

A.Uniqueness fails because f(y)=yf(y)=\sqrt{y} is not Lipschitz continuous at y=0y=0. āœ…
B.Uniqueness holds, and y=x2/4y=x^2/4 is the only valid physical solution.
C.Separation of variables inherently produces multiple solutions regardless of continuity.
D.The problem is ill-posed because square roots are multivalued functions.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Olympiad-style theoretical connection. The function f(y)=yf(y)=\sqrt{y} has an infinite derivative at y=0y=0, violating the Lipschitz condition required for Picard-Lindelof uniqueness. Separation finds one branch, but inspection reveals the equilibrium solution. Both satisfy the IVP. This highlights a limitation of purely algorithmic separation: it may miss non-uniqueness arising from singularities in the rate function. Advanced students must recognize when algebraic manipulation obscures theoretical existence/uniqueness properties.

Q7. A tank mixing problem yields dSdt=3āˆ’S100+t\frac{dS}{dt} = 3 - \frac{S}{100+t}. Why can't this be solved by direct separation of variables?

A.The variables are coupled additively in the rate expression, preventing isolation of S and t terms. āœ…
B.The equation is nonlinear in S.
C.The volume is changing, making separation impossible.
D.Separation requires constant coefficients, which this lacks.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Conceptual understanding of separability criteria. Separation requires the form g(S)dS=h(t)dtg(S)dS = h(t)dt. Here, dS/dt+S/(100+t)=3dS/dt + S/(100+t) = 3. The RHS depends on t, and the LHS couples S and t through the denominator 100+t100+t multiplying S. You cannot factor this into f(S)g(t)f(S)g(t). It requires an integrating factor (linear method). Identifying non-separable structures prevents wasted effort and guides selection of appropriate techniques like linear equations or substitution.

Q8. Consider dydx=2x+yx\frac{dy}{dx} = \frac{2x+y}{x}. A student attempts separation by writing dy2x+y=dxx\frac{dy}{2x+y} = \frac{dx}{x}. Evaluate this approach.

A.Incorrect; the numerator 2x+y2x+y prevents factoring into pure x and y components. āœ…
B.Correct; this successfully isolates variables for integration.
C.Partially correct; it works only if y is treated as constant.
D.Correct; but requires u-substitution afterward.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Application of structural recognition. The expression 2x+y2x+y is a sum, not a product. Separation demands dy/dx=f(x)g(y)dy/dx = f(x)g(y). Sums generally prevent separation unless a substitution (like v=y/xv=y/x for homogeneous equations) transforms the structure. The student's attempt treats the sum as a single entity divisible across the fraction, which is algebraically invalid for separating dependencies. Recognizing additive coupling is key to avoiding false starts in DE solving.

Q9. If dydt=ky2\frac{dy}{dt} = k y^2 models a chemical reaction, and separation yields āˆ’1/y=kt+C-1/y = kt + C, what happens to the solution as tā†’āˆ’C/kt \to -C/k assuming k>0,y(0)>0k>0, y(0)>0?

A.The solution exhibits finite-time blow-up, indicating model breakdown. āœ…
B.The solution asymptotically approaches zero.
C.The solution becomes periodic.
D.The solution transitions to exponential decay.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Higher-order analysis of solution behavior. Solving gives y=āˆ’1kt+Cy = \frac{-1}{kt+C}. With y(0)>0y(0)>0, C=āˆ’1/y0<0C = -1/y_0 < 0. Denominator becomes zero at t=āˆ’C/kt = -C/k. Unlike exponential growth which diverges at infinity, quadratic autocatalysis causes divergence in finite time. This distinguishes polynomial vs exponential growth rates critically. Understanding singularity formation helps assess model validity ranges, as physical quantities rarely become infinite.

Q10. Which transformation 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, yielding dudx=1+u2\frac{du}{dx} = 1 + u^2. āœ…
B.Substitute u=xyu = xy, yielding dudx=x2+y2\frac{du}{dx} = x^2 + y^2.
C.Take the square root of both sides first.
D.Divide by x2x^2 to make it homogeneous.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Application of substitution strategies. Let u=x+yā€…ā€ŠāŸ¹ā€…ā€Šdu/dx=1+dy/dxu=x+y \implies du/dx = 1 + dy/dx. Substituting gives du/dxāˆ’1=u2ā€…ā€ŠāŸ¹ā€…ā€Šdu/(1+u2)=dxdu/dx - 1 = u^2 \implies du/(1+u^2) = dx. This is now separable. Direct separation fails due to the sum inside the square. Recognizing composite arguments f(ax+by+c)f(ax+by+c) as candidates for linear substitution is a vital skill extending basic separation techniques to broader problem classes.

Q11. In carbon dating, N(t)=N0eāˆ’ktN(t) = N_0 e^{-kt}. If measurement uncertainty in remaining fraction N/N0N/N_0 is ±1%, why does the age estimate error increase significantly for older samples?

A.Because t=āˆ’1kln⁔(N/N0)t = -\frac{1}{k}\ln(N/N_0), and the derivative dt/d(N/N0)dt/d(N/N_0) grows as N/N0→0N/N_0 \to 0. āœ…
B.Because k decreases over time for older samples.
C.Because separation of variables becomes less accurate for small numbers.
D.Because logarithmic functions are undefined below 1%.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Mixed concepts: Error propagation in inverse functions. Age is inversely related to log of fraction. Sensitivity ∣dt/dR∣=1/(kR)|dt/dR| = 1/(kR). As R decreases (older sample), sensitivity increases hyperbolically. A fixed absolute error in R translates to larger absolute error in t. This connects calculus derivatives to practical metrology limitations in exponential decay models, showing why ancient dates have wider confidence intervals.

Q12. Solve dydx=exāˆ’y\frac{dy}{dx} = e^{x-y} with y(0)=0y(0)=0. What is the implicit relationship defining the solution?

A.ey=exe^y = e^x
B.ey=ex+Ce^y = e^x + C
C.y=xy = x
D.eyāˆ’ex=0e^y - e^x = 0 āœ…
šŸ’” Difficulty: easy | āœ… Correct: D

šŸ“– Explanation: Direct application with simplification. Rewrite as eydy=exdxe^y dy = e^x dx. Integrate: ey=ex+Ce^y = e^x + C. Apply IC: e0=e0+Cā€…ā€ŠāŸ¹ā€…ā€Š1=1+Cā€…ā€ŠāŸ¹ā€…ā€ŠC=0e^0 = e^0 + C \implies 1 = 1 + C \implies C=0. Thus ey=exā€…ā€ŠāŸ¹ā€…ā€Šy=xe^y = e^x \implies y=x. While simple, verifying C=0 is crucial. Many students stop at ey=ex+Ce^y = e^x + C without evaluating the constant, missing that this specific IC yields the identity line. Reinforces complete IVP workflow.

Q13. A student claims that for dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y), the solution is always ∫dyg(y)=∫f(x)dx\int \frac{dy}{g(y)} = \int f(x)dx. Under what condition is this formulation insufficient?

A.When g(y)=0g(y) = 0 for some y, creating potential equilibrium solutions lost by division. āœ…
B.When f(x) is discontinuous.
C.When the integrals cannot be expressed in elementary functions.
D.Never; this formula is universally sufficient for all separable ODEs.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Conceptual nuance regarding division by zero. The integral form implicitly assumes g(y)≠0g(y) \neq 0. If g(y0)=0g(y_0)=0, then y=y0y=y_0 is a constant solution. Division excludes this case. Complete solution requires stating both the integral family AND any roots of g(y)g(y). Overlooking this leads to incomplete answer sets, especially in phase line analysis where equilibria define system dynamics.

Q14. For the logistic equation dPdt=rP(1āˆ’P/K)\frac{dP}{dt} = rP(1-P/K), separation involves partial fractions. If a student integrates ∫KP(Kāˆ’P)dP\int \frac{K}{P(K-P)} dP as ln⁔∣P∣+ln⁔∣Kāˆ’P∣\ln|P| + \ln|K-P| instead of ln⁔∣Pāˆ£āˆ’ln⁔∣Kāˆ’P∣\ln|P| - \ln|K-P|, how does the predicted population behave as tā†’āˆžt \to \infty?

A.It predicts unbounded growth or decay depending on sign, violating carrying capacity. āœ…
B.It correctly predicts convergence to K but with wrong time scale.
C.It predicts oscillation around K.
D.It predicts immediate extinction.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Error analysis impacting long-term dynamics. Correct decomposition has minus sign: ln⁔∣P/(Kāˆ’P)∣\ln|P/(K-P)|. Wrong sign gives ln⁔∣P(Kāˆ’P)∣=rt+Cā€…ā€ŠāŸ¹ā€…ā€ŠP(Kāˆ’P)=Aert\ln|P(K-P)| = rt + C \implies P(K-P) = Ae^{rt}. This quadratic in P implies P grows exponentially or behaves non-logistically. The minus sign is essential for the ratio that saturates at K. Sign errors in partial fractions destroy the boundedness property central to logistic models, demonstrating how algebraic precision dictates qualitative model fidelity.

Q15. Given dydx=1x2+y2\frac{dy}{dx} = \frac{1}{x^2 + y^2}, explain why separation of variables is inapplicable and identify the symmetry suggesting polar coordinates.

A.Variables are coupled in denominator sum; rotational symmetry suggests r,Īør, \theta. āœ…
B.Variables are multiplicative; Cartesian is optimal.
C.Equation is linear; integrating factor needed.
D.Denominator factors as difference of squares; hyperbolic sub needed.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Conceptual recognition of coordinate suitability. Sum of squares x2+y2x^2+y^2 resists Cartesian separation. Polar transform x=rcos⁔θ,y=rsin⁔θx=r\cos\theta, y=r\sin\theta simplifies denominator to r2r^2. Though not strictly separation topic, recognizing WHEN separation fails due to geometric structure is higher-order thinking. Prevents forcing inappropriate methods and encourages adaptive strategy selection based on equation symmetries.

Q16. In solving y&#039; = y \tan x, a student writes ln⁔∣y∣=āˆ’ln⁔∣cos⁔x∣+C\ln|y| = -\ln|\cos x| + C. Another writes ln⁔∣y∣=ln⁔∣sec⁔x∣+C\ln|y| = \ln|\sec x| + C. Are these equivalent?

A.Yes, because āˆ’ln⁔∣cos⁔x∣=ln⁔∣1/cos⁔x∣=ln⁔∣sec⁔x∣-\ln|\cos x| = \ln|1/\cos x| = \ln|\sec x|. āœ…
B.No, they represent different solution families.
C.Only if C is adjusted by π/2\pi/2.
D.No, secant integration is incorrect.
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Conceptual equivalence of logarithmic forms. Logarithm properties allow multiple representations. āˆ’ln⁔(cos⁔x)=ln⁔((cos⁔x)āˆ’1)=ln⁔(sec⁔x)-\ln(\cos x) = \ln((\cos x)^{-1}) = \ln(\sec x). Both yield y=Asec⁔xy = A \sec x. Students often think different-looking answers are wrong. Verifying equivalence builds confidence and flexibility in expressing solutions. Reinforces log algebra mastery within DE context.

Q17. A falling object with air resistance kv2kv^2 follows mdvdt=mgāˆ’kv2m \frac{dv}{dt} = mg - kv^2. After separation, why is partial fraction decomposition necessary?

A.The denominator mgāˆ’kv2mg - kv^2 factors into distinct linear terms involving terminal velocity. āœ…
B.The equation is second order.
C.Velocity appears squared, requiring quadratic formula.
D.Gravity makes the numerator variable.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Application linking physics parameters to math technique. Rewrite as dv/(gāˆ’(k/m)v2)=dtdv/(g - (k/m)v^2) = dt. Factor denominator as difference of squares using vt=mg/kv_t = \sqrt{mg/k}. Yields 1/(vt2āˆ’v2)1/(v_t^2 - v^2). Partial fractions split this into integrable logs leading to tanh/arctanh solutions. Recognizing physical constants as factorization aids streamlines integration. Connects terminal velocity concept directly to algebraic simplification steps.

Q18. If dydx=xy\frac{dy}{dx} = \frac{x}{y} and y(0)=0y(0)=0, why does separation fail to produce a unique solution through the origin?

A.The slope is undefined at (0,0); multiple integral curves (hyperbolas) pass through or approach origin. āœ…
B.Division by y is valid at origin.
C.Solution is unique: y=x.
D.Solution is unique: y=-x.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Analysis of singular points. At (0,0), RHS is 0/0. Slope field has saddle point. Curves y2āˆ’x2=Cy^2 - x^2 = C for C=0 give lines y=±xy=\pm x. Both satisfy DE except at origin where derivative undefined. Non-uniqueness arises from singularity. Separation assumes smoothness. Identifying such points prevents misapplication of existence theorems and explains complex local behavior near equilibria.

Q19. Compare Euler's Method approximation to exact separation solution for y&#039;=y, y(0)=1 at x=1. Why does Euler underestimate?

A.Euler uses tangent at start of interval; convexity of exe^x means tangents lie below curve. āœ…
B.Euler overestimates because exe^x is increasing.
C.Euler is exact for exponential functions.
D.Error depends solely on step size sign.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Graph-based comparison of numerical vs analytical. Exact: eā‰ˆ2.718e \approx 2.718. Euler with h=0.5: 1 -> 1.5 -> 2.25. Underestimate. Reason: y&#039;&#039;=y>0, concave up. Tangent lines used in Euler stay below the bending curve. Links calculus curvature concepts to numerical error direction. Understanding geometric source of error informs step-size choices and method improvements like Heun's.

Q20. Solve dydx=yx\frac{dy}{dx} = \frac{y}{x}. General solution is y=Cxy=Cx. Why is the line x=0x=0 excluded from domain despite satisfying algebraic relation?

A.Original DE undefined at x=0; solution domains must be open intervals excluding singularities. āœ…
B.x=0 is included if C=0.
C.Vertical lines are never solutions.
D.Domain restriction is arbitrary convention.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Conceptual rigor on domains. DE defines slope only where defined. x=0 is singularity. Even though y=Cx passes through origin algebraically, the differential relationship breaks down there. Solutions to ODEs are functions on intervals. Must specify domain (āˆ’āˆž,0)(-\infty,0) or (0,āˆž)(0,\infty). Ignoring this leads to false claims about global behavior. Emphasizes that DE solutions are more than just algebraic curves.

Q21. In epidemiology, SIR model has dIdt=βSIāˆ’Ī³I\frac{dI}{dt} = \beta SI - \gamma I. Can I(t)I(t) be found by separation alone?

A.No; S and I are coupled dynamically; requires phase plane or combining equations. āœ…
B.Yes; treat S as constant.
C.Yes; separate I terms easily.
D.Only if gamma is zero.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Mixed concepts: System vs Single Equation. Separation applies to single autonomous/non-autonomous ODEs. SIR is a system. Cannot isolate I without knowing S(t). Must use chain rule dI/dSdI/dS to eliminate t, getting separable equation in I-S plane. Recognizing system interdependence prevents futile separation attempts on individual equations. Highlights need for advanced techniques beyond basic separation for coupled dynamics.

Q22. Student solves ∫dyy2+1=∫dx\int \frac{dy}{y^2+1} = \int dx as ln⁔(y2+1)=x+C\ln(y^2+1) = x+C. Identify the integration error.

A.Antiderivative of 1/(y2+1)1/(y^2+1) is arctan(y), not ln. āœ…
B.Missing factor of 2y in numerator for ln rule.
C.Should be arcsin.
D.Logarithm is correct but needs absolute value.
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Direct recall of standard integrals disguised as error analysis. Common confusion between rational forms. ∫1/(u2+1)du=arctan⁔u\int 1/(u^2+1) du = \arctan u. Ln form requires u'/u. Mistaking these leads to completely wrong solution type (logarithmic vs trigonometric). Reinforces memorization of core integral pairs essential for successful separation execution.

Q23. For dydx=y(1āˆ’y)\frac{dy}{dx} = y(1-y), equilibrium solutions are y=0, y=1. How does separation confirm stability without linearization?

A.Implicit solution ln⁔∣y/(1āˆ’y)∣=x+C\ln|y/(1-y)| = x+C shows ratio grows/shrinks exponentially toward limits. āœ…
B.Separation cannot determine stability.
C.Requires computing second derivative.
D.Stability depends only on initial condition.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Higher-order inference from implicit solution. Rearranging gives y/(1āˆ’y)=Aexy/(1-y) = Ae^x. As xā†’āˆžx \to \infty, ratio ā†’āˆž\to \infty (if A>0) implying y→1y \to 1. As xā†’āˆ’āˆžx \to -\infty, ratio →0\to 0 implying y→0y \to 0. Explicit solution structure reveals asymptotic behavior directly. Demonstrates that separated forms encode dynamic information accessible through limit analysis, offering alternative to eigenvalue methods.

Q24. Why is dydx=x+y\frac{dy}{dx} = x + y NOT separable, while dydx=xy\frac{dy}{dx} = xy IS?

A.Sum prevents factoring into f(x)g(y); product allows it. āœ…
B.Addition is harder to integrate than multiplication.
C.x+y is linear; xy is nonlinear.
D.Both are separable with substitution.
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Fundamental definition check. Separability strictly requires multiplicative structure f(x)g(y)f(x)g(y). Additive terms couple variables inseparably in Cartesian coords. Distinguishing sum vs product forms is prerequisite diagnostic skill. Prevents mechanical application of separation to incompatible structures. Foundation for recognizing when transformations are mandatory.

Q25. In solving dydx=2xyx2+1\frac{dy}{dx} = \frac{2xy}{x^2+1}, a student gets ln⁔∣y∣=ln⁔(x2+1)+C\ln|y| = \ln(x^2+1) + C. Final answer y=C(x2+1)y = C(x^2+1). Is C restricted?

A.Yes; since y=eC(x2+1)y=e^C(x^2+1), C in final form must be positive if derived from exp(C). But checking y=0 shows C can be any real. āœ…
B.No; C is always arbitrary real.
C.C must be integer.
D.C depends on x.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Nuance of constant redefinition. Integration gives ln⁔∣y∣=ln⁔(x2+1)+C1\ln|y| = \ln(x^2+1) + C_1. Exponentiate: ∣y∣=eC1(x2+1)|y| = e^{C_1}(x^2+1). Remove abs: y=±eC1(x2+1)y = \pm e^{C_1}(x^2+1). Let C=±eC1C = \pm e^{C_1}. Also y=0 is solution corresponding to C=0. Thus new C spans all reals. Students often miss that redefining constants expands their range to include zero/negatives. Critical for capturing full solution space.

Q26. Torricelli’s Law: dhdt=āˆ’kh\frac{dh}{dt} = -k\sqrt{h}. Tank empties in finite time T. How does T scale with initial height H?

A.TāˆHT \propto \sqrt{H} āœ…
B.TāˆHT \propto H
C.TāˆH2T \propto H^2
D.Tāˆ1/HT \propto 1/\sqrt{H}
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Application of scaling laws from separated solution. Separate: hāˆ’1/2dh=āˆ’kdth^{-1/2} dh = -k dt. Integrate: 2h=āˆ’kt+C2\sqrt{h} = -kt + C. At t=0, C=2HC=2\sqrt{H}. Empty when h=0: 0=āˆ’kT+2Hā€…ā€ŠāŸ¹ā€…ā€ŠT=(2/k)H0 = -kT + 2\sqrt{H} \implies T = (2/k)\sqrt{H}. Square root dependence. Contrasts with linear drain. Shows how integration exponents dictate physical scaling relationships. Useful for engineering design estimation.

Q27. Given y&#039; = \sin(x)\cos(y), find solution through (Ļ€/2,0)(\pi/2, 0). What issue arises?

A.sec⁔ydy=sin⁔xdxā€…ā€ŠāŸ¹ā€…ā€Šln⁔∣sec⁔y+tan⁔y∣=āˆ’cos⁔x+C\sec y dy = \sin x dx \implies \ln|\sec y + \tan y| = -\cos x + C. At y=0y=0, LHS=0, RHS=-0+C => C=0. Solution implicit. āœ…
B.Explicit solution impossible.
C.Initial condition invalid.
D.Function undefined at pi/2.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Application with trigonometric integration. Standard separation works. Challenge is evaluating constant with trig functions at specific points. ln⁔(1+0)=0\ln(1+0) = 0. āˆ’cos⁔(Ļ€/2)=0-\cos(\pi/2)=0. Clean result. Tests competence in handling transcendental evaluations post-integration. Confirms that messy-looking implicit forms can satisfy clean ICs exactly.

Q28. Why does dydx=y2+1\frac{dy}{dx} = y^2 + 1 have no equilibrium solutions, unlike y&#039;=y^2-1?

A.y2+1=0y^2+1=0 has no real roots; sum of squares always positive. āœ…
B.Algebra error in finding roots.
C.Equilibrium exists at imaginary values.
D.Every DE must have equilibrium.
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Conceptual link between algebra and dynamics. Equilibria require f(y)=0f(y)=0. y2+1≄1>0y^2+1 \geq 1 > 0. No real zeros => monotonic growth everywhere. Contrasts with difference of squares having two roots. Recognizing positivity prevents searching for nonexistent steady states. Fundamental phase line analysis skill derived from pre-calculus algebra.

Q29. In dTdt=āˆ’k(Tāˆ’Te)\frac{dT}{dt} = -k(T-T_e), if TeT_e varies with time Te(t)T_e(t), why does separation fail?

A.Cannot isolate T and t; Te(t)T_e(t) couples them additively. āœ…
B.k becomes variable.
C.Temperature cannot vary.
D.Still separable if k constant.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Boundary of applicability. Constant TeT_e allows shift u=Tāˆ’Teu=T-T_e. Variable Te(t)T_e(t) makes RHS āˆ’kT+kTe(t)-kT + kT_e(t). Linear non-homogeneous, not separable. Requires integrating factor. Identifying parameter constancy as prerequisite for separation prevents misclassification. Bridges to linear methods curriculum.

Q30. Solve dydx=1yāˆ’x\frac{dy}{dx} = \frac{1}{y-x}. Not separable. Substitution u=yāˆ’xu=y-x makes it separable. Find resulting DE.

A.dudx=1āˆ’uu\frac{du}{dx} = \frac{1-u}{u} āœ…
B.dudx=1u\frac{du}{dx} = \frac{1}{u}
C.dudx=u\frac{du}{dx} = u
D.dudx=u1āˆ’u\frac{du}{dx} = \frac{u}{1-u}
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Advanced substitution application. y=u+x \implies y&#039;=u&#039;+1. Sub: u&#039;+1 = 1/u \implies u&#039; = 1/u - 1 = (1-u)/u. Now separable: u1āˆ’udu=dx\frac{u}{1-u} du = dx. Transforms non-separable translation-invariant eqn to separable. Tests ability to execute change of variables systematically. Key technique for equations depending on linear combinations.

Q31. Population grows as P&#039; = kP. Doubling time T is constant. If growth were P&#039; = kP^2, how would doubling time depend on P?

A.Halving of initial population doubles the doubling time. āœ…
B.Doubling time is still constant.
C.Doubling time decreases as P increases.
D.Independent of P.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Comparative modeling analysis. For P&#039;=kP^2, solution P=P0/(1āˆ’kP0t)P = P_0/(1-kP_0 t). Set P=2P0P=2P_0: 2=1/(1āˆ’kP0T)ā€…ā€ŠāŸ¹ā€…ā€Š1āˆ’kP0T=0.5ā€…ā€ŠāŸ¹ā€…ā€ŠT=1/(2kP0)2 = 1/(1-kP_0 T) \implies 1-kP_0 T = 0.5 \implies T = 1/(2kP_0). Inversely proportional to initial size. Larger populations double faster in super-exponential growth. Contrasts sharply with exponential constancy. Deepens understanding of growth rate implications.

Q32. Student integrates ∫dyy(yāˆ’1)\int \frac{dy}{y(y-1)} as ln⁔∣y(yāˆ’1)∣\ln|y(y-1)|. Correct form uses partial fractions. What is the impact on solving IVP y(0)=0.5y(0)=0.5?

A.Wrong integral yields product inside log; cannot solve explicitly for y correctly; violates boundary behavior. āœ…
B.No impact; logs are equivalent.
C.Only affects constant C.
D.Makes solution periodic.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Error propagation in rational integration. Correct: ln⁔∣y/(yāˆ’1)∣\ln|y/(y-1)|. Wrong: ln⁔∣y2āˆ’y∣\ln|y^2-y|. These are fundamentally different functions. Applying IC to wrong form gives nonsensical constant or impossible equation. Partial fraction failure is catastrophic for logistic-type equations. Reinforces mandatory verification of decomposition before proceeding.

Q33. For y&#039; = e^{-(x^2+y^2)}, separation gives ey2dy=eāˆ’x2dxe^{y^2} dy = e^{-x^2} dx. Why is this problematic?

A.Integrals are non-elementary (Gaussian); solution must remain implicit or use special functions. āœ…
B.Variables aren't truly separated.
C.Exponent signs are wrong.
D.Solution is trivial.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Recognition of integration limits. Separation succeeds algebraically but fails analytically. ∫ey2dy\int e^{y^2} dy has no closed form. Acknowledging this boundary distinguishes procedural success from practical solvability. Introduces role of numerical methods or error functions even when separation is formally valid.

Q34. In dydx=xy\frac{dy}{dx} = \frac{x}{y}, solution curves are orthogonal to dydx=āˆ’yx\frac{dy}{dx} = -\frac{y}{x}. How does separation reveal this orthogonality?

A.Product of slopes is -1; integrating both yields y2āˆ’x2=Cy^2-x^2=C and x2+y2=Kx^2+y^2=K, hyperbolas orthogonal to circles. āœ…
B.Separation cannot show orthogonality.
C.Only graphical inspection works.
D.Slopes are equal.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Geometric synthesis. Negative reciprocal slopes guarantee orthogonality. Separated solutions confirm families: hyperbolas vs circles. These are known orthogonal trajectories. Connecting differential relationship to geometric property via integrated forms demonstrates deep structural understanding beyond mere computation.

Q35. Solve y&#039; = y \ln y. What is the domain restriction on y implied by the DE itself?

A.y>0y > 0 for ln(y) to be defined. āœ…
B.All real y.
C.y≠0y \neq 0
D.y≄1y \geq 1
šŸ’” Difficulty: easy | āœ… Correct: A

šŸ“– Explanation: Domain awareness. Natural log requires positive argument. Before separating, must note y>0y>0. Also y=1 is equilibrium (ln1=0). Separation dy/(yln⁔y)=dxdy/(y \ln y) = dx further requires ln⁔y≠0ā€…ā€ŠāŸ¹ā€…ā€Šy≠1\ln y \neq 0 \implies y \neq 1. Multiple constraints. Comprehensive domain analysis prevents invalid extensions of solutions.

Q36. Mixing problem: V(t)V(t) changes if inflow ≠ outflow. Why does this complicate separation?

A.Concentration term S/V(t)S/V(t) introduces explicit t-dependence coupled with S. āœ…
B.Volume change doesn't affect separation.
C.Makes equation linear instead.
D.Requires Laplace transforms.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Model complexity analysis. Rate out = (S/V(t))Ɨoutflow(S/V(t)) \times \text{outflow}. If V varies, denominator is function of t. Equation: S&#039; = \text{in} - \frac{\text{out}}{V(t)} S. Still linear, but NOT separable because S and t mixed in fraction. Constant volume is special separable case. Recognizing variable volume as separability breaker guides method selection.

Q37. Given y&#039; = \frac{1}{1+y^2}, solution is y+y3/3=x+Cy + y^3/3 = x + C. Why is explicit solution difficult?

A.Cubic equation in y; requires Cardano's formula or numerical inversion. āœ…
B.Integration was done wrong.
C.Should be arctan.
D.Always easy to solve cubics.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Implicit vs Explicit trade-offs. Integration correct: ∫(1+y2)dy=y+y3/3\int (1+y^2) dy = y + y^3/3. Inverting cubic for y(x) is algebraically messy. Accepting implicit form is often preferable. Challenges bias toward explicit answers. Validates implicit solutions as legitimate complete descriptions.

Q38. Autonomous equation y&#039;=f(y). Separation gives ∫dy/f(y)=x+C\int dy/f(y) = x+C. How does this relate to phase line?

A.Integral defines time map; sign of f(y) determines monotonicity; zeros of f define vertical asymptotes in time map. āœ…
B.Phase line unrelated to separation.
C.Only useful for linear f.
D.Time map is always linear.
šŸ’” Difficulty: hard | āœ… Correct: A

šŸ“– Explanation: Synthesis of analytical and qualitative tools. Time map T(y)=∫dy/f(y)T(y) = \int dy/f(y) quantifies transit time between states. Divergence at zeros confirms asymptotic approach to equilibria. Monotonicity of integral reflects sign of f. Unifies computational solution with geometric phase portrait interpretation. Advanced perspective on autonomous systems.

Q39. Verify if y=tan⁔(x+C)y = \tan(x+C) solves y&#039; = 1+y^2. What domain issue arises periodically?

A.Tangent has vertical asymptotes every Ļ€; solution exists only on intervals between poles. āœ…
B.Solution is valid everywhere.
C.Periodicity makes it invalid.
D.Derivative undefined at maxima.
šŸ’” Difficulty: medium | āœ… Correct: A

šŸ“– Explanation: Solution validity intervals. Separation yields arctan⁔y=x+C\arctan y = x+C. Inversion gives tan. Tan blows up. Maximal interval of existence is (āˆ’Ļ€/2āˆ’C,Ļ€/2āˆ’C)(-\pi/2-C, \pi/2-C). Cannot extend continuously across asymptotes. Reinforces that DE solutions are defined on connected intervals, not entire real line, even if formula looks global.

šŸ”— Related Topics (MCQs)