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

📝 First order linear differential equations (41 MCQs)

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

What is First order linear differential equations?

Definition:
First-order linear ODEs have form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), solvable using integrating factor μ(x)=eP(x)dx\mu(x) = e^{\int P(x)dx} to transform into exact derivative form.

Example:
For y+2y=4y' + 2y = 4, integrating factor μ=e2x\mu = e^{2x}. Multiply: e2xy+2e2xy=4e2xe^{2x}y' + 2e^{2x}y = 4e^{2x}, giving y=2+Ce2xy = 2 + Ce^{-2x}.

Reason:
Linear equations appear frequently in applications; the integrating factor method provides systematic solution approach for this important class.

11
Easy
21
Medium
9
Hard

📝 All First order linear differential equations MCQs

Q1. A student attempts to solve the differential equation y' + 2xy = x by separating variables, rewriting it as dydx=x(12y)\frac{dy}{dx} = x(1-2y). Which of the following best analyzes the validity of this approach?

A.The method is valid because all first-order equations can be separated.
B.The method is invalid because the term 2xy2xy prevents separation; an integrating factor is required. ✅
C.The method is valid but only yields a particular solution, not the general solution.
D.The method is invalid because the integrating factor must be ex2e^{x^2}, making separation impossible.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This question targets error analysis regarding the distinction between separable and linear equations. The equation y' + 2xy = x cannot be written in the form g(y)dy=f(x)dxg(y)dy = f(x)dx because the right-hand side x2xyx - 2xy does not factor cleanly into a product of a function of x and a function of y. Students often mistakenly attempt separation on linear equations. Recognizing that the presence of both yy and xyxy terms necessitates the integrating factor method μ=e2xdx\mu = e^{\int 2x dx} is crucial for conceptual understanding of differential equation classification.

Q2. Consider the initial value problem y' + p(x)y = q(x) where p(x)p(x) has a discontinuity at x=0x=0. If the initial condition is given at x0=1x_0 = -1, what is the maximal interval of existence for the unique solution?

A.The entire real line (,)(-\infty, \infty)
B.The interval (,0)(-\infty, 0)
C.The interval (0,)(0, \infty)
D.The interval [1,)[-1, \infty)
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This question tests the theoretical underpinnings of the Existence and Uniqueness Theorem for linear equations without explicitly naming it. The theorem guarantees a unique solution only on an open interval containing the initial point where both coefficient functions are continuous. Since p(x)p(x) is discontinuous at 0 and the initial point is negative, the solution cannot cross the singularity at x=0x=0. Therefore, the domain is restricted to the negative reals. This challenges students to think beyond algebraic manipulation and consider the analytic constraints imposed by the coefficients' domains.

Q3. In a mixing tank model, the rate of change of salt y(t)y(t) is modeled by y' + \frac{r}{V}y = C_{in}r. If the inflow rate equals the outflow rate rr, but the volume VV is mistakenly treated as a variable V(t)V(t) when it should be constant, how does this error affect the integrating factor?

A.The integrating factor becomes time-dependent exponentially instead of linearly.
B.The integrating factor remains correct because r/Vr/V is constant.
C.The integrating factor becomes erV(t)dte^{\int \frac{r}{V(t)} dt}, leading to an incorrect non-linear accumulation model. ✅
D.There is no effect on the integrating factor, only on the particular solution.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This application-based error analysis question highlights the sensitivity of the integrating factor to the model's parameters. In a standard constant-volume mixing problem, μ=ert/V\mu = e^{rt/V}. If a student incorrectly assumes volume changes or treats constants as variables, the exponent in the integrating factor changes fundamentally. This alters the homogeneous solution's decay rate. Understanding that the integrating factor encapsulates the system's natural response (flushing rate) helps students realize why misidentifying VV leads to physically impossible predictions about concentration equilibrium.

Q4. Given the slope field for a differential equation where slopes along any horizontal line y=cy=c are identical, which of the following forms could the equation NOT take?

