Intuition The ONE core idea
Integration by parts is just the product rule for differentiation, run backwards and integrated . If you truly understand what a derivative, an integral, and a product-of-functions are , the whole technique is nothing more than rearranging one honest equation.
Before you can trade one integral for another, you must know exactly what every squiggle on the page means . This page builds each symbol from nothing, in the order they depend on each other, so that when you meet ∫ u d v = uv − ∫ v d u not a single mark surprises you.
A function is a machine: you feed it a number x , it returns exactly one number f ( x ) . The letter f is the machine's name; x is the input slot.
The picture is a curve on a grid : the horizontal axis is every possible input x , and for each x the curve's height is the output f ( x ) .
Intuition Why the topic needs it
Integration by parts always works on a product of two functions , like x ⋅ e x . So first we must be crystal clear that x and e x are each little height-machines, and multiplying them makes a new height at every point.
Definition Product of functions
If u ( x ) and v ( x ) are two machines, their product u ( x ) v ( x ) is a new machine whose height at each x is the two heights multiplied together .
Picture the number line at one fixed x : read u 's height, read v 's height, and draw a rectangle with those two side-lengths. The area of that rectangle is u v at that point.
Intuition Why the topic needs it
The whole problem is "integrate a product." Seeing u v as the area of a growing rectangle is exactly the mental image that makes the product rule (and therefore parts) obvious in the next steps.
The derivative of f , written d x df or f ′ ( x ) , is the steepness of the curve at each point: how fast the height rises as you nudge x a tiny bit to the right.
The symbol d x d ( ⋅ ) is an operator — read it as "the rate at which ( ⋅ ) changes as x moves." The picture is a tangent line touching the curve; a steep tangent means a big derivative, a flat tangent means zero.
Intuition Why this tool and not another?
We use the derivative because we want to know how a product grows . Growth = rate of change = derivative. That is the one question the product rule answers, so we need the derivative before we can even state it.
Look again at the rectangle figure (s02). Widen it slightly: one new thin strip appears along the top (u times the change in v ) and one along the side (v times the change in u ). Those two strips are precisely u d x d v and v d x d u .
Definition Three ways to write the same idea
u ′ ( x ) — the prime notation: "derivative of u ."
d x d u — the Leibniz notation: the ratio of a tiny change in u to the tiny change in x that caused it.
d u — a differential : a tiny sliver of u , defined by d u = d x d u d x .
Intuition Why parts needs the differential
d u
The final formula ∫ u d v = uv − ∫ v d u is written in differentials . Reading d u = u ′ d x lets us swap freely between "∫ u d x d v d x " and the clean "∫ u d v ." The d x never disappears — it rides along inside d v and d u .
d v without its d x
Why it tempts you: you split x e x into "x " and "e x " and forget where d x lives.
The fix: always d v = ( factor ) d x . Since v = ∫ d v , the d x is the flag that says "integrate me."
Definition Indefinite integral (antiderivative)
∫ f ( x ) d x = F ( x ) + C means: find a machine F whose derivative is f . The tall ∫ is a stretched "S" for sum ; the d x says "sum in the x direction."
Picture stacking infinitely many thin rectangles of width d x and height f ( x ) under the curve — their total area is the integral.
Intuition Why integration is "differentiation backwards"
If d x d F = f , then ∫ f d x = F . Integration and differentiation undo each other . That single fact is what lets us take the trusted product rule and integrate both sides to birth a brand-new integration rule.
+ C appears
Many curves share the same steepness everywhere — shifting a curve straight up or down doesn't change its slope. So an antiderivative is only pinned down up to a constant C .
+ C
After two rounds of parts the sign and the + C are the easiest things to lose. Write the boxed formula fresh each pass and re-attach C at the very end.
Intuition Where it's used
In the parent derivation, Step 3 collapses the whole left side to just uv using exactly this. See Fundamental Theorem of Calculus for the full story — here you only need: integral undoes derivative, so ∫ ( uv ) ′ d x = uv .
Definition Splitting the integrand
Given a product to integrate, you label one factor u (it will be differentiated ) and the rest d v (it will be integrated to make v ). The rule then trades your integral for a hopefully-easier one.
The parent note gives LIATE as the deciding order. Every symbol in that decision — u , d u , d v , v — has now been built from zero above.
differential du equals u prime dx
Test yourself — cover the right side and answer aloud.
What is a function f ( x ) , in one sentence? A machine that turns each input x into exactly one output height f ( x ) .
What picture represents the product u v at a point? A rectangle with side-lengths u and v ; its area is u v .
What does the derivative d x df measure? The steepness (slope of the tangent line) of the curve at each point.
State the product rule. d x d ( uv ) = u d x d v + v d x d u .
What does the differential d u equal? d u = d x d u d x = u ′ d x .
What does ∫ f ( x ) d x ask for? A function F whose derivative is f (its antiderivative), plus + C .
Why does + C appear? Shifting a curve up or down doesn't change its slope, so the antiderivative is fixed only up to a constant.
What does the Fundamental Theorem give for ∫ d x d ( uv ) d x ? Just uv — integrating a derivative returns the original function.
In parts, which factor gets differentiated? The one labelled u .
Which factor must carry the d x ? d v , because v = ∫ d v and the d x marks what is integrated.