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.



Direct Antidifferentiation


Try the straightforward approach first. Does the integrand match a standard form?

(3x2+5exsec2x)dx\int (3x^2 + 5e^x - \sec^2 x)\, dx


Apply linearity and known formulas:

=3x33+5extanx+C=x3+5extanx+C= 3 \cdot \frac{x^3}{3} + 5e^x - \tan x + C = x^3 + 5e^x - \tan x + C


Algebraic simplification often reveals standard forms:

x3+1xdx=(x2+1x)dx=x33+lnx+C\int \frac{x^3 + 1}{x}\, dx = \int \left(x^2 + \frac{1}{x}\right)\, dx = \frac{x^3}{3} + \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:

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):

aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\, dx = 2\int_0^a f(x)\, dx


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

aaf(x)dx=0\int_{-a}^{a} f(x)\, dx = 0


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)}


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.

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.