AP-CALCBC-6.14

U6.14 Selecting Techniques for Antidifferentiation

Learn to quickly choose the right antidifferentiation technique on AP Calc BC—direct, u-substitution, parts, partial fractions, long division, or trig identities.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U6.14 Selecting Techniques for Antidifferentiation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

By this point in Unit 6 you know how to execute every major integration technique. Topic 6.14 tests something different: given an unfamiliar integral, can you recognize which method to use before wasting time? The AP exam rewards students who pattern-match fast, especially in the no-calculator sections where a wrong first choice can burn precious minutes.

This lesson builds a decision framework. You will learn diagnostic questions to ask about any integrand—Is it a standard form? Is there an inside function whose derivative also appears? Is it a product of unlike functions? Is it a rational function? Once you internalize these triggers, selecting a technique becomes nearly automatic.

A Decision Order That Works

When you meet an integral, run through techniques in order of speed, not alphabetically. The fastest wins.

First, ask whether the integrand is already a basic antiderivative you have memorized—powers, exe^x, sinx\sin x, 1x\frac{1}{x}, 11+x2\frac{1}{1+x^2}, and so on. If so, integrate directly.

Second, look for u-substitution: is there a composite function where the derivative of the inside factor is present (up to a constant)? This is the single most common trigger on the exam.

Third, if the integrand is a product of two different function types—polynomial times exponential, polynomial times log, exponential times trig—consider integration by parts.

Fourth, if the integrand is a rational function P(x)Q(x)\frac{P(x)}{Q(x)}, check the degrees. If degPdegQ\deg P \ge \deg Q, do long division first. If degP<degQ\deg P < \deg Q and the denominator factors, use partial fractions.

Fifth, if you see even powers of sine and cosine, or products you cannot substitute, apply a trig identity to rewrite before integrating.
TriggerTechnique
Memorized formDirect antiderivative
Inside function + its derivativeu-substitution
Product of unlike functionsIntegration by parts
Rational, degPdegQ\deg P \ge \deg QLong division
Rational, factorable denominatorPartial fractions
Even powers / stubborn trigTrig identity

Spotting u-Substitution vs. Integration by Parts

These two are the most confused. The key distinction: u-substitution undoes the chain rule, while integration by parts undoes the product rule.

Use u-substitution when one factor is (a constant multiple of) the derivative of an inside function. Consider 2xex2dx\int 2x\,e^{x^2}\,dx. Here ddx(x2)=2x\frac{d}{dx}(x^2)=2x appears explicitly, so let u=x2u=x^2 and the integral collapses to eudu\int e^u\,du.

Use integration by parts when the two factors are unrelated by differentiation—neither is the derivative of the other's inside. Consider xexdx\int x e^x\,dx. There is no inside function whose derivative is present; instead you have a polynomial times an exponential. Apply udv=uvvdu\int u\,dv = uv - \int v\,du with u=xu=x, dv=exdxdv=e^x\,dx.

A reliable test: try substitution first. If setting uu equal to the inside function does not eliminate the leftover factor, substitution fails and parts is likely correct.

The LIATE guideline (Logarithmic, Inverse trig, Algebraic, Trig, Exponential) tells you which factor to call uu in parts: choose the one appearing earliest in the list. So in xlnxdx\int x\ln x\,dx, the log wins and u=lnxu=\ln x.

A common misconception is reaching for parts on xx2+1dx\int x\sqrt{x^2+1}\,dx. That is a substitution problem—u=x2+1u=x^2+1—because xx is essentially the derivative of the inside.

Rational Functions: Division, Factoring, and Completing the Square

Rational integrands demand a quick structural check before any calculation.

Step one is comparing degrees. If the numerator's degree is greater than or equal to the denominator's, you must perform polynomial long division first. For example, x2x+1dx\int \frac{x^2}{x+1}\,dx has numerator degree 2 and denominator degree 1, so divide to get x1+1x+1x-1+\frac{1}{x+1}, then integrate term by term.

