Integration Methods to Know for AP Calculus AB/BC (AP)
What You Need to Know
Integration on AP Calc AB/BC is mostly about recognizing patterns and picking the right method fast. You’re not expected to invent clever antiderivatives from scratch—you’re expected to:
- Use the Fundamental Theorem of Calculus to evaluate definite integrals.
- Find antiderivatives with a small toolbox of techniques.
- Handle definite integrals, improper integrals, and numerical integration correctly.
Core idea: an antiderivative of is a function such that , and
- FTC Part 1 (accumulation): If , then .
- FTC Part 2 (evaluation): where .
When you choose a method:
- If you see “inside function derivative nearby” → use -substitution.
- If you see a product like polynomial trig/exp/log → try integration by parts.
- If you see a rational function → do long division and/or partial fractions.
- If you see trig powers/products → use trig identities.
- If it’s not integrable nicely (or asked explicitly) → use Trapezoidal/Simpson’s Rule.
Critical reminder: On FRQs, method + correct setup is often worth a lot even if algebra gets messy.
Step-by-Step Breakdown
1) -Substitution (Reverse Chain Rule)
Use when the integrand looks like .
- Choose (the “inside”).
- Compute .
- Rewrite the integral fully in .
- Integrate in .
- Substitute back .
- If definite, either:
- change bounds: and (cleanest), or
- switch back to and then plug in.
Mini-example (indefinite):
- Let , then .
- Integral becomes .
2) Integration by Parts
Use for products where substitution doesn’t cleanly work (especially involving , inverse trig, polynomials with or trig).
Formula:
Steps:
- Pick (differentiate it) and (integrate it).
- Compute and .
- Plug into .
- Simplify; sometimes you’ll need to do it twice (common with trig trig).
- If the original integral reappears, solve algebraically.
Mini-example:
- Choose , . Then , .
- .
3) Rational Functions: Long Division + Partial Fractions (BC-heavy)
When integrating .
Step A: Long division first if needed
- If , do polynomial long division:
- Integrate easily, then focus on proper fraction .
Step B: Partial fractions (for proper rational functions)
- Factor the denominator completely (over reals).
- Set up the decomposition based on factor types:
- Distinct linear:
- Repeated linear:
- Irreducible quadratic:
- Repeated irreducible quadratic: stack powers similarly.
- Solve for constants (plug values or match coefficients).
- Integrate term-by-term.
Mini-example (distinct linears):
- Solve: gives , .
- Integral: .
4) Trig Integrals via Identities (not “trig substitution”)
Common AP patterns:
A) Powers of and
- If one power is odd, peel off one factor and convert the rest using:
- If both are even, use half-angle identities:
B) Powers of and
- If is present, let .
- If is present, let .
- Use identities:
5) Improper Integrals (limits)
You have an improper integral if:
- infinite limit: or
- vertical asymptote/discontinuity in interval, e.g. with
Steps:
- Rewrite as a limit:
- Evaluate the antiderivative and take the limit.
- If the limit is finite → converges; otherwise diverges.
6) Numerical Integration (Calculator-friendly)
If you’re given a table of values or asked to approximate:
Trapezoidal Rule (works on any partition):
- Partition into equal subintervals of width .
- Apply:
Simpson’s Rule (requires even ):
- Use even number of subintervals .
- Apply:
If the problem gives unequal subintervals, Simpson’s Rule usually does not apply; Trapezoidal still can.
Key Formulas, Rules & Facts
Integration method “trigger table”
| Method | What you see | Template / Key move | Notes |
|---|---|---|---|
| Basic antiderivatives | standard forms | for | Don’t forget constant for indefinite integrals |
| Log rule | Also: | ||
| Exponentials | or | ; | Watch the factor |
| -sub | “inside + derivative” | Let | For definite integrals, changing bounds prevents back-sub errors |
| By parts | product (esp. poly trig/exp/log) | Choose using LIATE as a heuristic | |
| Trig identities | powers/products of trig | use half-angle; or peel odd power | Convert to substitution-friendly form |
| Rational functions | Long division if needed; then partial fractions | BC loves these | |
| Partial fractions | factored denominator | sums of linear/quadratic terms | Irreducible quadratic gives arctan-type or log after completing square |
| Improper integrals | bounds or discontinuity | rewrite as a limit | Convergence is a must-mention |
| Symmetry | interval | even: ; odd: | Only works if integrand is even/odd and integral is proper |
| Numerical | table/approx prompt | or | Simpson requires even |
Handy trig/identity list (high-yield)
- Pythagorean:
- Half-angle:
- Basic trig antiderivatives:
Definite integral properties you actually use
- Linearity:
- Reversal:
- Additivity:
- Symmetry on :
- If is even:
- If is odd:
Examples & Applications
Example 1: Definite integral with -sub (change bounds)
Compute .
- Let , so .
- Change bounds: when , ; when , .
- Then .
Key exam insight: changing bounds avoids back-sub and is often cleaner.
Example 2: By parts with (classic)
Compute .
- Write .
- Choose , . Then , .
- .
Key exam insight: inverse trig and logs almost always scream “parts.”
Example 3: Partial fractions with repeated factor
Compute .
- Setup:
- Multiply through by :
- Plug convenient values:
- :
- :
- Use another value (say ):
- Integrate:
Key exam insight: repeated factors require a whole stack of terms.
Example 4: Trig power integral
Compute .
- Peel off one :
- Let , .
- Integral becomes:
Key exam insight: odd power of or usually means “save one, convert the rest.”
Common Mistakes & Traps
Forgetting (or not matching it)
- Wrong: letting but not converting terms correctly.
- Fix: after substitution, the integral must be entirely in (including ).
Not changing bounds on definite -sub (then mixing variables)
- Wrong: switching to but still plugging in .
- Fix: either change bounds to or revert back to before evaluating.
Dropping absolute values in log answers
- Wrong: writing instead of .
- Fix: for indefinite integrals, default to unless domain is explicitly restricted.
Using integration by parts when -sub is simpler (or vice versa)
- Wrong: forcing parts on something like .
- Fix: always check for inside-derivative structure first.
Skipping long division before partial fractions
- Wrong: trying PF when .
- Fix: divide first; PF only applies cleanly to proper rational functions.
Incorrect partial fraction form (especially repeats/quadratics)
- Wrong: for writing only .
- Fix: repeated linear factors require ; irreducible quadratics need on top.
Simpson’s Rule with odd or unequal spacing
- Wrong: applying Simpson when is odd or the table step size changes.
- Fix: Simpson requires equal spacing and even . Otherwise use trapezoids.
Improper integrals: evaluating at the asymptote instead of using limits
- Wrong: plugging in the discontinuity like it’s a normal endpoint.
- Fix: rewrite with a limit; you must state convergence/divergence.
Memory Aids & Quick Tricks
| Trick / mnemonic | What it helps you remember | When to use it |
|---|---|---|
| “Inside + derivative” check | Spot -sub quickly | Composite functions like with nearby |
| LIATE (Log, Inverse trig, Algebra, Trig, Exponential) | Heuristic for choosing in parts | Products that suggest by parts |
| “Divide then decompose” | Long division before partial fractions | Rational integrals with big numerator degree |
| Odd-even trig rule | Odd power → peel one; even-even → half-angle | |
| “Simpson = 1-4-2-4-…-1” | Coefficient pattern in Simpson’s Rule | Numerical integration with even |
| Even/odd symmetry | Save time on | Definite integrals over symmetric intervals |
Quick Review Checklist
- You can apply FTC: find then compute .
- You can spot and execute -sub, including changing bounds for definite integrals.
- You know integration by parts and can pick using LIATE.
- You can integrate rational functions: long division first, then partial fractions.
- You can set up partial fractions for distinct/repeated linear and irreducible quadratic factors.
- You can handle trig power integrals using identities (odd/even strategy).
- You can evaluate improper integrals using limits and state converge/diverge.
- You can approximate with Trapezoidal and Simpson’s Rule (and know Simpson needs even ).
You’ve got enough tools—your job is just picking the right one quickly and executing cleanly.