跳转到内容

STEP2 2025 -- Pure Mathematics

此内容尚不支持你的语言。

Exam: STEP2  |  Year: 2025  |  Questions: Q1—Q8  |  Total marks per question: 20

All questions below are pure mathematics. Problem statements are transcribed from the STEP Support Programme 2025 worked paper.

QTopicDifficultyKey Techniques
1Functions and graph sketchingStandardPiecewise definitions, intersections, local extrema
2Complex numbersChallengingModulus equations, real/imaginary cases, cubic equations
3Logarithmic comparisonChallengingGraph of lnx/x\ln x/x, exponent comparison, monotonicity
4Floor functionsChallengingPeriodicity, floor identities, telescoping floor sums
5Improper integralsStandardSubstitution, symmetry, parameter matching
6Coordinate geometryHardTangency, circles, parabolas, simultaneous constraints
7Differential equationsChallengingReduction of order, separation of variables, qualitative motion
8Balanced partitionsHardEqual sums, equal squares, cubic identities, construction

Topic: Functions and graph sketching  |  Difficulty: Standard  |  Marks: 20

1 The function Min\operatorname{Min} is defined as

Min(a,b)={a,ab,b,a>b.\operatorname{Min}(a,b)= \begin{cases} a, & a\leq b,\\ b, & a>b. \end{cases}

(i) Sketch the graph y=Min(x2,2x)y=\operatorname{Min}(x^2,2x).

(ii) Solve the equation

2Min(x2,2x)=5x3.2\operatorname{Min}(x^2,2x)=5x-3.

(iii) Solve the equation

Min(x2,2x)+Min(x3,4x)=mx\operatorname{Min}(x^2,2x)+\operatorname{Min}(x^3,4x)=mx

in the cases m=2m=2 and m=6m=6.

(iv) Show that (1,3)(1,-3) is a local maximum point on the curve

y=2Min(x2,x3)5xy=2\operatorname{Min}(x^2,x^3)-5x

and find the other three local maxima and minima on this curve. Sketch the curve.

Hint

First find the switch points where the two expressions inside each Min\operatorname{Min} are equal. In part (iv), compare the quadratic and cubic pieces on either side of each switch point.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 1.

Examiner Notes

This was a popular question. Common issues included missing range checks after solving piecewise equations, smoothing corners where the selected function changes, and not marking significant points clearly on the sketch.


Topic: Complex numbers  |  Difficulty: Challenging  |  Marks: 20

2 (i) (a) Show that if the complex number zz satisfies the equation

z2+z+b=a,z^2+|z+b|=a,

where aa and bb are real numbers, then zz must be either purely real or purely imaginary.

(b) Show that the equation

z2+z+52=72z^2+\left|z+\frac52\right|=\frac72

has no purely imaginary roots.

(c) Show that the equation

z2+z+72=52z^2+\left|z+\frac72\right|=\frac52

has no purely real roots.

(d) Show that, when 12<b<34\frac12<b<\frac34, the equation

z2+z+b=12z^2+|z+b|=\frac12

will have at least one purely imaginary root and at least one purely real root.

(ii) Solve the equation

z3+z+22=4.z^3+|z+2|^2=4.

Hint

Write z=x+iyz=x+iy and compare imaginary parts. The first part tells you exactly which cases need to be checked.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 2.

Examiner Notes

Many candidates handled part (i)(a) well. The main errors were missing one of the real-case subcases, stopping too early after finding a positive discriminant, and not explaining why all solutions had been found in part (ii).


Topic: Logarithmic comparison  |  Difficulty: Challenging  |  Marks: 20

3 (i) Sketch a graph of

y=lnxx(x>0).y=\frac{\ln x}{x}\qquad (x>0).

(ii) Use your graph to show the following.

(a)

3π>π3.3^\pi>\pi^3.

(b)

(94)5>(5)9/4.\left(\frac94\right)^{\sqrt5}>(\sqrt5)^{9/4}.

(iii) Given that 1<x<21<x<2, decide, with justification, which is the larger of xx+2x^{x+2} or (x+2)x(x+2)^x.

(iv) Show that the inequalities

92>(2)99^{\sqrt2}>(\sqrt2)^9

and

322>(22)33^{2\sqrt2}>(2\sqrt2)^3

are equivalent. Given that e2<8e^2<8, decide, with justification, which is the larger of 929^{\sqrt2} and (2)9(\sqrt2)^9.

(v) Decide, with justification, which is the larger of

833and(33)8.8^{\sqrt[3]{3}}\quad\text{and}\quad(\sqrt[3]{3})^8.

Hint

For positive bases, compare aba^b and bab^a by comparing lna/a\ln a/a and lnb/b\ln b/b. The turning point of lnx/x\ln x/x is at x=ex=e.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 3.

Examiner Notes

The graph in part (i) was usually done well. Later parts rewarded careful direction of implication: candidates needed to show how the ordering on the graph implies the required exponential inequality.


Topic: Floor functions  |  Difficulty: Challenging  |  Marks: 20

4 Let x\lfloor x\rfloor denote the largest integer that satisfies xx\lfloor x\rfloor\leq x. For example, if x=4.2x=-4.2, then x=5\lfloor x\rfloor=-5.

(i) Show that, if nn is an integer, then

x+n=x+n.\lfloor x+n\rfloor=\lfloor x\rfloor+n.

(ii) Let nn be a positive integer and define the function fnf_n by

fn(x)=x+x+1n+x+2n++x+n1nnx.f_n(x)=\lfloor x\rfloor+\left\lfloor x+\frac1n\right\rfloor +\left\lfloor x+\frac2n\right\rfloor+\cdots +\left\lfloor x+\frac{n-1}{n}\right\rfloor-\lfloor nx\rfloor.

(a) Show that

fn(x+1n)=fn(x).f_n\left(x+\frac1n\right)=f_n(x).

(b) Evaluate fn(t)f_n(t) for 0t<1n0\leq t<\frac1n.

(c) Hence show that fn(x)0f_n(x)\equiv0.

(iii) (a) Show that

x2+x+12=x.\left\lfloor\frac{x}{2}\right\rfloor+\left\lfloor\frac{x+1}{2}\right\rfloor=\lfloor x\rfloor.

(b) Hence, or otherwise, simplify

x+12+x+222++x+2k2k+1+.\left\lfloor\frac{x+1}{2}\right\rfloor+ \left\lfloor\frac{x+2}{2^2}\right\rfloor+\cdots+ \left\lfloor\frac{x+2^k}{2^{k+1}}\right\rfloor+\cdots .
Hint

For part (ii), use the period found in (a) to reduce every input to 0t<1/n0\leq t<1/n. For part (iii), look for a telescoping pattern after applying part (a) with n=2n=2.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 4.

Examiner Notes

The floor notation was the main source of difficulty. Strong solutions used the periodicity in part (ii) cleanly and avoided treating floor brackets as ordinary linear brackets.


Topic: Improper integrals  |  Difficulty: Standard  |  Marks: 20

5 You need not consider the convergence of the improper integrals in this question.

(i) Use the substitution x=u1x=u^{-1} to show that

0x1x(x3+1)dx=0.\int_0^\infty \frac{\sqrt{x}-1}{\sqrt{x(x^3+1)}}\,dx=0.

(ii) Use the substitution x=u2x=u^{-2} to show that

01x3+1dx=201x6+1dx.\int_0^\infty \frac{1}{\sqrt{x^3+1}}\,dx =2\int_0^\infty \frac{1}{\sqrt{x^6+1}}\,dx.

(iii) Find, in terms of pp and ss, a value of rr for which

0xr1xs(xp+1)dx=0,\int_0^\infty \frac{x^r-1}{\sqrt{x^s(x^p+1)}}\,dx=0,

given that pp and ss are fixed values for which the required integrals converge.

(iv) Show that, for any positive value of kk, it is possible to find values of pp and qq for which

01xp+1dx=k01xq+1dx.\int_0^\infty \frac{1}{\sqrt{x^p+1}}\,dx =k\int_0^\infty \frac{1}{\sqrt{x^q+1}}\,dx.
Hint

Track both the reversed limits and the power of uu introduced by dx/dudx/du. In part (iv), try x=ukx=u^{-k} and match the resulting denominator to the required form.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 5.

Examiner Notes

The first two substitutions were generally successful. The more common later errors were index mistakes and insufficient explanation that suitable parameters really exist.


Topic: Coordinate geometry  |  Difficulty: Hard  |  Marks: 20

6 (i) The circle

x2+(ya)2=r2x^2+(y-a)^2=r^2

touches the parabola 2ky=x22ky=x^2, where k>0k>0, tangentially at two points. Show that

r2=k(2ak).r^2=k(2a-k).

Show further that if r2=k(2ak)r^2=k(2a-k) and a>k>0a>k>0, then the circle x2+(ya)2=r2x^2+(y-a)^2=r^2 touches the parabola 2ky=x22ky=x^2 tangentially at two points.

(ii) The lines y=c±xy=c\pm x are tangents to the circle x2+(ya)2=r2x^2+(y-a)^2=r^2. Find r2r^2, and the coordinates of the points of contact, in terms of aa and cc.

(iii) C1C_1 and C2C_2 are circles with equations

x2+(ya1)2=r12x^2+(y-a_1)^2=r_1^2

and

x2+(ya2)2=r22x^2+(y-a_2)^2=r_2^2

respectively, where a1a2a_1\ne a_2 and r1r2r_1\ne r_2. Each circle touches the parabola 2ky=x22ky=x^2 tangentially at two points and the lines y=c±xy=c\pm x are tangents to both circles.

(a) Show that

a1+a2=2c+4ka_1+a_2=2c+4k

and

a12+a22=2c2+16kc+12k2.a_1^2+a_2^2=2c^2+16kc+12k^2.

(b) The circle x2+(yd)2=p2x^2+(y-d)^2=p^2 passes through the four points of tangency of the lines y=c±xy=c\pm x to the two circles C1C_1 and C2C_2. Find dd and p2p^2 in terms of kk and cc.

(c) Show that the circle x2+(yd)2=p2x^2+(y-d)^2=p^2 also touches the parabola 2ky=x22ky=x^2 tangentially at two points.

Hint

Use the parabola equation to substitute for yy at a tangency point, then force the resulting equation in xx to have a repeated root. For the line tangencies, the perpendicular distance from the centre to the line is useful.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 6.

Examiner Notes

This was one of the more demanding pure questions. Candidates who kept the tangency conditions algebraic and avoided unnecessary geometric assumptions made the best progress.


Topic: Differential equations  |  Difficulty: Challenging  |  Marks: 20

7 The differential equation

d2xdt2=2xdxdt\frac{d^2x}{dt^2}=2x\frac{dx}{dt}

describes the motion of a particle with position x(t)x(t) at time tt. At t=0t=0, x=ax=a, where a>0a>0.

(i) Solve the differential equation in the case where

dxdt=a2\frac{dx}{dt}=a^2

when t=0t=0. What happens to the particle as tt increases from 00?

(ii) Solve the differential equation in the case where

dxdt=a2+p2\frac{dx}{dt}=a^2+p^2

when t=0t=0, where p>0p>0. What happens to the particle as tt increases from 00?

(iii) Solve the differential equation in the case where

dxdt=a2q2\frac{dx}{dt}=a^2-q^2

when t=0t=0, where q>0q>0. What happens to the particle as tt increases from 00? Give conditions on aa and qq for the different cases which arise.

Hint

Let v=dx/dtv=dx/dt and use d2x/dt2=(dv/dx)(dx/dt)d^2x/dt^2=(dv/dx)(dx/dt) where appropriate. This reduces the differential equation to dv/dx=2xdv/dx=2x.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 7.

Examiner Notes

Successful solutions reduced the order before separating variables. The qualitative final comments needed to distinguish the different signs in the three initial-velocity cases.


Topic: Balanced partitions  |  Difficulty: Hard  |  Marks: 20

8 If we split a set SS of integers into two subsets AA and BB whose intersection is empty and whose union is the whole of SS, and such that

  • the sum of the elements of AA is equal to the sum of the elements of BB;
  • the sum of the squares of the elements of AA is equal to the sum of the squares of the elements of BB,

then we say that we have found a balanced partition of SS into two subsets.

(i) Find a balanced partition of the set {1,2,3,4,5,6,7,8}\{1,2,3,4,5,6,7,8\} into two subsets AA and BB, each of size 4.

(ii) Given that a1,a2,,ama_1,a_2,\ldots,a_m and b1,b2,,bmb_1,b_2,\ldots,b_m are sequences with

k=1mak=k=1mbkandk=1mak2=k=1mbk2,\sum_{k=1}^m a_k=\sum_{k=1}^m b_k \qquad\text{and}\qquad \sum_{k=1}^m a_k^2=\sum_{k=1}^m b_k^2,

show that

k=1mak3+k=1m(c+bk)3=k=1mbk3+k=1m(c+ak)3\sum_{k=1}^m a_k^3+\sum_{k=1}^m(c+b_k)^3 =\sum_{k=1}^m b_k^3+\sum_{k=1}^m(c+a_k)^3

for any real number cc.

(iii) Find, with justification, a balanced partition of the set {1,2,3,,16}\{1,2,3,\ldots,16\} into two subsets AA and BB, each of size 8, which also has the property that the sum of the cubes of the elements of AA is equal to the sum of the cubes of the elements of BB.

(iv) You are given that the sets A={1,3,4,5,9,11}A=\{1,3,4,5,9,11\} and B={2,6,7,8,10}B=\{2,6,7,8,10\} form a balanced partition of the set {1,2,3,,11}\{1,2,3,\ldots,11\}.

Let

S={n2,(n+1)2,(n+2)2,,(n+11)2},S=\{n^2,(n+1)^2,(n+2)^2,\ldots,(n+11)^2\},

where nn is any positive integer. Find, with justification, two subsets CC and DD of SS whose intersection is empty and whose union is the whole of SS, and such that the sum of the elements of CC is equal to the sum of the elements of DD.

Hint

Part (ii) is the engine of the question: expand the cubes and use the equal-sum and equal-square assumptions. Then use shifted copies of an earlier balanced partition.

Model Solution

See the official worked solution in the STEP 2 2025 Worked Paper, Question 8.

Examiner Notes

The proof in part (ii) was the key gateway. Candidates who used the provided balanced partition structurally, rather than searching blindly, were better placed for the construction questions.