Problems

Filters
Clear Filters

219 problems found

2025 Paper 2 Q3
D: 1500.0 B: 1515.3

  1. Sketch a graph of \(y = \frac{\ln x}{x}\) for \(x > 0\).
  2. Use your graph to show the following.
    1. \(3^{\pi} > \pi^3\)
    2. \(\left(\frac{9}{4}\right)^{\sqrt{5}} > \sqrt{5}^{\frac{9}{4}}\)
  3. Given that \(1 < x < 2\), decide, with justification, which is the larger of \(x^{x+2}\) or \((x+2)^x\).
  4. Show that the inequalities \(9^{\sqrt{2}} > \sqrt{2}^9\) and \(3^{2\sqrt{2}} > (2\sqrt{2})^3\) are equivalent. Given that \(e^2 < 8\), decide, with justification, which is the larger of \(9^{\sqrt{2}}\) and \(\sqrt{2}^9\).
  5. Decide, with justification, which is the larger of \(8^{\sqrt[4]{3}}\) and \(\sqrt[3]{8}\).


Solution:

  1. TikZ diagram
  2. \begin{enumerate}
  3. since \(\frac{\ln x}{x}\) is decreasing on \((e, \infty)\) we must have that \(\frac{\ln 3}{3} > \frac{\ln \pi}{\pi} \Rightarrow e^\pi > \pi^3\)
  4. similarly, since \(\frac{\ln x}{x}\) is increasing on \((0, e)\) we must have that \(\frac{\ln \sqrt{5}}{\sqrt{5}} < \frac{\ln 9/4}{9/4} \Rightarrow \left(\frac{9}{4}\right)^{\sqrt{5}} > \sqrt{5}^{\frac{9}{4}}\)
  5. Since \(2^4 = 4^2\) notice also that:
    TikZ diagram
    from the graph we must have the green area between \(1\) and \(2\) mapping to the (higher) green area between \(3\) and \(4\). Therefore \((x+2)^x > x^{x+2}\) for \(1 < x < 2\)
  6. \begin{align*} && 9^{\sqrt 2} & \stackrel{?}{>} \sqrt{2}^9 \\ \Leftrightarrow && (3^2)^{\sqrt2} &\stackrel{?}{>} (\sqrt{2}^3)^3 \\ \Leftrightarrow && 3^{2 \sqrt2} &\stackrel{?}{>} (2\sqrt2)^3 \end{align*} Since \(e^2 < 8 < 9\Rightarrow e < 2\sqrt2 < 3\) therefore: \begin{align*} && \frac{\ln 2 \sqrt2}{2 \sqrt 2} &> \frac{\ln 3}{3} \\ \Leftrightarrow && (2 \sqrt{2})^3 &> 3^{2 \sqrt{2}} \\ \Leftrightarrow && \sqrt{2}^9 &> 9^{\sqrt 2} \\ \end{align*}
  7. \begin{align*} && 8^{\sqrt[3]{3}} & \stackrel{?}{>} \sqrt[3]{3}^8 \\ \Leftrightarrow && 2^{3 \sqrt[3] 3} & \stackrel{?}{>} (\sqrt[3]{3}^4)^2 \\ \Leftrightarrow && 2^{3 \sqrt[3] 3} & \stackrel{?}{>} (3\sqrt[3]{3})^2 \\ \end{align*} Since \(3\sqrt[3]{3} > 4\) we have \begin{align*} && \frac{\ln (3 \sqrt[3]3)}{3 \sqrt[3]3} &< \frac{\ln 4}{4} \\ &&&= \frac{\ln 2}{2}\\ \Rightarrow && (3 \sqrt[3]{3})^2 &< 2^{3 \sqrt[3]{3}} \\ \Rightarrow && \sqrt[3]3^8 &< 8^{\sqrt[3]3} \end{align*}

2025 Paper 2 Q12
D: 1500.0 B: 1500.0

Let \(X\) be a Poisson random variable with mean \(\lambda\) and let \(p_r = P(X = r)\), for \(r = 0, 1, 2, \ldots\). Neither \(\lambda\) nor \(\lambda + \frac{1}{2} + \sqrt{\lambda + \frac{1}{4}}\) is an integer.

  1. Show, by considering the sequence \(d_r \equiv p_r - p_{r-1}\) for \(r = 1, 2, \ldots\), that there is a unique integer \(m\) such that \(P(X = r) \leq P(X = m)\) for all \(r = 0, 1, 2, \ldots\), and that \[\lambda - 1 < m < \lambda.\]
  2. Show that the minimum value of \(d_r\) occurs at \(r = k\), where \(k\) is such that \[k < \lambda + \frac{1}{2} + \sqrt{\lambda + \frac{1}{4}} < k + 1.\]
  3. Show that the condition for the maximum value of \(d_r\) to occur at \(r = 1\) is \[1 < \lambda < 2 + \sqrt{2}.\]
  4. In the case \(\lambda = 3.36\), sketch a graph of \(p_r\) against \(r\) for \(r = 0, 1, 2, \ldots, 6, 7\).


