The math optional, made finite. Daily Practice

Improper integrals (unbounded interval/integrand)

At a Glance

Why This Chapter Matters

Improper integrals appear in Section A (Q1 compulsory) in most years, always for 10 marks. The easy questions — convergence/divergence of a given integral — are solved by a two-step algorithm: locate the singularity, compare the integrand to a standard integrable or non-integrable type (xap|x-a|^{-p} or logx|\log x|). The harder question (2019) requires Feynman’s differentiation-under-the-integral-sign technique, which is a high-value skill worth learning. Mastering these two tools gives you coverage of every historical variant.

Minimum Theory

When is an integral improper? A definite integral abf(x)dx\int_a^b f(x)\,dx is improper if (a) ff has a singularity inside [a,b][a,b] or at an endpoint, or (b) the interval is unbounded. Always locate and list every singularity before proceeding.

Splitting. If there are multiple singularities, split the integral so that each piece has exactly one singularity at an endpoint. The integral converges only if every piece converges.

Comparison tests. Near a singularity at x=ax = a: aa+ϵdxxap   converges iff   p<1.\int_a^{a+\epsilon}\frac{dx}{|x-a|^p} \;\text{ converges iff }\; p < 1. For an endpoint at x=ax = a where fxapf \sim |x-a|^{-p} (limit comparison), the convergence/divergence of ff matches the power-function integral. Key standard facts: 01xpdx converges iff p<1;01logxdx converges (value 1);\int_0^1 x^{-p}\,dx \text{ converges iff } p<1;\qquad \int_0^1 |\log x|\,dx \text{ converges (value 1);} 1xpdx converges iff p>1.\int_1^\infty x^{-p}\,dx \text{ converges iff } p>1.

Interior singularity. If the singularity is at an interior point c(a,b)c \in (a,b), split: ab=ac+cb\int_a^b = \int_a^c + \int_c^b. Both pieces must converge.

Differentiation under the integral sign (Feynman). For an integral I(a)=f(x,a)dxI(a) = \int f(x,a)\,dx depending on a parameter aa, differentiating gives I(a)=af(x,a)dxI'(a) = \int \partial_a f(x,a)\,dx (when dominated convergence applies). Solve the resulting simpler integral, then integrate back in aa using a known boundary condition (usually I(a0)=0I(a_0) = 0 for some evident a0a_0).

Types of improper integrals: endpoint, interior, and unbounded-domain singularities

Question Archetypes

ArchetypeRecognition
convergence-test”Examine the convergence of \int \ldots” — locate singularity, compare, conclude
parameter-differentiation”Evaluate 0dx\int_0^\infty \ldots\,dx” with a parameter — use Feynman differentiation

convergence-test (4 question(s); 2017, 2022, 2023)

Examine convergence/divergence by locating the singularity and applying a comparison test

Recognition Cues

Solution Template

  1. Locate all singularities: find where the integrand \to \infty or where the interval is unbounded.
  2. Split the integral so each piece has exactly one singularity at a single endpoint.
  3. For each piece: compare the integrand near the singularity to a standard type. Write the limit: limxa+f(x)/g(x)=L0\lim_{x\to a^+} f(x)/g(x) = L \ne 0 where g(x)=xapg(x) = |x-a|^{-p} (or log(xa)|\log(x-a)|, etc.).
  4. Conclude by the limit comparison test: if 0<L<0 < L < \infty and g\int g converges (resp. diverges), then f\int f converges (resp. diverges).
  5. State the conclusion for each piece and hence for the whole integral.

Worked Example 1

2022 Paper 1, 2022-P1-Q1d (10 marks)

Examine convergence of 02dx2xx2\displaystyle\int_0^2\frac{dx}{2x-x^2}.

Step 1 — Locate singularities. 2xx2=x(2x)=02x-x^2 = x(2-x) = 0 at x=0x=0 and x=2x=2. Both endpoints are singular.

Step 2 — Split. 02=01+12\displaystyle\int_0^2 = \int_0^1 + \int_1^2.

