Integration by parts has one formula and one decision: ∫u dv = uv − ∫v du. The formula is mechanical. The decision — which factor to call u and which to call dv — is where students get stuck. LIATE is a heuristic for making that decision quickly. It works because of a specific property of the function types involved, not by coincidence.
The Formula
Choose u (to differentiate) and dv (to integrate). The goal: after one application, the remaining integral ∫v du should be simpler than what you started with.
The LIATE Rule — How to Choose u
LIATE gives the order of preference for u. Choose the function that appears first:
If you have a log × polynomial: u = ln x (L before A). Polynomial × exponential: u = polynomial (A before E). LIATE fails occasionally — it is a guideline, not a law.
Example 1 — ∫ x·eˣ dx (A before E)
Example 2 — ∫ x·sin(x) dx (A before T)
Example 3 — ∫ ln(x) dx (L alone — use u = ln x, dv = dx)
Example 4 — ∫ x²·eˣ dx (Apply IBP Twice)
The Tabular Method (For Repeated IBP)
When you need to apply IBP multiple times and one factor is a polynomial, the tabular method saves time. Create two columns: differentiate u repeatedly until zero, integrate dv repeatedly.
When to Use Integration by Parts
Use IBP when you have a product of two different function types that u-substitution cannot handle: polynomial × trig, polynomial × exponential, polynomial × log, inverse trig alone, or log alone.
Sometimes IBP returns you to the original integral. This is not a mistake — it is a trick. Set the repeated integral equal to I and solve algebraically: e.g. ∫eˣsin x dx = eˣsin x − eˣcos x − ∫eˣsin x dx → 2I = eˣ(sin x − cos x) → I = eˣ(sin x − cos x)/2 + C.