Problems

Filters
Clear Filters

1531 problems found

2013 Paper 2 Q5
D: 1600.0 B: 1484.0

  1. A function \(\f(x)\) satisfies \(\f(x) = \f(1-x)\) for all \(x\). Show, by differentiating with respect to \(x\), that \(\f'(\frac12) =0\,\). If, in addition, \(\f(x) = \f(\frac1x)\) for all (non-zero) \(x\), show that \(\f'(-1)=0\) and that \(\f'(2)=0\).
  2. The function \(\f\) is defined, for \(x\ne0\) and \(x\ne1\), by \[ \f(x) = \frac {(x^2-x+1)^3}{(x^2-x)^2} \,. \] Show that \(\f(x)= \f(\frac 1 x)\) and \(\f(x) = \f(1-x)\). Given that it has exactly three stationary points, sketch the curve \(y=\f(x)\).
  3. Hence, or otherwise, find all the roots of the equation \(\f(x) = \dfrac {27} 4\,\) and state the ranges of values of \(x\) for which \(\f(x) > \dfrac{27} 4\,\). Find also all the roots of the equation \(\f(x) = \dfrac{343}{36}\,\) and state the ranges of values of \(x\) for which \(\f(x) > \dfrac{343}{36}\).


Solution:

  1. \(\,\) \begin{align*} && f(x) &= f(1-x) \\ \Rightarrow && f'(x) &= -f'(1-x) \\ \Rightarrow && f'(\tfrac12) &= -f'(\tfrac12) \\ \Rightarrow && f'(\tfrac12) &= 0 \\ \\ && f(x) &= f(\tfrac1x) \\ \Rightarrow && f'(x) &= f'(\tfrac1x) \cdot \frac{-1}{x^2} \\ \Rightarrow && f'(-1) &= -f'(-1) \\ \Rightarrow && f'(-1) &= 0 \\ \\ && f'(2) &= -\frac{1}{4}f'(\tfrac12) \\ &&&= 0 \end{align*}
  2. Suppose \begin{align*} && f(x) &= \frac{(x^2-x+1)^3}{(x^2-x)^2} \\ && f(1/x) &= \frac{(x^{-2}-x^{-1}+1)^3}{(x^{-2}-x^{-1})^2} \\ &&&= \frac{(1-x+x^2)^3/x^6}{((x-x^2)^2/x^6} \\ &&&= f(x) \\ \\ && f(1-x) &= \frac{((1-x)^2-(1-x)+1)^3}{((1-x)^2-(1-x))^2} \\ &&&= \frac{(1-x+x^2)^3}{(x^2-x)^2} = f(x) \end{align*}
    TikZ diagram
  3. Clearly \(x = -1\) is a root of \(f(x) = \frac{27}{4}\), so we must also have \(x=2\) and \(x = \frac12\), therefore \(f(x) > \frac{27}{4}\) if \(x \in \mathbb{R} \setminus \{-1, 2, \tfrac12, 0, 1 \}\). Clearly \(x = 3\) and \(x = -2\) are solutions so we also have: \(\frac13, -\frac12, \frac32, \frac23\) and these must be all solutions so we must have: \(f(x) > \frac{343}{36} \Leftrightarrow x \in (-\infty, -2) \cup (-\frac12, 0) \cup (0, \frac13) \cup (\frac23, 1) \cup (1, \frac32) \cup (3, \infty)\)

2013 Paper 2 Q6
D: 1600.0 B: 1485.5

In this question, the following theorem may be used. Let \(u_1\), \(u_2\), \(\ldots\) be a sequence of (real) numbers. If the sequence is bounded above (that is, \(u_n\le b\) for all \(n\), where \(b\) is some fixed number) and increasing (that is, \(u_n \ge u_{n-1}\) for all \(n\)), then the sequence tends to a limit (that is, converges). The sequence \(u_1\), \(u_2\), \(\ldots\) is defined by \(u_1=1\) and \[ u_{n+1} = 1+\frac 1{u_n} \ \ \ \ \ \ \ \ \ \ (n\ge1)\,. \tag{\(*\)} \]

  1. Show that, for \(n\ge3\), \[ u_{n+2}-u_n = \frac{u_{n} - u_{n-2}}{(1+u_n)(1+u_{n-2})} . \]
  2. Prove, by induction or otherwise, that \(1\le u_n \le 2\) for all \(n\).
  3. Show that the sequence \(u_1\), \(u_3\), \(u_5\), \(\ldots\) tends to a limit, and that the sequence \(u_2\), \(u_4\), \(u_6\), \(\ldots\) tends to a limit. Find these limits and deduce that the sequence \(u_1\), \(u_2\), \(u_3\), \(\ldots\,\) tends to a limit. Would this conclusion change if the sequence were defined by \((*)\) and \(u_1=3\)?


Solution:

  1. \(\,\) \begin{align*} && u_{n+2} - u_n &= 1 + \frac{1}{u_{n+1}} - \left (1 + \frac{1}{u_{n-1}} \right) \\ &&&= \frac{1}{1 + \frac1{u_n}} - \frac{1}{1 + \frac{1}{u_{n-2}}} \\ &&&= \frac{u_n}{u_n+1} - \frac{u_{n-2}}{1+u_{n-2}} \\ &&&= \frac{u_n(1+u_{n-2}) - u_{n-2}(1+u_n)}{(1+u_n)(1+u_{n-2})} \\ &&&= \frac{u_n - u_{n-2}}{(1+u_n)(1+u_{n-2})} \end{align*}
  2. Claim: \(u_n \in [1,2]\) Proof: (By induction). Note that \(u_1 = 1, u_2 = 2\) so our claim is true for the first few terms. Note that if \(u_n \in [1,2]\), \(\frac{1}{u_n} \in [\tfrac12, 1]\) and \(1+\frac{1}{u_{n}} \in [\tfrac32,2] \subset [1,2]\). Therefore \(u_{n+1} \in [1,2]\). Therefore since \(u_1 \in [1,2]\) and \(u_n \in [1,2] \Rightarrow u_{n+1} \in [1,2]\) \(u_n \in [1,2]\) for all \(n \ge 1\)
  3. First notice that \(u_3 = \frac32 > u_1\) and therefore by the recursion we found in the first part, \(u_{2n+1}-u_{2n-1} > 0\) so \(u_{2k+1}\) is increasing and bounded, and so by our theorem converges to a limit. Suppose this limit is \(L\), then we must have \(L = 1 + \frac1{L} \Rightarrow L^2 - L - 1 = 0 \Rightarrow L = \frac{1+\sqrt5}{2}\) since it must be in \([1,2]\). Similarly, not that \(u_4 = \frac{5}{3} < u_2\) and so \(u_{2k+2} - u_{2k} < 0\) and \(-u_{2k}\) is increasing and bounded above. Therefore it tends to a limit (and so does \(u_{2k}\)). By the same reasoning as before, it's the same limit, \(\frac{1+\sqrt5}{2}\) and therefore the sequence converges. If \(u_1 = 3, u_2 = \frac43 \in [1,2]\) so we have our sequence being bounded and all the same logic will follow through.

2013 Paper 2 Q7
D: 1600.0 B: 1516.0

  1. Write down a solution of the equation \[ x^2-2y^2 =1\,, \tag{\(*\)} \] for which \(x\) and \(y\) are non-negative integers. Show that, if \(x=p\), \(y=q\) is a solution of (\(*\)), then so also is \(x=3p+4q\), \(y=2p+3q\). Hence find two solutions of \((*)\) for which \(x\) is a positive odd integer and \(y\) is a positive even integer.
  2. Show that, if \(x\) is an odd integer and \(y\) is an even integer, \((*)\) can be written in the form \[ n^2 = \tfrac12 m(m+1)\,, \] where \(m\) and \(n\) are integers.
  3. The positive integers \(a\), \(b\) and \(c\) satisfy \[ b^3=c^4-a^2\,, \] where \(b\) is a prime number. Express \(a\) and \(c^2\) in terms of \(b\) in the two cases that arise. Find a solution of \(a^2+b^3=c^4\), where \(a\), \(b\) and \(c\) are positive integers but \(b\) is not prime.


Solution:

  1. \((x,y) = (1,0)\) we have Suppose \(p^2-2q^2 = 1\), then \begin{align*} && (3p+4q)^2-2\cdot(2p+3q)^2 &= 9p^2+24pq + 16q^2 - 2\cdot(4p^2+12pq+9q^2) \\ &&&= p^2(9-8) + pq(24-24) + q^2(16-18) \\ &&&= p^2 - 2q^2 = 1 \end{align*} So we have: \begin{array}{c|c} x & y \\ \hline 1 & 0 \\ 3 & 2 \\ 17 & 12 \\ \end{array}
  2. Suppose \(x = 2m+1\) and \(y = 2n\) then \begin{align*} && 1 & = x^2 - 2y^2 \\ &&&= (2m+1)^2 - 2(2n)^2 \\ &&&= 4m^2 + 4m + 1 - 8n^2 \\ \Leftrightarrow && n^2 &= \frac{m(m+1)}{2} \end{align*}
  3. Suppose \(b^3 = c^4 - a^2 =(c^2-a)(c^2+a)\), since \(b\) is prime and \(c^2 + a > c^2-a\) we must have: \begin{align*} && p = c^2-a && p^2 =c^2 +a \\ \Rightarrow && c^2 = \frac{p+p^2}{2} && a = \frac{p^2-p}2\\ && 1 = c^2-a && p^3 = c^2+a \\ \Rightarrow && c^2 = \frac{p^3+1}{2} && a = \frac{p^3-1}{2} \end{align*} Note that \(c^2 = \frac{p(p+1)}{2}\) is reminicent of our first equation, so suppose \(n = c = 6\) and \(p = m = 8\) then \(6^4 = 8^3 + 28^2\)

2013 Paper 2 Q8
D: 1600.0 B: 1484.0

The function \(\f\) satisfies \(\f(x)>0\) for \(x\ge0\) and is strictly decreasing (which means that \(\f(b)<\f(a)\) for \(b>a\)).

  1. For \(t\ge0\), let \(A_0(t)\) be the area of the largest rectangle with sides parallel to the coordinate axes that can fit in the region bounded by the curve \(y=\f(x)\), the \(y\)-axis and the line \(y=\f(t)\). Show that \(A_0(t)\) can be written in the form \[ A_0(t) =x_0\left( \f(x_0) -\f(t)\right), \] where \(x_0\) satisfies \(x_0 \f'(x_0) +\f(x_0) = \f(t)\,\).
  2. The function g is defined, for \(t> 0\), by \[ \g(t) =\frac 1t \int_0^t \f(x) \d x\,. \] Show that \(t \g'(t) = \f(t) -\g(t)\,\). Making use of a sketch show that, for \(t>0\), \[ \int_0^t \left( \f(x) - \f(t)\right) \d x > A_0(t) \] and deduce that \(-t^2 \g'(t)> A_0(t)\).
  3. In the case \(\f(x)= \dfrac 1 {1+x}\,\), use the above to establish the inequality \[ \ln \sqrt{1+t} > 1 - \frac 1 {\sqrt{1+t}} \,, \] for \(t>0\).


Solution:

  1. First, not that the point must be ony the curve:
    TikZ diagram
    Since otherwise it's pretty clear we could make the area of the rectangle larger by moving the point onto the curve. Therefore \(A = x(f(x)-f(t))\). To maximise this we need \(xf'(x) + f(x)-f(t) = 0\), ie \(x_0f'(x_0) + f(x_0) = f(t)\)
  2. Suppose \(\displaystyle \g(t) =\frac 1t \int_0^t \f(x) \d x\) then \begin{align*} && \g(t) &=\frac 1t \int_0^t \f(x) \d x\\ \Rightarrow && tg(t) &= \int_0^t \f(x) \d x \\ \Rightarrow && tg'(t) +g(t) &= f(t) \\ \Rightarrow && tg'(t) &= f(t) - g(t) \end{align*}
    TikZ diagram
    Clearly the blue area + green area is larger than the green area. So \(\displaystyle \int_0^t (f(x) - f(t))\d x > A_0(t)\). Notice that \(f(t) = \frac1{t} \int_0^t f(t) \d x \) so \(-t^2g'(t) = \int_0^t f(x) \d x > A_0(t)\)
  3. Not that if \(f(x) = \dfrac{1}{1+x}\), the \(f'(x) = -\frac{1}{(1+x)^2}\) and so \begin{align*} && -\frac{x_0}{(1+x_0)^2} + \frac{1}{1+x_0} &= \frac{1}{1+t} \\ && \frac{1}{(1+x_0)^2} &= \frac{1}{1+t} \\ \Rightarrow && x_0 &= \sqrt{1+t} - 1 \\ && A_0(t) &= (\sqrt{1+t} - 1) \left ( \frac{1}{\sqrt{1+t}} - \frac{1}{t+1} \right) \\ &&&= 1 - \frac{1}{\sqrt{1+t}} - \frac{1}{\sqrt{1+t}} + \frac{1}{1+t} \\ &&&= \frac{2+t}{1+t} - \frac{2}{\sqrt{1+t}} \\ && g(t) &= \frac{1}{t} \int_0^t \frac{1}{1+x} \d x \\ &&&= \frac{\ln(1+t)}{t} \\ \Rightarrow && g'(t) &= \frac{\frac{t}{1+t} - \ln(1+t)}{t^2} \\ \Rightarrow && -t^2g(t) &= \ln(1+t) - \frac{t}{1+t} \\ \Rightarrow && \ln(1+t) - \frac{t}{1+t} &> \frac{2+t}{1+t} - \frac{2}{\sqrt{1+t}} \\ \Rightarrow && \ln \sqrt{1+t} & > 1 - \frac{1}{\sqrt{1+t}} \end{align*}

2013 Paper 2 Q9
D: 1600.0 B: 1485.6

The diagram shows three identical discs in equilibrium in a vertical plane. Two discs rest, not in contact with each other, on a horizontal surface and the third disc rests on the other two. The angle at the upper vertex of the triangle joining the centres of the discs is \(2\theta\).

\psset{xunit=0.7cm,yunit=0.7cm,algebraic=true,dimen=middle,dotstyle=o,dotsize=3pt 0,linewidth=0.3pt,arrowsize=3pt 2,arrowinset=0.25} \begin{pspicture*}(-7,-0.42)(7,6.86) \psline(-7,0)(7,0) \pscircle(-3,2){1.4} \pscircle(3,2){1.4} \pscircle(0,4.64){1.4} \psline(0,4.64)(-3,2) \psline(0,4.64)(3,2) \psline(0,4.64)(0,0.9) \parametricplot{-1.5707963267948966}{-0.722030440522891}{1*cos(t)+0|1*sin(t)+4.64} \rput[tl](0.16,4.25){\(\theta\)} \end{pspicture*}
\noindent The weight of each disc is \(W\). The coefficient of friction between a disc and the horizontal surface is \(\mu\) and the coefficient of friction between the discs is also \(\mu\).
  1. Show that the normal reaction between the horizontal surface and a disc in contact with the surface is \(\frac32 W\,\).
  2. Find the normal reaction between two discs in contact and show that the magnitude of the frictional force between two discs in contact is \(\dfrac{W\sin\theta}{2(1+\cos\theta)}\,\).
  3. Show that if \(\mu <2- \surd3\,\) there is no value of \(\theta\) for which equilibrium is possible.

2013 Paper 2 Q10
D: 1600.0 B: 1484.0

A particle is projected at an angle of elevation \(\alpha\) (where \(\alpha>0\)) from a point \(A\) on horizontal ground. At a general point in its trajectory the angle of elevation of the particle from \(A\) is \(\theta\) and its direction of motion is at an angle \(\phi\) above the horizontal (with \(\phi\ge0\) for the first half of the trajectory and \(\phi\le0\) for the second half). Let \(B\) denote the point on the trajectory at which \(\theta = \frac12 \alpha\) and let \(C\) denote the point on the trajectory at which \(\phi = -\frac12\alpha\).

  1. Show that, at a general point on the trajectory, \(2\tan\theta = \tan \alpha + \tan\phi\,\).
  2. Show that, if \(B\) and \(C\) are the same point, then \( \alpha = 60^\circ\,\).
  3. Given that \(\alpha < 60^\circ\,\), determine whether the particle reaches the point \(B\) first or the point \(C\) first.

2013 Paper 2 Q11
D: 1600.0 B: 1500.0

Three identical particles lie, not touching one another, in a straight line on a smooth horizontal surface. One particle is projected with speed \(u\) directly towards the other two which are at rest. The coefficient of restitution in all collisions is \(e\), where \(0 < e < 1\,\).

  1. Show that, after the second collision, the speeds of the particles are \(\frac12u(1-e)\), \(\frac14u (1-e^2)\) and \(\frac14u(1+e)^2\). Deduce that there will be a third collision whatever the value of \(e\).
  2. Show that there will be a fourth collision if and only if \(e\) is less than a particular value which you should determine.


Solution:

  1. First Collision:
    TikZ diagram
    By NEL, \(v_2 = v_1 + eu\), so \begin{align*} \text{COM}: && mu &= mv_1 + m(v_1 + eu) \\ \Rightarrow && 2mv_1 &= mu(1-e) \\ \Rightarrow && v_1 &= \frac12 u(1-e) \\ && v_2 &= \frac12 u(1-e) + eu \\ &&&= \frac12 u(1+e) \end{align*} The second collision is identical to the first except replacing \(u\) with \(\frac12u(1+e)\), therefore after that collision: \begin{align*} && \text{first particle} &= \frac12 u(1-e) \\ && \text{second particle} &= \frac12 \left (\frac12 u(1+e) \right)(1-e) \\ &&&= \frac14 u(1-e^2) \\ && \text{third particle} &= \frac12 \left (\frac12 u(1+e) \right)(1+e) \\ &&&= \frac14 u(1+e)^2 \end{align*} After all these collisions, all particles are moving in the same direction (since they all have positive velocity), but the first particle is now travelling faster than the second particle (as \(\frac12(1-e) < 1\)). Therefore they will collide again.
  2. The third collision:
    TikZ diagram
    The speed of approach will be \(\frac12u(1-e) - \frac14u(1-e^2) = \frac14u(1-e)(2 - (1+e)) = \frac14 u(1-e)^2\), therefore by NEL, \(w_2 = w_1 + \frac14ue(1-e)^2\) \begin{align*} \text{COM}: && m\frac12u(1-e) + m \frac14u(1-e^2) &= mw_1 + m\left (w_1 + \frac14ue(1-e)^2 \right) \\ \Rightarrow && \frac14u(1-e)(2+(1+e)) &= 2w_1 + \frac14ue(1-e)^2 \\ \Rightarrow && 2w_1 &= \frac14u(1-e)(3+e)-\frac14ue(1-e)^2 \\ &&&= \frac14u(1-e)(3+e-e(1-e)) \\ &&&= \frac14u(1-e)(3+e^2) \\ \Rightarrow && w_1 &= \frac18 u(1-e)(3+e^2) \\ && w_2 &= \frac18 u(1-e)(3+e^2) + \frac14ue(1-e)^2 \\ &&&= \frac18u(1-e)(3+e^2+2e(1-e)) \\ &&&= \frac18u(1-e)(3+2e-e^2) \\ &&&= \frac18u(1-e)(1+e)(3-e) \\ \end{align*} A fourth collision is possible, iff \begin{align*} && \frac18u(1-e)(1+e)(3-e)&> \frac14 u(1+e)^2 \\ \Leftrightarrow && (1-e)(3-e)&> 2 (1+e) \\ \Leftrightarrow &&3-4e-e^2&> 2+2e \\ \Leftrightarrow &&1-5e-e^2&>0 \\ \Leftrightarrow && e &< 3-\sqrt{2} \end{align*}

2013 Paper 2 Q12
D: 1600.0 B: 1484.0

The random variable \(U\) has a Poisson distribution with parameter \(\lambda\). The random variables \(X\) and \(Y\) are defined as follows. \begin{align*} X&= \begin{cases} U & \text{ if \(U\) is 1, 3, 5, 7, \(\ldots\,\)} \\ 0 & \text{ otherwise} \end{cases} \\ Y&= \begin{cases} U & \text{ if \(U\) is 2, 4, 6, 8, \(\ldots\,\) } \\ 0 & \text{ otherwise} \end{cases} \end{align*}

  1. Find \(\E(X)\) and \(\E(Y)\) in terms of \(\lambda\), \(\alpha\) and \(\beta\), where \[ \alpha = 1+\frac{\lambda^2}{2!}+\frac{\lambda^4}{4!} +\cdots\, \text{ \ \ and \ \ } \beta = \frac{\lambda}{1!} + \frac{\lambda^3}{3!} + \frac{\lambda^5}{5!} +\cdots\,. \]
  2. Show that \[ \var(X) = \frac{\lambda\alpha+\lambda^2\beta}{\alpha+\beta} - \frac{\lambda^2\alpha^2}{(\alpha+\beta)^2} \] and obtain the corresponding expression for \(\var(Y)\). Are there any non-zero values of \(\lambda\) for which \( \var(X) + \var(Y) = \var(X+Y)\,\)?


Solution:

  1. \begin{align*} \mathbb{E}(X) &= \sum_{r=1}^\infty r \mathbb{P}(X = r) \\ &= \sum_{j=1}^{\infty} (2j-1)\mathbb{P}(U=2j-1) \\ &= \sum_{j=1}^{\infty}(2j-1) \frac{e^{-\lambda} \lambda^{2j-1}}{(2j-1)!} \\ &= \sum_{j=1}^{\infty} e^{-\lambda} \frac{\lambda^{2j-1}}{(2j-2)!} \\ &= \lambda e^{-\lambda} \sum_{j=1}^{\infty} \frac{\lambda^{2j-2}}{(2j-2)!} \\ &= \lambda e^{-\lambda} \alpha \end{align*} Since \(\mathbb{E}(X+Y) = \lambda, \mathbb{E}(Y) = \lambda(1-e^{-\lambda}\alpha) = \lambda(e^{-\lambda}(\alpha+\beta) - e^{-\lambda}\alpha) = \lambda e^{-\lambda} \beta\). Alternatively, as \(\beta + \alpha = e^{\lambda}\), \(\mathbb{E}(X) = \frac{\lambda \alpha}{\alpha+\beta}, \mathbb{E}(Y) = \frac{\lambda \beta}{\alpha+\beta}\)
  2. \begin{align*} \textrm{Var}(X) &= \mathbb{E}(X^2) - [\mathbb{E}(X) ]^2 \\ &= \sum_{odd} r^2 \mathbb{P}(U = r) - \left [ \mathbb{E}(X) \right]^2 \\ &= \sum_{odd} (r(r-1)+r)\frac{e^{-\lambda}\lambda^r}{r!} - \frac{\lambda^2 \alpha^2}{(\alpha+\beta)^2} \\ &= \sum_{odd} \frac{e^{-\lambda}\lambda^r}{(r-2)!}+\sum_{odd} \frac{e^{-\lambda}\lambda^r}{(r-1)!} - \frac{\lambda^2 \alpha^2}{(\alpha+\beta)^2} \\ &= e^{-\lambda}\lambda^2 \beta + e^{-\lambda}\lambda \alpha - \frac{\lambda^2 \alpha^2}{(\alpha+\beta)^2} \\ &= \frac{\lambda \alpha + \lambda^2 \beta}{\alpha+\beta}- \frac{\lambda^2 \alpha^2}{(\alpha+\beta)^2} \end{align*} Similarly, \begin{align*} \textrm{Var}(Y) &= \mathbb{E}(Y^2) - [\mathbb{E}(Y) ]^2 \\ &= \sum_{even} r^2 \mathbb{P}(U = r) - \left [ \mathbb{E}(Y) \right]^2 \\ &= \sum_{even} (r(r-1)+r)\frac{e^{-\lambda}\lambda^r}{r!} - \frac{\lambda^2 \beta^2}{(\alpha+\beta)^2} \\ &= e^{-\lambda}\lambda^2\alpha + e^{-\lambda}\lambda \beta - \frac{\lambda^2 \beta^2}{(\alpha+\beta)^2} \\ &= \frac{\lambda \beta + \lambda^2 \alpha}{\alpha+\beta}- \frac{\lambda^2 \beta^2}{(\alpha+\beta)^2} \end{align*} Since \(\textrm{Var}(X+Y) = \textrm{Var}(U) = \lambda\), we are interested in solving: \begin{align*} \lambda &= \frac{\lambda \alpha + \lambda^2 \beta}{\alpha+\beta}- \frac{\lambda^2 \alpha^2}{(\alpha+\beta)^2} + \frac{\lambda \beta + \lambda^2 \alpha}{\alpha+\beta}- \frac{\lambda^2 \beta^2}{(\alpha+\beta)^2} \\ &= \frac{\lambda(\alpha+\beta) + \lambda^2(\alpha+\beta)}{\alpha+\beta} - \frac{\lambda^2(\alpha^2+\beta^2)}{(\alpha+\beta)^2} \\ &= \lambda + \lambda^2 \frac{(\alpha+\beta)^2 - (\alpha^2+\beta^2)}{(\alpha+\beta)^2} \\ &= \lambda + \lambda^2 \frac{2\alpha\beta}{(\alpha+\beta)^2} \end{align*} which is clearly not possible if \(\lambda \neq 0\)

2013 Paper 2 Q13
D: 1600.0 B: 1516.0

A biased coin has probability \(p\) of showing a head and probability \(q\) of showing a tail, where \(p\ne0\), \(q\ne0\) and \(p\ne q\). When the coin is tossed repeatedly, runs occur. A straight run of length \(n\) is a sequence of \(n\) consecutive heads or \(n\) consecutive tails. An alternating run of length \(n\) is a sequence of length \(n\) alternating between heads and tails. An alternating run can start with either a head or a tail. Let \(S\) be the length of the longest straight run beginning with the first toss and let \(A\) be the length of the longest alternating run beginning with the first toss.

  1. Explain why \(\P(A=1)=p^2+q^2\) and find \(\P(S=1)\). Show that \(\P(S=1)<\P(A=1)\).
  2. Show that \(\P(S=2)= \P(A=2)\) and determine the relationship between \(\P(S=3)\) and \( \P(A=3)\).
  3. Show that, for \(n>1\), \(\P(S=2n)>\P(A=2n)\) and determine the corresponding relationship between \(\P(S=2n+1)\) and \(\P(A=2n+1)\). [You are advised not to use \(p+q=1\) in this part.]


Solution:

  1. The only way \(A = 1\) is if we get \(HH\) or \(TT\) which has probability \(p^2+q^2\). The only way we get \(S=1\) is if we have \(HT\) to \(TH\), ie \(2pq\). Since \((p-q)^2 = p^2 + q^2 - 2pq >0\) we must have \(\mathbb{P}(A=1) > \mathbb{P}(S=1)\).
  2. \(\,\) \begin{align*} \mathbb{P}(S=2) &= p^2q + q^2p \\ \mathbb{P}(A=2) &= pq^2 + qp^2 = \mathbb{P}(S=2) \\ \\ \mathbb{P}(S=3) &= p^3q + q^3p = pq(p^2+q^2) \\ \mathbb{P}(A=3) &= pqp^2 + qpq^2 = pq(p^2+q^2) = \mathbb{P}(S=3) \end{align*}
  3. For \(n > 1\) we must have \begin{align*} && \mathbb{P}(S = 2n) &= p^{2n}q + q^{2n}p \\ && \mathbb{P}(A=2n) &= (pq)^{n}q + (qp)^{n}p \\ &&&= p^nq^{n+1} + q^np^{n+1} \\ && \mathbb{P}(S = 2n) &> \mathbb{P}(A = 2n) \\ \Leftrightarrow && p^{2n}q + q^{2n}p & > p^nq^{n+1} + q^np^{n+1}\\ \Leftrightarrow && 0 & < p^{2n}q+q^{2n}p - p^nq^{n+1} -q^np^{n+1}\\ &&&= (p^n-q^n)(qp^n - pq^n) \end{align*} which is clearly true. \begin{align*} && \mathbb{P}(S=2n+1) &= p^{2n+1}q + q^{2n+1}p \\ && \mathbb{P}(A=2n+1) &= (pq)^{n}p^2 + (qp)^{n}q^2 \\ &&&= p^{n+2}q^n + q^{n+2}p^n \end{align*} The same factoring logic shows that \(\mathbb{P}(S = 2n+1) > \mathbb{P}(A=2n+1)\)

2013 Paper 3 Q1
D: 1700.0 B: 1484.0

Given that \(t= \tan \frac12 x\), show that \(\dfrac {\d t}{\d x} = \frac12(1+t^2)\) and \( \sin x = \dfrac {2t}{1+t^2}\,\). Hence show that \[ \int_0^{\frac12\pi} \frac 1{1+a \sin x}\, \d x = \frac2 {\sqrt{1-a^2}} \arctan \frac{\sqrt{1-a}}{\sqrt{1+a}}\, \qquad \quad (0 < a < 1). \] Let \[ I_n = \int_0^{\frac12\pi} \frac{ \sin ^nx}{2+\sin x} \, \d x \qquad \quad (n\ge0). \] By considering \(I_{n+1}+2I_{n}\,\), or otherwise, evaluate \(I_3\).


Solution: Let \(t = \tan \frac12 x\), then \begin{align*} \frac{\d t}{\d x} &= \tfrac12 \sec^2 \tfrac12 t \\ &= \tfrac12 (1 + \tan^2 \tfrac12 ) \\ &= \tfrac12 (1 + t^2) \\ \\ \sin x &= 2 \sin \tfrac12 x \cos \tfrac12 \\ &= \frac{2 \frac{\sin \tfrac12 x}{ \cos \tfrac12x}}{\frac{1}{\cos^2 \tfrac12 x}} \\ &= \frac{2 \tan \tfrac12 x}{\sec^2 \tfrac12 } \\ &= \frac{2t }{1+t^2} \end{align*} Now consider \begin{align*} t = \tan \tfrac12 x: && \int_0^{\frac12\pi} \frac 1{1+a \sin x}\, \d x &= \int_{t=0}^{t = 1} \frac{1}{1 + a \frac{2t}{1+t^2}} \frac{2}{1+t^2} \d t \\ &&&= \int_0^1 \frac{2}{1+2at+t^2} \d t \\ &&&= \int_0^1 \frac{2}{(t+a)^2 + 1-a^2} \d t \\ (1-a^2) > 0: &&&= \left [ \frac{2}{\sqrt{1-a^2}} \arctan \frac{t+a}{\sqrt{1-a^2}} \right]_0^1 \\ &&&= \frac{2}{\sqrt{1-a^2}} \left ( \arctan \frac{1+a}{\sqrt{1-a^2}} - \arctan \frac{a}{\sqrt{1-a^2}} \right) \\ &&&= \frac{2}{\sqrt{1-a^2}} \arctan \left ( \frac{\frac{1+a}{\sqrt{1-a^2}}-\frac{a}{\sqrt{1-a^2}}}{1+\frac{1+a}{\sqrt{1-a^2}}\frac{a}{\sqrt{1-a^2}}} \right) \\ &&&= \frac{2}{\sqrt{1-a^2}} \arctan \left ( \frac{\frac{1}{\sqrt{1-a^2}}}{\frac{1+a}{1-a^2}} \right) \\ &&&= \frac{2}{\sqrt{1-a^2}} \arctan \left ( \frac{\sqrt{1-a}}{\sqrt{1+a}} \right) \end{align*} as required. Let \[ I_n = \int_0^{\frac12\pi} \frac{ \sin ^nx}{2+\sin x} \, \d x \qquad \quad (n\ge0). \] and consider \begin{align*} I_{n+1} + 2I_n &= \int_0^{\frac12\pi} \frac{ \sin ^{n+1}x+2\sin^{n} x}{2+\sin x} \, \d x \\ &= \int_0^{\frac12\pi} \frac{ \sin^n x (2 + \sin x)}{2+\sin x} \, \d x \\ &= \int_0^{\frac12\pi} \sin^n x \d x \end{align*} Therefore we can compute \begin{align*} I_0 &= \int_0^{\pi/2} \frac{1}{2 + \sin x} \d x \\ &= \frac12 \int_0^{\pi/2} \frac{1}{1 + \frac12 \sin x} \d x \\ &= \frac{1}{\sqrt{3/4}} \arctan \frac{\sqrt{1/2}}{\sqrt{3/2}} \\ &= \frac{2}{\sqrt{3}} \arctan \frac{1}{\sqrt{3}} \\ &= \frac{\pi}{3\sqrt{3}} \\ \\ I_1 &= \int_0^{\pi/2} 1 \d x - 2 I_0 \\ &= \frac{\pi}{2} - \frac{2\pi}{3\sqrt{3}} \\ I_2 &= \int_0^{\pi/2} \sin x \d x - 2I_1 \\ &= 1 - \pi + \frac{4\pi}{3\sqrt{3}} \\ I_3 &= \int_0^{\pi/2} \sin^2 x \d x - 2I_2 \\ &= \frac12 \int_0^{\pi/2} \sin^2 + \cos^2 x \d x - 2I_2 \\ &= \frac{\pi}{4} - 2 + 2\pi - \frac{8\pi}{3\sqrt{3}} \\ &= -2 + \frac{9\pi}{4} - \frac{8\pi}{3\sqrt{3}} \end{align*}

2013 Paper 3 Q2
D: 1700.0 B: 1516.0

In this question, you may ignore questions of convergence. Let \(y= \dfrac {\arcsin x}{\sqrt{1-x^2}}\,\). Show that \[ (1-x^2)\frac {\d y}{\d x} -xy -1 =0 \] and prove that, for any positive integer \(n\), \[ (1-x^2) \frac{\d^{n+2}y}{\d x^{n+2}} - (2n+3)x \frac{\d ^{n+1}y}{\d x ^{n+1}} -(n+1)^2 \frac{\d^ny}{\d x^n}=0\, . \] Hence obtain the Maclaurin series for \( \dfrac {\arcsin x}{\sqrt{1-x^2}}\,\), giving the general term for odd and for even powers of \(x\). Evaluate the infinite sum \[ 1 + \frac 1 {3!} + \frac{2^2}{5!} + \frac {2^2\times 3^2}{7!}+\cdots + \frac {2^2\times 3^2\times \cdots \times n^2}{(2n+1)!} + \cdots\,. \]


Solution: \begin{align*} && y &= \frac{\arcsin x}{\sqrt{1-x^2}} \\ && \frac{\d y}{\d x} &= \frac{(1-x^2)^{-1/2} \cdot (1-x^2)^{1/2}-\arcsin x \cdot (-x)(1-x^2)^{-1/2}}{1-x^2} \\ &&&= \frac{1+ xy}{1-x^2} \\ \Rightarrow && 0 &= (1-x^2) \frac{\d y}{\d x} -xy-1\\ \\ \frac{\d^n}{\d x^{n+1}}: && 0 &= \left ( (1-x^2) y' \right)^{(n+1)} - (xy)^{(n+1)} \\ \Rightarrow && 0 &= (1-x^2)y^{(n+2)} + \binom{n+1}{1}(1-x^2)^{(1)}y^{(n+1)}+\binom{n+1}{2} (1-x^2)^{(2)}y^{(n)} - (xy^{(n+1)} +\binom{n+1}{1} y^{(n)} ) \\ &&&= (1-x^2)y^{(n+2)}+\left ( (n+1)\cdot(-2x)-x \right)y^{(n+1)} + \left ( \frac{(n+1)n}{2} \cdot (-2)-(n+1) \right)y^{(n)} \\ &&&= (1-x^2)y^{(n+2)}-\left ( 2n+3 \right)xy^{(n+1)} - \left ( (n+1)n+(n+1)\right)y^{(n)} \\ &&&= (1-x^2)y^{(n+2)}-\left ( 2n+3 \right)xy^{(n+1)} - \left ( n+1\right)^2y^{(n)} \\ \end{align*} Since \(y(0) = 0, y'(0) = 1\) we can look at the recursion: \(y^{(n+2)} - (n+1)^2y^{(n)}\) for larger terms, ie \(y^{(2k)}(0) = 0\) \(y^{(1)}(0) = 1, y^{(3)}(0) = (1+1)^2 \cdot 1 = 2^2, y^{(5)}(0) = (3+1)^2 y^{(3)} = 4^2 \cdot 2^2\) and \(y^{(2k+1)}(0) = (2k)^2 \cdot (2k-2)^2 \cdots 2^2 \cdot 1^2 = 2^{2k} \cdot (k!)^2\). Therefore \begin{align*} && \frac{\arcsin x}{\sqrt{1-x^2}} &= \sum_{k=0}^{\infty} \frac{2^{2k} \cdot (k!)^2}{(2k+1)!} x^{2k+1} \\ \\ \Rightarrow && \frac{\arcsin \frac12}{\sqrt{1-\left (\frac12 \right)^2}} &= \sum_{k=0}^{\infty} \frac{2^{2k} \cdot (k!)^2}{(2k+1)!} 2^{-2k-1}\\ &&&= \frac12 \sum_{k=0}^{\infty} \frac{ (k!)^2}{(2k+1)!} \\ &&&= \frac12 \left ( 1 + \frac1{3!} + \frac{2^2}{5!} + \cdots+ \right) \\ \Rightarrow&& S &= 2 \frac{2\frac{\pi}{6}}{\sqrt{3}} = \frac{2\pi}{3\sqrt{6}} \end{align*}

2013 Paper 3 Q3
D: 1700.0 B: 1516.0

The four vertices \(P_i\) (\(i= 1, 2, 3, 4\)) of a regular tetrahedron lie on the surface of a sphere with centre at \(O\) and of radius 1. The position vector of \(P_i\) with respect to \(O\) is \({\bf p}_i\) (\(i= 1, 2, 3, 4\)). Use the fact that \({\bf p}_1+ {\bf p}_2+{\bf p}_3+{\bf p}_4={\bf 0}\,\) to show that \({\bf p}_i \,.\, {\bf p}_j =-\frac13\,\) for \(i\ne j\). Let \(X\) be any point on the surface of the sphere, and let \(XP_i\) denote the length of the line joining \(X\) and \(P_i\) (\(i= 1, 2, 3, 4\)).

  1. By writing \((XP_i) ^2\) as \(({\bf p}_i- {\bf x)}\,.\,({\bf p}_i- {\bf x})\), where \({\bf x}\) is the position vector of \(X\) with respect to \(O\), show that \[ \sum_{i=1}^4(XP_i) ^2 =8\,. \]
  2. Given that \(P_1\) has coordinates \((0,0,1)\) and that the coordinates of \(P_2\) are of the form \((a,0,b)\), where \(a > 0\), show that \(a=2\sqrt2/3\) and \(b=-1/3\), and find the coordinates of \(P_3\) and \(P_4\).
  3. Show that \[ \sum_{i=1}^4 (XP_i)^4 = 4 \sum_{i=1}^4 (1- {\bf x}\,.\,{\bf p}_i)^2\,. \] By letting the coordinates of \(X\) be \( (x,y,z)\), show further that \(\sum\limits_{i=1}^4 (XP_i)^4\) is independent of the position of \(X\).


Solution: Note that \({\bf p}_i \cdot {\bf p}_i = 1\) and \({\bf p}_i \cdot {\bf p}_j\) are all equal when \(i \neq j\) by symmetry and commutativity. \begin{align*} && 0 &= {\bf p}_i \cdot \left ( {\bf p}_1+ {\bf p}_2+{\bf p}_3+{\bf p}_4 \right) \\ &&&= 1 + \sum_{j \neq i} {\bf p}_i \cdot {\bf p}_j \\ &&&= 1 + 3 {\bf p}_i \cdot {\bf p}_j \\ \Rightarrow && {\bf p}_i \cdot {\bf p}_j &= -\frac13 \end{align*}

  1. \(\,\) \begin{align*} && (XP_i)^2 &= ({\bf p}_i- {\bf x)}\,.\,({\bf p}_i- {\bf x}) \\ &&&= {\bf p}_i \cdot {\bf p}_i - 2 {\bf p}_i \cdot {\bf x} + {\bf x} \cdot {\bf x} \\ &&&= 2 - 2 {\bf p}_i \cdot {\bf x} \\ \Rightarrow && \sum_i (XP_i)^2 &= \sum_i \left (2 - 2 {\bf p}_i \cdot {\bf x} \right) \\ &&&= 8 - 2 \sum_i {\bf p}_i \cdot {\bf x} \\ &&&= 8 - 2 \left ( {\bf p}_1+ {\bf p}_2+{\bf p}_3+{\bf p}_4 \right) \cdot {\bf x} \\ &&&= 8 \end{align*}
  2. Notice we have \(1 = \left \|\begin{pmatrix} a \\0 \\b \end{pmatrix} \right \|= a^2 + b^2\) and \(-\frac13 = \begin{pmatrix} a \\0 \\b \end{pmatrix} \cdot \begin{pmatrix} 0 \\0 \\ 1 \end{pmatrix} = b\). So \(b = -1/3\) and \(a = \sqrt{1-b^2} = 2\sqrt{2}/3\). Suppose another of the vertices has coordinates \((u,v,w)\) we must have \begin{align*} && 1 &= u^2+v^2+w^2 \\ && -\frac13&=w \\ && -\frac13 &= \frac{2\sqrt{2}}3 u +\frac19 \\ \Rightarrow && u &= -\frac{\sqrt2}3 \\ \Rightarrow && 1 &= \frac19 + \frac29 + v^2 \\ \Rightarrow && v &= \pm \sqrt{\frac{2}{3}} \end{align*} So \(P_3, P_4 = (-\frac{\sqrt2}3, \pm \frac{\sqrt{6}}3, -\frac13)\)
  3. \(\,\) \begin{align*} && \sum_{i=1}^4 (XP_i)^4 &= \sum_i \left (2 - 2 {\bf p}_i \cdot {\bf x} \right)^2 \\ &&&= 4 \sum_i \left (1 - {\bf p}_i \cdot {\bf x} \right)^2 \\ &&&= 4 \sum_i (1 - 2{\bf p}_i \cdot {\bf x} + ({\bf p}_i \cdot {\bf x})^2) \\ &&&= 16 + 4\sum_i ({\bf p}_i \cdot {\bf x})^2 \\ &&&=16+ 4\left ( z^2+\left (\frac{2\sqrt{2}}3x-\frac13z \right)^2 +\left (-\frac{\sqrt{2}}3x-\frac{\sqrt{6}}3y-\frac13z \right)^2 +\left (-\frac{\sqrt{2}}3x+\frac{\sqrt{6}}3y-\frac13z \right)^2 \right) \\ &&&= 16+4 \left ( \frac43z^2 + \left (\frac89 + \frac29+\frac29 \right)x^2+\left (\frac69 + \frac69 \right)y^2 + 0xz + 0yz + 0zx \right) \\ &&&= 16+ 4\cdot\frac43(x^2+y^2+z^2) \\ &&&=16+\frac{16}{3}=\frac{64}{3} \end{align*}
Note: It may be better to view the last part of this question in terms of linear transformations. There are two possible approaches. One is to show \(T:{\bf x} \mapsto \sum_i ({\bf p}_i \cdot x) {\bf p}_i\) is \(\frac43I\) (easy since it has three eigenvectors with the same eigenvalue which span \(\mathbb{R}^3\) and we are interested in the value \({\bf x} \cdot T\mathbf{x} = \frac43 \lVert {\bf x} \rVert^2\). The second is to consider \(\sum_I ({\bf p}_i \cdot {\bf x})^2 = {\bf x}^TM{\bf x}\) where \(M = \sum_i {\bf p}_i{\bf p}_i^T\) and note that this matrix is invariant under rotations.

2013 Paper 3 Q4
D: 1700.0 B: 1516.0

Show that \((z-\e^{i\theta})(z-\e^{-i\theta})=z^2 -2z\cos\theta +1\,\). Write down the \((2n)\)th roots of \(-1\) in the form \(\e^{i\theta}\), where \(-\pi <\theta \le \pi\), and deduce that \[ z^{2n} +1 = \prod_{k=1}^n \left(z^2-2z \cos\left( \tfrac{(2k-1)\pi}{2n}\right) +1\right) \,. \] Here, \(n\) is a positive integer, and the \(\prod\) notation denotes the product.

  1. By substituting \(z=i\) show that, when \(n\) is even, \[ \cos \left(\tfrac \pi {2n}\right) \cos \left(\tfrac {3\pi} {2n}\right) \cos \left(\tfrac {5\pi} {2n}\right) \cdots \cos \left(\tfrac{(2n-1) \pi} {2n}\right) = {(-1\vphantom{\dot A})}^{\frac12 n} 2^{1-n} \,. \]
  2. Show that, when \(n\) is odd, \[ \cos^2 \left(\tfrac \pi {2n}\right) \cos ^2 \left(\tfrac {3\pi} {2n}\right) \cos ^2 \left(\tfrac {5\pi} {2n}\right) \cdots \cos ^2 \left(\tfrac{(n-2) \pi} {2n}\right) = n 2^{1-n} \,. \] You may use without proof the fact that \(1+z^{2n}= (1+z^2)(1-z^2+z^4 - \cdots + z^{2n-2})\,\) when \(n\) is odd.


Solution: \begin{align*} && (z-e^{i \theta})(z-e^{-i\theta}) &= z^2 - (e^{i\theta}+e^{-i\theta})z + 1 \\ &&&= z^2-2\cos \theta z + 1 \end{align*} The \(2n\)th roots of \(-1\) are \(e^{\frac{i (2k+1)\pi}{2n}}, k \in \{-n, \cdots, n-1 \}\) or \(e^{\frac{i k \pi}{2n}}, k \in \{-2n+1, -2n+3, \cdots, 2n-3, 2n-1 \}\) \begin{align*} && z^{2n}+1 &= (z-e^{-i(2n-1)/2n})\cdot (z-e^{-i(2n-3)/2n})\cdots (z-e^{i(2n-3)/2n})\cdot (z-e^{i(2n-1)/2n}) \\ &&&= \prod_{k=1}^n \left (z - e^{i \frac{2k-1}{2n}\pi} \right)\left (z - e^{-i \frac{2k-1}{2n}\pi} \right)\\ &&&= \prod_{k=1}^n \left (z^2 - 2z \cos \left ( \frac{(2k-1)\pi}{2n}\right) + 1 \right) \end{align*}

  1. \begin{align*} && i^{2n} + 1 &= \prod_{k=1}^n \left (i^2 - 2i \cos \left ( \frac{(2k-1)\pi}{2n}\right) + 1 \right) \\ \Rightarrow && (-1)^n + 1 &= (-1)^n2^ni^n\prod_{k=1}^n \cos \left ( \frac{(2k-1)\pi}{2n}\right) \\ \Rightarrow && \prod_{k=1}^n \cos \left ( \frac{(2k-1)\pi}{2n}\right) &= 2^{1-n}(-1)^{n/2} \tag{if \(n\equiv 0\pmod{2}\)} \end{align*}
  2. When \(n\) is odd, we notice that two of the roots are \(i\) and \(-i\), if we exclude those, (ie by factoring out \(z^2+1\), we see that \begin{align*} && 1-z^2+z^4-\cdots + z^{2n-2} &= \prod_{k=1, 2k-1\neq n}^n \left (z^2-2z \cos \left ( \frac{(2k-1)\pi}{2n} \right)+1 \right) \\ &&&= \prod_{k=1}^{(n-1)/2} \left (z^2-2z \cos \left ( \frac{(2k-1)\pi}{2n} \right)+1 \right) \prod_{k=(n+1)/2}^{n} \left (z^2-2z \cos \left ( \frac{(2k-1)\pi}{2n} \right)+1 \right)\\ &&&= \prod_{k=1}^{(n-1)/2} \left (z^2-2z \cos \left ( \frac{(2k-1)\pi}{2n} \right)+1 \right) \prod_{k=1}^{(n-1)/2} \left (z^2+2z \cos \left ( \frac{(2k-1)\pi}{2n} \right)+1 \right)\\ \Rightarrow && 1-i^2 + i^4 + \cdots + i^{2n-2} &= \prod_{k=1}^{(n-1)/2} \left (2 \cos \left ( \frac{(2k-1)\pi}{2n} \right) \right) \prod_{k=1}^{(n-1)/2} \left (2 \cos \left ( \frac{(2k-1)\pi}{2n} \right) \right)\\ \Rightarrow && n &= 2^{n-1} \prod_{k=1}^{(n-1)/2}\cos^2 \left ( \frac{(2k-1)\pi}{2n} \right) \\ \Rightarrow && \prod_{k=1}^{(n-1)/2}\cos^2 \left ( \frac{(2k-1)\pi}{2n} \right) &= n2^{1-n} \end{align*}

2013 Paper 3 Q5
D: 1700.0 B: 1487.0

In this question, you may assume that, if \(a\), \(b\) and \(c\) are positive integers such that \(a\) and \(b\) are coprime and \(a\) divides \(bc\), then \(a\) divides \(c\). (Two positive integers are said to be coprime if their highest common factor is 1.)

  1. Suppose that there are positive integers \(p\), \(q\), \(n\) and \(N\) such that \(p\) and \(q\) are coprime and \(q^nN=p^n\). Show that \(N=kp^n\) for some positive integer \(k\) and deduce the value of \(q\). Hence prove that, for any positive integers \(n\) and \(N\), \(\sqrt[n]N\) is either a positive integer or irrational.
  2. Suppose that there are positive integers \(a\), \(b\), \(c\) and \(d\) such that \(a\) and \(b\) are coprime and \(c\) and \(d\) are coprime, and \(a^ad^b = b^a c^b \,\). Prove that \(d^b = b^a\) and deduce that, if \(p\) is a prime factor of \(d\), then \(p\) is also a prime factor of \(b\). If \(p^m\) and \(p^n\) are the highest powers of the prime number \(p\) that divide \(d\) and \(b\), respectively, express \(b\) in terms of \(a\), \(m\) and \(n\) and hence show that \(p^n\le n\). Deduce the value of \(b\). (You may assume that if \(x > 0\) and \(y\ge2\) then \(y^x > x\).) Hence prove that, if \(r\) is a positive rational number such that \(r^r\) is rational, then \(r\) is a positive integer.


Solution:

  1. Suppose \(q^nN = p^n\) then since \((p,q) =1\) we must have \(p \mid N\), and then by dividing both \(p^n\) and \(N\) by \(p\) we can repeat this process \(n\) times to find that \(N = kp^n\) and in particular \(q = 1\). Suppose \(\sqrt[n]{N} = \frac{p}q\) for \(p,q\) coprime positive integers (ie it is not irrational), then \(q^nN = p^n\) and so \(q = 1\) and in fact \(\sqrt[n]{N}\) is an integer so \(N\).
  2. Suppose \((a,b) = 1, (c,d) = 1\) and \(a^ad^b = b^ac^b\), then since \((a,b) = 1\) we must have \((b^a, a) = 1\) so \(b^a \mid d^b\). Similarly since \((c,d) = 1\) we must have \((d^b, c) = 1\) so \(d^b \mid b^a\). Therefore \(d^b = b^a\). Suppose \(p \mid d\) then \(p \mid d^b = b^a \Rightarrow p \mid b\). Suppose \(\nu_p(d) = m, \nu_p(b) = n\) we must have \(bm = \nu_p(d^b) = \nu_p(b^a) = an\), ie \(b = \frac{an}{m}\). Note that \(p^n \mid b \Rightarrow p^n \mid n \frac{a}{m} \Rightarrow p^n \mid n \Rightarrow p^n \leq n\). Since \((p,a) = 1\).. But since \(p^n > n\) if \(p \geq 2\) we must have that \(b = 1\). Therefore suppose \(r = \frac{a}{b}\) with \((a,b) = 1\) an \(r^r = \frac{c}{d}\) we must ahve \(a^ac^b = b^ad^b\) and so \(b = 1\) implying \(r\) is an integer.

2013 Paper 3 Q6
D: 1700.0 B: 1500.0

Let \(z\) and \(w\) be complex numbers. Use a diagram to show that \(\vert z-w \vert \le \vert z\vert + \vert w \vert\,.\) For any complex numbers \(z\) and \(w\), \(E\) is defined by \[ E = zw^* + z^*w +2 \vert zw \vert\,. \]

  1. Show that \(\vert z-w\vert^2 = \left( \vert z \vert + \vert w\vert\right)^2 -E\,\), and deduce that \(E\) is real and non-negative.
  2. Show that \(\vert 1-zw^*\vert^2 = \left ( 1 +\vert zw \vert \right)^2 -E\,\).
Hence show that, if both \(\vert z \vert >1\) and \(\vert w \vert >1\), then \[ \frac {\vert z-w\vert} {\vert 1-zw^*\vert } \le \frac{\vert z \vert +\vert w\vert }{1+\vert z w \vert}\,. \] Does this inequality also hold if both \(\vert z \vert <1\) and \(\vert w \vert <1\)?


Solution:

  1. \(\,\) \begin{align*} && |z-w|^2 &= (z-w)(z^*-w^*) \\ &&&= zz^* - wz^*-zw^* + ww^* \\ &&&= |z|^2+|w|^2 - E + 2|zw| \\ &&&= (|z|+|w|)^2 - E \\ \Rightarrow && E &= (|z|+|w|)^2 - |z-w|^2 &\in \mathbb{R} \end{align*} and by the triangle inequality \(|z|+|w| \geq |z-w|\), so \(E \geq 0\)
  2. \(\,\) \begin{align*} && |1-zw^*|^2 &= (1-zw^*)(1-z^*w) \\ &&&= 1 - zw^*-z^*w + |zw|^2 \\ &&&= 1 - E + 2|zw| + |zw|^2 \\ &&&= (1+|zw|)^2 - E \end{align*} \begin{align*} && \frac{|z-w|^2}{|1-zw^*|^2} &= \frac{(|z|+|w|)^2-E}{(1+|zw|)^2-E} \\ \Leftrightarrow && (1+|zw|^2)|z-w|^2 -E|z-w|^2 &= (|z|+|w|)^2|1-zw^*|^2-E|1-zw^*|^2\\ \Leftrightarrow && (1+|zw|^2)|z-w|^2-(|z|+|w|)^2|1-zw^*|^2 &= E(|z-w|^2-|1-zw^*|^2)\\ &&&= E(|z|^2-zw^*-z^*w+|w|^2-1+zw^*+z^*w-|z|^2|w|^2) \\ &&&= E(|z|^2+|w|^2-1-|z|^2|w|^2) \\ &&&= -E(1-|z|^2)(1-|w|^2) \\ &&&\leq 0 \\ \Leftrightarrow&& (1+|zw|^2)|z-w|^2& \leq (|z|+|w|)^2|1-zw^*|^2\\ \Leftrightarrow&& \frac{|z-w|^2}{|1-zw^*|^2} &\leq \frac{(|z|+|w|)^2}{(1+|zw|)^2}\\ \Leftrightarrow && \frac{|z-w|}{|1-zw^*|} &\leq \frac{(|z|+|w|)}{(1+|zw|)}\\ \end{align*} Yes, this inequality holds if \(|z|, |w|\) are the same side of \(1\) and is reversed otherwise.