A.y' = f(y)
B.y' + p(x)y = q(x) where p(x)=0p(x)=0
C.y' = y^2 - 3y + 2
D.y' + xy = x^2
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This graph-based conceptual question requires interpreting geometric properties of slope fields. If slopes depend only on yy, the equation is autonomous (y'=f(y)). Options A, B (with p=0), and C are autonomous. Option D, y' = x^2 - xy, explicitly depends on xx, meaning slopes vary horizontally even if yy is fixed. Students must connect the visual cue of horizontal translational symmetry in a slope field to the algebraic absence of the independent variable xx. This reinforces the link between graphical behavior and equation structure without requiring computation.

Q5. A population model with harvesting is given by P' = kP - H. To solve this using an integrating factor, one must first rewrite it in standard linear form. What is the correct integrating factor and why is the sign of kk critical?

A.μ=ekt\mu = e^{kt}; the sign determines growth vs. decay in the homogeneous solution.
B.μ=ekt\mu = e^{-kt}; the negative sign is required to cancel the kPkP term during differentiation. ✅
C.μ=eHt\mu = e^{-Ht}; harvesting rate dictates the integration factor.
D.μ=ek\mu = e^{k}; the factor is constant because kk is constant.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This direct recall question checks procedural knowledge of standard form conversion. The equation P' - kP = -H has p(t)=kp(t) = -k. The integrating factor is defined as ep(t)dt=ekte^{\int p(t)dt} = e^{-kt}. Many students erroneously use ekte^{kt} because they associate kk with growth. However, the formula requires the coefficient exactly as it appears in standard form y'+py=q. Using the wrong sign fails to produce the product rule derivative on the left side. This foundational step is essential for all subsequent linear equation applications.

Q6. Two students solve y' + y = e^{-x}. Student A gets y=xex+Cexy = xe^{-x} + Ce^{-x}. Student B gets y=ex+Cexy = e^{-x} + Ce^{-x}. Without re-solving, how can you immediately identify Student B’s error?

A.Student B forgot the constant of integration.
B.Student B used the wrong integrating factor.
C.Student B failed to account for the resonance between the forcing function and homogeneous solution.
D.Student B integrated exexe^{-x} \cdot e^x incorrectly as exe^{-x} instead of xx. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This error analysis question focuses on a common integration pitfall. The integrating factor is exe^x. Multiplying gives (ye^x)' = e^{-x} \cdot e^x = 1. Integrating 1 yields xx, not exe^{-x}. Student B likely saw exe^{-x} on the RHS and blindly integrated it without realizing the IF cancelled the exponential. This specific mistake occurs when the source term is the reciprocal of the integrating factor. Recognizing this pattern allows for quick verification of solutions and highlights the importance of simplifying the product μq(x)\mu q(x) before integrating.

Q7. An RL circuit satisfies LdIdt+RI=V(t)L\frac{dI}{dt} + RI = V(t). If V(t)V(t) is a square wave switching between 0 and V0V_0, why can't we simply apply the standard integrating factor formula once over the entire domain?

A.The integrating factor eRt/Le^{Rt/L} becomes undefined at the switch points.
B.The function V(t)V(t) is discontinuous, requiring piecewise application of the method with continuity conditions at switches. ✅
C.Linear equations cannot model square waves; Fourier series are required.
D.The resistance RR changes effectively at each switch.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This challenging application question bridges calculus and engineering reality. While the ODE is linear, the standard formula assumes continuous q(t)q(t). A square wave introduces jump discontinuities. The mathematical resolution involves solving the linear ODE separately on intervals where VV is constant, then enforcing physical continuity of current I(t)I(t) at transition points to determine new constants. This tests higher-order thinking by moving beyond textbook smooth-function examples to realistic scenarios where mathematical tools must be adapted, emphasizing that 'solving' an ODE often implies managing domain restrictions and boundary matching.

Q8. Which of the following transformations converts the Bernoulli equation y' + p(x)y = q(x)y^n into a first-order linear equation?

A.Substitute u=ynu = y^n
B.Substitute u=y1nu = y^{1-n}
C.Substitute u=ln(y)u = \ln(y)
D.Substitute u=y1u = y^{-1} regardless of nn
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This direct recall question addresses the specific substitution for Bernoulli equations, a key extension of linear methods. The transformation u=y1nu = y^{1-n} yields u' = (1-n)y^{-n}y'. Substituting this back eliminates the non-linearity. Distractors represent common confusions: yny^n is incorrect, ln(y)\ln(y) applies to logarithmic forms, and y1y^{-1} is only valid for n=2n=2. Mastery of this substitution demonstrates understanding that certain non-linear equations possess hidden linear structures accessible through specific variable changes, expanding the scope of solvable problems beyond strict linearity.

Q9. In the context of Newton’s Law of Cooling T' = k(T - T_e), if TeT_e varies sinusoidally as Te(t)=A+Bsin(ωt)T_e(t) = A + B\sin(\omega t), what qualitative feature will the long-term temperature solution exhibit?

A.It will stabilize at the average ambient temperature AA.
B.It will grow unbounded due to resonance.
C.It will oscillate with the same frequency ω\omega but with a phase shift and attenuated amplitude. ✅
D.It will become constant because the transient dies out.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This conceptual application question links ODE theory to physical intuition. The general solution comprises a transient part CektCe^{kt} (which decays since k<0k<0) and a particular solution driven by Te(t)T_e(t). For a linear system with sinusoidal input, the steady-state response is also sinusoidal at the same frequency, modified by the system's transfer function. Students must understand that while transients vanish, the forcing function permanently imprints its character onto the solution. This moves beyond finding formulas to predicting asymptotic behavior based on the structure of the non-homogeneous term.

Q10. A student claims that for y&#039; + p(x)y = 0, the solution y=Cepdxy=Ce^{-\int p dx} is valid even if p(x)p(x) is not integrable in elementary terms. Is this claim defensible?

A.No, because we cannot write a solution without an explicit antiderivative.
B.Yes, because the integral represents a well-defined accumulation function even if non-elementary. ✅
C.No, because numerical methods are mandatory for non-integrable functions.
D.Yes, but only if p(x)p(x) is a rational function.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This challenging conceptual question probes the definition of a 'solution'. In advanced calculus, p(x)dx\int p(x)dx defines a valid function via the accumulation of area, regardless of whether it matches elementary forms like polynomials or exponentials. The expression y(x)=Cexp(x0xp(s)ds)y(x) = C \exp(-\int_{x_0}^x p(s)ds) is analytically exact. This distinguishes between 'closed-form expressibility' and 'mathematical existence'. Accepting integral-defined solutions is crucial for handling real-world data or complex coefficients where symbolic integration fails, reinforcing that calculus extends beyond table lookups.

Q11. When solving xy&#039; + 2y = x^3 with y(1)=2y(1)=2, a student divides by xx to get standard form but uses the interval (,)(-\infty, \infty) for the solution. What is the fundamental flaw?

A.The division by zero at x=0x=0 creates a singularity; the solution is only valid on (0,)(0, \infty). ✅
B.The integrating factor calculation is wrong for negative xx.
C.The initial condition forces xx to be positive, but the general solution includes negatives.
D.There is no flaw; linear solutions are always global.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This error analysis question emphasizes domain awareness. Standard form y&#039; + (2/x)y = x^2 reveals a singularity at x=0x=0. The Existence and Uniqueness Theorem applies only on intervals where coefficients are continuous. Since x0=1>0x_0=1 > 0, the valid interval is (0,)(0, \infty). Extending across x=0x=0 is mathematically unjustified without specific limiting analysis. Students often mechanically solve and ignore singularities. This question enforces the habit of identifying the maximal interval of validity immediately after putting the equation in standard form, linking algebraic operations to analytic constraints.

Q12. Compare the integrating factor method and separation of variables for the equation y&#039; = ky. Which statement best captures their relationship?

A.They are mutually exclusive; only one can work.
B.Separation is faster, but integrating factors provide insight into the linear structure and generalize to non-homogeneous cases. ✅
C.Integrating factors are always superior because they avoid logarithms.
D.Separation yields implicit solutions while integrating factors yield explicit ones.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This mixed-concept question encourages metacognition about solution methods. While separation is efficient for y&#039;=ky, viewing it as linear y&#039;-ky=0 with IF ekxe^{-kx} reinforces the unified framework for y&#039;+py=q. When q0q \neq 0, separation fails but IF works. Understanding this hierarchy helps students choose strategies flexibly. The distractor about implicit/explicit solutions is false for this specific equation. Valuing multiple perspectives deepens conceptual grasp beyond algorithmic execution, preparing students for complex problems where method selection impacts efficiency and insight.

Q13. A tank initially contains pure water. Brine enters at rate rr with concentration cc, and mixture leaves at rate rr. The ODE is y&#039; + \frac{r}{V}y = rc. If the tank volume VV doubles instantly at t=Tt=T due to adding pure water (no salt added), how is the ODE modified for t>Tt>T?

A.The equation remains identical because inflow/outflow rates are unchanged.
B.The coefficient rV\frac{r}{V} halves, changing the decay rate, and initial condition resets to y(T)/2y(T)/2.
C.The coefficient rV\frac{r}{V} halves, changing the decay rate, and initial condition remains y(T)y(T). ✅
D.The RHS becomes zero because pure water was added.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: This challenging modeling question combines instantaneous state changes with ODE dynamics. Adding pure water dilutes concentration but preserves total salt mass y(T)y(T). Thus, the new initial amount is still y(T)y(T), not halved. However, the larger volume reduces the flushing rate coefficient to r/(2V)r/(2V). The RHS rcrc stays constant as inflow hasn't changed. Students must distinguish between state variables (amount vs. concentration) and system parameters (volume). This multi-step reasoning mirrors real engineering perturbations where parameters shift discretely while states evolve continuously.

Q14. For the equation y&#039; + (\tan x)y = \cos x with y(0)=1y(0)=1, what is the most appropriate interval for the unique solution?

A.(π/2,π/2)(-\pi/2, \pi/2)
B.(,)(-\infty, \infty)
C.[0,π)[0, \pi)
D.(π,π)(-\pi, \pi)
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This application of theory tests recognition of trigonometric singularities. tanx\tan x is discontinuous at ±π/2,±3π/2,\pm \pi/2, \pm 3\pi/2, \dots. The initial point x=0x=0 lies in (π/2,π/2)(-\pi/2, \pi/2). By the existence theorem, the solution exists uniquely on the largest open interval containing x0x_0 where coefficients are continuous. That interval is (π/2,π/2)(-\pi/2, \pi/2). Choosing wider intervals ignores vertical asymptotes. This reinforces that 'standard form' analysis must include scanning for all potential discontinuities, especially periodic ones, ensuring mathematical rigor in defining solution domains.

Q15. A student solves y&#039; + 2y = 4 and obtains y=2+Ce2xy = 2 + Ce^{2x}. Upon checking, substituting back yields 2Ce2x+4+2Ce2x42Ce^{2x} + 4 + 2Ce^{2x} \neq 4. What specific sign error occurred?

A.The integrating factor should have been e2xe^{-2x}, leading to y=2+Ce2xy = 2 + Ce^{-2x}. ✅
B.The constant 4 was integrated incorrectly.
C.The homogeneous solution should be Ce2xCe^{-2x} but the particular solution is wrong.
D.The student added the homogeneous and particular solutions instead of multiplying.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This error analysis targets the most frequent mistake in linear ODEs: sign errors in the integrating factor or exponent. For y&#039;+2y=4, p(x)=2p(x)=2, so μ=e2x\mu=e^{2x}. But solving (ye^{2x})&#039;=4e^{2x} gives ye2x=2e2x+Cy=2+Ce2xye^{2x}=2e^{2x}+C \Rightarrow y=2+Ce^{-2x}. The student wrote +2x+2x in the final answer, implying they either used μ=e2x\mu=e^{-2x} incorrectly or messed up the division step. Checking by substitution is a vital verification skill. This question validates that habit and clarifies the direction of exponential decay/growth relative to the coefficient's sign.

Q16. In radioactive decay with continuous replenishment, the model is N&#039; = -\lambda N + R. If RR is proportional to current amount NN (i.e., R=kNR=kN), how does this alter the classification and solution strategy?

A.It becomes non-linear; requires separation.
B.It remains linear with modified coefficient (λk)(\lambda - k); same IF method applies. ✅
C.It becomes second-order.
D.It requires Laplace transforms.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual question explores parameter dependence within linear structures. Substituting R=kNR=kN gives N&#039; + (\lambda - k)N = 0. This is still homogeneous linear! The effective decay constant shifts. If k>λk>\lambda, it becomes growth. Students might panic seeing NN on RHS, thinking it breaks linearity. But linearity allows dependent variable terms on LHS. Recognizing that feedback loops merely adjust coefficients preserves the powerful linear toolkit. This insight is crucial in systems biology and control theory where interactions modify effective rates rather than equation types.

Q17. Which graph best represents the family of solutions to y&#039; + y = e^{-x}?

A.A family of curves all asymptotic to y=0y=0 from above.
B.A family of curves where each has exactly one critical point and decays to zero. ✅
C.A family of parallel lines.
D.A family of curves intersecting at (0,1)(0,1).
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This graph-based interpretation question connects analytical solutions to visual features. The solution y=(x+C)exy=(x+C)e^{-x} involves a polynomial times a decaying exponential. Each curve rises/falls depending on CC, has a max/min where y&#039;=0 (i.e., x=1Cx=1-C), and eventually decays to 0 due to exe^{-x} dominance. They don't share a common intersection (except possibly special points) nor are parallel. Identifying the 'hump then decay' shape confirms understanding of the resonance-induced xexxe^{-x} term versus simple exponential decay. Visual literacy validates algebraic results.

Q18. When deriving the integrating factor μ=epdx\mu = e^{\int p dx}, we typically omit the constant of integration. Why is this mathematically permissible?

A.Because constants don't affect derivatives.
B.Because any non-zero constant multiple of an integrating factor is also an integrating factor. ✅
C.Because the constant cancels out in the final division step.
D.Because we assume μ(0)=1\mu(0)=1 for simplicity.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual question justifies a procedural shortcut. If μ\mu works, then KμK\mu also satisfies (K\mu)&#039; = p(K\mu). In the solution formula y=1μμqdxy = \frac{1}{\mu}\int \mu q dx, the constant KK appears in both numerator and denominator, cancelling out. Thus, choosing K=1K=1 loses no generality. Understanding this prevents confusion about 'missing' constants and clarifies that the IF is a tool, not a unique function. It reinforces the multiplicative nature of the method versus additive constants in integration.

Q19. A falling object with air resistance proportional to velocity satisfies mv&#039; + cv = mg. If mass mm decreases linearly (rocket burning fuel), why does the standard linear IF method fail directly?

A.Gravity becomes variable.
B.The equation becomes v&#039; + \frac{c}{m(t)}v = g, where p(t)p(t) is now time-dependent, but IF still works.
C.The equation becomes non-linear in vv.
D.The standard method actually still works perfectly; mass variation doesn't break linearity. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This Olympiad-style trick question tests robustness of definitions. Linearity depends on vv and v&#039;, not coefficients. Even if m(t)m(t) varies, v&#039; + \frac{c}{m(t)}v = g remains linear in vv! The IF exp(cm(t)dt)\exp(\int \frac{c}{m(t)}dt) may be harder to compute, but the method is theoretically valid. Students often conflate 'variable coefficients' with 'non-linear'. This distinction is profound: linearity is about the unknown function's structure, not parameter constancy. Recognizing this prevents premature abandonment of powerful analytical tools in dynamic systems.

Q20. In solving y&#039; + p(x)y = q(x), suppose p(x)dx\int p(x)dx evaluates to lnx\ln|x|. What is the simplified integrating factor?

A.x|x|
B.xx
C.elnx=xe^{\ln|x|} = |x|, but typically taken as xx on intervals where sign is constant. ✅
D.lnx\ln|x|
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: This direct recall/application hybrid addresses simplification skills. elnx=xe^{\ln|x|} = |x|. However, since IFs are used on intervals where pp is continuous (avoiding x=0x=0), xx maintains constant sign. We conventionally drop absolute values, using xx or x-x; either works as signs cancel. Choosing x|x| complicates differentiation unnecessarily. This nuance matters in practice: proper simplification streamlines subsequent integration. Students must balance rigorous absolute values with practical interval-based conventions, avoiding overly cautious expressions that hinder calculation.

Q21. A student models bacterial growth with nutrient limitation as y&#039; = ky(L-y). They insist this is linear because it describes growth. How would you correct this misconception using structural analysis?

A.Growth models are always linear.
B.Expand RHS: kLyky2kLy - ky^2. The y2y^2 term violates linearity; it's logistic/non-linear. ✅
C.Linearity depends on initial conditions, not equation form.
D.It is linear if LL is very large.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual correction targets confusion between phenomenological description and mathematical structure. 'Linear' strictly means degree 1 in unknown function and its derivatives. Logistic equation contains y2y^2, making it non-linear despite describing gradual growth. Students often equate 'smooth/simple' with 'linear'. Clarifying that interaction terms (like competition yyy \cdot y) introduce non-linearity is fundamental. This distinction dictates solution methods: separation works here, but IF does not. Structural diagnosis precedes method selection.

Q22. For the IVP y&#039; + \frac{2}{x}y = x^2, y(1)=3, what happens if one incorrectly uses μ=e2xdx=x2\mu = e^{\int \frac{2}{x} dx} = x^2 without considering x>0x>0?

A.Nothing; x2x^2 is always positive.
B.The solution becomes invalid for x<0x<0, but since x0=1x_0=1, the result is correct on (0,)(0,\infty). ✅
C.The solution is completely wrong.
D.The integrating factor should be 1/x21/x^2.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This nuanced error analysis examines domain restrictions versus computational correctness. Technically 2xdx=lnx\int \frac{2}{x}dx = \ln|x|, so μ=x2=x2\mu=|x|^2=x^2. On (0,)(0,\infty), x2x^2 is correct. Since x0=1x_0=1, we're safely in positive domain. The 'error' of omitting absolute value is harmless here. But if x0=1x_0=-1, using x2x^2 would be wrong (should be x2x^2 still? Actually x2=x2|-x|^2=x^2, so even then it's fine!). Wait—actually e2lnx=x2e^{2\ln|x|}=x^2 always. So x2x^2 is universally correct! The distractor exploits overthinking. True insight: sometimes 'sloppy' notation yields correct results due to even powers. This builds confidence in checking rather than fearing.

