Integration undoes differentiation. Everything in this topic follows from reading the differentiation rules backwards — and from remembering the constant that differentiation destroyed.
Antidifferentiation
If dxdF=f(x), then F is an antiderivative of f, written
∫f(x)dx=F(x)+C
Since the derivative of any constant is zero, x2+1, x2−7 and x2 all differentiate to 2x. Reversing the process cannot recover which constant was there, so every indefinite integral carries +C.
Indefinite integrals
∫xndx=n+1xn+1+C(n=−1)
Raise the power by one and divide by the new power — exactly the reverse of the differentiation rule.
∫x3dx=4x4+C∫(3x2−4x+5)dx=x3−2x2+5x+C
Reversing the chain rule
∫(ax+b)ndx=a(n+1)(ax+b)n+1+C
The extra division by a compensates for the factor the chain rule would introduce.
∫(2x+1)5dx=12(2x+1)6+C
Check by differentiating: 126(2x+1)5×2=(2x+1)5 ✓
Definite integrals
∫abf(x)dx=[F(x)]ab=F(b)−F(a)
The constant cancels in the subtraction, so definite integrals need no +C.
∫132xdx=[x2]13=9−1=8
∫02(x2+1)dx=[3x3+x]02=(38+2)−0=314
Two properties worth knowing:
∫abf=−∫baf∫abf+∫bcf=∫acf
Area under a curve
For a curve above the x-axis between x=a and x=b:
Area=∫abydx
Find the area under y=x2 from x=0 to x=3.
∫03x2dx=[3x3]03=9−0=9
For an area measured from the y-axis, integrate with respect to y instead:
Area=∫cdxdy
Area between curves
Area=∫ab(yupper−ylower)dx
where a and b are the x-coordinates of the intersection points.
Find the area between y=x and y=x2.
They meet where x=x2, so x=0 and x=1. Between those, x>x2, so the line is on top:
∫01(x−x2)dx=[2x2−3x3]01=21−31=61
Volumes of revolution
Rotating the region under y=f(x) about the x-axis produces a solid of volume
V=π∫aby2dx
Rotate y=x from x=0 to x=2 about the x-axis.
V=π∫02x2dx=π[3x3]02=38π
This is a cone of radius 2 and height 2, and the standard formula gives 31πr2h=31π(4)(2)=38π ✓
About the y-axis instead:
V=π∫cdx2dy
Integrating trigonometric functions
Reading the derivatives backwards:
∫sinxdx=−cosx+C∫cosxdx=sinx+C∫sec2xdx=tanx+C
∫0π/2cosxdx=[sinx]0π/2=1−0=1
With a linear inside function, divide by its coefficient: