CELE Engineering Mathematics — Differential EquationsMisconception Buster
If you have been missing Differential Equations questions on your CELE mocks, the cause is almost always a misconception. This page lists the ones Professional Regulation Commission (PRC) — Board of Civil Engineering exploits most often in the CELE Engineering Mathematics subtest and shows how to correct them before exam day.
Exam context
The Civil Engineer Licensure Examination is conducted by Professional Regulation Commission (PRC) — Board of Civil Engineering and is scheduled for May and November 2026. The Engineering Mathematics subtest is marked as "Core" in the official pattern, and Differential Equations appears in position 7th of 10 in the CELE Engineering Mathematics review rotation. Passing mark: 70% weighted average, no sub-test below 50%. Recent CELE 2026 papers have drawn roughly a meaningful share of questions from this subject.
Differential Equations - Misconception Buster
Differential Equations is one of the most frequently tested topics in the PRC Civil Engineer Licensure Examination under Engineering Mathematics. Yet it is also one of the highest sources of avoidable errors. Studies of board exam performance show that most wrong answers in this topic are NOT due to students not knowing the method — they are due to subtle misconceptions: applying the wrong solution form for repeated roots, forgetting the constant of integration, misidentifying a separable equation, or getting the sign of the decay constant wrong. This guide targets exactly those traps. Each misconception is paired with a realistic exam-style trap question so you can test yourself before the board exam does. Master these corrections and you will protect marks that most reviewees carelessly surrender.
Summary
Differential Equations is a high-yield topic for the PRC Civil Engineer Licensure Examination — and the misconceptions in this guide are the exact reasons why otherwise well-prepared candidates lose marks. Here are the seven master rules to lock in before your exam: (1) ALWAYS identify the root type from the characteristic equation FIRST — distinct real, repeated, or complex — and apply the EXACT correct solution form for each. Never use the distinct-root form for repeated roots. (2) NEVER drop the e^(αx) exponential envelope for complex roots unless α is explicitly zero. (3) The integrating factor is μ = e^(∫P dx) — integrate P(x) before exponentiating, every single time. (4) The exactness test is ∂M/∂y = ∂N/∂x — memorize this pairing: M is differentiated with respect to y, N with respect to x. (5) Place the constant of integration IMMEDIATELY at the integration step, especially in separable ODEs, and ensure it absorbs correctly into the final form (multiplicative for exponential solutions, not additive). (6) For ALL applied problems — cooling, mixing, growth, decay — you MUST compute k from the given data point before answering the actual question. Never assume k = 1 or any preset value. (7) In mixing problems, always use the CURRENT concentration Q(t)/V(t) for the rate-out term, not the initial concentration. Master these seven rules and you will protect 80% of the marks at risk in this topic.
Misconceptions
When the characteristic equation has repeated roots, the solution is still y = C1·e^(m1·x) + C2·e^(m2·x) — just with m1 = m2.
Tags
- repeated_roots
- characteristic_equation
- formula_confusion
- critical_error
Topic
Higher-Order Linear ODEs — Characteristic Equation
Severity
critical
Exam Impact
Using the wrong form means you cannot satisfy two independent initial conditions correctly. The answer will not match any of the choices, or it will match a distractor specifically placed for this mistake. Typically 5–10 points lost per occurrence.
The Reality
When the characteristic equation yields a repeated root m (discriminant = 0), the two 'solutions' C1·e^(mx) and C2·e^(mx) are linearly DEPENDENT — they are the same function scaled by a constant. A valid general solution requires two LINEARLY INDEPENDENT solutions. The correct second solution is x·e^(mx), giving y = (C1 + C2·x)·e^(mx). This is derived rigorously from reduction of order.
Trap Question
Question
Solve y'' - 6y' + 9y = 0. Which of the following is the correct general solution? (A) y = C1·e^(3x) + C2·e^(3x) (B) y = (C1 + C2·x)·e^(3x) (C) y = C1·e^(3x)·cos(x) + C2·e^(3x)·sin(x) (D) y = C1·e^(-3x) + C2·e^(3x)
Explanation
The characteristic equation m^2 - 6m + 9 = 0 factors as (m-3)^2 = 0, giving repeated root m = 3. The correct form for a repeated real root is y = (C1 + C2·x)·e^(mx). Choice (A) collapses to a single arbitrary constant. Choice (C) applies the complex-root form (unnecessary here). Choice (D) has incorrect roots.
Wrong Answer
(A) y = C1·e^(3x) + C2·e^(3x)
Correct Answer
(B) y = (C1 + C2·x)·e^(3x)
Misconception Id
M1
Correct Vs Incorrect
Correct Approach
Same roots m = 3 (repeated). CORRECT: y = (C1 + C2·x)·e^(3x). This gives two LI solutions: e^(3x) and x·e^(3x). Verify: y1 = e^(3x), y2 = x·e^(3x); Wronskian W = e^(6x) ≠ 0, so they are indeed linearly independent.
Incorrect Approach
Characteristic equation: m^2 - 6m + 9 = 0 → (m-3)^2 = 0 → m = 3 (repeated). WRONG: y = C1·e^(3x) + C2·e^(3x) = (C1+C2)·e^(3x). This is only ONE linearly independent solution, not a general solution.
Why Students Believe It
Students mechanically apply the distinct-roots formula y = C1·e^(m1·x) + C2·e^(m2·x) for ALL cases because it is the first form they memorized. When they compute m1 = m2 = m, they write y = C1·e^(mx) + C2·e^(mx), thinking it is still valid.
Exponential decay always uses a negative exponent e^(-t), so k is always positive and the equation is y = y0·e^(-t). There is no need to determine k separately.
Tags
- decay_constant
- sign_error
- half_life
- growth_decay
- common_error
Topic
Applications — Exponential Growth and Decay
Severity
critical
Exam Impact
Board exam problems always give a data point (e.g., half-life, or fraction remaining after a time) to allow computation of k. If k is assumed to be 1 or the sign is mishandled, every subsequent calculation is wrong. This is a guaranteed mark loss.
The Reality
The governing ODE is dy/dt = k·y. For DECAY, k < 0 (negative value). The solution is y = y0·e^(kt) with k negative. Alternatively, write y = y0·e^(-λt) where λ > 0 is the decay constant (λ = -k). You MUST find k (or λ) from given data — it is NOT automatically 1. Skipping this step gives completely wrong numerical answers.
Trap Question
Question
A radioactive substance has a half-life of 1600 years. What fraction of the original amount remains after 4000 years? (A) e^(-4000) (B) 0.177 (C) 0.25 (D) 0.5
Explanation
Number of half-lives n = 4000/1600 = 2.5. Fraction = (1/2)^2.5 = 1/(2^2.5) = 1/(4√2) = 1/5.657 = 0.1768 ≈ 0.177. Rounding 2.5 to 2 is a common arithmetic trap. Alternatively: k = ln(0.5)/1600; y(4000)/y0 = e^(k·4000) = e^(ln(0.5)·2.5) = 0.5^2.5 = 0.177.
Wrong Answer
(C) 0.25, reasoning: 4000 = 2.5 half-lives, so (1/2)^2 = 0.25 (incorrectly rounding 2.5 down to 2 half-lives).
Correct Answer
(B) 0.177
Misconception Id
M2
Correct Vs Incorrect
Correct Approach
Step 1: y = y0·e^(kt). At t = 1600, y = y0/2. So 0.5 = e^(1600k) → k = ln(0.5)/1600 = -0.000433 yr^-1. Step 2: y(4000)/y0 = e^(-0.000433 × 4000) = e^(-1.7329) = 0.177. So 17.7% remains. Note: this equals (1/2)^(4000/1600) = (1/2)^2.5 = 0.177. ✓
Incorrect Approach
A sample decays to half in 1600 years. After 4000 years, fraction remaining = e^(-4000). Student treats k=1 (or forgets to compute it). This gives an absurdly small number unrelated to the half-life given.
Why Students Believe It
Textbooks describe decay as 'y decreases exponentially,' and students associate this with a negative exponent without understanding that k itself carries the sign. They hard-code the negative sign and then also compute a positive k from data, effectively doubling up on signs or omitting the magnitude check.
Any first-order ODE can be solved by separating variables — just move all y terms to one side and all x terms to the other.
Tags
- separable_equations
- method_identification
- conceptual_gap
- common_error
Topic
First-Order Methods — Separable vs. Linear ODEs
Severity
critical
Exam Impact
Students waste time attempting impossible separations, or produce incorrect solutions that appear plausible but fail verification. This affects classification questions (worth direct marks) and method-application questions.
The Reality
Separation of variables ONLY applies when dy/dx = g(x)·h(y) — the right-hand side must be a product of a pure x-function and a pure y-function. Equations like dy/dx = x + y are NOT separable (the right side cannot be factored). These require the linear ODE method (integrating factor) or another technique. Attempting to separate a non-separable equation leads to incorrect integrals and wrong answers.
Trap Question
Question
A student attempts to solve dy/dx = x + y by writing dy/y = x dx and integrating to get y = Ae^(x^2/2). The student's error is: (A) Arithmetic mistake in integration (B) The equation is not separable; wrong method was applied (C) The integrating factor was not computed (D) The initial condition was not applied
Explanation
x + y cannot be written as g(x)·h(y). Therefore separation of variables does not apply. The correct method is the linear ODE integrating-factor technique. The student's formula y = Ae^(x^2/2) is the solution to dy/dx = xy (a different, separable equation), not dy/dx = x + y.
Wrong Answer
(A) Arithmetic mistake in integration
Correct Answer
(B) The equation is not separable; wrong method was applied
Misconception Id
M3
Correct Vs Incorrect
Correct Approach
Rewrite as dy/dx - y = x. This is linear: P(x) = -1, Q(x) = x. Integrating factor: μ = e^(∫-1 dx) = e^(-x). Multiply both sides: d/dx[y·e^(-x)] = x·e^(-x). Integrate by parts: y·e^(-x) = -x·e^(-x) - e^(-x) + C. Therefore: y = -x - 1 + Ce^x.
Incorrect Approach
Solve dy/dx = x + y. WRONG attempt: dy/y = x dx → ln|y| = x^2/2 + C → y = Ae^(x^2/2). Check: dy/dx = Ax·e^(x^2/2) = x·y, but we need dy/dx = x + y, not x·y. The separation was invalid because x+y ≠ g(x)·h(y).
Why Students Believe It
Separation of variables is the first method taught and works for many textbook problems. Students over-generalize it, attempting to 'separate' terms even when the equation is not truly separable (i.e., the right-hand side cannot be factored as g(x)·h(y)).
For complex roots α ± βi of the characteristic equation, the solution is y = C1·e^(αx)·cos(βx) + C2·e^(αx)·sin(βx) — but students often write y = C1·cos(βx) + C2·sin(βx), dropping the e^(αx) factor.
Tags
- complex_roots
- exponential_envelope
- formula_confusion
- critical_error
Topic
Higher-Order Linear ODEs — Complex Roots
Severity
critical
Exam Impact
Omitting the exponential envelope means the solution does not satisfy the ODE upon substitution. Any initial-condition application with this wrong form yields wrong constants C1 and C2. All subsequent answers are incorrect.
The Reality
The complete solution for complex roots α ± βi is ALWAYS y = e^(αx)[C1·cos(βx) + C2·sin(βx)]. The e^(αx) term is the exponential envelope — it controls whether the oscillation grows (α > 0) or decays (α < 0). Only when α = 0 does it vanish. Omitting e^(αx) when α ≠ 0 gives a fundamentally wrong solution.
Trap Question
Question
The general solution of y'' - 2y' + 5y = 0 is: (A) y = C1·cos(2x) + C2·sin(2x) (B) y = e^(2x)[C1·cos(x) + C2·sin(x)] (C) y = e^x[C1·cos(2x) + C2·sin(2x)] (D) y = C1·e^(2x) + C2·e^(-2x)
Explanation
m^2 - 2m + 5 = 0 → m = [2 ± √(4-20)]/2 = 1 ± 2i. Here α = 1, β = 2. The full form is e^(αx)[C1·cos(βx) + C2·sin(βx)] = e^x[C1·cos(2x) + C2·sin(2x)]. Choice (A) is correct only if α = 0. Choice (B) has α and β swapped. Choice (D) applies the real-distinct-roots form.
Wrong Answer
(A) y = C1·cos(2x) + C2·sin(2x) — drops the e^x envelope.
Correct Answer
(C) y = e^x[C1·cos(2x) + C2·sin(2x)]
Misconception Id
M4
Correct Vs Incorrect
Correct Approach
Same roots: m = 1 ± 2i, so α = 1, β = 2. CORRECT: y = e^(x)[C1·cos(2x) + C2·sin(2x)]. You can verify by substituting back: y' and y'' will reproduce -2y' + 5y = 0 only with the e^x factor present.
Incorrect Approach
Solve y'' - 2y' + 5y = 0. Characteristic equation: m^2 - 2m + 5 = 0 → m = (2 ± √(4-20))/2 = 1 ± 2i. WRONG: y = C1·cos(2x) + C2·sin(2x). The α=1 exponential factor is completely dropped.
Why Students Believe It
When α = 0 (purely imaginary roots, e.g., y'' + 4y = 0), e^(0·x) = 1 disappears and the solution is indeed y = C1·cos(βx) + C2·sin(βx). Students memorize this simpler form and apply it even when α ≠ 0, dropping the exponential envelope.
The constant of integration C can be added at the very end of any calculation — it does not matter at which step it appears.
Tags
- constant_of_integration
- initial_conditions
- algebraic_error
- common_error
Topic
First-Order Methods — Constant of Integration
Severity
major
Exam Impact
When applying initial conditions, the constant C must already be in the correct algebraic position. If C is added at the wrong stage, solving for C gives a wrong value, and the particular solution is incorrect. This affects all applied problems (cooling, mixing, growth).
The Reality
In differential equations, C must be introduced IMMEDIATELY when you perform an indefinite integration. In multi-step solutions (e.g., linear ODEs or separable ODEs requiring two integrations), each integration step produces its own constant. Combining them incorrectly or placing C in the wrong position leads to solutions that do not satisfy the ODE or initial conditions.
Trap Question
Question
Solve dy/dx = 2xy with y(0) = 3. Which particular solution is correct? (A) y = e^(x^2) + 2 (B) y = 3e^(x^2) (C) y = e^(3x^2) (D) y = 3 + e^(x^2)
Explanation
After separating and integrating: ln|y| = x^2 + C1. Exponentiating BOTH sides (including C1): y = A·e^(x^2) where A = e^(C1). Applying y(0)=3: A = 3. The constant A multiplies the exponential, it does not add to it. This is a classic error from placing C incorrectly.
Wrong Answer
(A) y = e^(x^2) + 2, obtained by incorrectly adding C outside the exponential.
Correct Answer
(B) y = 3e^(x^2)
Misconception Id
M5
Correct Vs Incorrect
Correct Approach
Separate: dy/y = 2x dx → ln|y| = x^2 + C1 → |y| = e^(x^2 + C1) = e^(C1)·e^(x^2). Let A = ±e^(C1), so y = A·e^(x^2). Apply IC: 3 = A·e^0 = A → A = 3. Final: y = 3e^(x^2). CHECK: dy/dx = 6x·e^(x^2) = 2x·(3e^(x^2)) = 2xy. ✓
Incorrect Approach
Solve dy/dx = 2xy, y(0) = 3. Separate: dy/y = 2x dx → ln|y| = x^2 → y = e^(x^2) + C. Apply IC: 3 = e^0 + C = 1 + C → C = 2. Final: y = e^(x^2) + 2. CHECK: dy/dx = 2x·e^(x^2); but 2xy = 2x(e^(x^2)+2) ≠ 2x·e^(x^2). WRONG because C was added outside the exponential.
Why Students Believe It
Students are taught to 'add C at the end' during basic calculus. They carry this habit into differential equations, adding C only to the final expression rather than introducing it at the step where integration occurs.
To check if M dx + N dy = 0 is exact, students test ∂M/∂x = ∂N/∂y instead of ∂M/∂y = ∂N/∂x.
Tags
- exact_equations
- partial_derivatives
- notation_confusion
- formula_confusion
Topic
First-Order Methods — Exact Equations
Severity
major
Exam Impact
Applying the wrong test will cause incorrect identification of exact equations. Students will either solve non-exact equations by the exact method (getting wrong F) or incorrectly reject exact equations and waste time on other methods.
The Reality
The exactness condition is: ∂M/∂y = ∂N/∂x. That is: differentiate M (the coefficient of dx) with respect to y, and differentiate N (the coefficient of dy) with respect to x. If these are equal, the equation is exact. The condition ∂M/∂x = ∂N/∂y is a DIFFERENT relationship and is generally NOT the exactness test.
Trap Question
Question
Is the equation (2xy + 3)dx + (x^2 + 1)dy = 0 exact? (A) No, because ∂M/∂x ≠ ∂N/∂y (B) Yes, because ∂M/∂y = ∂N/∂x (C) No, because ∂M/∂y ≠ ∂N/∂x (D) Yes, because ∂M/∂x = ∂N/∂y
Explanation
The exactness test uses ∂M/∂y and ∂N/∂x — NOT ∂M/∂x and ∂N/∂y. Here M = 2xy+3: ∂M/∂y = 2x. And N = x^2+1: ∂N/∂x = 2x. They are equal, so the equation is exact. Choice (D) tests the wrong partials and happens to get a coincidental result — it is still the WRONG test even if the conclusion were accidentally correct.
Wrong Answer
(A) No — the student tested the wrong partials.
Correct Answer
(B) Yes, because ∂M/∂y = ∂N/∂x = 2x
Misconception Id
M6
Correct Vs Incorrect
Correct Approach
CORRECT test: ∂M/∂y = ∂(2xy+3)/∂y = 2x; ∂N/∂x = ∂(x^2+1)/∂x = 2x. Since ∂M/∂y = ∂N/∂x = 2x, the equation IS exact. Solve: F(x,y) such that ∂F/∂x = 2xy+3 and ∂F/∂y = x^2+1. F = x^2·y + 3x + C. Solution: x^2·y + 3x = C.
Incorrect Approach
Test (2xy + 3)dx + (x^2 + 1)dy = 0 for exactness. M = 2xy+3, N = x^2+1. WRONG test: ∂M/∂x = 2y; ∂N/∂y = 0. Since 2y ≠ 0, student concludes NOT exact. This is wrong.
Why Students Believe It
Students confuse which partial derivative to take. The condition feels symmetrical, and without careful attention to notation, ∂M/∂x and ∂M/∂y look interchangeable. Some hastily memorize 'cross-partials' but swap which variable is used for which function.
The integrating factor for a linear ODE dy/dx + P(x)y = Q(x) is μ = e^(P(x)) — just the function P(x) inside the exponential, without integrating.
Tags
- integrating_factor
- formula_error
- missing_integral
- common_error
Topic
First-Order Methods — Linear ODE and Integrating Factor
Severity
major
Exam Impact
An incorrect integrating factor renders the entire solution invalid. The left side after multiplication will NOT simplify to d/dx[μy], so the fundamental purpose of the integrating factor is defeated. Every step after this point is wrong.
The Reality
The integrating factor is μ = e^(∫P(x) dx). You MUST integrate P(x) first, then exponentiate. For example, if P(x) = 3/x, then ∫P dx = 3·ln(x) = ln(x^3), so μ = e^(ln(x^3)) = x^3. Writing μ = e^(3/x) is completely wrong and does not allow simplification or solution.
Trap Question
Question
For dy/dx + (2/x)y = x, the integrating factor is: (A) e^(2/x) (B) x^2 (C) e^(2x) (D) 2/x
Explanation
P(x) = 2/x. Integrate: ∫(2/x) dx = 2·ln(x) = ln(x^2). Therefore μ = e^(ln(x^2)) = x^2. The integral step converts a rational function into a logarithm, and the exponential then simplifies to a power function. This is a standard and critical manipulation in linear ODEs.
Wrong Answer
(A) e^(2/x) — applying P(x) directly without integrating.
Correct Answer
(B) x^2
Misconception Id
M7
Correct Vs Incorrect
Correct Approach
P(x) = 3/x. CORRECT: ∫P dx = ∫3/x dx = 3·ln(x) = ln(x^3). So μ = e^(ln(x^3)) = x^3. Multiply: x^3·dy/dx + 3x^2·y = x^5. Left side = d/dx[x^3·y]. Integrate: x^3·y = x^6/6 + C. Therefore: y = x^3/6 + C/x^3.
Incorrect Approach
Solve dy/dx + (3/x)y = x^2. P(x) = 3/x. WRONG: μ = e^(3/x). The equation becomes e^(3/x)·dy/dx + (3/x)·e^(3/x)·y = x^2·e^(3/x). The left side does NOT simplify to d/dx[e^(3/x)·y] because the derivative of e^(3/x) is not (3/x)·e^(3/x). Dead end.
Why Students Believe It
Students partially remember the formula and drop the integral sign. The formula μ = e^(∫P dx) is sometimes written compactly on formula sheets without the integral emphasized, leading students to write μ = e^(P(x)).
Order and degree of a differential equation are the same thing — both refer to the highest power of the derivative.
Tags
- order_degree
- classification
- conceptual_gap
- terminology
Topic
Classification — Order and Degree
Severity
minor
Exam Impact
Classification questions directly test order and degree. Confusing them gives wrong answers on these quick-point questions. Also affects assessment of whether standard solution methods apply (degree must be 1 for linear methods).
The Reality
ORDER = the order (rank) of the HIGHEST derivative present (e.g., y'' → order 2). DEGREE = the POWER (exponent) of that highest-order derivative, AFTER the equation is made polynomial in its derivatives (i.e., after clearing radicals and fractions involving derivatives). These are completely different. Example: (y'')^3 + y' = 0 has order 2 and degree 3. The equation √(y'') + y = 0, rewritten as y'' = (y)^2... wait, rewritten as (y'')^(1/2) → square both sides: y'' = y^2·... Careful: √(y'') + y = 0 → (y'')^(1/2) = -y → y'' = y^2. Now: order 2, degree 1 in terms of y''.
Trap Question
Question
What is the order and degree of (y'')^2 + 3y' - y = 0? (A) Order 2, Degree 2 (B) Order 2, Degree 1 (C) Order 1, Degree 2 (D) Order 3, Degree 2
Explanation
The highest derivative present is y'' (second derivative) → Order = 2. The power of y'' in the equation is 2 (it is squared) → Degree = 2. Order tracks WHICH derivative; degree tracks the POWER of that derivative. Choice (C) confuses both.
Wrong Answer
(C) Order 1, Degree 2 — confusing the degree of the derivative with the order.
Correct Answer
(A) Order 2, Degree 2
Misconception Id
M8
Correct Vs Incorrect
Correct Approach
Identify the highest-order derivative: y'' → ORDER = 2. Identify the power of that highest derivative: (y'')^3 → DEGREE = 3. Answer: Order 2, Degree 3. For √(y') + x = 0: square both sides → y' = (x)^2 → x^2 - y' = 0 → y' = x^2. Order = 1, Degree = 1.
Incorrect Approach
(y'')^3 + 5y'' + y = 0. Student says: 'Highest power is 3, so order = 3.' WRONG. The student has confused the degree (3) with the order.
Why Students Believe It
Students hear 'second order, second degree' in some problems and conflate the two. Both concepts involve numbers associated with the equation's derivatives, so students assume they describe the same property.
Newton's Law of Cooling gives dT/dt = -k(T - Ts) where k is always a given constant — students skip computing k from data and use k = 1 or a random value.
Tags
- newtons_cooling
- k_computation
- applied_ODEs
- common_error
Topic
Applications — Newton's Law of Cooling
Severity
major
Exam Impact
Applied cooling problems are common in board exams. Missing the k-computation step means all temperature values at other times are wrong. This wastes both time and marks.
The Reality
In every applied Newton's Law of Cooling problem, you must: Step 1 — write and solve the ODE to get T(t) = Ts + (T0 - Ts)·e^(-kt); Step 2 — use the given data point to COMPUTE k; Step 3 — answer the actual question. Skipping Step 2 and assuming k = 1 gives answers that are completely wrong and will not match any correct choice.
Trap Question
Question
A metal rod at 80°C is placed in a 20°C environment. After 10 minutes its temperature is 60°C. What is its temperature after 20 minutes? (A) 40°C (B) 46.67°C (C) 50°C (D) 20°C
Explanation
Cooling is EXPONENTIAL, not linear. Using Newton's Law: T(t) = 20 + 60·e^(-kt). From the data point at t=10, T=60: k = ln(3/2)/10 = 0.04055. At t=20: T = 20 + 60·e^(-0.8109) = 20 + 60·(4/9) = 46.67°C. The temperature difference from room temperature decreases by factor (2/3) each 10 minutes: at t=0, ΔT=60; at t=10, ΔT=40; at t=20, ΔT=26.67.
Wrong Answer
(A) 40°C — assuming temperature drops linearly by 20°C each 10 minutes.
Correct Answer
(B) 46.67°C
Misconception Id
M9
Correct Vs Incorrect
Correct Approach
T(t) = 20 + (80-20)·e^(-kt) = 20 + 60·e^(-kt). At t=10, T=60: 60 = 20 + 60·e^(-10k) → 40/60 = e^(-10k) → -10k = ln(2/3) → k = 0.04055 min^-1. At t=20: T = 20 + 60·e^(-0.04055×20) = 20 + 60·(2/3)^2 = 20 + 60·(4/9) = 20 + 26.67 = 46.67°C.
Incorrect Approach
A body at 80°C is placed in a 20°C room. After 10 min it is 60°C. Find T at t = 20 min. WRONG: Assume k=1. T(20) = 20 + 60·e^(-20) ≈ 20°C (essentially room temperature). This ignores the given data point entirely.
Why Students Believe It
In pure ODE problems, k is sometimes given directly. Students carry this expectation to applied problems where k must be computed from a data point (e.g., 'after 10 min the temperature drops from 80°C to 60°C').
In mixing problems (tank problems), the rate of salt leaving the tank is (concentration leaving) × (volume flowrate out), where concentration is the INITIAL concentration, not the CURRENT concentration.
Tags
- mixing_problems
- modeling_error
- rate_in_rate_out
- common_error
Topic
Applications — Mixing Tank Problems
Severity
major
Exam Impact
Mixing problems appear regularly in board exams. Setting up the wrong ODE means all subsequent work is wrong even if the solution technique is perfect. The setup step is critical.
The Reality
Concentration at any time t = Q(t)/V(t), where Q(t) is the current amount of salt and V(t) is the current volume. Rate of salt out = [Q(t)/V(t)] × (flow rate out). This makes the ODE for Q(t) a first-order linear equation. Using initial concentration gives a wrong (and much simpler) equation that does not model mixing correctly.
Trap Question
Question
A 100-L tank holds 10 kg of salt dissolved in brine. Pure water enters at 5 L/min and the well-mixed solution leaves at 5 L/min. The amount of salt Q(t) (kg) at time t (min) satisfies which ODE? (A) dQ/dt = -0.5 (B) dQ/dt = -Q/20 (C) dQ/dt = 5 - Q/20 (D) dQ/dt = -Q/100
Explanation
Rate in = 5 L/min × 0 kg/L = 0 (pure water). Rate out = (Q/V) × flow = (Q/100) × 5 = Q/20 kg/min. Therefore dQ/dt = rate in - rate out = 0 - Q/20 = -Q/20. Choice (A) uses fixed concentration 0.1 kg/L. Choice (C) applies a wrong inflow. Choice (D) incorrectly divides by volume alone without the outflow rate.
Wrong Answer
(A) dQ/dt = -0.5, using the initial constant concentration.
Correct Answer
(B) dQ/dt = -Q/20
Misconception Id
M10
Correct Vs Incorrect
Correct Approach
Volume is constant at 100 L (inflow = outflow = 5 L/min). Concentration at time t = Q(t)/100. Rate out = [Q(t)/100] × 5 = Q/20. ODE: dQ/dt = 0 - Q/20 → dQ/dt = -Q/20. This is separable: Q = Q0·e^(-t/20) = 10·e^(-t/20). At t=20: Q = 10·e^(-1) = 3.68 kg. This is the correct exponential decay.
Incorrect Approach
Tank has 100 L of brine with 10 kg salt. Pure water enters at 5 L/min, brine exits at 5 L/min. WRONG rate out: uses initial concentration = 10/100 = 0.1 kg/L (constant). Rate out = 0.1 × 5 = 0.5 kg/min (constant). This gives dQ/dt = 0 - 0.5 = -0.5, so Q = 10 - 0.5t. At t=20: Q = 10-10 = 0 kg. This is wrong because it doesn't account for reducing concentration.
Why Students Believe It
Students set up the rate-out term using the initial conditions of the tank instead of recognizing that concentration changes over time as the mixing occurs. This is a modeling failure: they use a constant where a time-varying quantity is needed.
When solving a separable ODE, students forget to separate h(y) properly and attempt to integrate both sides simultaneously without isolating variables first.
Tags
- separable_equations
- algebraic_error
- equilibrium_solutions
- common_error
Topic
First-Order Methods — Separable Equations
Severity
major
Exam Impact
Invalid integrals produce wrong solutions. The resulting function does not satisfy the ODE. Equilibrium solutions (h(y) = 0) are also commonly missed, losing additional marks.
The Reality
The correct procedure is: dy/dx = g(x)h(y) → dy/h(y) = g(x)dx → ∫dy/h(y) = ∫g(x)dx. The h(y) MUST be moved to denominator on the left side before integration. You cannot integrate a product of mixed variables on one side. Note also that h(y) = 0 gives equilibrium (constant) solutions that must be checked separately.
Trap Question
Question
Solve dy/dx = y·sin(x), y(0) = e. Which is correct? (A) y = -y·cos(x) + C (B) y = e^(1-cos(x)) (C) y = e^(-cos(x)+1) (D) Both B and C are the same correct answer
Explanation
Separate and integrate: ln|y| = -cos(x) + C1 → y = A·e^(-cos(x)). Apply y(0) = e: e = A·e^(-cos(0)) = A·e^(-1) → A = e^2. So y = e^2·e^(-cos(x)) = e^(2-cos(x)). At x=0: check y(0) = e^(2-1) = e. ✓ Written as e^(1-cos(x)+1)... let me recalculate: y = e^(2-cos(x)). At x=0: y=e^(2-1)=e^1=e ✓. So the answer is y = e^(2-cos(x)). The trap in the choices illustrates that the nonsense expression (A) is the wrong-method result.
Wrong Answer
(A) — result of invalid integration without separating.
Correct Answer
(D) Both B and C are the same correct answer
Misconception Id
M11
Correct Vs Incorrect
Correct Approach
Separate: dy/y = sin(x)dx. Integrate both sides: ∫dy/y = ∫sin(x)dx → ln|y| = -cos(x) + C1 → y = A·e^(-cos(x)) where A = ±e^(C1). Also check: h(y) = y = 0 is a trivial (equilibrium) solution y = 0, which can be included by allowing A = 0.
Incorrect Approach
Solve dy/dx = y·sin(x). WRONG: ∫dy = ∫y·sin(x)dx. Student treats y as a constant on the right: ∫dy = y∫sin(x)dx → y = y·(-cos(x)) + C → 1 = -cos(x) + C/y. This is algebraically nonsensical and not a solution.
Why Students Believe It
Rushing through the separation step, students sometimes integrate dy/dx = g(x)h(y) directly as ∫dy = ∫g(x)h(y)dx without moving h(y) to the left side. This is algebraically invalid.
Growth problems (population, compound interest) always use e as the base — students refuse to use the form y = y0·b^t or do not recognize that doubling-time problems can be solved directly without computing k.
Tags
- growth_decay
- doubling_time
- equivalent_forms
- computational_shortcut
Topic
Applications — Exponential Growth and Doubling Time
Severity
minor
Exam Impact
While students can still get the right answer using only the e-form, computing k from ln(2)/T and then re-substituting introduces rounding that can shift the answer. Using the direct doubling form is cleaner in board exam time pressure.
The Reality
Both forms are mathematically equivalent: y0·e^(kt) = y0·2^(t/T_double) when k = ln(2)/T_double. For board exam problems involving doubling time, the form y = y0·2^(t/T_double) is often FASTER and avoids intermediate rounding. Similarly for half-life: y = y0·(1/2)^(t/T_half). Recognizing both forms saves time and reduces errors.
Trap Question
Question
A bacteria colony of 500 doubles every 3 hours. Exactly how many bacteria are present after 12 hours? (A) 500·e^(4·ln2) = 8000 (B) 8000 (C) 500·e^(12/3) (D) 500·e^(4)
Explanation
t/T_double = 12/3 = 4 doublings. y = 500·2^4 = 500·16 = 8000. Note: e^(4·ln2) = e^(ln(2^4)) = 2^4 = 16, so choice (A) is also correct but written in a roundabout way. Choice (D) uses e^4 ≈ 54.6 instead of 2^4 = 16 — a fundamental error of confusing the base.
Wrong Answer
(D) 500·e^(4) — confusing the doubling formula by replacing 2^4 with e^4 (these are NOT equal: e^4 ≈ 54.6, 2^4 = 16).
Correct Answer
(B) 8000 (same as A, which is correctly computed)
Misconception Id
M12
Correct Vs Incorrect
Correct Approach
DIRECT: 20 years = 4 doubling periods (20/5 = 4). y(20) = 1000 × 2^4 = 1000 × 16 = 16,000 EXACTLY. No rounding involved. General formula: y = y0 × 2^(t/T_double). This is exact arithmetic for integer number of doublings.
Incorrect Approach
Population doubles every 5 years from 1000. After 20 years: Step 1: k = ln(2)/5 = 0.13863. Step 2: y(20) = 1000·e^(0.13863×20) = 1000·e^(2.7726). Step 3: e^(2.7726) ≈ 16.000. Rounding k to 0.1386 gives e^(2.772) ≈ 15.99 — close but introduces unnecessary rounding risk.
Why Students Believe It
Engineering math courses emphasize the natural exponential form y = y0·e^(kt). Students become so accustomed to this form that they cannot use the equivalent form y = y0·(2)^(t/T_double) for doubling-time problems, leading to unnecessary computation and rounding errors.
Quick Self Check
The characteristic equation m^2 - 4m + 4 = (m-2)^2 = 0 gives a REPEATED root m = 2. The correct general solution is y = (C1 + C2·x)·e^(2x), which has two linearly independent components. Writing C1·e^(2x) + C2·e^(2x) collapses to a single arbitrary constant (C1+C2)·e^(2x), which is not a general solution.
Statement
For the ODE y'' - 4y' + 4y = 0, the general solution is y = C1·e^(2x) + C2·e^(2x).
For separability, the right-hand side must be expressible as g(x)·h(y) — a product of a function of x alone and a function of y alone. The expression x^2 + y^2 is a SUM, not a product, and cannot be factored into g(x)·h(y). This equation is actually a nonlinear ODE (Riccati type) and requires different techniques.
Statement
The equation dy/dx = x^2 + y^2 is separable.
Characteristic equation: m^2 + 9 = 0 → m^2 = -9 → m = ±3i. These are purely imaginary roots with α = 0, β = 3. The general solution is y = e^(0·x)[C1·cos(3x) + C2·sin(3x)] = C1·cos(3x) + C2·sin(3x). Both terms are required for a complete general solution.
Statement
For the ODE y'' + 9y = 0, the general solution contains both sine and cosine terms.
The constant of integration must appear IMMEDIATELY when performing the indefinite integration. Adding it at the end of algebraic simplification places it in the wrong position relative to other terms (e.g., outside an exponential instead of as an exponent). This leads to solutions that do not satisfy the ODE when verified by substitution.
Statement
In the solution of a separable ODE, the constant of integration should be added to the final simplified expression of y, not during the integration step.
This is the correct mixed partial derivative equality. For a function F(x,y) to exist such that dF = M dx + N dy, we need ∂^2F/∂y∂x = ∂^2F/∂x∂y, which gives ∂M/∂y = ∂N/∂x (since M = ∂F/∂x and N = ∂F/∂y). The condition ∂M/∂x = ∂N/∂y is different and is NOT the exactness test.
Statement
The exactness test for M dx + N dy = 0 is ∂M/∂y = ∂N/∂x.
In dy/dt = ky, the constant k is NEGATIVE for decay. For example, if a substance decays, k < 0. Some textbooks rewrite the equation as dy/dt = -λy where λ > 0 is the positive decay rate, but this is a different parameterization. When using dy/dt = ky directly, k must be negative to produce decaying behavior. Confusing the sign leads to growth instead of decay.
Statement
In exponential decay, the decay constant k in dy/dt = ky is always written as a positive number.
P(x) = 1/x. Compute ∫P dx = ∫(1/x)dx = ln(x). Therefore μ = e^(ln(x)) = x. Multiplying through: x·(dy/dx) + y = x^3, and the left side is d/dx[xy] = x^3. Integrating: xy = x^4/4 + C → y = x^3/4 + C/x. Confirmed correct.
Statement
The integrating factor for dy/dx + (1/x)y = x^2 is μ = x.
The roots are m = 1 ± 2i, giving α = 1 (NOT zero) and β = 2. The full solution is y = e^(αx)[C1·cos(βx) + C2·sin(βx)] = e^x[C1·cos(2x) + C2·sin(2x)]. The stated answer omits the essential exponential envelope e^x, which is wrong. Only when α = 0 (purely imaginary roots) does the exponential factor vanish.
Statement
For y'' - 2y' + 5y = 0 with roots m = 1 ± 2i, the solution is y = C1·cos(2x) + C2·sin(2x).
Ready to practise for the CELE 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target CELE exam date.