JEE MathsDifferential EquationsCommon Mistakes
Common Mistakes

Traps in Differential Equations

6 mistake patterns students fall for. 2 high-frequency traps appear in almost every exam.

Confusing order with degree

Very CommonFORMULA

Order is the highest derivative present; degree is the exponent of that highest derivative when the DE is polynomial in derivatives.

Why: Both concepts relate to the highest derivative, so students mix them up. They may report the exponent as the order or vice versa.

WRONG: For (y)3+y=0(y'')^3 + y' = 0: saying order = 3 (the exponent) instead of 2
RIGHT: Order = 2 (highest derivative is yy''). Degree = 3 (power of yy'' in polynomial form).
See pattern: Find Order and Degree

Wrong integrating factor in linear DE

Very CommonFORMULA

Computing the integrating factor incorrectly, often by using the wrong sign for P(x) or forgetting to rewrite the DE in standard form first.

Why: Students directly read off P(x) without bringing the DE to the standard form dy/dx + Py = Q, leading to a wrong IF.

WRONG: For xdydxy=x2x\frac{dy}{dx} - y = x^2: using P=1P = -1 instead of dividing by xx first to get P=1/xP = -1/x
RIGHT: Divide by xx: dydxyx=x\frac{dy}{dx} - \frac{y}{x} = x. Now P=1/xP = -1/x, so IF =e1/xdx=elogx=1/x= e^{\int -1/x\,dx} = e^{-\log x} = 1/x.
See pattern: Solve Linear First-Order DE

Forgetting to divide by g(y) in variable separable

CommonDOMAIN

When separating variables in dy/dx = f(x)g(y), dividing by g(y) is valid only when g(y) is not zero. The case g(y) = 0 may give additional singular solutions.

Why: Students mechanically separate and integrate without checking if the denominator can be zero.

WRONG: Solving dy/dx = y*x by writing dy/y = x dx without noting y = 0 is also a solution
RIGHT: Separate and solve for y not equal to 0 to get y = Ce^(x^2/2). Then check: y = 0 satisfies the original DE, so include it (here it corresponds to C = 0).
See pattern: Solve Variable Separable DE

Not substituting back y = vx after solving homogeneous DE

CommonCASE MISS

After solving the separated equation in v and x, students forget to replace v with y/x to get the final answer.

Why: Students get the answer in terms of v and x and think they are done, forgetting that v was a temporary substitution.

WRONG: Writing the answer as logv=logx+C\log|v| = \log|x| + C and stopping
RIGHT: Replace v=y/xv = y/x: logy/x=logx+C\log|y/x| = \log|x| + C, which simplifies to y=Cx2y = Cx^2.
See pattern: Solve Homogeneous DE

Wrong sign in orthogonal trajectory substitution

CommonSIGN ERROR

When finding orthogonal trajectories, dy/dx must be replaced by -dx/dy (negative reciprocal), not just dx/dy or -dy/dx.

Why: Students forget the negative sign or invert incorrectly. Perpendicular slopes satisfy m1 * m2 = -1.

WRONG: Replacing dy/dxdy/dx with dx/dydx/dy (missing the negative sign)
RIGHT: Replace dy/dxdy/dx with dx/dy-dx/dy. This ensures the new family intersects the original at 90 degrees.
See pattern: Find Orthogonal Trajectory

Missing constant of integration

OccasionalFORMULA

Omitting the arbitrary constant C when writing the general solution of a DE, leading to an incomplete or incorrect answer.

Why: Students focus on the integration steps and forget that indefinite integration always produces a constant.

WRONG: General solution of dy/dx=2xdy/dx = 2x written as y=x2y = x^2 (missing +C+ C)
RIGHT: General solution: y=x2+Cy = x^2 + C. For a particular solution, use the initial condition to find C.
See pattern: Find Particular Solution with Initial Condition
Test yourself

Can you spot these traps under time pressure?

Take a timed quiz on Differential Equations and see if you avoid the mistakes above.