Step 3 — Near x=0x=0. The integrand 1/[x(2x)]1/(2x)1/[x(2-x)] \sim 1/(2x) as x0+x\to 0^+. Limit comparison with 1/x1/x: limx0+1/[x(2x)]1/x=limx0+12x=12>0.\lim_{x\to 0^+}\frac{1/[x(2-x)]}{1/x} = \lim_{x\to 0^+}\frac{1}{2-x} = \frac{1}{2} > 0. Since 01dx/x\int_0^1 dx/x diverges (p=1p = 1, borderline), 01dxx(2x)\displaystyle\int_0^1\frac{dx}{x(2-x)} diverges.

Conclusion. Since the first piece diverges, 02dx2xx2\displaystyle\int_0^2\frac{dx}{2x-x^2} diverges. \blacksquare

Worked Example 2

2023 Paper 1, 2023-P1-Q1d (10 marks)

Examine convergence of 01logx1+xdx\displaystyle\int_0^1\frac{\log x}{1+x}\,dx.

Step 1 — Locate singularities. At x=0x=0: logx\log x \to -\infty. At x=1x=1: log1=0\log 1 = 0, integrand is 0/20/2 — no singularity.

Step 2 — Near x=0x=0. For x(0,1]x \in (0,1], 1/(1+x)1/(1+x) is continuous and bounded between 1/21/2 and 11. So the integrand behaves like logx\log x up to a bounded factor. The key standard fact: limx0+xlogx=0    01logxdx converges.\lim_{x\to 0^+} x\log x = 0 \implies \int_0^1 |\log x|\,dx \text{ converges.} More precisely, logx/(1+x)logx|\log x / (1+x)| \le |\log x| for x(0,1]x\in(0,1] (since 1+x11+x \ge 1), so by direct comparison with the convergent 01logxdx\int_0^1|\log x|\,dx, the integral converges.

Conclusion. 01logx1+xdx\displaystyle\int_0^1\frac{\log x}{1+x}\,dx converges. \blacksquare

(The value is π2/12-\pi^2/12, obtained by expanding 11+x=n=0(x)n\frac{1}{1+x} = \sum_{n=0}^\infty (-x)^n and using 01xnlogxdx=1/(n+1)2\int_0^1 x^n\log x\,dx = -1/(n+1)^2.)

Worked Example 3

2017 Paper 1, 2017-P1-Q4c (10 marks)

Examine if 032xdx(1x2)2/3\displaystyle\int_0^3\frac{2x\,dx}{(1-x^2)^{2/3}} exists.

Step 1 — Locate singularity. (1x2)2/3=0(1-x^2)^{2/3} = 0 at x=1x = 1, which is interior to [0,3][0,3]. Note (1x2)2/3=((1x2)2)1/30(1-x^2)^{2/3} = ((1-x^2)^2)^{1/3} \ge 0 is the real cube root, well-defined for all xx.

Step 2 — Split at x=1x=1. 03=01+13\displaystyle\int_0^3 = \int_0^1 + \int_1^3.

Step 3 — Singularity order near x=1x=1. As x1x\to 1, 1x2=(1x)(1+x)2(1x)1-x^2 = (1-x)(1+x) \sim 2(1-x), so 2x(1x2)2/32(21x)2/3=C1x2/3.\frac{2x}{(1-x^2)^{2/3}} \sim \frac{2}{(2|1-x|)^{2/3}} = C\,|1-x|^{-2/3}. Since p=2/3<1p = 2/3 < 1, the integral of 1x2/3|1-x|^{-2/3} near x=1x=1 converges. Both pieces converge.

Step 4 — Evaluate. Antiderivative: let u=1x2u = 1-x^2, du=2xdxdu = -2x\,dx: 2xdx(1x2)2/3=u2/3du=3u1/3=3(1x2)1/3.\int\frac{2x\,dx}{(1-x^2)^{2/3}} = -\int u^{-2/3}\,du = -3u^{1/3} = -3(1-x^2)^{1/3}. (Use the real cube root throughout.)

01=[0][3]=3,13=[3(8)1/3][0]=3(2)=6.\int_0^1 = [0] - [-3] = 3, \qquad \int_1^3 = [-3(-8)^{1/3}] - [0] = -3(-2) = 6.

