Study Guide

Selecting techniques for antidifferentiation

AP Calculus BCΒ· AP Calculus BC CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. The Ordered Decision Framework for Antidifferentiationβ˜…β˜…β˜†β˜†β˜†β± 4 min

Unlike differentiation, which follows a fixed set of mechanical rules, antidifferentiation requires careful analysis of the integrand to select the most efficient method. A repeatable ordered framework eliminates trial and error, the top cause of lost time and points on the AP exam.

  1. Simplify first: Expand products, cancel factors, divide polynomials if numerator degree β‰₯ denominator degree, and use trigonometric/exponential identities to simplify the integrand before trying advanced techniques.

  2. Check basic formulas: See if the simplified integrand matches a standard antiderivative (power, log, exponential, trig, arctangent, etc.) directly. If yes, integrate and you are done.

  3. Check for u-substitution: Can you write the integrand as (up to a constant multiple)? If yes, use u-substitution.

  4. Check for integration by parts: Is the integrand a product of two functions where one gets simpler when differentiated? If yes, use integration by parts.

  5. Check for partial fractions: Is the integrand a proper rational function with a factorable denominator? If yes, use partial fraction decomposition.

  6. Check for trigonometric substitution: Do you have a term of the form or , or an irreducible quadratic denominator? If yes, use trigonometric substitution.

πŸ“ Worked Example

What is the correct first step to evaluate ?

  1. 1

    Apply the first step of the decision framework: check for algebraic simplification. The numerator degree (3) is greater than the denominator degree (1), so we can simplify by factoring the numerator.

  2. 2
    x3+3x2βˆ’2=x2(x+3)βˆ’2x^3 + 3x^2 - 2 = x^2(x + 3) - 2
  3. 3

    Split the fraction using this factorization:

  4. 4
    x2(x+3)βˆ’2x+3=x2βˆ’2x+3\frac{x^2(x+3) - 2}{x+3} = x^2 - \frac{2}{x+3}
  5. 5

    After simplification, we can integrate term-by-term with the basic power rule and simple u-substitution. No advanced techniques are needed, so the correct first step is algebraic simplification.

Exam tip:

AP graders award partial credit for correct process even if you make a small arithmetic error later. Always write your simplification step explicitly, even if it seems trivial.

2. Recognizing Technique Signature Structuresβ˜…β˜…β˜†β˜†β˜†β± 3 min

Once you have the decision framework, the second core skill is quickly spotting the unique structural signature of each technique. This lets you skip unnecessary checks and save critical time on the exam.

  • U-substitution: A composite function (e.g., , ) multiplied by the derivative of the inner function, up to a constant factor.

  • Integration by parts: Product of two unrelated functions, where one is easy to differentiate and gets simpler after differentiation, and the other is easy to integrate. Common examples: , , , .

  • Partial fraction decomposition: Proper rational function (numerator degree < denominator degree) with a denominator that factors into linear or irreducible quadratic terms.

  • Trigonometric substitution: Irreducible quadratic under a square root or in the denominator, with no linear term in the numerator matching for u-substitution.

πŸ“ Worked Example

Identify the correct technique for and evaluate.

  1. 1

    Check the structure: we have a composite function , and the remaining factor is proportional to the derivative of the inner function . This matches the u-substitution signature.

  2. 2

    Define , so , which rearranges to:

  3. 3
    32du=3xdx\frac{3}{2} du = 3x dx
  4. 4

    Substitute into the integral and integrate:

  5. 5
    ∫uβ‹…32du=32β‹…23u3/2+C=u3/2+C\int \sqrt{u} \cdot \frac{3}{2} du = \frac{3}{2} \cdot \frac{2}{3} u^{3/2} + C = u^{3/2} + C
  6. 6

    Substitute back to get the final antiderivative:

  7. 7
    (x2+9)3/2+C(x^2 + 9)^{3/2} + C

Exam tip:

If the term is only missing a constant factor, never redefine to fix it. Just factor out the constant reciprocal after solving for to avoid common sign and reciprocal errors.

3. Handling Multi-Technique Special Casesβ˜…β˜…β˜…β˜†β˜†β± 4 min

Many integrals on the AP BC exam require combining two or more techniques. The key rule is: after each simplification or substitution step, restart the decision framework from the beginning for the new integrand. Common special cases include improper rational functions requiring simplification before partial fractions, quadratics requiring completing the square before trig substitution or basic formulas, and integration by parts followed by u-substitution.

πŸ“ Worked Example

Evaluate .

  1. 1

    First, note the denominator is a quartic with only even powers, so rewrite it as a quadratic in and complete the square:

  2. 2
    x4+4x2+5=(x2+2)2+1x^4 + 4x^2 +5 = (x^2 + 2)^2 + 1
  3. 3

    Re-run the decision framework: the numerator is proportional to the derivative of , so we use u-substitution with , giving , or:

  4. 4
    12du=xdx\frac{1}{2} du = x dx
  5. 5

    Substitute to get a new integral that matches the basic arctangent formula:

  6. 6
    12∫1(u+2)2+12du\frac{1}{2} \int \frac{1}{(u + 2)^2 + 1^2} du
  7. 7

    Apply the arctangent integral formula with and :

  8. 8
    12arctan⁑(u+2)+C\frac{1}{2} \arctan(u + 2) + C
  9. 9

    Substitute back to get the final result:

  10. 10
    12arctan⁑(x2+2)+C\frac{1}{2} \arctan(x^2 + 2) + C