Step two, once the fraction is proper, examine the denominator. If it factors into distinct linear (or repeated linear) factors, use partial fractions: write 1(x1)(x+2)=Ax1+Bx+2\frac{1}{(x-1)(x+2)} = \frac{A}{x-1}+\frac{B}{x+2} and solve for the constants.

Step three, if the denominator is an irreducible quadratic, consider completing the square to reach an arctangent or logarithm form. For instance dxx2+4x+5\int \frac{dx}{x^2+4x+5} becomes dx(x+2)2+1\int \frac{dx}{(x+2)^2+1}, which is arctan(x+2)+C\arctan(x+2)+C.
Denominator typeMove
Degree of top too bigLong division
FactorablePartial fractions
Irreducible quadraticComplete the square
On the exam, do not launch into partial fractions before checking degrees—a common error that leads to an impossible decomposition.

How the Exam Tests Technique Selection

AP questions rarely say "use integration by parts." Instead they hand you an integral and expect the right choice to be part of your work. In the multiple-choice section, recognizing the method instantly is worth more than raw computation speed, because the answer choices are close.

Watch for disguised basic forms. The integrand 2xx2+1\frac{2x}{x^2+1} looks like it needs partial fractions, but the numerator is the derivative of the denominator, so a quick u-substitution gives lnx2+1+C\ln|x^2+1|+C.

Watch for trig identity setups. You cannot directly antidifferentiate sin2x\sin^2 x; rewrite it using sin2x=1cos2x2\sin^2 x = \frac{1-\cos 2x}{2}. Similarly tan2x=sec2x1\tan^2 x = \sec^2 x - 1 turns a hard integral into two easy ones.

Finally, remember that techniques combine. A single integral may need long division, then substitution. A parts problem may require a substitution inside. In free-response, show each stage clearly; partial credit follows correct setup even if arithmetic slips.

The biggest time-saver is a two-second scan before writing anything: identify the integrand's structure, name the technique, then execute.

Key terms

Direct antiderivative.
Integrating a function that already matches a memorized rule, such as exdx=ex+C\int e^x\,dx = e^x + C, with no rewriting needed.
u-substitution.
A method that reverses the chain rule by letting uu equal an inside function whose derivative also appears in the integrand.
Integration by parts.
A method reversing the product rule, using udv=uvvdu\int u\,dv = uv - \int v\,du, best for products of unlike function types.
Partial fractions.
Decomposing a proper rational function into a sum of simpler fractions whose denominators are the factors of the original denominator.
Long division of polynomials.
Rewriting an improper rational function (numerator degree ≥ denominator degree) as a polynomial plus a proper remainder fraction before integrating.
Completing the square.
Rewriting an irreducible quadratic denominator in the form (x+a)2+b(x+a)^2+b to reach an arctangent or logarithmic antiderivative.
LIATE.
A guideline (Logarithmic, Inverse trig, Algebraic, Trig, Exponential) for choosing which factor to assign as uu in integration by parts.
Trig identity rewrite.
Using identities like sin2x=1cos2x2\sin^2 x=\frac{1-\cos 2x}{2} or tan2x=sec2x1\tan^2 x=\sec^2 x-1 to convert an unintegrable trig expression into standard forms.

Worked example

Evaluate x3x2+1dx\int \frac{x^3}{x^2+1}\,dx.
First, scan the structure. This is a rational function, so compare degrees: the numerator has degree 3 and the denominator degree 2. Because 323 \ge 2, the fraction is improper, so long division comes first—not partial fractions.

Divide x3x^3 by x2+1x^2+1. Since x3=x(x2+1)xx^3 = x(x^2+1) - x, we get x3x2+1=xxx2+1\frac{x^3}{x^2+1} = x - \frac{x}{x^2+1}.

Now integrate term by term. The first piece is direct: xdx=x22\int x\,dx = \frac{x^2}{2}.

For the second piece, xx2+1dx\int \frac{x}{x^2+1}\,dx, notice the numerator xx is (up to a factor) the derivative of the denominator x2+1x^2+1. This is a u-substitution trigger. Let u=x2+1u = x^2+1, so du=2xdxdu = 2x\,dx, meaning xdx=12dux\,dx = \frac{1}{2}du. Then xx2+1dx=12duu=12lnu=12ln(x2+1)\int \frac{x}{x^2+1}\,dx = \frac{1}{2}\int \frac{du}{u} = \frac{1}{2}\ln|u| = \frac{1}{2}\ln(x^2+1).

Combine: x3x2+1dx=x2212ln(x2+1)+C\int \frac{x^3}{x^2+1}\,dx = \frac{x^2}{2} - \frac{1}{2}\ln(x^2+1) + C.

This problem shows technique layering—long division sets up a substitution—which is exactly what the exam expects you to recognize.

Practice questions

Which technique most efficiently evaluates x2lnxdx\int x^2 \ln x\,dx?
  1. u-substitution with u=x2u=x^2
  2. Integration by parts with u=lnxu=\ln x
  3. Partial fractions
  4. Long division

Answer: Integration by parts with u=lnxu=\ln x

The integrand is a product of an algebraic factor x2x^2 and a logarithmic factor lnx\ln x—unlike function types with no inside-derivative relationship, so u-substitution fails. This signals integration by parts. By LIATE, the logarithm is chosen as uu, giving u=lnxu=\ln x, dv=x2dxdv=x^2\,dx. Then du=1xdxdu=\frac{1}{x}dx and v=x33v=\frac{x^3}{3}, producing a manageable remaining integral x331xdx\int \frac{x^3}{3}\cdot\frac{1}{x}\,dx.
For 5(x1)(x+4)dx\int \frac{5}{(x-1)(x+4)}\,dx, identify and briefly justify the most efficient technique, then set up (do not fully solve) the first step.

Answer: Partial fractions; write 5(x1)(x+4)=Ax1+Bx+4\frac{5}{(x-1)(x+4)} = \frac{A}{x-1} + \frac{B}{x+4}.

The integrand is a proper rational function (numerator degree 0, denominator degree 2) whose denominator is already factored into distinct linear factors. That is the textbook trigger for partial fractions—no long division is needed because the fraction is already proper. Solving 5=A(x+4)+B(x1)5 = A(x+4)+B(x-1) yields the constants, after which each term integrates to a natural log.
Explain why 3x2cos(x3)dx\int 3x^2\cos(x^3)\,dx should be solved by substitution rather than by parts.

Answer: Because 3x23x^2 is exactly the derivative of the inside function x3x^3, a substitution u=x3u=x^3 collapses the integral to cosudu\int \cos u\,du.

The presence of a composite function cos(x3)\cos(x^3) together with 3x23x^2—the derivative of its inside—signals the chain rule is at work, which u-substitution reverses. Integration by parts would be circular here because the factors are related by differentiation, not independent. With u=x3u=x^3, du=3x2dxdu=3x^2\,dx, so the integral becomes cosudu=sin(x3)+C\int\cos u\,du = \sin(x^3)+C.

FAQ

How do I decide between u-substitution and integration by parts?
Try substitution first. If one factor is the derivative (up to a constant) of another factor's inside function, use u-substitution. If the integrand is a product of unrelated function types—like polynomial times exponential or polynomial times log—and no such derivative relationship exists, use integration by parts.
When do I need long division before partial fractions?
Whenever the numerator's degree is greater than or equal to the denominator's degree. Long division makes the rational function proper first; only then can partial fractions be applied to the leftover fraction. Skipping this check leads to an unsolvable decomposition.
What's the fastest way to recognize a trig-identity problem?
Look for even powers of sine or cosine (like sin2x\sin^2 x or cos4x\cos^4 x) or products such as sinxcosx\sin x\cos x that you cannot directly substitute. Rewrite using power-reduction or Pythagorean identities to convert them into standard integrable forms before integrating.
Can one integral require more than one technique?
Yes, frequently. You might do long division, then substitution, or substitution followed by integration by parts. On free-response questions, show each stage clearly, because setup earns partial credit even if a later computation slips.

Learn this with a teacher, not a page

The Crimsora tutor teaches U6.14 Selecting Techniques for Antidifferentiation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.