Q23. In an electrical circuit LI&#039; + RI = V, if R=0R=0 (superconductor), how does the solution behavior change qualitatively compared to R>0R>0?

A.Current grows linearly with integrated voltage; no exponential decay/transient. ✅
B.Current still decays exponentially but slower.
C.Current becomes constant immediately.
D.Equation becomes non-linear.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This mixed physics/calculus concept explores degenerate cases. With R=0R=0, I&#039; = V/L. Solution is I=1LVdt+CI = \frac{1}{L}\int V dt + C. No exponential term eRt/Le^{-Rt/L} exists. Transients don't decay; memory persists indefinitely via integration. This contrasts sharply with resistive circuits where history fades. Recognizing limiting behaviors as parameters vanish deepens understanding of each term's role. It shows mathematics adapting to physical extremes, reinforcing that formulas aren't static but responsive to system properties.

Q24. Which statement correctly compares Euler’s Method and the Integrating Factor method for y&#039; + y = x?

A.Euler’s is exact; IF is approximate.
B.IF gives closed-form exact solution; Euler gives discrete approximation whose error scales with step size. ✅
C.Both give exact solutions.
D.Euler is better for variable coefficients.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This comparative conceptual question situates numerical vs. analytical methods. IF yields precise formula y=x1+Cexy=x-1+Ce^{-x}. Euler approximates via tangent steps, accumulating truncation error O(h)O(h). Knowing when to use each is practical: IF for insight/exactness, Euler for complex/non-solvable cases. Distractors invert roles or overstate numerical accuracy. This meta-knowledge guides problem-solving strategy selection in applied contexts where perfect solutions are unavailable.

