Basic integration in P1; by parts, substitution in P2
Edexcel
P1, P2
Similar split
OCR (A)
Paper 1, 2
Includes trapezium rule
CIE (9709)
P1, P2, P3
Basic in P1; by parts/substitution in P2/P3; further in P3
:::info The formula booklet provides standard integrals. You must know how to apply integration
Techniques and when to use each method.
:::
1. Integration as Area: Riemann Sums
1.1 Definition
Definition. The definite integral of f from a to b is defined as the limit of Riemann
Sums:
∫abf(x)dx=limn→∞∑i=1nf(xi∗)Δx
Where [a,b] is divided into n subintervals of width Δx=nb−aAnd xi∗ is A
sample point in the i-th subinterval.
Geometric picture. We divide the area under y=f(x) between x=a and x=b into n thin
Rectangles. The sum of their areas approximates the total area. As n→∞ (rectangles become
Infinitely thin), the approximation becomes exact.
If we take the upper rectangle height (right endpoint), we get an upper sum.
If we take the lower rectangle height (left endpoint), we get a lower sum.
The integral exists when the upper and lower sums converge to the same limit.
Intuition. Integration is “accumulation” — adding up infinitely many infinitesimal
Contributions. If f(x) is a rate (like velocity), then ∫abf(x)dx is the total change
(displacement).
Integration as Area Under a Curve
Increase the number of rectangles to see how Riemann sums converge to
The exact area under the curve. Compare the upper and lower sums as the partition gets finer.
2. The Fundamental Theorem of Calculus
Theorem (FTC). If f is continuous on [a,b]Then
(Part1)dxd∫axf(t)dt=f(x)
(Part2)∫abf(x)dx=F(b)−F(a)
Where F is any antiderivative of f (i.e., F′(x)=f(x)).
2.1 Sketch proof of Part 2
Let G(x)=∫axf(t)dt. By Part 1, G′(x)=f(x).
If F is any other antiderivative of fThen F′(x)=G′(x)=f(x)So F(x)−G(x)=C (a
Constant).
F(x)=G(x)+C⟹F(b)−F(a)=G(b)−G(a)=∫abf(t)dt−0
Hence ∫abf(x)dx=F(b)−F(a). ■
:::info The Fundamental Theorem of Calculus is one of the most important results in all of
Mathematics. It connects the two seemingly unrelated operations of differentiation (finding rates of
Change) and integration (finding areas).
:::
3. Standard Integrals
Each standard integral can be derived by reversing the corresponding differentiation.
If f(x) changes sign on [a,b]We must split the integral at each root:
A=∫ab∣f(x)∣dx
:::caution ∫abf(x)dx gives the signed area (negative below the x-axis). To find the
Actual geometric area, take the absolute value and integrate separately over regions where f is
Positive and negative.
:::
4.3 Area between two curves
The area between y=f(x) and y=g(x) from x=a to x=b (where f(x)≥g(x)) is
A=∫ab[f(x)−g(x)]dx
4.4 Area under a parametric curve
A=∫t1t2ydtdxdt
5. Integration by Substitution
5.1 The method
Theorem.∫f(g(x))g′(x)dx=F(g(x))+C where F′=f.
5.2 Proof via the chain rule
Let u=g(x). By the chain rule,
dxdF(u)=F′(u)dxdu=f(u)dxdu=f(g(x))g′(x).
Therefore ∫f(g(x))g′(x)dx=F(g(x))+C. ■
In practice:
Choose a substitution u=g(x).
Compute du=g′(x)dx.
Rewrite the integral entirely in terms of u.
Integrate, then substitute back.
Example. Find ∫2xx2+1dx.
Let u=x2+1, du=2xdx.
∫2xx2+1dx=∫udu=32u3/2+C=32(x2+1)3/2+C
:::tip Tip g(x) and g′(x) in the integrand, try u=g(x).
:::
5.3 Definite integrals with substitution
For a definite integral, you can either:
Substitute back to x before evaluating, or
Change the limits: when x = a$$u = g(a); when x = b$$u = g(b).
6. Integration by Parts
6.1 The formula
Theorem.∫udv=uv−∫vdu
6.2 Proof via the product rule
From the product rule: dxd(uv)=udxdv+vdxdu.
Integrating both sides:
uv=∫udxdvdx+∫vdxdudx
∫udxdvdx=uv−∫vdxdudx
I.e., ∫udv=uv−∫vdu. ■
6.3 Choosing u and dv
Use the mnemonic LIATE (Logarithmic, Inverse trig, Algebraic, Trig, Exponential). Choose u
From the leftmost category that appears.
:::caution Warning After applying the formula, swap u and dv.
:::
Example. Find ∫xexdx.
Let u = x$$dv = e^x\,dx. Then du = dx$$v = e^x.
∫xexdx=xex−∫exdx=xex−ex+C=ex(x−1)+C
6.4 Reduction formulas
Integration by parts can produce reduction formulas relating In to In−1.
Example. Find a reduction formula for In=∫xnexdx.
Let u = x^n$$dv = e^x\,dx. Then du = nx^{n-1}\,dx$$v = e^x.
In=xnex−n∫xn−1exdx=xnex−nIn−1
This gives In=xnex−nIn−1Allowing us to reduce any In to I0=ex+C.
7. The Trapezium Rule
7.1 Formula
To approximate ∫abf(x)dxDivide [a,b] into n equal strips of width
h=nb−a:
∫abf(x)dx≈2h[y0+2y1+2y2+⋯+2yn−1+yn]
Where yi=f(a+ih).
7.2 Derivation
Each strip is approximated by a trapezium. The area of the i-th trapezium is:
If f′′ is continuous on [a,b] and ∣f′′(x)∣≤M for all x∈[a,b]Then the error E
Satisfies
∣E∣≤12n2(b−a)3M
Proof (sketch). For a single strip of width hThe trapezium rule gives area
2h[f(a)+f(a+h)]While the true area is ∫aa+hf(x)dx. By Taylor’s theorem, The
error per strip is −12h3f′′(ξ) for some ξ∈(a,a+h). Summing n strips And
using the bound ∣f′′∣≤M:
∣E∣≤n⋅12h3M=n⋅12n3(b−a)3M=12n2(b−a)3M■
Intuition. The error decreases as 1/n2 — doubling the number of strips quarters the error.
The error also depends on how curved the function is (via f′′). For a straight line (f′′=0),
The trapezium rule is exact.
:::tip Tip Concave-down functions and overestimates for concave-up functions.
:::
8. Further Techniques
8.1 Integrating f(x)f′(x)
∫f(x)f′(x)dx=ln∣f(x)∣+C
This follows from the substitution u=f(x).
8.2 Partial fractions
Rational functions can be integrated by first decomposing into partial fractions.
:::tip Tip Ready to test your understanding of Integration? The contains the hardest questions
within the A-Level specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Integration
with other pure mathematics topics to test synthesis under exam conditions.
See for instructions on self-marking and
building a personal test matrix.
:::
Common Pitfalls
Forgetting the chain rule when integrating composite functions — look for an inner function and
its derivative.
Confusing definite and indefinite integrals — definite integrals give a numerical value;
indefinite integrals give a family of functions.
Incorrectly applying limits of integration after a substitution — remember to change the limits
to the new variable.
Losing marks by not showing sufficient working — always write out each step, especially in proof
questions.
Misreading the question, particularly with ‘hence’ vs ‘hence or otherwise’ — the former requires
using previous work.
Forgetting to check that solutions satisfy the original equation (especially with squaring both
sides or dividing by variables).
Summary
The key principles covered in this topic are linked in the sub-pages above. Focus on understanding
the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of
each approach.
Worked Examples
Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages
linked above.