Evaluating integrals draws on everything: recognizing standard forms, selecting appropriate techniques, handling special cases, and verifying results. The process is part pattern recognition, part strategic choice, part careful execution.
Start simple. Direct antidifferentiation works more often than expected—many integrals match known formulas or yield to basic algebra. When direct methods fail, systematically consider substitution, parts, and other techniques.
For definite integrals, setup matters as much as computation. Identify the correct bounds, express the integrand properly, and watch for discontinuities that signal improper integrals. A well-posed integral is half solved.
Direct Antidifferentiation
Try the straightforward approach first. Does the integrand match a standard form?
∫(3x2+5ex−sec2x)dx
Apply linearity and known formulas:
=3⋅3x3+5ex−tanx+C=x3+5ex−tanx+C
Algebraic simplification often reveals standard forms:
∫xx3+1dx=∫(x2+x1)dx=3x3+ln∣x∣+C
Expand, simplify, and separate before reaching for techniques.
Recognizing Standard Forms
Many integrals are disguised versions of basic formulas.
Completing the square transforms quadratics:
∫x2+4x+81dx=∫(x+2)2+41dx
This matches ∫u2+a21du=a1arctanau+C with u=x+2 and a=2.
Split the integral at boundaries between pieces and apply additivity:
∫acf(x)dx=∫abf(x)dx+∫bcf(x)dx
Example: For f(x)={x22xx<1x≥1, evaluate ∫02f(x)dx.
=∫01x2dx+∫122xdx=3x301+x212
=31+(4−1)=31+3=310
Symmetry Shortcuts
Symmetric integrands over symmetric intervals simplify dramatically.
Even functions satisfy f(−x)=f(x):
∫−aaf(x)dx=2∫0af(x)dx
Odd functions satisfy f(−x)=−f(x):
∫−aaf(x)dx=0
Example:
∫−33x3dx=0(odd function)
∫−22x4dx=2∫02x4dx=2⋅532=564(even function)
Common Pitfalls
Forgetting $+C$: Indefinite integrals always include the constant of integration.
Dropping absolute values: The antiderivative of 1/x is ln∣x∣+C, not lnx+C.
Sign errors in substitution: When u=−x, then du=−dx, not dx.
Forgetting to convert limits: In definite integrals with substitution, either convert the limits to u-values or substitute back to x before evaluating.
Missing discontinuities: An integral like ∫−11x21dx is improper—the integrand is unbounded at x=0.
Checking Your Answer
Differentiate: The derivative of your antiderivative should return the integrand. This catches algebraic and sign errors.
Verify: For ∫sec2xdx=tanx+C, check: (tanx)′=sec2x. Correct.
Estimate: For definite integrals, check that the answer is reasonable. A positive integrand on [a,b] with a<b should yield a positive result. The value should lie between m(b−a) and M(b−a) where m and M bound the integrand.
Numerical check: When possible, compare to a calculator or numerical approximation.