Level 5 — MasteryCalculus III — Sequences & Series

Calculus III — Sequences & Series

90 minutes60 marksprintable — key stays hidden on paper

Level 5 Mastery Paper: Cross-Domain Synthesis, Proof & Computation

Time limit: 90 minutes Total marks: 60 Instructions: Full rigour is expected. Justify all convergence claims by naming and applying the appropriate test. Partial credit awarded for correct reasoning.


Question 1 — Proof & Analysis: A designed sequence and its series (20 marks)

Define, for n1n \ge 1,

an=(1+1n)n,bn=k=1n1k(k+2).a_n = \left(1 + \frac{1}{n}\right)^n, \qquad b_n = \sum_{k=1}^{n} \frac{1}{k(k+2)}.

(a) Prove that (an)(a_n) is monotonically increasing and bounded above, hence convergent. State its limit. (6)

(b) Using the squeeze theorem, evaluate limnan1/nn!nn\displaystyle \lim_{n\to\infty} \frac{a_n^{1/n} \cdot \sqrt[n]{n!}}{n}. (Hint: anea_n \to e and Stirling-type bounds; you may use n!n/n1/e\sqrt[n]{n!}/n \to 1/e.) (4)

(c) Show that k=11k(k+2)\displaystyle \sum_{k=1}^{\infty} \frac{1}{k(k+2)} is a telescoping series, find its exact sum, and hence give limnbn\lim_{n\to\infty} b_n. (6)

(d) Determine, with proof, whether n=1(ane)\displaystyle \sum_{n=1}^{\infty} \left(a_n - e\right) converges absolutely. (Use that anee2na_n - e \sim -\dfrac{e}{2n} as nn\to\infty and a comparison argument.) (4)


Question 2 — Physics + Power Series: Relativistic kinetic energy (20 marks)

The relativistic kinetic energy of a particle of rest mass mm moving at speed vv is

K=mc2(11v2/c21).K = mc^2\left(\frac{1}{\sqrt{1 - v^2/c^2}} - 1\right).

Let x=v2/c2x = v^2/c^2 with 0x<10 \le x < 1.

(a) Derive the Maclaurin series of (1x)1/2(1-x)^{-1/2} up to and including the x2x^2 term, from first principles using the binomial series (1+u)α(1+u)^\alpha. State the radius of convergence. (6)

(b) Hence show that

K=12mv2+38mv4c2+O(v6),K = \frac{1}{2}mv^2 + \frac{3}{8}\frac{mv^4}{c^2} + O(v^6),

recovering the classical result as the leading term, and identify the first relativistic correction. (5)

(c) For v=0.1cv = 0.1c, estimate the fractional error KclassicalKK\dfrac{K_{\text{classical}} - K}{K} committed by keeping only the classical term, using the leading correction. Give the answer as a number. (4)

(d) Using Taylor's remainder theorem (Lagrange form) for f(x)=(1x)1/2f(x)=(1-x)^{-1/2} on [0,0.01][0, 0.01], bound the error of the linear approximation f(x)1+12xf(x)\approx 1 + \tfrac{1}{2}x at x=0.01x=0.01. (5)


Question 3 — Coding + Convergence: Algorithmic verification (20 marks)

Consider the series

S=n=1(1)n+1n,T=n=1xnn.S = \sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}, \qquad T = \sum_{n=1}^{\infty} \frac{x^n}{n}.

(a) Prove SS converges (Leibniz test) but not absolutely; state its exact sum from the Maclaurin series of ln(1+x)\ln(1+x). (5)

(b) Find the interval of convergence of T=xn/nT = \sum x^n/n, testing both endpoints explicitly. (6)

(c) Write pseudocode (or Python) for a function partial_sum(x, N) returning n=1Nxn/n\sum_{n=1}^{N} x^n/n, and explain—using the alternating series error bound—how many terms NN are needed to compute SS (the case x=1x=-1) to within 10310^{-3}. (5)

(d) The ratio test on TT gives liman+1/an=x\lim |a_{n+1}/a_n| = |x|, so it is inconclusive at x=1|x|=1. Explain precisely why the ratio test fails at the endpoints and what resolves each endpoint. (4)

Answer keyMark scheme & solutions

Question 1

(a) (6 marks) By AM–GM on the n+1n+1 numbers {1,1+1n,,1+1nn}\{1, \underbrace{1+\tfrac1n,\dots,1+\tfrac1n}_{n}\}:

