Problems

Filters
Clear Filters
2004 Paper 1 Q11
D: 1500.0 B: 1500.0

Two uniform ladders \(AB\) and \(BC\) of equal length are hinged smoothly at \(B\). The weight of \(AB\) is \(W\) and the weight of \(BC\) is \(4W \). The ladders stand on rough horizontal ground with \(\angle ABC=60^\circ\,\). The coefficient of friction between each ladder and the ground is \(\mu\). A decorator of weight \(7W\) begins to climb the ladder \(AB\) slowly. When she has climbed up \(\frac13\) of the ladder, one of the ladders slips. Which ladder slips, and what is the value of \(\mu\)?


Solution:

TikZ diagram
\begin{align*} \text{N2}(\rightarrow): && F_A - F_C &= 0\\ && F_A &= F_C \\ \text{N2}(\uparrow): && R_A + R_C - 7W - W - 4W &= 0\\ && R_A + R_C &= 12W \\ \overset{\curvearrowright}{A}: && \frac{1}{6}7W + \frac{1}{4}W + \frac{3}{4}4W - R_C &= 0 \\ \Rightarrow && R_C &= \frac{53}{12}W\\ \Rightarrow && R_A = 12W - \frac{53}{12}W &= \frac{91}{12}W \\ \overset{\curvearrowleft}{B}(AB): && \frac{1}{2}W + \frac{2}{3}7W - R_A+\sqrt{3}F_A &= 0 \\ \Rightarrow && F_A = \frac{1}{\sqrt{3}} \l \frac{91}{12}-\frac12-\frac{14}3\r W &= \frac{29}{12\sqrt{3}}W \end{align*} We know that the system is about to slip, so equality holds in one of \(F_A \leq \mu R_A\) or \(F_C \leq \mu R_C\). Since \(F_A = F_C\), we know it must occur for whichever of \(\mu R_A\) and \(\mu R_C\) is smaller. Since \(R_C\) is much smaller, this must be the ladder about to slip \(BC\) and \[ \mu = \frac{F_C}{R_C} = \frac{\frac{29}{12\sqrt{3}}W}{\frac{53}{12}W} = \boxed{\frac{29}{53\sqrt{3}}}\]

2004 Paper 1 Q12
D: 1500.0 B: 1529.3

In a certain factory, microchips are made by two machines. Machine A makes a proportion~\(\lambda\) of the chips, where \(0 < \lambda < 1\), and machine B makes the rest. A proportion \(p\) of the chips made by machine A are perfect, and a proportion \(q\) of those made by machine B are perfect, where \(0 < p < 1\) and \(0 < q < 1\). The chips are sorted into two groups: group 1 contains those that are perfect and group 2 contains those that are imperfect. In a large random sample taken from group 1, it is found that \(\frac 2 5\) were made by machine A. Show that \(\lambda\) can estimated as \[ {2q \over 3p + 2q}\;. \] Subsequently, it is discovered that the sorting process is faulty: there is a probability of \(\frac 14\) that a perfect chip is assigned to group 2 and a probability of \(\frac 14\) that an imperfect chip is assigned to group 1. Taking into account this additional information, obtain a new estimate of \(\lambda\,\).

2004 Paper 1 Q13
D: 1500.0 B: 1458.1

  1. Three real numbers are drawn independently from the continuous rectangular distribution on \([ 0, 1 ]\,\). The random variable \(X\) is the maximum of the three numbers. Show that the probability that \(X \le 0.8\) is \(0.512\,\), and calculate the expectation of \(X\).
  2. \(N\) real numbers are drawn independently from a continuous rectangular distribution on \([ 0, a ]\,\). The random variable \(X\) is the maximum of the \(N\) numbers. A hypothesis test with a significance level of 5\% is carried out using the value, \(x\), of \(X \). The null hypothesis is that \(a=1\) and the alternative hypothesis is that \(a<1 \,\). The form of the test is such that \(H_0\) is rejected if \(x < c\,\), for some chosen number \(c\,\). Using the approximation \(2^{10} \approx 10^3\,\), determine the smallest integer value of \(N\) such that if \(x \le 0.8\) the null hypothesis will be rejected. With this value of \(N\), write down the probability that the null hypothesis is rejected if \(a = 0.8\,\), and find the probability that the null hypothesis is rejected if \(a = 0.9\,\).