Solution:

  1. Suppose \(d_r = p_r - p_{r-1}\) then \begin{align*} d_r &= p_r - p_{r-1} \\ &= \mathbb{P}(X = r) - \mathbb{P}(X = r-1) \\ &= e^{-\lambda} \left ( \frac{\lambda^r}{r!} - \frac{\lambda^{r-1}}{(r-1)!} \right) \\ &= e^{-\lambda} \frac{\lambda^{r-1}}{(r-1)!} \left ( \frac{\lambda}{r} - 1\right) \end{align*} Therefore \(d_r > 0 \Leftrightarrow \lambda > r\)ie, \(p_r\) is increasing while \(r < \lambda\) and reaches a (unique) maximum when \(r = \lfloor \lambda \rfloor\).
  2. Let \(dd_r = d_r - d_{r-1}\), so: \begin{align*} dd_r &= d_r - d_{r-1} \\ &= p_r - 2p_{r-1} + p_{r-2} \\ &= e^{-\lambda} \frac{\lambda^{r-2}}{r!} \left ( \lambda^2 - 2 \lambda r + r(r-1)\right ) \end{align*} Therefore \(dd_r < 0 \Leftrightarrow \lambda^2 - 2\lambda r +r(r-1) < 0 \Leftrightarrow r^2 -(1+2\lambda)r + \lambda^2 < 0\), but this has roots \(r = \frac{(1+2\lambda) \pm \sqrt{(1+2\lambda)^2-4\lambda^2}}{2} = \lambda + \frac12 \pm \sqrt{\lambda + \frac14}\). Therefore \(d_r\) is decreasing when \(r \in \left (\lambda + \frac12 -\sqrt{\lambda + \frac14},\lambda + \frac12 + \sqrt{\lambda + \frac14} \right)\), therefore the possible minimums are \(d_1\) and \(d_k\) where \(k < \lambda + \frac{1}{2} + \sqrt{\lambda + \frac{1}{4}} < k + 1\). \(d_1 = e^{-\lambda}(\lambda - 1)\), \(d_k = e^{-\lambda} \frac{\lambda^{k-1}}{(k-1)!}(\frac{\lambda}{k}-1)\)
  3. If the maximum value of \(d_r\) is \(r = 1\) then \(d_r\) must be decreasing, ie considering \(dd_2\) we have \(\lambda^2 -4\lambda + 2< 0 \Leftrightarrow 2 - \sqrt{2} < \lambda < 2 + \sqrt{2}\). It must also be the case that it doesn't get beaten as \(\lambda \to \infty\). In this case \(d_r \to 0\), so we need \(d_1 > 0\), ie \(\lambda > 1\). Therefore \(1 < \lambda < 2 + \sqrt{2}\)
  4. TikZ diagram

2025 Paper 3 Q9
D: 1500.0 B: 1500.0

In this question, \(n \geq 2\).

  1. A solid, of uniform density, is formed by rotating through \(360°\) about the \(y\)-axis the region bounded by the part of the curve \(r^{n-1}y = r^n - x^n\) with \(0 \leq x \leq r\), and the \(x\)- and \(y\)-axes. Show that the \(y\)-coordinate of the centre of mass of this solid is \(\frac{nr}{2(n+1)}\).
  2. Show that the normal to the curve \(r^{n-1}y = r^n - x^n\) at the point \((rp, r(1-p^n))\), where \(0 < p < 1\), meets the \(y\)-axis at \((0, Y)\), where \(Y = r\left(1 - p^n - \frac{1}{np^{n-2}}\right)\). In the case \(n = 4\), show that the greatest value of \(Y\) is \(\frac{1}{4}r\).
  3. A solid is formed by rotating through \(360°\) about the \(y\)-axis the region bounded by the curves \(r^3y = r^4 - x^4\) and \(ry = -(r^2 - x^2)\), both for \(0 \leq x \leq r\). \(A\) and \(B\) are the points \((0, -r)\) and \((0, r)\), respectively, on the surface of the solid. Show that the solid can rest in equilibrium on a horizontal surface with the vector \(\overrightarrow{AB}\) at three different, non-zero, angles to the upward vertical. You should not attempt to find these angles.


Solution:

  1. TikZ diagram
    By symmetry, the centre of mass will lie on the \(y\) axis. Notice that a single slice (when revolved around the \(y\)-axis) has volume \(y \cdot \pi \cdot ((x+ \delta x)^2 - x^2) = 2 \pi x y \delta x\), and COM at height \(\frac12 y\) so we can conclude: \[ \overline{y} \sum_{\delta x} 2 \pi x y \delta x = \sum_{\delta x} \pi xy^2 \delta x\] \begin{align*} && \overline{y} \int_0^r 2xy \d x &= \int_0^r y^2 x \d x \\ \Rightarrow && \overline{y} 2\int_0^r \left (r - \frac{x^n}{r^{n-1}} \right)x \d x &= \int_0^r \left (r - \frac{x^n}{r^{n-1}} \right)^2 x \d x \\ \Rightarrow && \overline{y} \left [r \frac{x^2}{2} - \frac{1}{r^{n-1}} \frac{x^{n+2}}{n+2} \right]_0^r &= \left [r^2 \frac{x^2}{2} - \frac{2}{r^{n-2}} \frac{x^{n+2}}{n+2} + \frac{1}{r^{2n-2}} \frac{x^{2n+2}}{2n+2} \right]_0^r \\ \Rightarrow && 2\overline{y} \left (\frac{r^3}{2} - \frac{r^3}{n+2} \right) &= \left (\frac12 r^4 - \frac{2}{n+2}r^4 + \frac{1}{2n+2}r^4 \right) \\ \Rightarrow && \overline{y}r^3 \frac{n}{(n+2)} &= r^4\frac{(n+1)(n+2)-2\cdot2\cdot(n+1)+(n+2)}{2(n+1)(n+2)} \\ \Rightarrow && \overline{y} \frac{n}{(n+2)} &= r \left ( \frac{n^2}{2(n+1)(n+2)} \right) \\ \Rightarrow && \overline{y} &= \frac{nr}{2(n+1)} \\ &&&= r \left (1 -p^n \right) \end{align*} as required.
  2. \begin{align*} && r^{n-1}y &= r^n - x^n \\ \frac{\d}{\d x}: && r^{n-1} \frac{\d y}{\d x} &= -n x^{n-1} \\ && \frac{\d y}{\d x} &= -np^{n-1} \end{align*} Therefor the normal has the equation: \begin{align*} && \frac{y-r(1-p^n)}{x-rp} &= \frac{1}{np^{n-1}} \\ \Rightarrow && Y &= \frac{-rp}{np^{n-1}} + r(1-p^n) \\ &&&= r \left (1 - p^n - \frac{1}{np^{n-2}} \right) \end{align*} If \(n = 4\) then \begin{align*} && Y &= r\left (1 - p^4 - \frac{1}{4p^{2}} \right) \\ \Rightarrow && \frac{\d Y}{\d p} &= r \left (-4p^3 + \frac{1}{2p^3} \right) \end{align*} Therefore there is a stationary point if \(p^6 = \frac18 \Rightarrow p =2^{-1/2}\). Clearly this will be a maximum (sketch or second derivative) therefore, \(Y = r(1 - \frac14 - \frac{2}{4}) = \frac14 r\)
  3. The centre of mass of this shape can be found using this table: \begin{array}{|c|c|c|} \hline \text{} & \overline{y} & \text{mass} \\ \hline r^3y = r^4 - x^4 & \frac{2r}{5} & \frac{4\pi r^3}{6} = \frac23 \pi r^3\\ ry = -(r^2 - x^2) & -\frac{r}{3}& \frac{2 \pi r^3}{4}=\frac12\pi r^3 \\ \text{combined} & \frac{(\frac25 \cdot \frac23-\frac13 \cdot \frac12)r^4}{\frac76 r^3} = \frac3{35}r & \frac76 \pi r^3\\ \hline \end{array} Normals to the surface through points on the upper surface will meet the \(y\)-axis between \((-\infty, \frac14 r)\), and since \(p = 0 \to -\infty\) and \(p = 1 \to -\frac14 r\), so normals will pass through \((0, \frac3{35}r)\) from two different points. Normals to the surface through points on the lower surface will go through \(-r(1 - p^2 - \frac12) =- r(\frac12 -p^2)\) which ranges monotonically from \(\frac12 r \to -\frac12 r\) so there will be one point where the normal goes through \(\frac3{35}r\). Therefore there are three angles where the vector \(\overrightarrow{AB}\) is not vertical but the normal to the surfaces runs through the centre of mass (ie the the solid can rest in equilibrium)

