4.2.7 · D3Calculus II — Integration

Worked examples — Integration by parts — derivation from product rule, LIATE mnemonic

2,524 words11 min readBack to topic

This page is a problem gym for integration by parts. The parent note built the rule; here we hit it from every angle. Before we solve anything, we lay out a map of every kind of problem that integration by parts can throw at you — so when you meet a new integral, you already recognise which "cell" it belongs to.

Recall The one formula we lean on the whole way

You pick (the factor you will differentiate into ) and (the factor you will integrate into ). The picking rule is LIATE — Logarithmic, Inverse-trig, Algebraic, Trigonometric, Exponential — earliest letter becomes .


The scenario matrix

Integration by parts is not one problem — it is a family. Here is every distinct behaviour the method can produce. Every example below is tagged with the cell it fills.

Cell Case class Signature / what happens Filled by
A Poly × exponential, one pass makes the polynomial vanish in one step Ex 1
B "Hidden product" (single function) Write so Ex 2
C Repeated parts (poly degree ) Do parts times until poly dies Ex 3
D The loop (integral reappears) Solve algebraically for Ex 4
E Inverse-trig alone , leftover needs substitution Ex 5
F Definite integral Carry the boundary term; watch signs at the ends Ex 6
G Degenerate / limiting case — an improper endpoint where Ex 7
H Word problem (physics) Work done by a position-dependent, oscillating force Ex 8
I Exam twist (wrong- trap) Show the bad choice explodes, then rescue with LIATE Ex 9

Signs and directions we must cover explicitly: the leading minus in ; negative arguments/limits (Ex 6 runs from to where flips sign); a limit going to (Ex 7); and both signs of the loop constant (Ex 4).


Cell A — Polynomial × exponential (one pass)


Cell B — The hidden product


Cell C — Repeated parts (polynomial dies in stages)


Cell D — The loop trick (integral comes back)


Cell E — Inverse-trig, leftover needs a substitution


Cell F — A definite integral (carry the boundary term)

For definite integrals the rule becomes where (this is the Fundamental Theorem of Calculus applied to the term). See Definite integrals for the boundary bookkeeping.


Cell G — Degenerate / limiting endpoint (improper integral)


Cell H — Word problem (physics: work by an oscillating force)


Cell I — Exam twist: the wrong- trap


Recap of the matrix

Recall Which trick for which signature?

Poly × exp, one pass ::: differentiate the poly once (Ex 1) Single log / inverse-trig function ::: write , so (Ex 2, 5) Poly of degree ::: repeat parts times / use Tabular integration (DI method) (Ex 3) Integral reappears ::: name it , solve algebraically (Ex 4) Definite integral ::: carry , evaluate both ends (Ex 6) Singular endpoint ::: use a limit (Ex 7) "Easy to integrate" factor ::: that's , NOT (Ex 9)

yes

still a product

original reappears

See a product to integrate

Apply LIATE to pick u

Compute du and v

Write uv minus integral v du

New integral simpler

Finish and add C

Do parts again

Solve for I algebraically


Connections

  • Parent topic — the rule and its derivation.
  • Integration by substitution — used inside Ex 2 and Ex 5 for the leftover integral.
  • Definite integrals and Fundamental Theorem of Calculus — the boundary term in Ex 6–8.
  • Tabular integration (DI method) — shortcut for the repeated-parts case (Ex 3).
  • Reduction formulae — what repeated parts becomes when the power is a general .