Solution: \begin{align*} \P(X \leq 0.8) &= \P(X_1 \leq 0.8,X_2 \leq 0.8,X_3 \leq 0.8) \\ &= 0.8^3 \\ &= 0.512 \end{align*} \begin{align*} && \P(X < c) &= c^3 \\ \Rightarrow && f_X(x) &= 3x^2 \\ \Rightarrow && \E[X] &= \int_0^1 x \cdot (3x^2) \, dx \\ && &= \left [ \frac{3}{4}x^4 \right]_0^1 \\ &&&= \frac{3}{4} \end{align*} \(X\) is distributed the maximum of \(N\) numbers on \([0,a]\). \begin{align*} H_0 : & x= 1 \\ H_1 : & x < 1 \end{align*} \begin{align*} &&\P(X < c) &= c^N \\ &&&= \frac1{20} \\ \Rightarrow && N &= -\frac{\log(20)}{\log(c)} \end{align*} where \(c = 0.8\), we have \begin{align*} N &= \frac{\log(20)}{\log(5/4)} \\ &= \frac{\log(5)+\log(4)}{\log(5)-\log(4)} \\ &= \frac{ \frac{\log(5)}{\log(4)}+1}{\frac{\log(5)}{\log(4)} - 1} \end{align*} \begin{align*} && 2^{10} &\approx 10^{3} \\ && 10\log(2) &\approx 3 (\log(5) + \log(2)) \\ && 7\log(2) &\approx 3 \log(5) \\ && \frac{\log(5)}{2\log(2)} &\approx \frac{7}{6} \end{align*} \begin{align*} &= \frac{ \frac{\log(5)}{\log(4)}+1}{\frac{\log(5)}{\log(4)} - 1} &= \frac{\frac{7}{6} + 1}{\frac{7}{6} -1} \\ &= 13 \end{align*} Since \(2^{10} > 10^3\) then \(N=14\) is the value we seek. \(\P(X < 0.8 | a= 0.8) = 1\) \(\P(X < 0.8 | a= 0.9, N=14) = \frac{8^{14}}{9^{14}}\)

2004 Paper 1 Q14
D: 1500.0 B: 1488.1

Three pirates are sharing out the contents of a treasure chest containing \(n\) gold coins and \(2\) lead coins. The first pirate takes out coins one at a time until he takes out one of the lead coins. The second pirate then takes out coins one at a time until she draws the second lead coin. The third pirate takes out all the gold coins remaining in the chest. Find:

  1. the probability that the first pirate will have some gold coins;
  2. the probability that the second pirate will have some gold coins;
  3. the probability that all three pirates will have some gold coins.


Solution:

  1. The first pirate will have some gold coins as long as the very first coin drawn is a gold coin, ie \(\frac{n}{n+2}\).
  2. The probability the second pirate will have some gold coins is the probability the two lead coins are separate. There are \((n+2)!\) ways to arrange the coins, and there are \((n+1)! \cdot 2\) ways to arrange the coins where they are together, therefore the probability is: \[ 1 - \frac{2(n+1)!}{(n+2)!} = 1 - \frac{2}{n+2} = \frac{n}{n+2} \]
  3. For all three pirates to have some gold coins we need the lead coins to be separate and not first or last. If we line up all \(n\) gold coins, there are \(n-1\) gaps between them we could place the \(2\) lead coins in, therefore \(\binom{n-1}{2}\) ways to place the lead coins with the restriction. Without the restriction there are \(\binom{n+2}{2}\) ways to choose where to put the coins, therefore \begin{align*} && P &= \frac{\binom{n-1}{2}}{\binom{n+2}{2}} \\ &&&= \frac{(n-1)(n-2)}{(n+2)(n+1)} \end{align*} [Notice this is clearly \(0\) if there are only \(1\) or \(2\) gold coins]

2004 Paper 2 Q1
D: 1600.0 B: 1516.0

Find all real values of \(x\) that satisfy:

  1. \( \ds \sqrt{3x^2+1} + \sqrt{x} -2x-1=0 \;;\)
  2. \( \ds \sqrt{3x^2+1} - 2\sqrt{x} +x-1=0 \;;\)
  3. \( \ds \sqrt{3x^2+1} - 2\sqrt{x} -x+1=0 \;.\)


Solution:

  1. \(\,\) \begin{align*} && 0 &= \sqrt{3x^2+1} + \sqrt{x} -2x-1 \\ \Rightarrow && 2x+1 &= \sqrt{3x^2+1} + \sqrt{x} \\ \Rightarrow && 4x^2+4x+1 &= 3x^2+1+x+2\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2+3x &= 2\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2(x^2+6x+9) &= 4x(3x^2+1) \\ \Rightarrow && 0 &= x^4-6x^3+9x^2-4x \\ &&&= x(x-4)(x-1)^2 \end{align*} So clearly we have \(x = 0, x = 1, x = 4\). \(x = 0\) works, \(x = 1\) works, \(x = 4\) works.
  2. \(\,\) \begin{align*} && 0 &= \sqrt{3x^2+1} - 2\sqrt{x} +x-1 \\ \Rightarrow && 1-x &= \sqrt{3x^2+1}-2\sqrt{x} \\ \Rightarrow && x^2-2x+1 &= 3x^2+1+4x-4\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2+3x &= 2\sqrt{x(3x^2+1)} \\ \Rightarrow && 0 &= x(x-4)(x-1)^2 \end{align*} Again we must check \(x = 0, x = 1, x = 4\). \(x = 0,1\) work, but \(x = 4\) is not a solution.
  3. \(\,\) \begin{align*} && 0 &= \sqrt{3x^2+1} - 2\sqrt{x} -x+1 \\ \Rightarrow && x-1 &= \sqrt{3x^2+1} - 2\sqrt{x} \\ \Rightarrow && x^2-2x+1 &= 3x^2+1+4x-4\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2+3x &= 2\sqrt{x(3x^2+1)}\\ \Rightarrow && 0 &= x(x-4)(x-1)^2 \end{align*} So again, we need to check \(x = 0, 1, 4\). \(x = 0, 4\) work, but \(x = 1\) fails.