2024 Paper 2 Q11
D: 1500.0 B: 1500.0

  1. Sketch a graph of \(y = x^{\frac{1}{x}}\) for \(x > 0\), showing the location of any turning points. Find the maximum value of \(n^{\frac{1}{n}}\), where \(n\) is a positive integer.
\(N\) people are to have their blood tested for the presence or absence of an enzyme. Each person, independently of the others, has a probability \(p\) of having the enzyme present in a sample of their blood, where \(0 < p < 1\). The blood test always correctly determines whether the enzyme is present or absent in a sample. The following method is used.
  • The people to be tested are split into \(r\) groups of size \(k\), with \(k > 1\) and \(rk = N\).
  • In every group, a sample from each person in that group is mixed into one large sample, which is then tested.
  • If the enzyme is not present in the combined sample from a group, no further testing of the people in that group is needed.
  • If the enzyme is present in the combined sample from a group, a second sample from each person in that group is tested separately.
  1. Find, in terms of \(N\), \(k\) and \(p\), the expected number of tests.
  2. Given that \(N\) is a multiple of \(3\), find the largest value of \(p\) for which it is possible to find an integer value of \(k\) such that \(k > 1\) and the expected number of tests is at most \(N\). Show that this value of \(p\) is greater than \(\frac{1}{4}\).
  3. Show that, if \(pk\) is sufficiently small, the expected number of tests is approximately \[ N\!\left(\frac{1}{k} + pk\right). \] In the case where \(p = 0.01\), show that choosing \(k = 10\) gives an expected number of tests which is only about \(20\%\) of \(N\).


Solution:

  1. \(\,\)
    TikZ diagram
    \begin{align*} && y & = x^{1/x} = \exp \left ( \tfrac1x \ln x \right ) \\ \Rightarrow && y' &= \exp \left ( \tfrac1x \ln x \right ) \cdot \left ( \frac{1}{x^2} - \frac{\ln x}{x^2} \right ) \\ &&&= \frac{\exp \left ( \tfrac1x \ln x \right ) }{x^2}(1 - \ln x) \\ y' =0: && x &= e \end{align*} Therefore the largest integer values will be \(2\) or \(3\). Comparing \((2^{\frac12})^6 = 8 < 9 = (3^{1/3})^6\) we see the maximum value of \(n^{1/n}\) where \(n\) is an integer is \(\sqrt[3]{3}\)
  2. The number of tests is \(r\) plus however many groups fail times \(k\). The probability of a group failing is \(g = 1-(1-p)^k\) and the number of failing groups is \(\sim B(r, g)\) so the expected number of additional groups is \(rg\) and the expected total number of tests is \[ \frac{N}{k} + N(1-(1-p)^k) \]
  3. \(\,\) \begin{align*} && N &\geq E = \frac{N}{k} + N(1-(1-p)^k) \\ \Rightarrow && 1 &\geq \frac{1}{k} + 1-(1-p)^k \\ \Rightarrow && (1-p)^k &\geq \frac1k \\ \Rightarrow && k \ln(1-p) &\geq - \ln k \\ \Rightarrow && \ln(1 - p) &\geq -\frac{1}{k} \ln k \geq -\frac13 \ln 3 \\ \Rightarrow && 1-p &\geq \frac{1}{\sqrt[3]{3}} \\ \Rightarrow && p &\leq 1-\frac{1}{\sqrt[3]{3}} \end{align*} (taking \(k=3\)) Claim: \(1 - \frac{1}{\sqrt[3]{3}} > \frac14\) Proof: This is equivalent to \(\sqrt[3]{3} > \frac43\) or \(81 > 4^3 = 64\) which is clearly true.
  4. If \(pk\) is small then \((1-p)^k \approx 1 - pk\) and so we obtain \(N \left ( \frac1k +pk \right)\) as required. If \(p = 0.01\) and \(k = 10\) then \(\frac{1}{10} + 0.01 \cdot 10 = 0.2\) so the expected number of tests is \(\sim 20\%\) of \(N\)

2024 Paper 3 Q9
D: 1500.0 B: 1500.0