032xdx(1x2)2/3=9.The integral exists.\boxed{\int_0^3\frac{2x\,dx}{(1-x^2)^{2/3}} = 9. \quad\text{The integral exists.}}

Common Traps

parameter-differentiation (1 question(s); 2019)

Evaluate an improper integral depending on a parameter by differentiating under the integral sign

Recognition Cues

Solution Template

  1. Define I(a)I(a) and note the boundary value I(0)=0I(0) = 0 (or another evident value).
  2. Differentiate: I(a)=af(x,a)dxI'(a) = \int \partial_a f(x,a)\,dx.
  3. Evaluate I(a)I'(a) using partial fractions, standard integrals (0dx/(1+x2)=π/2\int_0^\infty dx/(1+x^2) = \pi/2, etc.).
  4. Integrate I(a)I'(a) from 00 to aa using I(0)=0I(0) = 0 to recover I(a)I(a).

Worked Example

2019 Paper 2, 2019-P2-Q1c (10 marks)

Evaluate I(a)=0arctan(ax)x(1+x2)dx\displaystyle I(a) = \int_0^\infty\frac{\arctan(ax)}{x(1+x^2)}\,dx, a>0a > 0, a1a \ne 1.

Step 1. I(0)=00dx=0I(0) = \int_0^\infty 0\,dx = 0.

Step 2 — Differentiate. aarctan(ax)=x1+a2x2\dfrac{\partial}{\partial a}\arctan(ax) = \dfrac{x}{1+a^2x^2}, so I(a)=01x(1+x2)x1+a2x2dx=0dx(1+x2)(1+a2x2).I'(a) = \int_0^\infty\frac{1}{x(1+x^2)}\cdot\frac{x}{1+a^2x^2}\,dx = \int_0^\infty\frac{dx}{(1+x^2)(1+a^2x^2)}.

Step 3 — Partial fractions (a1a \ne 1): 1(1+x2)(1+a2x2)=1a21 ⁣[a21+a2x211+x2].\frac{1}{(1+x^2)(1+a^2x^2)} = \frac{1}{a^2-1}\!\left[\frac{a^2}{1+a^2x^2} - \frac{1}{1+x^2}\right].

Using 0dx1+x2=π2\displaystyle\int_0^\infty\frac{dx}{1+x^2} = \frac{\pi}{2} and 0dx1+a2x2=π2a\displaystyle\int_0^\infty\frac{dx}{1+a^2x^2} = \frac{\pi}{2a} (substitute u=axu = ax): I(a)=1a21 ⁣[a2π2aπ2]=π2a1a21=π2(a+1).I'(a) = \frac{1}{a^2-1}\!\left[a^2\cdot\frac{\pi}{2a} - \frac{\pi}{2}\right] = \frac{\pi}{2}\cdot\frac{a-1}{a^2-1} = \frac{\pi}{2(a+1)}.

(The factor (a1)(a-1) cancels, so I(a)=π/[2(a+1)]I'(a) = \pi/[2(a+1)] is smooth and valid for all a>0a>0 including a=1a=1.)

Step 4 — Integrate back. I(a)=0aπ2(a+1)da=π2ln(1+a).I(a) = \int_0^a\frac{\pi}{2(a'+1)}\,da' = \frac{\pi}{2}\ln(1+a).

I(a)=π2ln(1+a).\boxed{I(a) = \frac{\pi}{2}\ln(1+a).}

Common Traps

Marks-Aware Writing

For a 10-mark convergence question: the examiner marks (a) identifying the singularity/singularities, (b) the splitting step (for interior singularities), (c) the limit comparison or direct comparison argument (written explicitly with the standard integral named), and (d) the conclusion. Saying “the integrand blows up, so it diverges” with no comparison earns 2–3 marks at most.

For the Feynman technique (2019): write down I(a)I'(a) with the differentiation step shown, then the partial fractions (displayed), then integrate back. The boundary condition I(0)=0I(0) = 0 must be stated and used explicitly.

Practice Set

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.