Mastering Advanced Integration Techniques for AP Calculus BC

Fundamental Antiderivatives & Rules

Before exploring advanced techniques, you must master the fundamental rules of integration. An indefinite integral (or antiderivative) represents a family of functions.

Notation and Key Properties

The general form is:
\int f(x) \, dx = F(x) + C
Where $F'(x) = f(x)$ and $C$ is the constant of integration.

Essential Rule Reference Table

You must memorize these standard forms. Do not rely on the formula sheet.

Function TypeRule
Power Rule ($n \neq -1$)$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$
Natural Log$\int \frac{1}{x} \, dx = \ln
Exponential$\int e^x \, dx = e^x + C$ ; $\int a^x \, dx = \frac{a^x}{\ln a} + C$
Sine$\int \sin x \, dx = -\cos x + C$
Cosine$\int \cos x \, dx = \sin x + C$
Secant Squared$\int \sec^2 x \, dx = \tan x + C$
ArcSine$\int \frac{1}{\sqrt{1-x^2}} \, dx = \sin^{-1}x + C$
ArcTan$\int \frac{1}{1+x^2} \, dx = \tan^{-1}x + C$

Integrating Using Substitution ($u$-Substitution)

This is the reverse of the Chain Rule. It is used when an integrand contains a composite function multiplied by the derivative of the inner function.

The Procedure

  1. Choose $u$: Let $u = g(x)$ (usually the inner function).
  2. Differentiate: Find $du = g'(x) \, dx$.
  3. Substitute: Rewrite the integral entirely in terms of $u$.
  4. Integrate: Perform the integration with respect to $u$.
  5. Handling Bounds:
    • Option A: Back-substitute $u$ with $g(x)$ (indefinite integrals).
    • Option B: Change limits of integration from $x$-values to corresponding $u$-values (definite integrals). This is preferred for AP exams.

Example

Find $\int_0^2 xe^{x^2} \, dx$.

Let $u = x^2$, so $du = 2x \, dx$ or $\frac{1}{2}du = x \, dx$.
Change bounds: When $x=0, u=0$. When $x=2, u=4$.

\int0^4 e^u \cdot \frac{1}{2} \, du = \frac{1}{2} [e^u]0^4 = \frac{1}{2}(e^4 - e^0) = \frac{1}{2}(e^4 - 1)


Algebraic Manipulation Techniques

Sometimes an integral looks impossible until you manipulate the integrand algebraically.

Long Division

When to use: When integrating a rational function $\frac{P(x)}{Q(x)}$ where the degree of the numerator $P(x)$ is greater than or equal to the degree of the denominator $Q(x)$.

Strategy: Perform polynomial long division to rewrite the fraction as:
\frac{P(x)}{Q(x)} = \text{Quotient} + \frac{\text{Remainder}}{Q(x)}

Example: $\int \frac{x^2}{x+1} \, dx$
Divide $x^2$ by $x+1$ to get $x - 1 + \frac{1}{x+1}$.
\int (x - 1 + \frac{1}{x+1}) \, dx = \frac{x^2}{2} - x + \ln|x+1| + C

Completing the Square

When to use: Typically for integrals with a quadratic denominator like $x^2 + bx + c$ that cannot be factored, often resembling an inverse tangent derivative.

Goal to match: $\int \frac{du}{a^2 + u^2} = \frac{1}{a}\tan^{-1}(\frac{u}{a}) + C$

Example: $\int \frac{1}{x^2 - 4x + 8} \, dx$
Complete the square for $x^2 - 4x + 8 \Rightarrow (x-2)^2 + 4$.
\int \frac{1}{(x-2)^2 + 2^2} \, dx = \frac{1}{2}\tan^{-1}\left(\frac{x-2}{2}\right) + C


Integration by Parts (IBP)

This technique is the reverse of the Product Rule. It is essential for intergrating products of unrelated functions (e.g., polynomial $\times$ transcendental).

The Formula

\int u \, dv = uv - \int v \, du

Visual representation of Integration by Parts formula derivation

Choosing $u$: The LIATE Rule

To minimize the complexity of $\int v \, du$, choose $u$ based on this hierarchy (top to bottom):

  1. L - Logarithmic Functions ($\ln x$)
  2. I - Inverse Trig Functions ($\tan^{-1}x$)
  3. A - Algebraic (Polynomials $x^2, 3x$)
  4. T - Trigonometric ($\sin x$)
  5. E - Exponential ($e^x$)

Whatever is left acts as your $dv$. NOTE: $dv$ must include $dx$.

The Tabular Method (Shortcut)

If you must integrate by parts multiple times (e.g., $\int x^2 \sin x \, dx$), use a table:

  1. Column 1 (Differentiate): $u$ and its derivatives until 0.
  2. Column 2 (Integrate): $dv$ and its antiderivatives.
  3. Column 3 (Sign): Alternating $+$, $-$, $+$, $-$.
    Multiply diagonally to get the answer.

Integrating Using Linear Partial Fractions

When to use: Integrating a rational function $\frac{P(x)}{Q(x)}$ where the degree of the numerator is less than the denominator, and the denominator factors into non-repeating linear factors.

(Note: AP Calculus BC focuses on non-repeating linear factors. You generally won't encounter repeating quadratic factors.)

Process

  1. Factor the denominator completely.
  2. Decompose: Write $\frac{P(x)}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}$.
  3. Solve for A and B: Multiply by the common denominator and plug in roots (