Applications of Integration
Antiderivatives
The derivative of F(x) is f(x).
The antiderivative of f(x) is F(x).
∫f(x)dx=F(x)+c, where ∫ is the integral sign, and c is the constant of integration.
Rectilinear Motion
Velocity function: v(t)=dtds(t), where s(t) is the position function.
Acceleration function: a(t)=dtdv(t).
Position function: s(t)=∫v(t)dt.
Velocity function: v(t)=∫a(t)dt.
Definite Integrals
Indefinite integral: ∫f(x)dx=F(x)+c (a function).
Definite integral: ∫abf(x)dx (a number).
Evaluation: ∫abf(x)dx=F(b)−F(a)
Properties of Definite Integrals
Switching limits: ∫abf(x)dx=−∫baf(x)dx .
Equal limits: ∫aaf(x)dx=0 .
Constant integral: ∫abkdx=k(b−a), where k is a constant.
Additive property: ∫abf(x)dx+∫bcf(x)dx=∫acf(x)dx
Area Under a Curve
Summation Formulas
∑i=1nc=cn, where c is a constant.
∑i=1ni=2n(n+1)
∑i=1ni2=6n(n+1)(2n+1)
∑i=1ni3=(2n(n+1))2
∑i=1ni4=306n5+15n4+10n3−n
∑i=1ni5=122n6+6n5+5n4−n2
Example: ∑i=15i2=12+22+32+42+52=55
Riemann Sums
Left endpoints: Δx[f(x0)+f(x1)+f(x2)+…+f(xn−1)]
Right endpoints: Δx[f(x1)+f(x2)+f(x3)+…+f(xn)]
Midpoint rule: Δx[f(x0.5)+f(x1.5)+f(x2.5)+…+f(xn−0.5)]
Δx=nb−a
Approximate Integration
Trapezoidal Rule: Tn=2Δx[f(x0)+2f(x1)+2f(x2)+…+2f(xn−1)+f(xn)]
Simpson's Rule: Sn=3Δx[f(x0)+4f(x1)+2f(x2)+4f(x3)+…+2f(xn−2)+4f(xn−1)+f(xn)]
Δx=nb−a
Fundamental Theorem of Calculus (FTC)
Part 1: If g(x)=∫axf(t)dt, then g′(x)=f(x).
Part 2: ∫abf(x)dx=F(b)−F(a).
Net Change Theorem
∫abF′(x)dx=F(b)−F(a)
Application: Accumulation of rate of change (e.g., water flow, velocity).
Area Between Two Curves
In terms of x: Area = ∫ab[f(x)−g(x)]dx, where f(x) is the top function and g(x) is the bottom function.
In terms of y: Area = ∫cd[f(y)−g(y)]dy, where f(y) is the right function and g(y) is the left function.
Volume by Disk Method
Rotation about x-axis: V=π∫ab[r(x)]2dx, where r(x) is the radius function.
Rotation about y-axis: V=π∫cd[r(y)]2dy, where r(y) is the radius function.