Calculus
Integration Decision Guide: Which Technique?
A decision tree for choosing a technique, a worked example down every branch, and the dead ends — what a wrong choice looks like two lines in, and how to back out of it.
Read the integrand before you pick a technique
Differentiation is an algorithm: apply the rules mechanically and you always finish. Integration is not. You are recognising a shape and matching it to a technique, and the failure mode that produces is thrashing — substitution, then parts, then substitution again with a different , filling a page and finishing nowhere.
One piece of honesty before the tree, because it changes how you interpret being stuck. Not every elementary function has an elementary antiderivative. , , and are all perfectly well-behaved functions whose integrals provably cannot be written with the operations you know. On a set exam question this will not happen, so a wall you cannot get past is a wrong technique rather than an impossible integral. But the ceiling is why integration has techniques and a decision tree while differentiation has neither.
Which technique does this integrand want?
Look at the integrand as a whole. What is its dominant structure?
Solve a integral problem now
First solution freeBranch 1: it is already a standard form
The most common wasted effort in a calculus exam is applying a technique to an integral that needed none. Rewrite every root and reciprocal as a power of , split every sum, pull constants out. A surprising number of integrals surrender at that point.
Worked example
- 1
Rewrite the awkward terms as powers. This is the step people skip, and it is the step that makes the power rule applicable.
- 2
Apply the power rule term by term: raise the exponent by one and divide by the new exponent.
- 3
Simplify each coefficient. Dividing by three halves means multiplying by two thirds, which is where the eight thirds comes from.
- 4
Differentiate to check. The three terms return 2x³, −5x⁻², and 4√x, which together are the original integrand.
Answer
The same branch swallows integrands that look like they need parts. Given , the instinct is to see a quotient and reach for a rule. Expand the numerator and divide term by term instead:
Two lines, no technique. Algebra is free and techniques are expensive, so exhaust the algebra first.
Trigonometric integrands are where this pays best, because an identity often replaces an entire technique. There is no product rule to reverse for , but power reduction turns it into a sum: , so the integral is . Differentiating returns , which is again. The rule of thumb: an odd power of sine or cosine can be handled by substitution, because you can peel off one factor to serve as , while an even power needs a power-reduction identity first. Recognising which identities are worth holding in memory is covered in the trig identities worth memorising.
Branch 2: u-substitution
Substitution is the chain rule read backwards. It works when the integrand contains a composite function and the derivative of the inner function, up to a constant multiple. Both halves are required, and checking the second takes about five seconds — which is why this is the cheapest branch to test.
Worked example
- 1
Identify the inner function. The root is applied to x³ + 1, so that is the candidate for u.
- 2
Differentiate and compare with what is available. The integrand offers x² dx, and du supplies 3x² dx — a constant multiple, which is exactly what substitution tolerates.
- 3
Rewrite the whole integral in u. Nothing in x may survive; if something does, the substitution has failed and you should back out.
- 4
Integrate and substitute back.
- 5
Check by differentiating: two ninths times three halves times 3x² is x², and the power drops to one half. That returns the integrand exactly.
Answer
On a definite integral, change the limits with the variable rather than substituting back at the end. For , the limits and become and , giving
Substitution also handles integrands that are not obviously composite. In the numerator is half the derivative of the denominator, so gives . Any time a numerator is a constant multiple of the denominator's derivative, the answer is a logarithm and no other technique is needed. More on identifying the inner function, including the cases where two choices both work, is in the guide to u-substitution.
Occasionally the right is not the inside of a function but the whole awkward piece. For , setting gives and, after rewriting the stray as , the tidy integral . Setting instead makes and , and the root cancels immediately, leaving . Both close, and both give . Two viable choices is a comfortable position to be in; the useful reflex is to take whichever makes the remaining integrand a plain sum of powers.
Branch 3: integration by parts and LIATE
Parts is the product rule read backwards: . It trades one integral for another, so the only question that matters is whether the trade is favourable. LIATE answers it by ranking functions according to whether they improve more under differentiation than under integration.
| Priority for u | Kind of function | Why it ranks there |
|---|---|---|
| L — Logarithmic | ln x, log x | No convenient antiderivative, but differentiates to a clean reciprocal |
| I — Inverse trigonometric | arctan x, arcsin x | Same story: awkward to integrate, pleasant to differentiate |
| A — Algebraic | x, x², polynomials | Differentiating lowers the degree, which is measurable progress |
| T — Trigonometric | sin x, cos x | Neither improves nor worsens, so it only matters for consistency |
| E — Exponential | e to the x, and its relatives | Integrates to itself, which makes it the ideal dv |
Worked example
- 1
LIATE puts logarithmic ahead of algebraic, so the logarithm is u and everything else is dv. Note this is the opposite of the instinct to make the simple factor u.
- 2
Differentiate u and integrate dv.
- 3
Apply the formula. The new integral must be easier than the old one, and here it plainly is: the logarithm has gone.
- 4
The remaining integrand cancels to a single power of x.
- 5
Check by differentiating: the product rule gives x ln x plus x/2, and the second term cancels against the derivative of x²/4.
Answer
Two variations are worth having seen. When the algebraic factor has degree two or more, parts has to be applied repeatedly, each round dropping the degree by one. For , the first round leaves , and the second finishes it:
Differentiating confirms it, since the product rule returns . The second variation is the circular case. With , two rounds of parts return a multiple of itself, which looks like failure and is not — you solve for algebraically to get . Both patterns, including how to recognise the circular case before you have gone round twice, are worked through in integration by parts and the LIATE rule.
There is a third case that looks like it cannot be a parts problem at all, because there is only one function. has no visible product, and yet parts is the only way in. Take and — the invisible factor of one becomes , so . Then
Differentiating gives , so it holds. The same manoeuvre integrates and , and it is the reason those two functions sit at the top of LIATE despite rarely appearing in a product: whenever one of them is the whole integrand, it still becomes .
Branch 4: rational functions
A quotient of polynomials always has an elementary antiderivative, which makes this the most reliable branch on the tree. It also has the most preliminaries: degrees first, then whether the denominator factors, and only then decompose.
Worked example
- 1
Degree check. The numerator is degree one and the denominator degree two, so the fraction is proper and no division is needed.
- 2
Factor the denominator. Two distinct linear factors means one simple fraction for each.
- 3
Write the decomposition with unknown numerators, then clear the denominators.
- 4
Substitute the values of x that kill one term at a time. This is far faster than expanding and matching coefficients: setting x = 2 removes B entirely.
- 5
Each piece integrates to a logarithm. The absolute values matter, because the argument of each is negative on part of the domain.
- 6
Check by recombining the derivative: two times (x+1) plus three times (x−2) is 5x − 4, over the original denominator.
Answer
When the numerator's degree is at least the denominator's, divide first. For , division gives , and the remainder term is a substitution with :
When the denominator will not factor, partial fractions cannot start, and the move is to complete the square. The denominator of has discriminant , so it is irreducible; rewriting it as turns the integral into a standard arctangent form and gives . That is the same completing-the-square manipulation used to solve a quadratic equation, applied to a different end.
Repeated factors need one extra rule, and it is the rule most often got wrong. A factor appearing to the power contributes fractions, one for each power up to , not a single fraction with the whole power in the denominator. So
Clearing gives . Substituting gives , and gives . The repeated factor means substitution alone cannot find , so compare coefficients of : the left side has none, so and . A quick numerical check at gives one quarter on both sides. Integrating term by term produces , and note that the squared factor integrates to a reciprocal rather than to a logarithm — mixing those two up is the other common error in this branch.
Branch 5: trigonometric substitution
The most expensive technique here, and the one to reach for last. It applies when a root of a quadratic expression stands alone, with nothing outside it that could serve as . It eliminates the root by invoking a Pythagorean identity, which is worth the overhead only because no cheaper technique can remove a root of that shape.
A trigonometric substitution, start to finish
0 of 8 stepsThe tangent form works the same way. For , put , so that and the denominator becomes . The integral reduces to , and the triangle gives , so the answer is . Notice how much cancellation the substitution produced: an integrand raised to the three-halves power became a single cosine.
On a definite integral, converting the limits skips the triangle entirely, and that saves more here than in ordinary substitution because the triangle is the slowest step. Bounds of to in the sine example become and .
One caution about the third form. The secant substitution for is genuinely harder than the other two, because is not one-to-one over an interval containing both branches, so the sign of depends on which side of the domain you are working. If a question hands you that shape, check first whether completing the square or a plain substitution avoids it. Frequently it does.
Dead ends, and how to back out
Choosing wrongly is normal and cheap, provided you notice quickly. The test is always structural: after two lines, is the integrand simpler — fewer radicals, lower degree, fewer kinds of function — or merely different? Different is a dead end. Here are the five you will actually meet.
A substitution that half works. Not every leftover is fatal. In , the substitution absorbs one factor of into and leaves , which you can rewrite as . The integral becomes and closes cleanly at . The distinction worth learning: a leftover even power of can always be converted, and an odd one cannot.
Parts chosen the wrong way round. On , taking and gives . The new integral has where the old one had : the degree went up, so you are moving away from an answer. Swap the choices, which is what LIATE told you to do in the first place, and you get in two lines.
Partial fractions on an irreducible denominator. Splitting into two linear pieces fails immediately, because has discriminant and so no real roots. Compute the discriminant before decomposing anything.
Partial fractions before long division. defeats decomposition because the fraction is improper. Divide first — — and the integral is .
Trigonometric substitution when a plain one would do. contains a root of the right shape, so the pattern-matching reflex says tangent. But there is an outside the root, so finishes it in one line at . Not a wrong answer, just an expensive route to a right one.
Check yourself
You try u = x² + 1 on the integral of √(x² + 1) with respect to x. Write down what you get, and say what it tells you.
Differentiate your answer
Integration is the rare topic where checking is strictly easier than solving, because differentiation is mechanical and integration is not. An antiderivative that does not differentiate back to the integrand is wrong, with no ambiguity and no partial credit to argue about, and the check takes a fraction of the time the integral did. Every worked example above ends with it for that reason.
The same asymmetry is why committing to a branch for two lines is cheap. If the integrand has not become structurally simpler by then, back out; you have spent thirty seconds rather than five minutes. If you would rather see the classification and the working side by side for your own integral, the integral calculator names the technique it chose before it starts, and the calculus solver handles the derivative check at the end. The two techniques you will use most are documented in depth in u-substitution: finding the inner function and integration by parts and the LIATE rule.