Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Evaluating Integrals






Putting It All Together


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.

Key Terms

Definite Integralcorrect setup: bounds, integrand, variable
Indefinite Integralalways includes +C+ C
Antiderivativedifferentiate to verify: F(x)F'(x) should return f(x)f(x)
Integrandsimplify before reaching for techniques
Bounds of Integrationconvert when substituting in definite integrals

See All Calculus Definitions


Recognizing Standard Forms


Many integrals are disguised versions of basic formulas.

Completing the square transforms quadratics:

1x2+4x+8dx=1(x+2)2+4dx\int \frac{1}{x^2 + 4x + 8}\, dx = \int \frac{1}{(x+2)^2 + 4}\, dx


This matches 1u2+a2du=1aarctanua+C\int \dfrac{1}{u^2 + a^2}\, du = \dfrac{1}{a}\arctan\dfrac{u}{a} + C with u=x+2u = x + 2 and a=2a = 2.

Rewriting constants exposes patterns:

19x2dx=132x2dx=arcsinx3+C\int \frac{1}{\sqrt{9 - x^2}}\, dx = \int \frac{1}{\sqrt{3^2 - x^2}}\, dx = \arcsin\frac{x}{3} + C


Setting Up Definite Integrals


For definite integrals, correct setup is essential.

Identify the variable: What quantity varies, and over what range?

Express the integrand: Write the quantity being accumulated in terms of the integration variable.

Determine bounds: Where does accumulation begin and end?

Example: Find the area under y=x2y = x^2 from x=0x = 0 to x=3x = 3.

Area=03x2dx=x3303=2730=9\text{Area} = \int_0^3 x^2\, dx = \frac{x^3}{3}\Big|_0^3 = \frac{27}{3} - 0 = 9


Check reasonableness: the area should be positive and between 03=00 \cdot 3 = 0 and 93=279 \cdot 3 = 27.

Handling Absolute Values


Absolute values require splitting the integral where the argument changes sign.

23xdx\int_{-2}^{3} |x|\, dx


Since x=x|x| = -x for x<0x < 0 and x=x|x| = x for x0x \geq 0:

=20(x)dx+03xdx= \int_{-2}^{0} (-x)\, dx + \int_0^3 x\, dx


=[x22]20+[x22]03=(0(2))+(920)=2+92=132= \left[-\frac{x^2}{2}\right]_{-2}^{0} + \left[\frac{x^2}{2}\right]_0^3 = (0 - (-2)) + \left(\frac{9}{2} - 0\right) = 2 + \frac{9}{2} = \frac{13}{2}


Note: ff\left|\int f\right| \neq \int |f| in general.

Piecewise Functions


Split the integral at boundaries between pieces and apply additivity:

acf(x)dx=abf(x)dx+bcf(x)dx\int_a^c f(x)\, dx = \int_a^b f(x)\, dx + \int_b^c f(x)\, dx