Q25. A tank problem yields y&#039; + \frac{1}{10+t}y = 5. Why is the integrating factor 10+t10+t instead of eln(10+t)e^{\ln(10+t)}?

A.They are equivalent; simplification removes exp/log. ✅
B.The integral was computed wrong.
C.Variable volume tanks don't use exponentials.
D.Only constant coefficient equations use exponentials.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This application/simplification question addresses algebraic fluency. eln(10+t)=10+te^{\ln(10+t)} = 10+t for t>10t>-10. Students sometimes leave answers in unsimplified exponential-log form, hindering next integration steps. Recognizing inverse function cancellation is basic but crucial in ODE workflows. The distractor about variable volume is plausible but irrelevant to the algebraic identity. Fluency in simplifying IFs accelerates problem solving and reduces error propagation.

Q26. If ypy_p is a particular solution to y&#039;+py=q and yhy_h solves the homogeneous version, why is y=yh+ypy=y_h+y_p the general solution?

A.Because differential operators are linear; superposition holds. ✅
B.Because constants add up.
C.Because particular solutions are always zero.
D.Because homogeneous solutions are trivial.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This foundational theory question explains solution structure. Linearity implies L(yh+yp)=L(yh)+L(yp)=0+q=qL(y_h+y_p) = L(y_h)+L(y_p) = 0+q = q. Any other solution differs from ypy_p by a homogeneous solution. This decomposition separates system response (transient/homogeneous) from external drive (steady/particular). Understanding superposition is key for advanced topics like Green's functions. Distractors offer superficial reasons. Grasping operator linearity elevates students from recipe-followers to theory-understanders.

