Forgetting to change limits after substitution
Very CommonFORMULA
When using substitution in definite integrals, the limits must change to the new variable.
Why: Students substitute the integrand correctly but forget that limits are in terms of the old variable.
WRONG: Substituting t=sinx but keeping limits as 0 to π/2 instead of converting to 0 to 1 RIGHT: When t=sinx: x=0⇒t=0, x=π/2⇒t=1. Use new limits with new variable. See pattern: Substitution-Based Integrals →Wrong application of King's property
Very CommonFORMULA
King's property: ∫abf(x)dx=∫abf(a+b−x)dx. The replacement is x→(a+b−x), not (b−a−x).
Why: Students confuse the substitution: the sum of limits (a+b) replaces x, not the difference.
WRONG: Replacing x with (b−x) when limits are a to b RIGHT: Replace x with (a+b−x). For 0 to π: replace with π−x. For 0 to 1: replace with 1−x. See pattern: Properties of Definite Integrals →Sign error in integration by parts
Very CommonSIGN ERROR
∫udv=uv−∫vdu. The minus sign before the second integral is often lost.
Why: The negative sign is easy to drop when the second integral itself produces another negative.
WRONG: ∫x⋅exdx=x⋅ex+∫exdx=xex+ex+C RIGHT: ∫x⋅exdx=x⋅ex−∫exdx=xex−ex+C=ex(x−1)+C See pattern: Integration by Parts →Missing constant of integration
CommonFORMULA
Every indefinite integral must have +C. Forgetting it in MCQs can lead to wrong option.
Why: Students focus on the antiderivative and forget that indefinite integrals have a family of solutions.
WRONG: ∫2xdx=x2 (without +C) RIGHT: ∫2xdx=x2+C. In MCQs, check if options differ by a constant. Leibniz rule: forgetting chain rule
CommonFORMULA
dxd∫0g(x)f(t)dt=f(g(x))⋅g′(x), not just f(g(x)).
Why: Students apply the fundamental theorem but forget that the upper limit is a function of x.
WRONG: dxd∫0x2sin(t)dt=sin(x2) RIGHT: dxd∫0x2sin(t)dt=sin(x2)⋅2x. The g′(x) factor is essential. See pattern: Functional Equation + Integral →