Exam tip:

If you see a quartic denominator with only even powers, always check if it can be rewritten as a quadratic in before jumping to more complex techniques β€” this is a common AP exam trick that trips up unprepared students.

4. AP-Style Practice Checkβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Quick check

Test your understanding of technique selection:

  1. Which of the following is the most efficient technique to evaluate ?

    • U-substitution with

    • Integration by parts with ,

    • Partial fraction decomposition

    • Trigonometric substitution with

    Reveal answer
    Integration by parts with $u = \ln x$, $dv = x^3 dx$ β€”

    The integrand is already simplified, and does not fit the u-substitution structure. It is not a rational function, so partial fractions are inapplicable, and there is no radical requiring trig substitution. Integration by parts is correct because simplifies when differentiated.

πŸ“ Worked Example

Evaluate , then find the definite integral from to rounded to three decimal places.

  1. 1

    First factor the denominator completely:

  2. 2
    (xβˆ’1)(x2βˆ’1)=(xβˆ’1)2(x+1)(x-1)(x^2 -1) = (x-1)^2(x+1)
  3. 3

    The numerator degree (2) is less than the denominator degree (3), so we use partial fraction decomposition:

  4. 4
    3x2βˆ’3xβˆ’3(xβˆ’1)2(x+1)=Axβˆ’1+B(xβˆ’1)2+Cx+1\frac{3x^2 - 3x - 3}{(x-1)^2(x+1)} = \frac{A}{x-1} + \frac{B}{(x-1)^2} + \frac{C}{x+1}
  5. 5

    Solving for constants gives , , . Integrate term-by-term for the indefinite integral:

  6. 6
    94ln⁑∣xβˆ’1∣+32(xβˆ’1)+34ln⁑∣x+1∣+C\frac{9}{4} \ln|x-1| + \frac{3}{2(x-1)} + \frac{3}{4} \ln|x+1| + C
  7. 7

    Evaluate the definite integral from 2 to 3:

  8. 8
    (94ln⁑2+34+34ln⁑4)βˆ’(0+32+34ln⁑3)β‰ˆ1.026\left(\frac{9}{4}\ln 2 + \frac{3}{4} + \frac{3}{4}\ln 4\right) - \left(0 + \frac{3}{2} + \frac{3}{4}\ln 3\right) \approx 1.026

5. Common Pitfalls

Wrong move:

Trying to integrate directly via partial fraction decomposition without first dividing numerator by denominator.

Why:

Students memorize partial fractions for rational functions, so they apply it immediately regardless of numerator degree.

Correct move:

Always compare numerator and denominator degree first; if numerator degree β‰₯ denominator degree, do polynomial division to get a polynomial plus a proper rational fraction before applying other techniques.

Wrong move:

Using integration by parts on just because it is a product of two functions.

Why:

Students default to integration by parts for any product, without checking for u-substitution first.

Correct move:

Always check for u-substitution before integration by parts; this integrand is a straightforward u-substitution problem that becomes much more complicated if you use parts.

Wrong move:

For , completing the square and using trigonometric substitution when the denominator factors easily.

Why:

Students see a quadratic and default to completing the square without checking for real factors.

Correct move:

Always check if a quadratic denominator factors over the reals first; if it does, partial fractions is much faster and less error-prone.

Wrong move:

When doing u-substitution for the definite integral , keeping the original -bounds after substituting .

Why:

Students forget to adjust bounds for definite u-substitution, leading to incorrect final values.

Correct move:

Immediately calculate the new -bounds after defining , before you start integrating.

Wrong move:

Using u-substitution on because of the term.

Why:

Students see and assume substitution, but the integral becomes more complex after substitution.

Correct move:

Recognize this is a product of two integrable/differentiable functions, so use integration by parts twice and solve for the original integral.

6. Quick Reference Cheatsheet

Category

Formula / Rule

Notes

Basic Log Integral

Always include absolute value, required for full credit

Basic Arctangent Integral

Use after completing the square for irreducible quadratics

U-Substitution

Use for composite functions times derivative of inner function

Integration by Parts

Pick as the function that simplifies when differentiated

Partial Fractions (Distinct Linear)

Use for proper rational functions with factorable denominators

Partial Fractions (Repeated Linear)

Add one term for each power of the repeated factor

Trig Substitution ()

simplifies the radical

Trig Substitution ()

simplifies the radical

Trig Substitution ()

simplifies the radical

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Identify correct integration technique

  • 2022 Β· FRQ

    Evaluate definite integral

What's Next

Mastering selection of antidifferentiation techniques is the foundational prerequisite for all remaining topics in Unit 6: Integration and Accumulation of Change, as well as all later topics involving differential equations, areas, and volumes. Next you will deepen your understanding of individual advanced techniques, then apply these skills to solve separable differential equations, compute areas between curves, find volumes of revolution, and calculate arc lengths. Without the ability to quickly select the correct integration technique, you will struggle to complete larger problems within AP exam time limits, leading to unnecessary lost points. This topic also directly feeds into the study of improper integrals and differential equations later in the AP Calculus BC course.