The origin \(O\) of coordinates lies on a smooth horizontal table and the \(x\)- and \(y\)-axes lie in the plane of the table. A smooth sphere \(A\) of mass \(m\) and radius \(r\) is at rest on the table with its lowest point at the origin. A second smooth sphere \(B\) has the same mass and radius and also lies on the table. Its lowest point has \(y\)-coordinate \(2r\sin\alpha\), where \(\alpha\) is an acute angle, and large positive \(x\)-coordinate. Sphere \(B\) is now projected parallel to the \(x\)-axis, with speed \(u\), so that it strikes sphere \(A\). The coefficient of restitution in this collision is \(\frac{1}{3}\).

  1. Show that, after the collision, sphere \(B\) moves with velocity \[\begin{pmatrix} -\frac{1}{3}u\bigl(1 + 2\sin^2\alpha\bigr) \\ \frac{2}{3}u\sin\alpha\cos\alpha \end{pmatrix}.\]
  2. Show further that the lowest point of sphere \(B\) crosses the \(y\)-axis at the point \((0, Y)\), where \(Y = 2r(\cos\alpha\tan\beta + \sin\alpha)\) and \[\tan\beta = \frac{2\sin\alpha\cos\alpha}{1 + 2\sin^2\alpha}.\]
A third sphere \(C\) of radius \(r\) is at rest with its lowest point at \((0, h)\) on the table, where \(h > 0\).
  1. Show that, if \(h > Y + 2r\sec\beta\), sphere \(B\) will not strike sphere \(C\) in its motion after the collision with sphere \(A\).
  2. Show that \(Y < 2r\sec\beta\). Hence show that sphere \(B\) will not strike sphere \(C\) for any value of \(\alpha\), if \(h > \dfrac{8r}{\sqrt{3}}\).

2024 Paper 3 Q11
D: 1500.0 B: 1500.0

In this question, you may use without proof the results \[\sum_{r=0}^{n} \binom{n}{r} = 2^n \quad \text{and} \quad \sum_{r=0}^{n} r\binom{n}{r} = n\,2^{n-1}.\]

  1. Show that \[r\binom{2n}{r} = (2n+1-r)\binom{2n}{2n+1-r}\] for \(1 \leqslant r \leqslant 2n\). Hence show that \[\sum_{r=0}^{2n} r\binom{2n}{r} = 2\sum_{r=n+1}^{2n} r\binom{2n}{r}.\]
  2. A fair coin is tossed \(2n\) times. The value of the random variable \(X\) is whichever is the larger of the number of heads and the number of tails shown. If \(n\) heads and \(n\) tails are shown, then \(X = n\). Show that \[\mathrm{E}(X) = n\left(1 + \frac{1}{2^{2n}}\binom{2n}{n}\right).\]
  3. Show that \(\dfrac{1}{2^{2n}}\dbinom{2n}{n}\) decreases as \(n\) increases.
  4. In a game, you choose a value of \(n\) and pay \(\pounds n\); then a fair coin is tossed \(2n\) times. You win an amount in pounds equal to the larger of the number of heads and the number of tails shown. If \(n\) heads and \(n\) tails are shown, then you win \(\pounds n\). How should you choose \(n\) to maximise your expected winnings per pound paid?

2023 Paper 3 Q10
D: 1500.0 B: 1500.0

A thin uniform beam \(AB\) has mass \(3m\) and length \(2h\). End \(A\) rests on rough horizontal ground and the beam makes an angle of \(2\beta\) to the vertical, supported by a light inextensible string attached to end \(B\). The coefficient of friction between the beam and the ground at \(A\) is \(\mu\). The string passes over a small frictionless pulley fixed to a point \(C\) which is a distance \(2h\) vertically above \(A\). A particle of mass \(km\), where \(k < 3\), is attached to the other end of the string and hangs freely.

  1. Given that the system is in equilibrium, find an expression for \(k\) in terms of \(\beta\) and show that \(k^2 \leqslant \dfrac{9\mu^2}{\mu^2 + 1}\).
  2. A particle of mass \(m\) is now fixed to the beam at a distance \(xh\) from \(A\), where \(0 \leqslant x \leqslant 2\). Given that \(k = 2\), and that the system is in equilibrium, show that \[\frac{F^2}{N^2} = \frac{x^2 + 6x + 5}{4(x+2)^2}\,,\] where \(F\) is the frictional force and \(N\) is the normal reaction on the beam at \(A\). By considering \(\dfrac{1}{3} - \dfrac{F^2}{N^2}\), or otherwise, find the minimum value of \(\mu\) for which the beam can be in equilibrium whatever the value of \(x\).

2022 Paper 2 Q5
D: 1500.0 B: 1500.0

  1. Given that \(a > b > c > 0\) are constants, and that \(x\), \(y\), \(z\) are non-negative variables, show that \[ax + by + cz \leqslant a(x + y + z).\]
In the acute-angled triangle \(ABC\), \(a\), \(b\) and \(c\) are the lengths of sides \(BC\), \(CA\) and \(AB\), respectively, with \(a > b > c\). \(P\) is a point inside, or on the sides of, the triangle, and \(x\), \(y\) and \(z\) are the perpendicular distances from \(P\) to \(BC\), \(CA\) and \(AB\), respectively. The area of the triangle is \(\Delta\).
    1. Find \(\Delta\) in terms of \(a\), \(b\), \(c\), \(x\), \(y\) and \(z\).
    2. Find both the minimum value of the sum of the perpendicular distances from \(P\) to the three sides of the triangle and the values of \(x\), \(y\) and \(z\) which give this minimum sum, expressing your answers in terms of some or all of \(a\), \(b\), \(c\) and \(\Delta\).
    1. Show that, for all real \(a\), \(b\), \(c\), \(x\), \(y\) and \(z\), \[(a^2+b^2+c^2)(x^2+y^2+z^2) = (bx-ay)^2 + (cy-bz)^2 + (az-cx)^2 + (ax+by+cz)^2.\]
    2. Find both the minimum value of the sum of the squares of the perpendicular distances from \(P\) to the three sides of the triangle and the values of \(x\), \(y\) and \(z\) which give this minimum sum, expressing your answers in terms of some or all of \(a\), \(b\), \(c\) and \(\Delta\).
  1. Find both the maximum value of the sum of the squares of the perpendicular distances from \(P\) to the three sides of the triangle and the values of \(x\), \(y\) and \(z\) which give this maximum sum, expressing your answers in terms of some or all of \(a\), \(b\), \(c\) and \(\Delta\).