1(1+1n)nn+11+n(1+1n)n+1=n+2n+1=1+1n+1.\sqrt[n+1]{1\cdot\left(1+\tfrac1n\right)^n} \le \frac{1 + n(1+\tfrac1n)}{n+1} = \frac{n+2}{n+1} = 1 + \frac{1}{n+1}.

Raising to n+1n+1: an=(1+1n)n(1+1n+1)n+1=an+1a_n = (1+\tfrac1n)^n \le (1+\tfrac1{n+1})^{n+1} = a_{n+1}increasing (2). Boundedness: by binomial expansion an=k=0n(nk)nkk=0n1k!<1+k=012k=3a_n = \sum_{k=0}^n \binom{n}{k}n^{-k} \le \sum_{k=0}^n \frac{1}{k!} < 1 + \sum_{k=0}^{\infty}\frac{1}{2^k} = 3 (2). Monotone + bounded ⇒ convergent (MCT); liman=e\lim a_n = e (2).

(b) (4 marks) an1/n=((1+1/n)n)1/n=(1+1/n)1a_n^{1/n} = ((1+1/n)^n)^{1/n} = (1+1/n) \to 1 (1). Given n!n/n1/e\sqrt[n]{n!}/n \to 1/e (1). Product of limits:

liman1/nn!nn=11e=1e.(2)\lim \frac{a_n^{1/n}\sqrt[n]{n!}}{n} = 1 \cdot \frac{1}{e} = \frac{1}{e}. \quad (2)

(c) (6 marks) Partial fractions: 1k(k+2)=12(1k1k+2)\frac{1}{k(k+2)} = \frac12\left(\frac1k - \frac1{k+2}\right) (2).

bn=12k=1n(1k1k+2)=12(1+121n+11n+2)(2)b_n = \frac12\sum_{k=1}^n\left(\frac1k - \frac1{k+2}\right) = \frac12\left(1 + \frac12 - \frac1{n+1} - \frac1{n+2}\right) \quad (2)

(telescoping leaves first two and last two terms). As nn\to\infty:

k=11k(k+2)=1232=34.(2)\sum_{k=1}^\infty \frac{1}{k(k+2)} = \frac12\cdot\frac32 = \frac34. \quad (2)

(d) (4 marks) Given anee2na_n - e \sim -\frac{e}{2n}, so anee2n|a_n - e| \sim \frac{e}{2n} (1). By limit comparison with 1/n\sum 1/n:

limnane1/n=e2(0,).(2)\lim_{n\to\infty}\frac{|a_n-e|}{1/n} = \frac{e}{2} \in (0,\infty). \quad (2)

Since 1/n\sum 1/n diverges (harmonic / pp-series p=1p=1), ane\sum |a_n - e| diverges — so the series does not converge absolutely (1). (It converges conditionally since terms are monotone → 0.)


Question 2

(a) (6 marks) Binomial series (1+u)α=1+αu+α(α1)2!u2+(1+u)^\alpha = 1 + \alpha u + \frac{\alpha(\alpha-1)}{2!}u^2 + \cdots (1). Take α=12\alpha = -\frac12, u=xu = -x:

(1x)1/2=1+(12)(x)+(12)(32)2(x)2+(2)(1-x)^{-1/2} = 1 + (-\tfrac12)(-x) + \frac{(-\tfrac12)(-\tfrac32)}{2}(-x)^2 + \cdots \quad (2)

Coeff of xx: 12\frac12. Coeff of x2x^2: (3/4)2=38\frac{(3/4)}{2} = \frac38 (2).

(1x)1/2=1+12x+38x2+O(x3),R=1.(1)(1-x)^{-1/2} = 1 + \tfrac12 x + \tfrac38 x^2 + O(x^3), \quad R = 1. \quad (1)

(b) (5 marks) K=mc2[12x+38x2+O(x3)]K = mc^2\left[\tfrac12 x + \tfrac38 x^2 + O(x^3)\right] with x=v2/c2x = v^2/c^2 (2):

K=mc2(v22c2+3v48c4+)=12mv2+38mv4c2+O(v6).(2)K = mc^2\left(\frac{v^2}{2c^2} + \frac{3v^4}{8c^4}+\cdots\right) = \frac12 mv^2 + \frac{3}{8}\frac{mv^4}{c^2} + O(v^6). \quad (2)