Q27. In carbon dating, C&#039; = -kC. If measurement error makes kk 1% too high, how does estimated age tt change for fixed remaining fraction?

A.Age estimate decreases by ~1%. ✅
B.Age estimate increases by ~1%.
C.Age estimate is unaffected.
D.Error propagates exponentially.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This applied error analysis links parameter sensitivity to inverse functions. t=1kln(f)t = -\frac{1}{k}\ln(f). If k1.01kk \to 1.01k, tt/1.010.99tt \to t/1.01 \approx 0.99t. Age decreases proportionally. Inverse relationship means overestimating decay rate underestimates age. This counterintuitive direction trips students. Quantitative sensitivity analysis is vital in experimental science. Understanding functional dependencies prevents misinterpretation of uncertain data.

Q28. Solve y&#039; + y\cot x = \sin x on (0,π)(0,\pi). What is the integrating factor?

A.sinx\sin x
B.cscx\csc x
C.esinxe^{\sin x}
D.cosx\cos x
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Direct recall/trig integration. cotxdx=lnsinx\int \cot x dx = \ln|\sin x|. On (0,π)(0,\pi), sinx>0\sin x >0, so μ=sinx\mu=\sin x. Trig IFs appear frequently. Recognizing standard integrals avoids stalls. Distractors test confusion with derivatives/integrals of trig functions. Fluency here enables focus on modeling aspects rather than computational blocks.