2022 Paper 2 Q10
D: 1500.0 B: 1500.0

  1. Show that, if a particle is projected at an angle \(\alpha\) above the horizontal with speed \(u\), it will reach height \(h\) at a horizontal distance \(s\) from the point of projection where \[h = s\tan\alpha - \frac{gs^2}{2u^2\cos^2\alpha}\,.\]
The remainder of this question uses axes with the \(x\)- and \(y\)-axes horizontal and the \(z\)-axis vertically upwards. The ground is a sloping plane with equation \(z = y\tan\theta\) and a road runs along the \(x\)-axis. A cannon, which may have any angle of inclination and be pointed in any direction, fires projectiles from ground level with speed \(u\). Initially, the cannon is placed at the origin.
  1. Let a point \(P\) on the plane have coordinates \((x,\, y,\, y\tan\theta)\). Show that the condition for it to be possible for a projectile from the cannon to land at point \(P\) is \[x^2 + \left(y + \frac{u^2\tan\theta}{g}\right)^2 \leqslant \frac{u^4\sec^2\theta}{g^2}\,.\]
  2. Show that the furthest point directly up the plane that can be reached by a projectile from the cannon is a distance \[\frac{u^2}{g(1+\sin\theta)}\] from the cannon. How far from the cannon is the furthest point directly down the plane that can be reached by a projectile from it?
  3. Find the length of road which can be reached by projectiles from the cannon. The cannon is now moved to a point on the plane vertically above the \(y\)-axis, and a distance \(r\) from the road. Find the value of \(r\) which maximises the length of road which can be reached by projectiles from the cannon. What is this maximum length?

2022 Paper 2 Q11
D: 1500.0 B: 1500.0

A batch of \(N\) USB sticks is to be used on a network. Each stick has the same unknown probability \(p\) of being infected with a virus. Each stick is infected, or not, independently of the others. The network manager decides on an integer value of \(T\) with \(0 \leqslant T < N\). If \(T = 0\) no testing takes place and the \(N\) sticks are used on the network, but if \(T > 0\), the batch is subject to the following procedure.

  • Each of \(T\) sticks, chosen at random from the batch, undergoes a test during which it is destroyed.
  • If any of these \(T\) sticks is infected, all the remaining \(N - T\) sticks are destroyed.
  • If none of the \(T\) sticks is infected, the remaining \(N - T\) sticks are used on the network.
If any stick used on the network is infected, the network has to be disinfected at a cost of \(\pounds D\), where \(D > 0\). If no stick used on the network is infected, there is a gain of \(\pounds 1\) for each of the \(N - T\) sticks. There is no cost to testing or destroying a stick.
  1. Find an expression in terms of \(N\), \(T\), \(D\) and \(q\), where \(q = 1 - p\), for the expected net loss.
  2. Let \(\alpha = \dfrac{DT}{N(N - T + D)}\). Show that \(0 \leqslant \alpha < 1\). Show that, for fixed values of \(N\), \(D\) and \(T\), the greatest value of the expected net loss occurs when \(q\) satisfies the equation \(q^{N-T} = \alpha\). Show further that this greatest value is \(\pounds\dfrac{D(N-T)\,\alpha^k}{N}\), where \(k = \dfrac{T}{N-T}\).
  3. For fixed values of \(N\) and \(D\), show that there is some \(\beta > 0\) so that for all \(p < \beta\), the expression for the expected loss found in part (i) is an increasing function of \(T\). Deduce that, for small enough values of \(p\), testing no sticks minimises the expected net loss.

2021 Paper 2 Q6
D: 1500.0 B: 1500.0

A plane circular road is bounded by two concentric circles with centres at point~\(O\). The inner circle has radius \(R\) and the outer circle has radius \(R + w\). The points \(A\) and \(B\) lie on the outer circle, as shown in the diagram, with \(\angle AOB = 2\alpha\), \(\tfrac{1}{3}\pi \leqslant \alpha \leqslant \tfrac{1}{2}\pi\) and \(0 < w < R\).

TikZ diagram
  1. Show that I cannot cycle from \(A\) to \(B\) in a straight line, while remaining on the road.
  2. I take a path from \(A\) to \(B\) that is an arc of a circle. This circle is tangent to the inner edge of the road, and has radius \(R + d\) (where \(d > w\)) and centre~\(O'\). My path is represented by the dashed arc in the above diagram. Let \(\angle AO'B = 2\theta\).
    1. Use the cosine rule to find \(d\) in terms of \(w\), \(R\) and \(\cos\alpha\).
    2. Find also an expression for \(\sin(\alpha - \theta)\) in terms of \(R\), \(d\) and \(\sin\alpha\).
    You are now given that \(\dfrac{w}{R}\) is much less than \(1\).
  3. Show that \(\dfrac{d}{R}\) and \(\alpha - \theta\) are also both much less than \(1\).
  4. My friend cycles from \(A\) to \(B\) along the outer edge of the road. Let my path be shorter than my friend's path by distance~\(S\). Show that \[ S = 2(R+d)(\alpha - \theta) + 2\alpha(w - d). \] Hence show that \(S\) is approximately a fraction \[ \frac{\sin\alpha - \alpha\cos\alpha}{\alpha(1 - \cos\alpha)} \cdot \frac{w}{R} \] of the length of my friend's path.

2019 Paper 1 Q1
D: 1500.0 B: 1500.0

A straight line passes through the fixed point \((1 , k)\) and has gradient \(- \tan \theta\), where \(k > 0\) and \(0 < \theta < \frac{1}{2}\pi\). Find, in terms of \(\theta\) and \(k\), the coordinates of the points \(X\) and \(Y\) where the line meets the \(x\)-axis and the \(y\)-axis respectively.

  1. Find an expression for the area \(A\) of triangle \(OXY\) in terms of \(k\) and \(\theta\). (The point \(O\) is the origin.) You are given that, as \(\theta\) varies, \(A\) has a minimum value. Find an expression in terms of \(k\) for this minimum value.
  2. Show that the length \(L\) of the perimeter of triangle \(OXY\) is given by $$L = 1 + \tan \theta + \sec \theta + k(1 + \cot \theta + \cosec \theta).$$ You are given that, as \(\theta\) varies, \(L\) has a minimum value. Show that this minimum value occurs when \(\theta = \alpha\) where $$\frac{1 - \cos \alpha}{1 - \sin \alpha} = k.$$ Find and simplify an expression for the minimum value of \(L\) in terms of \(\alpha\).


