Problems

Filters
Clear Filters
2015 Paper 1 Q6
D: 1484.0 B: 1500.0

The vertices of a plane quadrilateral are labelled \(A\), \(B\), \(A'\) and \(B'\), in clockwise order. A point \(O\) lies in the same plane and within the quadrilateral. The angles \(AOB\) and \(A'OB'\) are right angles, and \(OA=OB\) and \(OA'=OB'\). Use position vectors relative to \(O\) to show that the midpoints of \(AB\), \(BA'\), \(A'B'\) and \(B'A\) are the vertices of a square. Given that the lengths of \(OA\) and \(OA'\) are fixed (and the conditions of the first paragraph still hold), find the value of angle \(BOA'\) for which the area of the square is greatest.


Solution: Let \(O\) be the origin, and let \(\mathbf{a}, \mathbf{b}, \mathbf{a}', \mathbf{b}'\) be the four points. The conditions give us \begin{align*} && \mathbf{a} \cdot \mathbf{b} &= 0 \\ && |\mathbf{a}| &= |\mathbf{b}| \\ && \mathbf{a}' \cdot \mathbf{b}' &= 0 \\ && |\mathbf{a}'| &= |\mathbf{b}'| \\ \end{align*} So \begin{align*} \text{midpoint }AB \text{ to midpoint } BA' &= (\tfrac12(\mathbf{a}+\mathbf{b}) - \tfrac12(\mathbf{b}+\mathbf{a}'))\cdot (\tfrac12(\mathbf{a}+\mathbf{b}) - \tfrac12(\mathbf{b}+\mathbf{a}')) \\ &= \frac12(\mathbf{a}-\mathbf{a}')\cdot \frac12(\mathbf{a} - \mathbf{a}') \\ \text{midpoint }BA' \text{ to midpoint } A'B' &= (\tfrac12(\mathbf{b}+\mathbf{a}') - \tfrac12(\mathbf{a}'+\mathbf{b}')) \cdot (\tfrac12(\mathbf{b}+\mathbf{a}') - \tfrac12(\mathbf{a}'+\mathbf{b}'))\\ &= \frac12(\mathbf{b}-\mathbf{b}')\cdot \frac12(\mathbf{b} - \mathbf{b}') \\ &= \frac14 (|\mathbf{b}|^2 + |\mathbf{b}'|^2 - 2\mathbf{b}\cdot\mathbf{b}')\\ &= \frac14(|\mathbf{a}|^2 + |\mathbf{a}'|^2 - 2\mathbf{b}\cdot\mathbf{b}') \\ \text{midpoint }A'B' \text{ to midpoint } B'A &= (\tfrac12(\mathbf{a}'+\mathbf{b}') - \tfrac12(\mathbf{b}'+\mathbf{a})) \cdot (\tfrac12(\mathbf{a}'+\mathbf{b}') - \tfrac12(\mathbf{b}'+\mathbf{a}))\\ &= \frac12(\mathbf{a}'-\mathbf{a})\cdot \frac12(\mathbf{a}' - \mathbf{a}) \\ \text{midpoint }B'A \text{ to midpoint } AB &= (\tfrac12(\mathbf{b}'+\mathbf{a}) - \tfrac12(\mathbf{a}+\mathbf{b})) \cdot (\tfrac12(\mathbf{b}'+\mathbf{a}) - \tfrac12(\mathbf{a}+\mathbf{b}))\\ &= \frac12(\mathbf{b}'-\mathbf{b})\cdot \frac12(\mathbf{b}' - \mathbf{b}) \\ \end{align*} So it's sufficient to prove \(\mathbf{a}\cdot \mathbf{a}' = \mathbf{b}\cdot \mathbf{b}'\) but this is clear from looking at a diagram for 1 second. Given the length of the square is what it is, we want to minimise \(\mathbf{b}\cdot \mathbf{b}'\) which is when they are vertically opposite each other, ie \(\angle BOA' = 90^\circ\)

2015 Paper 1 Q7
D: 1500.0 B: 1500.0

Let \[ \f(x) = 3ax^2 - 6x^3\, \] and, for each real number \(a\), let \({\rm M}(a)\) be the greatest value of \(\f(x)\) in the interval \(-\frac13 \le x \le 1\). Determine \({\rm M} (a)\) for \(a\ge0\). [The formula for \({\rm M} (a)\) is different in different ranges of \(a\); you will need to identify three ranges.]


Solution: \(f'(x) = 6ax-18x^2\), therefore \(f\) has turning points at \(0\) and \(\frac{a}3\) (ie decreasing for \(x \leq 0\) and \(x \geq \frac{a}{3}\) and increasing otherwise). Therefore possible maxima are \(f(-\tfrac13), f(\frac{a}{3}), f(1)\) where we consider \(\frac{a}{3}\) if \(a \leq 3\) and \(1\) otherwise. \(f(-\frac13) = \frac{a}{3} + \frac{2}{9} = \frac{3a+2}{9}\) \(f(\frac{a}{3}) = \frac{a^3}{3} - \frac{2a^3}{9} = \frac{a^3}{9}\) \(f(1) = 3(a-2)\) Comparing \(\frac{a^3}{9}\) to \(\frac{3a+2}{9}\) we have a double root at \(a = -1\) and a single root at \(a = 2\), therefore \(\frac{a^3}9\) is larger if \(a \geq 2\) Comparing \(3(a-2)\) to \(\frac{3a+2}9\) we have a cross-over at \(a = \frac{7}3\). Therefore we have: \begin{align*} M(a) &= \begin{cases} \frac{3a+2}{9} & 0 \leq a \leq 2 \\ \frac{a^3}{9} & 2 \leq a \leq 3 \\ 3(a-2) & 3 \leq a \end{cases} \end{align*}

2015 Paper 1 Q8
D: 1484.0 B: 1516.0

Show that:

  1. \(1+2+3+ \cdots + n = \frac12 n(n+1)\);
  2. if \(N\) is a positive integer, \(m\) is a non-negative integer and \(k\) is a positive odd integer, then \((N-m)^k +m^k\) is divisible by \(N\).
Let \(S = 1^k+2^k+3^k + \cdots + n^k\), where \(k\) is a positive odd integer. Show that if \(n\) is odd then \(S\) is divisible by \(n\) and that if \(n\) is even then \(S\) is divisible by \(\frac12 n\). Show further that \(S\) is divisible by \(1+2+3+\cdots +n\).


Solution:

  1. \(\,\) \begin{align*} && S & = 1 +\quad 2\quad \;\;+ \quad 3 \quad+ \cdots + \quad n \\ && S &= n + (n-1) + (n-2) + \cdots + 1 \\ && 2S &= (n+1) + (n+1) + \cdots + (n+1) \\ \Rightarrow && S &= \frac12n(n+1) \end{align*}
  2. \(\,\) \begin{align*} && (N-m)^{k} + m^k&= \sum_{i=0}^k \binom{k}{i} N^{k-i} (-m)^{i} + m^k \\ &&&= N\sum_{i=0}^{k-1} \binom{k}{i}N^{k-i-1}(-m)^i -m^k+m^k \\ &&&= N\sum_{i=0}^{k-1} \binom{k}{i}N^{k-i-1}(-m)^i \end{align*} which is clearly divisible by \(N\).
\begin{align*} 2S &= 2\sum_{i=1}^n i^k \\ &= \sum_{i=0}^n (\underbrace{(n-i)^k + i^k}_{\text{divisible by }n}) \\ \end{align*} Therefore \(2S\) is divisible by \(n\) and so if \(n\) is odd, \(n\) divides \(S\) and if \(n\) is even, \(\frac{n}{2}\) divides \(S\). Also notice \begin{align*} 2S &= 2\sum_{i=1}^n i^k \\ &= \sum_{i=1}^{n} (\underbrace{(n+1-i)^k + i^k}_{\text{divisible by }n+1}) \\ \end{align*} Therefore if \(n+1\) is odd, \(n+1 \mid S\) otherwise \(\frac{n+1}{2} \mid S\), and in either case \(\frac{n(n+1)}{2} \mid S\) (since they are both coprime) but this is the same as \(1 + 2 + \cdots + n \mid S\)

2015 Paper 1 Q9
D: 1516.0 B: 1516.0

A short-barrelled machine gun stands on horizontal ground. The gun fires bullets, from ground level, at speed \(u\) continuously from \(t=0\) to \(t= \dfrac{\pi}{ 6\lambda}\), where \(\lambda\) is a positive constant, but does not fire outside this time period. During this time period, the angle of elevation \(\alpha\) of the barrel decreases from \(\frac13\pi\) to \(\frac16\pi\) and is given at time \(t\) by \[ \alpha =\tfrac13 \pi - \lambda t\,. \] Let \(k = \dfrac{g}{2\lambda u}\). Show that, in the case \(\frac12 \le k \le \frac12 \sqrt3\), the last bullet to hit the ground does so\\[2pt] at a distance \[ \frac{ 2 k u^2 \sqrt{1-k^2}}{g} \] from the gun. What is the corresponding result if \(k<\frac12\)?

2015 Paper 1 Q10
D: 1500.0 B: 1484.0

A bus has the shape of a cuboid of length \(a\) and height \(h\). It is travelling northwards on a journey of fixed distance at constant speed \(u\) (chosen by the driver). The maximum speed of the bus is \(w\). Rain is falling from the southerly direction at speed \(v\) in straight lines inclined to the horizontal at angle \(\theta\), where \(0<\theta<\frac12\pi\). By considering first the case \(u=0\), show that for \(u>0\) the total amount of rain that hits the roof and the back or front of the bus in unit time is proportional to \[ h\big \vert v\cos\theta - u \big\vert + av\sin\theta \,. \] Show that, in order to encounter as little rain as possible on the journey, the driver should choose \( u=w\) if either \(w< v\cos\theta\) or \( a\sin\theta > h\cos\theta\). How should the speed be chosen if \(w>v\cos\theta\) and \( a\sin\theta < h\cos\theta\)? Comment on the case \( a\sin\theta = h\cos\theta\). How should the driver choose \(u\) on the return journey?

2015 Paper 1 Q11
D: 1500.0 B: 1484.0

Two long circular cylinders of equal radius lie in equilibrium on an inclined plane, in \mbox{contact} with one another and with their axes horizontal. The weights of the upper and lower \mbox{cylinders} are \(W_1\) and \(W_2\), respectively, where \(W_1>W_2\)\,. The coefficients of friction \mbox{between} the \mbox{inclined} plane and the upper and lower cylinders are \(\mu_1\) and \(\mu_2\), respectively, and the \mbox{coefficient} of friction \mbox{between} the two cylinders is \(\mu\). The angle of inclination of the plane is~\(\alpha\) (which is positive).

  1. Let \(F\) be the magnitude of the frictional force between the two cylinders, and let \(F_1\) and \(F_2\) be the magnitudes of the frictional forces between the upper cylinder and the plane, and the lower cylinder and the plane, respectively. Show that \(F=F_1=F_2\,\).
  2. Show that \[ \mu \ge \dfrac{W_1+W_2}{W_1-W_2} \,,\] and that \[ \tan\alpha \le \frac{ 2 \mu_1 W_1}{(1+\mu_1)(W_1+ W_2)}\,. \]

2015 Paper 1 Q12
D: 1500.0 B: 1461.6

The number \(X\) of casualties arriving at a hospital each day follows a Poisson distribution with mean 8; that is, \[ \P(X=n) = \frac{ \e^{-8}8^n}{n!}\,, \ \ \ \ n=0, \ 1, \ 2, \ \ldots \ . \] Casualties require surgery with probability \(\frac14\). The number of casualties arriving on any given day is independent of the number arriving on any other day and the casualties require surgery independently of one another.

  1. What is the probability that, on a day when exactly \(n\) casualties arrive, exactly \(r\) of them require surgery?
  2. Prove (algebraically) that the number requiring surgery each day also follows a Poisson distribution, and state its mean.
  3. Given that in a particular randomly chosen week a total of 12 casualties require surgery on Monday and Tuesday, what is the probability that 8 casualties require surgery on Monday? You should give your answer as a fraction in its lowest terms.


Solution:

  1. \(\mathbb{P}(r \text{ need surgery}|n \text{ casualties}) = \binom{n}{r} \left ( \frac14\right)^r \left ( \frac34\right)^{n-r}\)
  2. \(\,\) \begin{align*} && \mathbb{P}(r \text{ need surgery}) &= \sum_{n=r}^{\infty} \mathbb{P}(r \text{ need surgery} |n \text{ casualties}) \mathbb{P}(n \text{ casualties}) \\ &&&= \sum_{n=r}^{\infty} \binom{n}{r}\left ( \frac14\right)^r \left ( \frac34\right)^{n-r} \frac{e^{-8} 8^n}{n!} \\ &&&= \sum_{n=r}^{\infty} \frac{n!}{(n-r)!r!}\left ( \frac14\right)^r \left ( \frac34\right)^{n-r} \frac{e^{-8} 8^n}{n!} \\ &&&= \frac{e^{-8}8^r}{r!}\left ( \frac14\right)^r \sum_{n=r}^{\infty} \frac{8^{n-r}}{(n-r)} \left ( \frac34\right)^{n-r} \\ &&&= \frac{e^{-8}8^r}{r!}\left ( \frac14\right)^r \sum_{n=r}^{\infty} \frac{6^{n-r}}{(n-r)} \\ &&&= \frac{e^{-8}2^r}{r!} e^6 \\ &&&= \frac{e^{-2}2^r}{r!} \end{align*} Therefore the number requiring surgery is \(Po(2)\) with mean \(2\).
  3. \(\,\) \begin{align*} && \mathbb{P}(X_1 = 8| X_1 + X_2 =12) &= \frac{\mathbb{P}(X_1 = 8,X_2 =4)} {\mathbb{P}(X_1+X_2 = 12)}\\ &&&= \frac{\frac{e^{-2}2^8}{8!} \cdot \frac{e^{-2}2^4}{4!}}{\frac{e^{-4}4^{12}}{12!}} \\ &&&= \frac{12!}{8!4!} \frac{1}{2^{12}} \\ &&&= \binom{12}4 \left ( \frac12 \right)^4\left ( \frac12 \right)^8 \\ &&&= \frac{495}{4096} \end{align*}

2015 Paper 1 Q13
D: 1500.0 B: 1501.1

A fair die with faces numbered \(1, \ldots, 6\) is thrown repeatedly. The events \(A\), \(B\), \(C\), \(D\) and \(E\) are defined as follows. \begin{align*} A: && \text{the first 6 arises on the \(n\)th throw.}\\ B: && \text{at least one 5 arises before the first 6.} \\ C: && \text{at least one 4 arises before the first 6.}\\ D: && \text{exactly one 5 arises before the first 6.}\\ E: && \text{exactly one 4 arises before the first 6.} \end{align*} Evaluate the following probabilities:

  1. \(\P(A)\)
  2. \(\P(B)\)
  3. \(\P(B\cap C)\)
  4. \(\P(D)\)
  5. \(\P(D\cup E)\)
For some parts of this question, you may want to make use of the binomial expansion in the form: \[ (1-x)^{-n} = 1 +nx +\frac {n(n+1)}2 x^2 + \cdots + \frac {(n+r-1)!}{r! (n-1)!}x^r +\cdots\ .\]


Solution:

  1. \(\,\) \begin{align*} \mathbb{P}(A) &= \mathbb{P}(\text{the first 6 arises on the \(n\)th throw.}) \\ &= \mathbb{P}(\text{\(n-1\) not 6s, followed by a 6.})\\ &= \left ( \frac56\right)^{n-1} \cdot \frac16 = \frac{5^{n-1}}{6^n} \end{align*}
  2. There is nothing special about \(5\) or \(6\), so which comes first is \(50:50\), therefore this probability is \(\frac12\)
  3. There is nothing special about \(4\), \(5\) or \(6\) so this is the probability that \(6\) appears last out of these three numbers, hence \(\frac13\)
  4. \(\,\) \begin{align*} \mathbb{P}(D) &= \mathbb{P}(\text{exactly one 5 arises before the first 6.}) \\ &=\sum_{n=2}^{\infty} \mathbb{P}(\text{exactly one 5 arises before the first 6 which appears on the \(n\)th roll.}) \\ &= \sum_{n=2}^{\infty} \binom{n-1}{1} \left ( \frac46 \right)^{n-2} \frac16 \cdot \frac16 \\ &= \frac1{36} \sum_{n=2}^{\infty} (n-1) \left ( \frac23 \right)^{n-2} \\ &= \frac1{36} \sum_{n=1}^{\infty} n \left ( \frac23 \right)^{n-1} \\ &= \frac1{36} \frac{1}{\left ( 1- \frac23 \right)^2} = \frac14 \end{align*}
  5. \(\,\) \begin{align*} \mathbb{P}(D \cup E) &= \mathbb{P}(D) + \mathbb{P}(E) - \mathbb{P}(D \cap E) \\ &= \frac12 - \mathbb{P}(D \cap E) \\ &=\frac12 - \sum_{n=3}^{\infty} \mathbb{P}(\text{exactly one 5 and one 4 arises before the first 6 which appears on the \(n\)th roll.}) \\ &=\frac12 - \sum_{n=3}^{\infty} 2\binom{n-1}{2} \left ( \frac36 \right)^{n-3}\cdot \frac16 \cdot \frac16 \cdot \frac16 \\ &=\frac12 - \frac2{6^3}\sum_{n=3}^{\infty} \frac{(n-1)(n-2)}{2} \left ( \frac12 \right)^{n-3} \\ &=\frac12 - \frac2{6^3}\frac{1}{(1-\tfrac12)^3}\\ &= \frac12 - \frac{2}{27} \\ &= \frac{23}{54} \end{align*}

2015 Paper 2 Q1
D: 1600.0 B: 1516.0

  1. By use of calculus, show that \(x- \ln(1+x)\) is positive for all positive \(x\). Use this result to show that \[ \sum_{k=1}^n \frac 1 k > \ln (n+1) \,. \]
  2. By considering \( x+\ln (1-x)\), show that \[ \sum_{k=1}^\infty \frac 1 {k^2} <1+ \ln 2 \,. \]


Solution:

  1. Consider \(f(x) = x - \ln (1+ x)\), then \(f'(x) = 1 - \frac{1}{1+x} = \frac{x}{1+x} > 0\) if \(x >0\). Therefore \(f(x)\) is strictly increasing on the positive reals. Since \(f(0) = 0\) we must have \(f(x) > 0\) for all positive \(x\), ie \(x - \ln(1+x)\) is positive for all positive \(x\). \begin{align*} \sum_{k=1}^n \frac1k &\underbrace{>}_{x > \ln(1+x)} \sum_{k=1}^n \ln \left (1 + \frac1k \right ) \\ &= \sum_{k=1}^n \ln \left ( \frac{k+1}{k} \right ) \\ &= \sum_{k=1}^n \left ( \ln (k+1) - \ln (k) \right) \\ &= \ln (n+1) - \ln 1 \\ &= \ln (n+1) \end{align*}
  2. Let \(g(x) = x + \ln (1-x)\) ,then \(g'(x) = 1 - \frac{1}{1-x} = \frac{-x}{1-x} < 0\) if \(0 < x < 1\) and \(g(0) = 0\). Therefore \(g(x)\) is decreasing and hence negative on \(0 < x < 1\), in particular \(x < -\ln(1-x) \) \begin{align*} \sum_{k=2}^n \frac1{k^2} &\underbrace{<}_{x < -\ln(1+x)} \sum_{k=2}^n - \ln \left (1-\frac1{k^2} \right) \\ &= -\sum_{k=2}^n \ln \left ( \frac{k^2-1}{k^2}\right) \\ &= \sum_{k=2}^n \l 2 \ln k - \ln(k-1) - \ln(k+1) \r \\ &= \ln n - \ln(n+1) - \ln 0+\ln 2 \\ &= \ln 2 + \ln \frac{n}{n+1} \end{align*} as \(n \to \infty\) we must have \(\displaystyle \sum_{k=2}^{\infty} \frac1{k^2} < \ln 2\) ie \[ \sum_{k=1}^\infty \frac 1 {k^2} <1+ \ln 2\]

2015 Paper 2 Q2
D: 1600.0 B: 1484.0

In the triangle \(ABC\), angle \(BAC = \alpha\) and angle \(CBA= 2\alpha\), where \(2\alpha\) is acute, and \(BC= x\). Show that \(AB = (3-4 \sin^2\alpha)x\). The point \(D\) is the midpoint of \(AB\) and the point \(E\) is the foot of the perpendicular from \(C\) to \(AB\). Find an expression for \(DE\) in terms of \(x\). The point \(F\) lies on the perpendicular bisector of \(AB\) and is a distance \(x\) from \(C\). The points \(F\) and \(B\) lie on the same side of the line through \(A\) and \(C\). Show that the line \(FC\) trisects the angle \(ACB\).