2004 Paper 2 Q2
D: 1600.0 B: 1516.0

Prove that, if \(\vert \alpha\vert < 2\sqrt{2},\) then there is no value of \(x\) for which \begin{equation} x^2 -{\alpha}\vert x \vert + 2 < 0\;. \tag{\(*\)} \end{equation} Find the solution set of \((*)\) for \({\alpha}=3\,\). For \({\alpha} > 2\sqrt{2}\,\), the sum of the lengths of the intervals in which \(x\) satisfies \((*)\) is denoted by \(S\,\). Find \(S\) in terms of \({\alpha}\) and deduce that \(S < 2{\alpha}\,\). Sketch the graph of \(S\,\) against \(\alpha \,\).


Solution: There are two cases to consider by they are equivalent to \(x^2 \pm \alpha x + 2 < 0\), which has no solution solutions if \(\Delta < 0\), ie if \(\alpha^2 - 4\cdot1\cdot2 < 0 \Leftrightarrow |\alpha| < 2\sqrt{2}\). If \(\alpha = 3\), we have \begin{align*} && 0 & > x^2-3x+2 \\ &&&= (x-2)(x-1) \\ \Rightarrow && x & \in (1,2) \\ \\ && 0 &> x^2+3x+2 \\ &&& = (x+2)(x+1) \\ \Rightarrow && x &\in (-2,-1) \end{align*} Both cases work here, so \(x \in (-2, -1) \cup (1,2)\). \begin{align*} && 0 &> x^2 \pm \alpha x + 2 \\ &&&= (x \pm \tfrac{\alpha}{2})^2 -\frac{\alpha^2-8}{4} \end{align*} The potential intervals therefore are \((\frac{\alpha -\sqrt{\alpha^2-8}}{2}, \frac{\alpha +\sqrt{\alpha^2-8}}{2})\) and \((\frac{-\alpha -\sqrt{\alpha^2-8}}{2}, \frac{-\alpha +\sqrt{\alpha^2-8}}{2})\). Neither of these intervals overlap with \(0\), since \(\alpha^2 > \alpha^2-8\), and their lengths are both \(\sqrt{\alpha^2-8}\), therefore \(S = 2\sqrt{\alpha^2-8} < 2\alpha\)

TikZ diagram

2004 Paper 2 Q3
D: 1600.0 B: 1600.7

The curve \(C\) has equation $$ y = x(x+1)(x-2)^4. $$ Determine the coordinates of all the stationary points of \(C\) and the nature of each. Sketch \(C\). In separate diagrams draw sketches of the curves whose equations are:

  1. \( y^2 = x(x+1)(x-2)^4\;\);
  2. \(y = x^2(x^2+1)(x^2-2)^4\,\).


Solution: \begin{align*} && y &= x(x+1)(x-2)^4 \\ \Rightarrow && y' &= (x+1)(x-2)^4+x(x-2)^4+4x(x+1)(x-2)^3 \\ &&&= (x-2)^3 \left ( (2x+1)(x-2)+4x(x+1) \right) \\ &&&= (x-2)^3 \left (2x^2-3x-2+4x^2+4x \right) \\ &&&=(x-2)^3(6x^2+x-2) \\ &&&=(x-2)^3(2x-1)(3x+2) \end{align*} Therefore there are stationary points at \((2,0), (\frac12, -\frac{625}{64}), (-\frac23, -\frac{4078}{81})\) \((0,2)\) is a minimum by considering the sign of \(y'\) either side. \( (-\frac23, \frac{2560}{729})\) is a minimum, since it's the first stationary point. \( (\frac12, \frac{243}{64})\) is a maximum since you can't have consecutive minima and the second derivative is clearly non-zero.

TikZ diagram
  1. \(\,\)
    TikZ diagram
  2. \(\,\)
    TikZ diagram

2004 Paper 2 Q4
D: 1600.0 B: 1484.8

\(\,\) \setlength{\unitlength}{1cm}