Leading term =12mv2=\frac12 mv^2 (classical); first correction =38mv4c2=\frac{3}{8}\frac{mv^4}{c^2} (1).

(c) (4 marks) Kclassical=12mv2K_{\text{classical}} = \frac12 mv^2. Correction / classical (3/8)mv4/c2(1/2)mv2=34v2c2\approx \frac{(3/8)mv^4/c^2}{(1/2)mv^2} = \frac34\frac{v^2}{c^2} (2). KclassicalKK34x=34(0.01)=0.0075\frac{K_{\text{classical}}-K}{K} \approx -\frac34 x = -\frac34(0.01) = -0.0075 (magnitude 0.75%0.75\%) (2).

(d) (5 marks) f(x)=(1x)1/2f(x)=(1-x)^{-1/2}, remainder R1(x)=f(ξ)2x2R_1(x) = \frac{f''(\xi)}{2}x^2, ξ(0,x)\xi\in(0,x) (1). f(x)=34(1x)5/2f''(x) = \frac34(1-x)^{-5/2} (2). On [0,0.01][0,0.01], max at ξ=0.01\xi=0.01: f(0.01)=34(0.99)5/2f''(0.01)=\frac34(0.99)^{-5/2}.

R1(0.01)34(0.99)5/22(0.01)2=38(0.99)5/21043.85×105.(2)|R_1(0.01)| \le \frac{\tfrac34(0.99)^{-5/2}}{2}(0.01)^2 = \frac38(0.99)^{-5/2}\cdot 10^{-4} \approx 3.85\times10^{-5}. \quad (2)

Question 3

(a) (5 marks) Leibniz: bn=1/nb_n = 1/n decreasing, 0\to 0SS converges (2). Absolute series 1/n\sum 1/n = harmonic, diverges ⇒ not absolutely convergent (1). From ln(1+x)=n1(1)n+1xnn\ln(1+x)=\sum_{n\ge1}\frac{(-1)^{n+1}x^n}{n} at x=1x=1 (valid, Abel): S=ln2S = \ln 2 (2).

(b) (6 marks) R=1R=1 (ratio test x\to |x|), centre 00, so (1,1)(-1,1) (2).

  • x=1x=1: 1/n\sum 1/n harmonic, diverges (2).
  • x=1x=-1: (1)n/n\sum (-1)^n/n alternating, converges by Leibniz (2). Interval of convergence: [1,1)[-1, 1).

(c) (5 marks)

def partial_sum(x, N):
    s = 0.0
    for n in range(1, N+1):
        s += x**n / n
    return s

(2). At x=1x=-1, alternating series error \le first omitted term =1N+1= \frac{1}{N+1} (1). Require 1N+1103N999\frac{1}{N+1} \le 10^{-3} \Rightarrow N \ge 999 (2).

(d) (4 marks) Ratio test limit is x|x|; at x=1|x|=1 this equals 11, and the ratio test is inconclusive whenever L=1L=1 (2). It fails because it only detects geometric-rate decay; endpoint behaviour depends on subtler (1/n1/n-scale) structure. Resolution: at x=1x=1 use pp-series/integral test (diverges); at x=1x=-1 use alternating series test (converges) (2).

[
{"claim":"Sum 1/(k(k+2)) = 3/4","code":"import sympy as sp; k=sp.symbols('k'); result = sp.summation(1/(k*(k+2)),(k,1,sp.oo))==sp.Rational(3,4)"},
{"claim":"Binomial coeffs of (1-x)^(-1/2): 1/2 and 3/8","code":"import sympy as sp; x=sp.symbols('x'); s=sp.series((1-x)**sp.Rational(-1,2),x,0,3).removeO(); result = (s.coeff(x,1)==sp.Rational(1,2)) and (s.coeff(x,2)==sp.Rational(3,8))"},
{"claim":"Relativistic fractional error at x=0.01 is -0.0075","code":"result = sp.Rational(-3,4)*sp.Rational(1,100)==sp.Rational(-75,10000)"},
{"claim":"Leibniz N: 1/(N+1)<=1e-3 gives N>=999","code":"result = sp.Rational(1,1000)<=sp.Rational(1,1000) and (999+1)>=1000"},
{"claim":"Alternating harmonic sums to ln2","code":"import sympy as sp; n=sp.symbols('n'); result = sp.summation((-1)**(n+1)/n,(n,1,sp.oo))==sp.log(2)"}
]