The Integral as Limit of a Sum
The Riemann integral is defined as:
∫abf(x)dx=limN→∞∑i=1Nf(xi)δx
where δx=(b−a)/N and xi are sample points in each subinterval.
Interpretation: Area under the curve, with rectangles becoming infinitesimally thin.
Fundamental Theorem of Calculus
First form: If F′(x)=f(x), then:
∫abf(x)dx=F(b)−F(a)
Second form: Define:
F(x)=∫axf(t)dt
Then F′(x)=f(x).
Significance: Differentiation and integration are inverse operations.
Differentiation Under the Integral Sign
For I(q)=∫abf(x,q)dx:
dqdI=∫ab∂q∂fdx
If limits depend on q:
dqd∫a(q)b(q)f(x,q)dx=f(b,q)dqdb−f(a,q)dqda+∫ab∂q∂fdx
Standard Techniques
Substitution
∫f(g(x))g′(x)dx=∫f(u)duwhere u=g(x)
Example: ∫2xcos(x2)dx. Let u=x2, du=2xdx:
∫cosudu=sinu=sin(x2)
Integration by Parts
∫udxdvdx=uv−∫vdxdudx
Example: ∫xexdx.
Let u=x, dv=exdx. Then du=dx, v=ex:
∫xexdx=xex−∫exdx=xex−ex+C
Partial Fractions
For rational functions, decompose into simpler fractions.
(x−1)(x+2)1=x−1A+x+2B
Solving: 1=A(x+2)+B(x−1). At x=1: A=1/3. At x=−2: B=−1/3.
Improper Integrals
Type 1: Infinite limits
∫a∞f(x)dx=limb→∞∫abf(x)dx
Converges if limit exists (finite).
Type 2: Unbounded integrand
∫abx−adx=limε→0+∫a+εbx−adx
Comparison test for improper integrals
If 0≤f(x)≤g(x) and ∫g converges, then ∫f converges.
Symmetry and Integration
Even function: f(−x)=f(x)
∫−aaf(x)dx=2∫0af(x)dx
Odd function: f(−x)=−f(x)
∫−aaf(x)dx=0

This simplifies many integrals, especially for trigonometric and polynomial terms.
Mean Value Theorem for Integrals
For continuous f on [a,b], there exists c∈[a,b] such that:
∫abf(x)dx=f(c)(b−a)
The integral equals the function value at some point times the interval width.
Integration by Inspection
Recognise standard forms and their derivatives:
| Integral | Result |
|---|
| ∫ff′dx | ln∥f∥ |
| ∫f′(x)[f(x)]ndx | n+1[f(x)]n+1 |
| ∫a2+x21dx | a1tan−1(x/a) |
| ∫a2−x21dx | sin−1(x/a) |
The key is identifying patterns that match derivative rules in reverse.