Example: For f(x)={x2x<12xx1f(x) = \begin{cases} x^2 & x < 1 \\ 2x & x \geq 1 \end{cases}, evaluate 02f(x)dx\int_0^2 f(x)\, dx.

=01x2dx+122xdx=x3301+x212= \int_0^1 x^2\, dx + \int_1^2 2x\, dx = \frac{x^3}{3}\Big|_0^1 + x^2\Big|_1^2


=13+(41)=13+3=103= \frac{1}{3} + (4 - 1) = \frac{1}{3} + 3 = \frac{10}{3}


Symmetry Shortcuts


Symmetric integrands over symmetric intervals simplify dramatically.

Even functions satisfy f(x)=f(x)f(-x) = f(x):

Even Function Symmetry
aaf(x)dx=20af(x)dxwhen f(x)=f(x)\int_{-a}^{a} f(x)\, dx = 2 \int_0^a f(x)\, dx \quad \text{when } f(-x) = f(x)
Learn more about this formula: Even Function Symmetry →

Odd functions satisfy f(x)=f(x)f(-x) = -f(x):

Odd Function Symmetry
aaf(x)dx=0when f(x)=f(x)\int_{-a}^{a} f(x)\, dx = 0 \quad \text{when } f(-x) = -f(x)
Learn more about this formula: Odd Function Symmetry →


Example:

33x3dx=0(odd function)\int_{-3}^{3} x^3\, dx = 0 \quad \text{(odd function)}


22x4dx=202x4dx=2325=645(even function)\int_{-2}^{2} x^4\, dx = 2\int_0^2 x^4\, dx = 2 \cdot \frac{32}{5} = \frac{64}{5} \quad \text{(even function)}

Structure in integrand Recognize when… Strategy
Absolute value |g(x)| appears in the integrand split the interval where g(x) = 0; use the sign of g on each piece to drop the bars
Piecewise function different formulas govern different subintervals split at the piece boundaries, integrate each subinterval, add via additivity
Even function on [−a, a] f(−x) = f(x), symmetric interval −aa f(x) dx = 2 ∫0a f(x) dx — half the work
Odd function on [−a, a] f(−x) = −f(x), symmetric interval −aa f(x) dx = 0 — answer is immediate

Common Pitfalls


Forgetting $+C$: Indefinite integrals always include the constant of integration.

Dropping absolute values: The antiderivative of 1/x1/x is lnx+C\ln|x| + C, not lnx+C\ln x + C.

Sign errors in substitution: When u=xu = -x, then du=dxdu = -dx, not dxdx.

Forgetting to convert limits: In definite integrals with substitution, either convert the limits to uu-values or substitute back to xx before evaluating.

Missing discontinuities: An integral like 111x2dx\int_{-1}^{1} \dfrac{1}{x^2}\, dx is improper—the integrand is unbounded at x=0x = 0.
Pitfall Why it's wrong Correct form
Forgetting + C an indefinite integral represents a family of antiderivatives, not just one always finish indefinite results with + C
Dropping the absolute value in ln ∫ 1/x dx = ln x is invalid for x < 0 ∫ 1/x dx = ln|x| + C
Sign error in u-substitution if u = −x then du has its own sign du = −dx, not dx
Forgetting to convert limits x-limits are wrong once the integrand is in u convert the limits to u-values, or substitute back to x before evaluating
Missing a discontinuity integral looks proper but the integrand blows up on the interval recognize as improper and split at the singularity (e.g. ∫−11 1/x² dx 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\int \sec^2 x\, dx = \tan x + C, check: (tanx)=sec2x(\tan x)' = \sec^2 x. Correct.

Estimate: For definite integrals, check that the answer is reasonable. A positive integrand on [a,b][a,b] with a<ba < b should yield a positive result. The value should lie between m(ba)m(b-a) and M(ba)M(b-a) where mm and MM bound the integrand.

Numerical check: When possible, compare to a calculator or numerical approximation.

Summary: The Evaluation Strategy Ladder


The sections above lay out a natural order of attack for any integral: start simple, escalate only as needed, and verify at the end. The table below collects this six-step ladder with a pointer to the right section or sibling page for each step. Used as a checklist, it prevents the most common failure mode of integration — reaching for heavy techniques before trying the lighter moves that would have worked.
Step What to do Why this step Where to look
1 Simplify the integrand — expand, split fractions, separate terms algebraic cleanup often reveals matches to known formulas obj1 above
2 Apply direct antidifferentiation — match the integrand to a standard form fastest path when it works special integrals
3 Look for disguised standard forms — complete the square, rewrite constants catches near-misses before reaching for heavier tools obj2 above
4 Check for special structure — absolute value, piecewise, symmetry dedicated shortcuts avoid heavy machinery (and the odd-function rule answers in one step) obj4 – obj6 above
5 Reach for a technique — substitution, parts, partial fractions, trig sub when none of the above moves close the gap techniques
6 Verify — differentiate the antiderivative; check sign and reasonableness for definite results catches algebra and sign errors before they propagate obj7 & obj8 above