Q29. A student argues that y&#039; + p(x)y = q(x) always has a solution expressible in elementary functions if p,qp,q are elementary. Is this true?

A.Yes, integration of elementary functions is always elementary.
B.No; μqdx\int \mu q dx may be non-elementary even if p,qp,q are. ✅
C.Yes, because IF method guarantees closed form.
D.No, only if pp is constant.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual/challenging question addresses integrability limits. Example: y&#039;+y=e^{-x^2}. IF exe^x, integral exx2dx\int e^{x-x^2}dx is non-elementary. Elementary inputs don't guarantee elementary outputs. This humbles expectations and motivates numerical/special function approaches. Understanding closure properties prevents futile symbolic struggles.

Q30. For y&#039; + 2xy = x, notice RHS is derivative of 12×\frac{1}{2} \times coefficient of yy times something? Actually, observe x=12(2x)x = \frac{1}{2}(2x). What shortcut solves this?

A.Recognize y&#039; + 2xy = x implies y=1/2y=1/2 is a particular solution by inspection. ✅
B.Use substitution u=x2u=x^2.
C.Separate variables directly.
D.It cannot be simplified.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Olympiad-style insight. If q(x)=k2p(x)q(x) = \frac{k}{2}p(x) type relation... wait, here y=1/2y=1/2 gives 0+2x(1/2)=x0 + 2x(1/2)=x. Yes! Constant particular solution exists when q/pq/p is constant. Spotting this avoids full IF machinery. Such insights save time in exams/research. Training pattern recognition complements algorithmic competence.

