Fiveable

Calculus II Unit 3 Review

QR code for Calculus II practice questions

3.5 Other Strategies for Integration

3.5 Other Strategies for Integration

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus II
Unit & Topic Study Guides

Integration Strategies

When you encounter an integral that doesn't yield to a single technique, you need a broader toolkit. This section covers how to use reference tables, computer algebra systems, and combined methods to handle integrals that resist straightforward approaches.

Using a Table of Integrals

Integral tables list formulas for common forms so you don't have to derive every antiderivative from scratch. The skill here isn't just looking things up; it's recognizing which formula applies and manipulating your integrand to match a listed form.

How to use a table effectively:

  1. Identify the form of the integrand. Look for patterns: polynomials (axnax^n), trigonometric functions (sinx\sin x, cosx\cos x), exponentials (exe^x), logarithms (lnx\ln x), or combinations like a2x2\sqrt{a^2 - x^2}.

  2. Match it to a table entry. Your integrand might not look exactly like a formula in the table. You may need to factor, complete the square, or do a quick substitution to get it into a recognizable form.

  3. Substitute into the formula. Plug your specific constants and functions into the general formula. For example, the table entry xndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1} + C applied to x2dx\int x^2\,dx gives x33+C\frac{x^3}{3} + C.

  4. Simplify and include CC. Clean up the algebra and don't forget the constant of integration for indefinite integrals.

A common mistake is forcing a match to the wrong formula. If the integrand doesn't fit any table entry cleanly, you likely need to apply a technique (substitution, partial fractions, etc.) first to transform it into a form the table covers.

Table of integrals for evaluation, Unit 2: Rules for integration – National Curriculum (Vocational) Mathematics Level 4

Computer Algebra Systems for Integration

Tools like Mathematica, Maple, and Wolfram Alpha can evaluate integrals symbolically. They're useful for checking your work and handling integrals that are algebraically messy.

Steps for using a CAS:

  1. Learn the syntax. Each system has its own input format. In Mathematica, you'd type Integrate[f[x], x]. In Wolfram Alpha, you can type something closer to plain English, like integrate x^2 sin(x) dx.
  2. Enter the integral carefully. Specify the correct variable of integration (xx, tt, etc.) and use parentheses to avoid ambiguity. A misplaced bracket can give you a completely different integral.
  3. Run the computation and read the output. The system returns an antiderivative. Note that CAS tools sometimes express answers in forms that look different from what you'd get by hand (using different trig identities, for instance) but are still equivalent.
  4. Verify the result. Differentiate the output to confirm it matches your original integrand. This is the single most reliable check. CAS tools occasionally return results in unexpected forms, and differentiation confirms correctness regardless of how the answer looks.

CAS output won't always match the back of the textbook. Two antiderivatives can look different but still differ by only a constant. When in doubt, differentiate.

Table of integrals for evaluation, Comparing Methods for Volume Calculation | Calculus II

Combining Methods for Complex Integrals

Many integrals in Calc II require more than one technique applied in sequence. Recognizing which method to try first is the real skill here.

Deciding which technique to use:

  • A composite function (function inside a function, like sin(x2)\sin(x^2)) suggests u-substitution.
  • A product of two different types of functions (like xlnxx \ln x or x2exx^2 e^x) suggests integration by parts.
  • A rational function (polynomial divided by polynomial) suggests partial fraction decomposition.
  • An integrand involving a2x2\sqrt{a^2 - x^2}, a2+x2\sqrt{a^2 + x^2}, or x2a2\sqrt{x^2 - a^2} suggests trigonometric substitution.

Applying substitution:

  1. Choose uu to simplify the integral. For xx2+1dx\int x\sqrt{x^2 + 1}\,dx, let u=x2+1u = x^2 + 1.
  2. Compute du=2xdxdu = 2x\,dx, so xdx=12dux\,dx = \frac{1}{2}\,du.
  3. Rewrite: xx2+1dx=12udu=1223u3/2+C\int x\sqrt{x^2+1}\,dx = \frac{1}{2}\int \sqrt{u}\,du = \frac{1}{2} \cdot \frac{2}{3}u^{3/2} + C.
  4. Substitute back: 13(x2+1)3/2+C\frac{1}{3}(x^2+1)^{3/2} + C.

Applying integration by parts:

Use the formula udv=uvvdu\int u\,dv = uv - \int v\,du. The LIATE rule helps you choose uu by priority: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Pick uu as whichever type appears earliest in that list.

  1. For xexdx\int x e^x\,dx: set u=xu = x (algebraic) and dv=exdxdv = e^x\,dx (exponential).
  2. Then du=dxdu = dx and v=exv = e^x.
  3. Apply the formula: xexexdx=xexex+Cxe^x - \int e^x\,dx = xe^x - e^x + C.

When you need multiple techniques in sequence:

  1. Break the integral into parts, identifying which technique handles each piece.
  2. Apply one method to simplify, then apply the next method to whatever integral remains. For example, you might use substitution to simplify an integral, then use integration by parts on the result.
  3. Use tables or CAS to evaluate any remaining standard integrals.
  4. Combine all pieces and add CC.

Connecting Back to the Fundamental Theorem

All of these techniques ultimately serve one purpose: finding antiderivatives so you can evaluate definite integrals via the Fundamental Theorem of Calculus. Once you've found an antiderivative F(x)F(x) using any combination of methods, the definite integral is just F(b)F(a)F(b) - F(a).

The techniques covered across this unit give you a full toolkit:

  • U-substitution for composite functions
  • Integration by parts for products of functions
  • Trigonometric substitution for radical expressions involving a2±x2a^2 \pm x^2
  • Partial fraction decomposition for rational functions

No single technique handles everything. The goal of this section is to build your judgment about which tool to reach for and how to chain them together when one isn't enough.