Solution: \(y = (-\tan \theta)(x-1)+k\) so when \(x = 0\), \(y = k + \tan \theta\), so \(Y = (0, k+\tan \theta)\). When \(y = 0\), \(x = 1 + \frac{k}{\tan \theta}\)

  1. \(A = \frac12 (k+\tan \theta)\left ( 1 + \frac{k}{\tan \theta} \right) = k + \frac12 \left (\tan \theta + \frac{k^2}{\tan \theta} \right)\) Notice that \(x + \frac{k^2}{x} \geq 2 k\) by AM-GM, so the minimum is \(k + \frac12 \cdot 2k = 2k\)
  2. \(\,\) \begin{align*} L &= k + \tan \theta + 1 + k \cot \theta + \sqrt{(k + \tan \theta)^2 + \left (1 + \frac{k}{\tan \theta} \right)^2} \\ &= k + \tan \theta + 1 + k \cot \theta + \sqrt{k^2 + 2 k \tan \theta +\tan^2 \theta + 1 + 2k \cot \theta + k^2\cot^2 \theta} \\ &= k + \tan \theta + 1 + k \cot \theta + \sqrt{\sec^2 \theta+ 2k \sec\theta\cosec \theta + k^2\cosec^2 \theta} \\ &= k + \tan \theta + 1 + k \cot \theta +\sec \theta + k\cosec \theta\\ &= 1 + \tan \theta + \sec \theta + k (1 + \cot \theta + \cosec \theta) \end{align*} \begin{align*} && \frac{\d L}{\d \theta} &= \sec^2 \theta + \tan \theta \sec \theta + k(-\cosec^2 \theta - \cot \theta \cosec \theta ) \\ \Rightarrow && 0 &=\sec^2 \alpha+ \tan \theta \sec \alpha+ k(-\cosec^2 \alpha- \cot \alpha\cosec \alpha) \\ \Rightarrow && k &= \frac{\sec^2 \alpha+ \tan \alpha\sec \alpha}{\cosec^2 \alpha+ \cot \alpha\cosec \alpha} \\ &&&= \frac{\sin^2 \alpha(1 + \sin \alpha)}{\cos^2 \alpha (1+ \cos \alpha)} \\ &&&= \frac{(1-\cos^2 \alpha)(1 + \sin \alpha)}{(1-\sin^2 \alpha )(1+ \cos \alpha)} \\ &&&= \frac{1-\cos \alpha}{1-\sin \alpha} \\ \Rightarrow && L &= 1 + \tan \alpha + \sec \alpha + \frac{1-\cos \alpha}{1-\sin \alpha} \left (1 + \cot \alpha + \cosec \alpha \right) \\ &&&= \frac{1+\tan \alpha + \sec \alpha -\sin \alpha-\sin \alpha \tan \alpha-\tan \alpha}{1-\sin \alpha} + \\ &&&\quad \quad \frac{1+\cot \alpha + \cosec \alpha-\cos \alpha-\cos \alpha \cot \alpha -\cot \alpha}{1-\sin \alpha} \\ &&&= \frac{2+\sec \alpha(1-\sin^2 \alpha)-\sin \alpha + \cosec \alpha(1-\cos^2 \alpha)-\cos \alpha}{1-\sin \alpha} \\ &&&= \frac{2+\cos\alpha-\sin \alpha + \sin\alpha-\cos \alpha}{1-\sin \alpha} \\ &&&= \frac{2}{1-\sin \alpha} \end{align*}

2019 Paper 1 Q5
D: 1500.0 B: 1500.0

  1. The four points \(P\), \(Q\), \(R\) and \(S\) are the vertices of a plane quadrilateral. What is the geometrical shape of \(PQRS\) if \(\vec{PQ} = \vec{SR}\)? What is the geometrical shape of \(PQRS\) if \(\vec{PQ} = \vec{SR}\) and \(|\vec{PQ}| = |\vec{PS}|\)?
  2. A cube with edges of unit length has opposite vertices at \((0,0,0)\) and \((1,1,1)\). The points $$P(p,0,0), \quad Q(1,q,0), \quad R(r,1,1) \quad \text{and} \quad S(0,s,1)$$ lie on edges of the cube. Given that the four points lie in the same plane, show that $$rq = (1-s)(1-p).$$
    1. Show that \(\vec{PQ} = \vec{SR}\) if and only if the centroid of the quadrilateral \(PQRS\) is at the centre of the cube. Note: the centroid of the quadrilateral \(PQRS\) is the point with position vector $$\frac{1}{4}(\vec{OP} + \vec{OQ} + \vec{OR} + \vec{OS}),$$ where \(O\) is the origin.
    2. Given that \(\vec{PQ} = \vec{SR}\) and \(|\vec{PQ}| = |\vec{PS}|\), express \(q\), \(r\) and \(s\) in terms of \(p\). Show that $$\cos PQR = \frac{4p-1}{5-4p+8p^2}.$$ Write down the values of \(p\), \(q\), \(r\) and \(s\) if \(PQRS\) is a square, and show that the length of each side of this square is greater than \(\frac{21}{20}\).