Q31. In mixing problems, if outflow rate exceeds inflow, volume decreases. Why does this eventually invalidate the standard linear model y&#039; + \frac{r_{out}}{V(t)}y = c_{in}r_{in}?

A.Concentration becomes infinite.
B.Volume reaches zero at finite time; model breaks down physically and mathematically. ✅
C.The equation becomes non-linear.
D.Salt precipitates.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Applied domain awareness. V(t)=V0+(rinrout)tV(t) = V_0 + (r_{in}-r_{out})t. If rout>rinr_{out}>r_{in}, V0V \to 0 at tt^*. Coefficient blows up; solution ceases. Real tanks empty; math reflects this via singularity. Ignoring physical bounds leads to absurd extrapolations. Modeling requires tracking validity horizons.

Q32. Which condition ensures y&#039; + p(x)y = q(x) has a periodic solution if p,qp,q are periodic?

A.p(x)p(x) has zero mean over one period. ✅
B.q(x)q(x) has zero mean.
C.p(x)>0p(x) > 0 always.
D.Periodicity is automatic.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Advanced theory/application. Homogeneous solution epe^{-\int p} is periodic iff 0Tp=0\int_0^T p = 0. Otherwise it grows/decays, preventing overall periodicity unless forced specially. For generic qq, need bounded homogeneous part. Zero-mean pp ensures Floquet multiplier is 1. This connects ODEs to dynamical systems. Beyond standard curriculum but rewards deep thinkers.

Q33. A student writes μ=epdx+C\mu = e^{\int p dx + C}. They keep CC. Final answer has extra eCe^C. Is this wrong?

A.Yes, constants must be omitted.
B.No, but eCe^C cancels later; keeping it adds unnecessary complexity. ✅
C.Yes, it changes the solution family.
D.No, it provides the general solution directly.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Procedural clarification. Keeping CC is technically correct but redundant. eCe^C factors out of numerator/denominator. Omitting it is convention for efficiency. Students fearing 'lost' constants need reassurance. Confidence in conventions speeds work.