\hspace{2cm} \begin{picture}(6,3.5) \put(-1.5,4.3){Figure 1} \thicklines %\put(1,3){\line(3,-2){2}} %\put(1,3){\line(2,3){0.5}} \put(0,3.75){\line(3,-2){3.5}} %\put(3,1.67){\line(2,3){0.5}} \put(-1,3.75){\line(1,0){4.5}} \put(2,2.3){\line(0,-1){1.55}} \put(-1,2.3){\line(1,0){3}} \put(3.5,3.75){\line(0,-1){3}} \put(1.8,2.7){\(L\)} \thinlines \put(-0.6,2.3){\line(0,1){1.45}} \put(2,1){\line(1,0){1.5}} \put(2.7,1.1){\(b\)} \put(-0.86, 3){\(a\)} \end{picture} \hspace{0cm} \begin{picture}(6,4.5) \put(-1.5,4.3){Figure 2} \thicklines \put(1,3){\line(3,-2){2}} \put(1,3){\line(2,3){0.5}} \put(1.5,3.75){\line(3,-2){2}} \put(3,1.67){\line(2,3){0.5}} \put(-1,3.75){\line(1,0){4.5}} \put(2,2.3){\line(0,-1){1.55}} \put(-1,2.3){\line(1,0){3}} \put(3.5,3.75){\line(0,-1){3}} \put(1.25,3.15){\(w\)} \put(2.6,3.1){\(l\)} \thinlines \put(-0.6,2.3){\line(0,1){1.45}} \put(2,1){\line(1,0){1.5}} \put(2.7,1.1){\(b\)} \put(-0.86, 3){\(a\)} \end{picture}
\vspace*{-10mm}
  1. An attempt is made to move a rod of length \(L\) from a corridor of width \(a\) into a corridor of width~\(b\), where \(a \ne b.\) The corridors meet at right angles, as shown in Figure 1 and the rod remains horizontal. Show that if the attempt is to be successful then $$ L \le a \cosec {\alpha} + b \sec {\alpha} \;, $$ where \({\alpha}\) satisfies $$ \tan^3\alpha =\frac a b \;. $$
  2. An attempt is made to move a rectangular table-top, of width \(w\) and length \(l\), from one corridor to the other, as shown in the Figure 2. The table-top remains horizontal. Show that if the attempt is to be successful then $$ l\le a \cosec {\beta} + b \sec {\beta} -2w \cosec 2{\beta}, $$ where \({\beta}\) satisfies $$ w= \left(\frac {a -b \tan^3 \beta} {1 - \tan^2 \beta} \right) \cos \beta \;. $$

2004 Paper 2 Q5
D: 1600.0 B: 1516.0

Evaluate \(\int_0^{{\pi}} x \sin x\,\d x\) and \(\int_0^{{\pi}} x \cos x\,\d x\;\). The function \(\f\) satisfies the equation \begin{equation} \f(t)=t + \int_0^{{\pi}} \f(x)\sin(x+t)\,\d x\;. \tag{\(*\)} \end{equation} Show that \[ \f(t)=t + A\sin t + B\cos t\;, \] where \(A= \int_0^{{\pi}}\,\f(x)\cos x\,\d x\;\) and \(B= \int_0^{{\pi}}\,\f(x)\sin x\,\d x\;\). Find \(A\) and \(B\) by substituting for \(\f(t)\) and \(\f(x)\) in \((*)\) and equating coefficients of \(\sin t\) and \(\cos t\,\).

2004 Paper 2 Q6
D: 1600.0 B: 1499.5

The vectors \({\bf a}\) and \({\bf b}\) lie in the plane \(\Pi\,\). Given that \(\vert {\bf a} \vert= 1\) and \({\bf a}.{\bf b} = 3,\) find, in terms of \({\bf a}\) and \({\bf b}\,\), a vector \({\bf p}\) parallel to \({\bf a}\) and a vector \({\bf q}\) perpendicular to \({\bf a}\,\), both lying in the plane \(\Pi\,\), such that $${\bf p}+{\bf q}={\bf a}+{\bf b}\;.$$ The vector \({\bf c}\) is not parallel to the plane \(\Pi\) and is such that \({\bf a}.{\bf c} = -2\) and \({\bf b}.{\bf c} = 2\,\). Given that \(\vert {\bf b} \vert = 5\,\), find, in terms of \({\bf a}, {\bf b}\) and \({\bf c},\) vectors \({\bf P}\), \({\bf Q}\) and \({\bf R}\) such that \({\bf P}\) and \({\bf Q}\) are parallel to \({\bf p}\) and \({\bf q},\) respectively, \({\bf R}\) is perpendicular to the plane \(\Pi\) and $${\bf P} + {\bf Q} + {\bf R} = {\bf a}+{\bf b}+{\bf c}\;.$$