Solution:

  1. If \(\vec{PQ} = \vec{SR}\) we have a parallelogram. \(\vec{PQ} = \vec{SR}\) and \(|\vec{PQ}| = |\vec{PS}|\) then we have a rhombus.
  2. If the four points lie in a plane then \((\vec{RS} \times \vec{RP}) \cdot \vec{RQ} =0\), so \begin{align*} && 0 &=\left ( \begin{pmatrix}-r\\ s-1 \\ 0 \end{pmatrix} \times \begin{pmatrix}p-r\\ -1 \\ -1 \end{pmatrix}\right) \cdot \begin{pmatrix}1-r\\ q-1 \\ -1 \end{pmatrix} \\ && &= \begin{pmatrix}1-s \\ -r \\r+(p-r)(1-s) \end{pmatrix} \cdot \begin{pmatrix}1-r\\ q-1 \\ -1 \end{pmatrix} \\ &&&= (1-s)(1-r)-r(q-1)-r-(p-r)(1-s) \\ &&&=(1-s)(1-r-p+r)-rq \\ \Rightarrow && rq &= (1-s)(1-p) \end{align*}
    1. \(\,\) \begin{align*} && \vec{PQ} &= \vec{SR} \\ \Leftrightarrow && \begin{pmatrix}1-p\\q \\ 0 \end{pmatrix} &= \begin{pmatrix}r\\1-s \\ 0 \end{pmatrix} \\ \Leftrightarrow && 1-p = r & \quad ; \quad q = 1-s\\ \Leftrightarrow && 1= r+p & \quad ; \quad 1 = q+s\\ \end{align*} The centroid is \(\frac14 (p+1+r, q+s+1, 2)\) which is clearly \(\frac12(1,1,1)\) iff those equations are true.
    2. \(\,\) \begin{align*} && |\vec{PQ}| &= |\vec{PS}| \\ \Leftrightarrow && (1-p)^2+q^2+ 0^2 &= p^2+s^2+1)\\ \Leftrightarrow && 1-2p+p^2+q^2 &= p^2 + s^2 + 1 \\ \Leftrightarrow && -2p+q^2 &= s^2 \end{align*} From the previous equations we have \(r = 1-p\), and \(-2p+(1-s)^2 = s^2 \Rightarrow -2p + 1 -2s = 0 \Rightarrow s = \frac12 - p\) and \(q = \frac12 + p\) \begin{align*} && \cos PQR &= \frac{\vec{QP}\cdot \vec{QR}}{|\vec{QP}||\vec{QR}|} \\ &&&= \frac{ \begin{pmatrix}p-1\\ -q \\ 0 \end{pmatrix} \cdot \begin{pmatrix}r-1\\ 1-q \\ 1 \end{pmatrix}}{\sqrt{(p-1)^2+q^2}\sqrt{(r-1)^2+(1-q)^2+1^2}} \\ &&&= \frac{ \begin{pmatrix}p-1\\ -\frac12-p \\ 0 \end{pmatrix} \cdot \begin{pmatrix}-p\\ \frac12-p \\ 1 \end{pmatrix}}{\sqrt{(p-1)^2+(-\frac12-p)^2}\sqrt{p^2+(\frac12-p)^2+1^2}} \\ &&&= \frac{ p-p^2-\frac14+p^2}{\sqrt{p^2-2p+1+\frac14+p+p^2}\sqrt{p^2+\frac14-p+p^2+1}} \\ &&&= \frac{4p-1}{\sqrt{8p^2-4p+5}\sqrt{8p^2-4p+5}}\\ &&&= \frac{4p-1}{8p^2-4p+5}\\ \end{align*} For \(PQRS\) to be a square \(\cos PQR = 0\), ie \(p = \frac14\) and so \((p,q,r,s) = (\frac14, \frac34, \frac34, \frac14)\) and \(|PQ| = \sqrt{(1-p)^2+q^2} = \sqrt{\left ( \frac34 \right)^2 + \left ( \frac34 \right)^2 } = \frac{3\sqrt{2}}4\), notice that \(\left ( \frac{21}{20} \right)^2 = \frac{441}{400} < \frac{9}{8}\) (\(441 < 450\)) therefore the sides are at least as long as \(\frac{21}{20}\)

2019 Paper 1 Q6
D: 1500.0 B: 1518.2

In both parts of this question, \(x\) is real and \(0 < \theta < \pi\).

  1. By completing the square, find in terms of \(\theta\) the minimum value as \(x\) varies of $$9x^2 - 12x \cos \theta + 4.$$ Find also the maximum value as \(x\) varies of \(12x^2 \sin \theta - 9x^4\). Hence determine the values of \(x\) and \(\theta\) that satisfy the equation $$9x^4 + (9 - 12 \sin \theta)x^2 - 12x \cos \theta + 4 = 0.$$
  2. Sketch the curve $$y = \frac{x^2}{x - \theta},$$ where \(\theta\) is a constant. Deduce that either \(\frac{x^2}{x - \theta} \leq 0\) or \(\frac{x^2}{x - \theta} \geq 4\theta\). By considering the numerator and denominator separately, or otherwise, show that $$\frac{\sin^2 \theta \cos^2 x}{1 + \cos^2 \theta \sin^2 x} \leq 1.$$ Hence determine the values of \(x\) and \(\theta\) that satisfy the equation $$\frac{x^2}{4\theta(x - \theta)} = \frac{\sin^2 \theta \cos^2 x}{1 + \cos^2 \theta \sin^2 x}.$$


