1
Forgetting the constant of integration after separating
Wrong
\(\displaystyle \int \frac{dy}{y} = \int x\,dx \implies \ln|y| = \frac{x^2}{2}\)
Correct
\(\displaystyle \ln|y| = \frac{x^2}{2} + C\)
Tip: Always add \(+C\) immediately when you integrate. Missing it gives a single curve instead of the full family of solutions.
2
Dividing by \(y\) without checking \(y=0\)
Wrong
\(\displaystyle y' = xy^2 \implies \frac{y'}{y^2} = x\) (no comment about \(y=0\))
Correct
Note that \(y=0\) is a solution. For \(y\neq 0\), divide by \(y^2\) and proceed.
Tip: Whenever you divide by an expression involving \(y\), check whether that expression being zero gives a valid (possibly singular) solution.
3
Forgetting the integrating factor in linear equations
Wrong
\(y' + 2y = e^x \implies\) integrate both sides directly: \(y = e^x + C\)
Correct
Multiply by \(\mu = e^{\int 2\,dx} = e^{2x}\). Then \((e^{2x}y)' = e^{3x}\), so \(y = \frac{1}{3}e^x + Ce^{-2x}\).
Tip: A linear ODE \(y'+P(x)y=Q(x)\) is never solved by "just integrating." You must use the integrating factor \(\mu = e^{\int P\,dx}\).
4
Wrong substitution in Bernoulli equations
Wrong
\(y' + y = y^3\) — substituting \(v = y\) or \(v = y^3\)
Correct
For \(y' + Py = Qy^n\) with \(n=3\): use \(v = y^{1-n} = y^{-2}\).
Tip: The Bernoulli substitution is always \(v = y^{1-n}\). Memorize the formula, don't guess.
5
Confusing exact equations with separable ones
Wrong
\((2xy + 3)\,dx + (x^2 + 4y)\,dy = 0\) — trying to separate \(x\) and \(y\)
Correct
Check: \(\frac{\partial M}{\partial y} = 2x = \frac{\partial N}{\partial x}\). It's exact — find \(F(x,y)\) such that \(F_x = M,\; F_y = N\).
Tip: Before choosing a method, classify the equation. Check separable → linear → exact → Bernoulli in order.
6
Dropping the absolute value in \(\ln|y|\)
Wrong
\(\ln y = x + C \implies y = e^{x+C}\) (only positive \(y\))
Correct
\(\ln|y| = x + C \implies y = \pm e^C \cdot e^x = Ae^x\) where \(A\) can be positive or negative.