Q34. For y&#039; + y = f(x) where ff is piecewise constant, why is continuity of yy enforced at jumps?

A.Derivatives must exist everywhere.
B.Physical quantities like temperature/concentration can't jump instantaneously. ✅
C.Math requires it for uniqueness.
D.It isn't enforced; jumps are allowed.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Modeling principle. Math allows discontinuous solutions to discontinuous ODEs, but physics forbids infinite fluxes. Continuity bridges pieces. This constraint determines integration constants. Distinguishing mathematical possibility from physical necessity is key in applied math.

Q35. If y&#039; + p(x)y = 0 has solution y=ex2y=e^{-x^2}, what is p(x)p(x)?

A.2x2x
B.2x-2x
C.x2x^2
D.ex2e^{-x^2}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Reverse engineering/recall. y&#039; = -2xe^{-x^2}. Plug in: 2xex2+pex2=0p=2x-2xe^{-x^2} + p e^{-x^2} = 0 \Rightarrow p=2x. Tests understanding of IF derivation backwards. Strengthens connection between coefficient and solution shape.

Q36. In y&#039; + y = e^x, why is particular solution AexAe^x not AxexAxe^x?

A.Resonance only occurs when forcing matches homogeneous solution exe^{-x}, not exe^x. ✅
B.Exponentials never cause resonance.
C.AxexAxe^x is actually correct.
D.Coefficients are constant.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Conceptual distinction. Homogeneous is CexCe^{-x}. Forcing exe^x is distinct. No resonance. Resonance needs matching exponents. Confusing signs causes unnecessary xx factors. Precision in undetermined coefficients prevents errors.

Q37. A drug dosage model D&#039; = -kD + I(t) uses impulse I(t)=Aδ(tt0)I(t)=A\delta(t-t_0). How is this handled in linear framework?

A.Delta functions break linearity.
B.Integrate across t0t_0; DD jumps by AA, then evolves normally. ✅
C.Replace delta with limit of rectangles.
D.Cannot be solved analytically.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Advanced application. Distributional solutions extend linear theory. Jump condition replaces continuity. Post-jump evolution uses new IC. This handles bolus doses realistically. Bridges continuous ODEs and discrete events.

Q38. Why is y&#039; + y^2 = x NOT linear despite having y&#039; and xx?

A.Non-linearity comes from y2y^2, violating superposition. ✅
B.It is linear in xx.
C.Missing integrating factor.
D.Degree is too high.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Definition check. Linearity requires degree 1 in yy. y2y^2 breaks it. Simple but essential filter before applying IF. Prevents wasted effort.

Q39. For y&#039; + \frac{1}{x}y = x on (0,)(0,\infty), IF is xx. Solution involves x2dx\int x^2 dx. What if domain was (,0)(-\infty,0)?

A.IF becomes x-x; solution form changes sign.
B.IF is still effectively xx (or x|x|); solution structure identical. ✅
C.No solution exists.
D.Must use complex numbers.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Domain subtlety. 1x=lnx\int \frac{1}{x} = \ln|x|. μ=x\mu=|x|. On negatives, x=x|x|=-x. But (-x)y&#039; + (-x)\frac{1}{x}y = (-x)x \Rightarrow -(xy)&#039; = -x^2 \Rightarrow (xy)&#039;=x^2. Same result! Absolute value handles sign automatically. Robustness of method across domains.

Q40. In y&#039; + p(x)y = q(x), if q(x)0q(x) \equiv 0 and y(x0)=0y(x_0)=0, what is the solution?

A.Depends on p(x)p(x).
B.Always y0y \equiv 0. ✅
C.Exponential decay to zero.
D.Non-trivial solution possible.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Uniqueness/trivial solution. Homogeneous + zero IC = zero solution. Fundamental property. Checks understanding of IC role.

Q41. A student computes μ=e2xdx=ex2\mu = e^{\int 2x dx} = e^{x^2} for y&#039; + 2xy = x. Then writes (ye^{x^2})&#039; = xe^{x^2}. Correct?

A.Yes, perfect application. ✅
B.No, RHS should be xx.
C.No, LHS derivative is wrong.
D.No, IF is ex2e^{-x^2}.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Verification of core step. Product rule reversal is the heart of IF method. Confirming this builds procedural confidence. All elements align correctly.

🔗 Related Topics (MCQs)