Solution:

  1. \(\,\) \begin{align*} && y &= 9x^2 - 12x \cos \theta + 4 \\ &&&= (3x-2\cos \theta)^2+4-4\cos^2 \theta \\ &&&= (3x-2\cos \theta)^2 + 4 \sin^2 \theta \end{align*} Therefore the minimum is \(4\sin^2 \theta\) when \(x = \frac23 \cos \theta\). \begin{align*} && y &= 12x^2 \sin \theta - 9x^4 \\ &&&=4\sin^2 \theta -(3x^2-2\sin\theta)^2 \end{align*} Therefore the maximum is \(4\sin^2 \theta\) when \(x^2 = \frac23\sin \theta\) Therefore \begin{align*} && 0 &= 9x^4 + (9 - 12 \sin \theta)x^2 - 12x \cos \theta + 4 \\ && \underbrace{-9x^4+12x^2\sin \theta}_{\leq 4\sin^2 \theta } &= \underbrace{9x^2 - 12x \cos \theta + 4 }_{\geq 4 \sin^2 \theta} \end{align*} Therefore the equality cases must be achieved in both cases, ie \(x = \frac23 \cos \theta\) and \(x^2 = \frac23 \sin \theta\) \begin{align*} && x^2 &= \frac49\cos^2 \theta \\ &&&= \frac49(1-\sin^2 \theta) \\ &&&= \frac49(1-\frac94 x^2) \\ \Rightarrow && 2x^2 &= \frac49 \\ \Rightarrow && x &= \pm \frac{\sqrt{2}}3\\ \Rightarrow && \cos \theta &=\pm \frac32 \frac{\sqrt{2}}3 \\ &&&= \pm \frac{1}{\sqrt{2}} \\ \Rightarrow && \theta &= \frac{\pi}{4}, \frac{3\pi}{4} \\ \Rightarrow && (x, \theta) &= \left (\frac{\sqrt{2}}{3}, \frac{\pi}{4} \right), \left (-\frac{\sqrt{2}}{3}, \frac{3\pi}{4} \right) \end{align*}
  2. Sketching we obtain, noticing we can find the turning point by: \begin{align*} && \frac{x^2}{x-\theta} &= \lambda \\ \Leftrightarrow && x^2 - \lambda x +\theta \lambda &= 0 \\ \Leftrightarrow && 0 &\leq \Delta = \lambda^2 -4\lambda \theta \\ \Leftrightarrow && \lambda &\geq 4 \theta, \lambda \leq 0 \end{align*}
    TikZ diagram
    Notice that \(\sin^2 \theta \cos^2 x \leq 1\) and \(1 + cos^2 \theta \sin^2 x \geq 1\) and therefore we must have the inequality desired. \begin{align*} && \underbrace{\frac{x^2}{4\theta(x - \theta)}}_{\geq 1 \text{ or } \leq 0} &= \underbrace{\frac{\sin^2 \theta \cos^2 x}{1 + \cos^2 \theta \sin^2 x}}_{\in [0,1]} \\ \text{both}=0: && x = 0 &, \sin \theta = 0 \\ \text{both}=1: && x = 2\theta &, \sin^2 \theta = 1,\cos^2 x = 1 \\ && 1 &= \cos^2 2 \theta \\ &&&= (1-2 \sin^2 \theta)^2 \\ &&&= 1 \\ \Rightarrow && (x, \theta) &= \left(\frac{\pi}{2}, \pi\right) \end{align*}

2019 Paper 1 Q10
D: 1500.0 B: 1500.0

In this question, the \(x\)-axis is horizontal and the positive \(y\)-axis is vertically upwards. A particle is projected from the origin with speed \(u\) at an angle \(\alpha\) to the vertical. The particle passes through the fixed point \((h \tan \beta, h)\), where \(0 < \beta < 90^{\circ}\) and \(h > 0\).

  1. Show that $$c^2 - ck \cot \beta + 1 + k \cot^2 \beta = 0, \quad (*)$$ where \(c = \cot \alpha\) and \(k = \frac{2u^2}{gh}\). You are given that there are two distinct values of \(\alpha\) that satisfy equation \((*)\). Let \(\alpha_1\) and \(\alpha_2\) be these values.
    1. Show that $$\cot \alpha_1 + \cot \alpha_2 = k \cot \beta.$$ Show also that $$\alpha_1 + \alpha_2 = \beta.$$
    2. Show that $$k > 2(1 + \sec \beta).$$
  2. By considering the greatest height attained by the particle, show that \(k \geq 4 \sec^2 \alpha\).


Solution:

  1. The horizontal position of the particle at time \(t\) is \(u \sin\alpha t\), so \(T = \frac{h \tan \beta}{u \sin \alpha}\) The vertical position of the particle at this time \(T\) satisifes: \begin{align*} && h &= u \cos\alpha \frac{h \tan \beta}{u \sin\alpha} - \frac12 g \left ( \frac{h \tan \beta}{u \sin\alpha} \right)^2 \\ &&&= h\cot \alpha \tan \beta - \frac{gh^2}{2u^2} \tan^2 \beta \cosec^2 \beta \\ \Rightarrow && 1 &= c \tan \beta - \frac{1}{k} \tan^2 \beta (1 + c^2) \\ \Rightarrow && k \cot^2 \beta &= kc\cot \beta -1-c^2 \\ \Rightarrow && 0 &= c^2 -ck \cot \beta + 1 + k \cot^2 \beta \end{align*}
    1. As a quadratic in \(c\) the sum of the roots is \(k \cot \beta\), therefore \(\cot \alpha_1 + \cot \alpha_2 = k \cot \beta\). We also have that \(\cot \alpha_1 \cot \alpha_2 = 1 + k \cot^2 \beta\), so \begin{align*} && \cot (\alpha_1 + \alpha_2) &= \frac{\cot \alpha_1 \cot \alpha_2-1}{\cot \alpha_1 + \cot \alpha_2} \\ &&&= \frac{1 + k \cot^2 \beta - 1}{k \cot \beta} \\ &&&= \cot \beta \\ \Rightarrow && \beta &= \alpha_1 + \alpha_2 \pmod{\pi} \end{align*} but since \(\alpha_i \in (0, \frac{\pi}{2})\) the equation must hold exactly.
    2. Since it has two real roots we must have \begin{align*} && 0 &<\Delta = k^2 \cot^2 \beta - 4 (1 + k \cot^2 \beta) \\ &&&= k^2 \cot^2 \beta-4k \cot^2 \beta -4 \\ &&&= \cot^2 \beta (k^2 - 4k - 4(\sec^2 \beta - 1)) \\ &&&= \cot^2 \beta ( (k-2)^2 -4\sec^2 \beta) \\ \Rightarrow && k &> 2 + 2\sec \beta = 2(1+\sec \beta) \end{align*}
  2. The greatest height will satisfy \(v^2 = u^2 + 2as\) so \(0 = u^2 \cos^2 \alpha - 2gh_{max} \Rightarrow 4\sec^2 \alpha = \frac{2u^2}{gh_{max}} = k_{max}\), but this decreases with \(h\), so the smallest \(k\) can be is \(4\sec^2 \alpha\), ie \(k \geq 4 \sec^2 \alpha\)