Problems

Filters
Clear Filters
2017 Paper 2 Q1
D: 1600.0 B: 1516.0

Note: In this question you may use without proof the result \( \dfrac{\d \ }{\d x}\big(\!\arctan x \big) = \dfrac 1 {1+x^2}\,\). Let \[ I_n = \int_0^1 x^n \arctan x \, \d x \;, \] where \(n=0\), 1, 2, 3, \(\ldots\) .

  1. Show that, for \(n\ge0\,\), \[ (n+1) I_n = \frac \pi 4 - \int _0^1 \frac {x^{n+1}}{1+x^2} \, \d x \, \] and evaluate \(I_0\).
  2. Find an expression, in terms of \(n\), for \((n+3)I_{n+2}+(n+1)I_{n}\,\). Use this result to evaluate \(I_4\).
  3. Prove by induction that, for \(n\ge1\), \[ (4n+1) I_{4n} =A - \frac12 \sum_{r=1}^{2n} (-1)^r \frac 1 {r} \,, \] where \(A\) is a constant to be determined.


Solution:

  1. \(\,\) \begin{align*} && I_n &= \int_0^1 x^n \arctan x \d x \\ &&&= \left [ \frac{x^{n+1}}{n+1} \arctan x\right]_0^1 - \int_0^1 \frac{x^{n+1}}{n+1} \frac{1}{1+x^2} \d x \\ &&&= \frac{1}{n+1} \frac{\pi}{4} - \frac{1}{n+1} \int_0^1 \frac{x^{n+1}}{1+x^2}\d x \\ \Rightarrow && (n+1)I_n &= \frac{\pi}{4} - \int_0^1 \frac{x^{n+1}}{1+x^2}\d x \\ && I_0 &= \frac{\pi}{4} - \int_0^1 \frac{x}{1+x^2} \d x \\ &&&= \frac{\pi}{4} - \left [\frac12 \ln(1+x^2) \right]_0^1 \\ &&&= \frac{\pi}{4} - \frac12 \ln 2 \end{align*}
  2. \(\,\) \begin{align*} && (n+3)I_{n+2} + (n+1)I_n &=\left ( \frac{\pi}{4} - \int_0^1 \frac{x^{n+3}}{1+x^2} \d x \right)+ \left (\frac{\pi}{4} - \int_0^1 \frac{x^{n+1}}{1+x^2} \d x \right) \\ &&&=\frac{\pi}{2}+ \int_0^1 \frac{x^{n+1}+x^{n+3}}{1+x^2} \d x \\ &&&=\frac{\pi}{2}+ \int_0^1 x^{n+1} \d x \\ &&&= \frac{\pi}{2} + \frac{1}{n+2} \\ && 3I_2 + I_0 &= \frac{\pi}{2} + \frac{1}{2} \\ \Rightarrow && 3I_2 &=\frac{\pi}{4} + \frac12 \ln 2 + \frac12 \\ && 5I_4 + 3I_2 &= \frac{\pi}{2} + \frac14 \\ \Rightarrow && 5I_4 &= \frac{\pi}{2} + \frac14 - \left ( \frac{\pi}{4} + \frac12 \ln 2 + \frac12\right) \\ &&&= \frac{\pi}4-\frac12 \ln 2-\frac14 \\ \Rightarrow && I_4 &= \frac15 \left (\frac{\pi}4-\frac12 \ln 2-\frac14 \right) \\ &&&= \frac1{20} \left (\pi - 2\ln 2 -1 \right) \end{align*}
  3. Claim: \[ (4n+1) I_{4n} =\frac{\pi}4-\frac12 \ln 2 - \frac12 \sum_{r=1}^{2n} (-1)^r \frac 1 {r} \,, \] Proof: Base case we have just shown above Assume true for \(n = k\), consider \(n = k+1\), then \begin{align*} && (4(k+1)+1) I_{4(k+1)} &= \frac{\pi}{2} + \frac{1}{4(k+1)} - (4k+3)I_{4k+2} \\ &&&= \frac{\pi}{2} + \frac{1}{4(k+1)} - \left (\frac{\pi}{2} + \frac{1}{2(2k+1)} - (4k+1)I_{4k} \right)\\ &&&= (4k+1)I_{4k} - \frac12 \left ( \frac{1}{2k+2} - \frac{1}{2k+1}\right) \\ &&&= \frac{\pi}4-\frac12 \ln 2 - \frac12 \sum_{r=1}^{2k} (-1)^r \frac 1 {r} - \frac12 \left ( \frac{1}{2k+2} - \frac{1}{2k+1}\right)\\ &&&= \frac{\pi}4-\frac12 \ln 2 - \frac12 \sum_{r=1}^{2(k+1)} (-1)^r \frac 1 {r} \\ \end{align*} as required.

2017 Paper 2 Q2
D: 1600.0 B: 1516.0

The sequence of numbers \(x_0\), \(x_1\), \(x_2\), \(\ldots\) satisfies \[ x_{n+1} = \frac{ax_n-1}{x_n+b} \,. \] (You may assume that \(a\), \(b\) and \(x_0\) are such that \(x_n+b\ne0\,\).) Find an expression for \(x_{n+2}\) in terms of \(a\), \(b\) and \(x_n\).

  1. Show that \(a+b=0\) is a necessary condition for the sequence to be periodic with period 2. {\bf Note: } The sequence is said to be periodic with period \(k\) if \(x_{n+k} = x_n\) for all \(n\), and there is no integer \(m\) with \(0 < m < k\) such that \(x_{n+m} = x_n\) for all \(n\).
  2. Find necessary and sufficient conditions for the sequence to have period 4.


Solution: \begin{align*} x_{n+2} &= \frac{ax_{n+1}-1}{x_{n+1}+b} \\ &= \frac{a \frac{ax_n - 1}{x_n+b}-1}{\frac{ax_n - 1}{x_n+b}+b} \\ &= \frac{a(ax_n-1)-(x_n+b)}{ax_n-1+b(x_n+b)} \\ &= \frac{(a^2-1)x_n-(a+b)}{(a+b)x_n+b^2-1} \end{align*}

  1. If \(x_{n+2} = x_n\) then \begin{align*} && x_n &= \frac{(a^2-1)x_n-(a+b)}{(a+b)x_n+b^2-1} \\ \Rightarrow && 0 &=(a+b)x_n^2+(b^2-a^2)x_n+(a+b) \\ &&&= (a+b)(x_n^2+(a-b)x_n + 1) \end{align*} If \(x_{n+1} = x_n\) then \(x_n^2+(a-b)x_n + 1\) and since our sequence has period \(2\) rather than \(1\) it must be the case this is non-zero. Therefore \(a+b =0\).
  2. \begin{align*} x_{n+4} &= \frac{(a^2-1)x_{n+2}-(a+b)}{(a+b)x_{n+2}+b^2-1} \\ &= \frac{(a^2-1)\frac{(a^2-1)x_{n}-(a+b)}{(a+b)x_{n}+b^2-1} -(a+b)}{(a+b)\frac{(a^2-1)x_{n}-(a+b)}{(a+b)x_{n}+b^2-1} +b^2-1} \\ &= \frac{((a^2-1)^2-(a+b)^2)x_n -(a^2+b^2-2)(a+b)}{(a^2+b^2-2)(a+b)x_n + (b^2-1)^2-(a+b)^2} \end{align*} If \(x_{n+4} = x_n\) then \begin{align*} x_n &=\frac{((a^2-1)^2-(a+b)^2)x_n -(a^2+b^2-2)(a+b)}{(a^2+b^2-2)(a+b)x_n + (b^2-1)^2-(a+b)^2} \\ 0 &= (a^2+b^2-2)(a+b)x_n^2 + \l (b^2-1)^2-(a^2-1)^2 \r x_n+(a^2+b^2-2)(a+b) \\ &= (a^2+b^2-2)(a+b)x_n^2+(b^2-a^2)(a^2+b^2-2)x_n + (a^2+b^2-2)(a+b) \\ &= (a^2+b^2-2)(a+b)(x_n^2+(b-a)x_n + 1) \end{align*} Since we do not want \(x_n\) to be periodic with period \(1\) we must have the quadratic in \(x_n\) \(\neq 0\). If \(a+b = 0\) then \(x_n\) is periodic with period \(2\) since \(x_{n+2} = \frac{(a^2-1)x_n}{((-a)^2-1)} = x_n\). Therefore it is necessary that \(a^2+b^2-2 = 0\). If \(a^2+b^2-2= 0\) then \begin{align*} x_{n+4} &= \frac{((a^2-1)^2-(a+b)^2)x_n}{(b^2-1)^2-(a+b)^2} \\ &=\frac{((a^2-1)^2-(a+b)^2)x_n}{((2-a^2)-1)^2-(a+b)^2} \\ &=\frac{((a^2-1)^2-(a+b)^2)x_n}{((1-a^2)^2-(a+b)^2} \\ &= x_n \end{align*} Therefore it is sufficient too. So our conditions are \(a+b \neq 0, \, \, x_n^2+(a-b)x_n + 1 \neq 0\) and \(a^2+b^2-2 = 0\)

2017 Paper 2 Q3
D: 1600.0 B: 1500.0

  1. Sketch, on \(x\)-\(y\) axes, the set of all points satisfying \(\sin y = \sin x\), for \(-\pi \le x \le \pi\) and \(-\pi \le y \le \pi\). You should give the equations of all the lines on your sketch.
  2. Given that \[ \sin y = \tfrac12 \sin x \] obtain an expression, in terms of \(x\), for \(y'\) when \(0\le x \le \frac12 \pi\) and \(0\le y \le \frac12 \pi\), and show that \[ y'' = - \frac {3\sin x}{(4-\sin^2 x)^{\frac32}} \;. \] Use these results to sketch the set of all points satisfying \(\sin y = \tfrac12 \sin x\) for \(0 \le x \le \frac12 \pi\) and \(0 \le y \le \frac12 \pi\). Hence sketch the set of all points satisfying \(\sin y = \tfrac12 \sin x\) for \(-\pi\! \le \! x \! \le \! \pi\) and \mbox{\( -\pi \, \le\, y\, \le\, \pi\,\)}.
  3. Without further calculation, sketch the set of all points satisfying \(\cos y = \tfrac12 \sin x\) for \(- \pi \le x \le \pi\) and \( -\pi \le y \le \pi\).


Solution:

  1. \(\,\)
    TikZ diagram
  2. \(\,\) \begin{align*} && \sin y &= \tfrac12 \sin x \\ \Rightarrow && \frac{\d y}{\d x} \cos y &= \tfrac12 \cos x \\ \Rightarrow && \frac{\d y}{\d x} &= \frac{\cos x}{2 \cos y} \\ &&&= \frac{\cos x}{2 \sqrt{1-\sin^2 y}} \\ &&&= \frac{\cos x}{2 \sqrt{1-\frac14 \sin^2 x}} \\ &&&= \frac{\cos x}{\sqrt{4-\sin^2 x}} \\ \\ && y'' &= \frac{-\sin x \cdot (4-\sin^2 x)^{\frac12} - \cos x \cdot (4-\sin^2 x)^{-\frac12} \cdot 2 \sin x \cos x}{(4-\sin^2 x)} \\ &&&= \frac{-\sin x \cdot (4-\sin^2 x) - \cos x \cdot 2 \sin x \cos x}{(4-\sin^2x)^{\frac32}} \\ &&&= \frac{-\sin x \cdot (4-\sin^2 x) - \sin x (1-\sin^2x)}{(4-\sin^2x)^{\frac32}} \\ &&&= \frac{-3\sin x }{(4-\sin^2x)^{\frac32}} \\ \end{align*}
    TikZ diagram
  3. \(\,\)
    TikZ diagram

2017 Paper 2 Q4
D: 1600.0 B: 1500.0

The Schwarz inequality is \[ \left( \int_a^b \f(x)\, \g(x)\,\d x\right)^{\!\!2} \le \left( \int_a^b \big( \f(x)\big)^2 \d x \right) \left( \int_a^b \big( \g(x)\big)^2 \d x \right) . \tag{\(*\)} \]

  1. By setting \( \f(x)=1\) in \((*)\), and choosing \(\g(x)\), \(a\) and \(b\) suitably, show that for \(t> 0\,\), \[ \frac {\e^t -1}{\e^t+1} \le \frac t 2 \,. \]
  2. By setting \( \f(x)= x\) in \((*)\), and choosing \( \g(x)\) suitably, show that \[ \int_0^1\e^{-\frac12 x^2}\d x \ge 12 \big(1-\e^{-\frac14})^2 \,. \]
  3. Use \((*)\) to show that \[ \frac {64}{25\pi} \le \int_0^{\frac12\pi} \!\! {\textstyle \sqrt{\, \sin x\, } } \, \d x \le \sqrt{\frac \pi 2 } \,. \]


Solution:

  1. Let \(f(x) = 1, g(x) = e^x, a = 0, b = t\), so \begin{align*} && \left ( \int_0^t e^x \d x \right)^2 &\leq \left (\int_0^t 1^2 \d x \right) \cdot \left (\int_0^t (e^x)^2 \d x \right) \\ \Rightarrow && (e^t-1)^2 &\leq t \cdot (\frac12e^{2t} - \frac12) \\ \Rightarrow && \frac{e^t-1}{e^t+1} & \leq \frac{t}{2} \end{align*}
  2. Let \(f(x) = x, g(x) = e^{-\frac14 x^2}, a = 0, b = 1\) \begin{align*} && \left ( \int_0^1 xe^{-\frac14 x^2} \d x \right)^2 &\leq \left (\int_0^1 x^2 \d x \right) \cdot \left (\int_0^1 (e^{-\frac14x^2})^2 \d x \right) \\ \Rightarrow && \left ( \left [-2e^{-\frac14x^2} \right]_0^1 \right)^2 & \leq \frac{1}{3} \int_0^1 e^{-\frac12 x^2} \d x \\ \Rightarrow && \int_0^1 e^{-\frac12 x^2} \d x & \geq 12(1-e^{-\frac14})^2 \end{align*}
  3. Let \(f(x) = 1, g(x) = \sqrt{\sin x}, a = 0, b = \tfrac12 \pi\), then \begin{align*} && \left ( \int_0^{\frac12 \pi} \sqrt{\sin x} \d x \right)^2 &\leq \left (\int_0^{\frac12 \pi} 1^2 \d x \right) \cdot \left (\int_0^{\frac12 \pi}|\sin x| \d x \right) \\ &&&= \frac{\pi}{2} \cdot 1 \\ \Rightarrow && \int_0^{\frac12 \pi} \sqrt{\sin x} \d x & \leq \sqrt{\frac{\pi}{2}} \end{align*} Let \(f(x) =(\sin x)^{\frac14}, g(x) = \cos x, a = 0, b = \tfrac12 \pi\), so \begin{align*} && \left ( \int_0^{\frac12 \pi} (\sin x)^{\frac14} \cos x \d x \right)^2 &\leq \left (\int_0^{\frac12 \pi} \cos^2 x \d x \right) \cdot \left (\int_0^{\frac12 \pi}\sqrt{\sin x} \d x \right) \\ \Rightarrow &&\left ( \left [\frac45 (\sin x)^{\frac54} \right]_0^{\frac12 \pi} \right)^2 & \leq \frac{\pi}{4} \int_0^{\frac12 \pi}\sqrt{\sin x} \d x \\ \Rightarrow && \frac{64}{25\pi} &\leq \int_0^{\frac12 \pi}\sqrt{\sin x} \d x \end{align*}

2017 Paper 2 Q5
D: 1600.0 B: 1484.0

A curve \(C\) is determined by the parametric equations \[ x=at^2 \, , \; y = 2at\,, \] where \(a > 0\).

  1. Show that the normal to \(C\) at a point \(P\), with non-zero parameter \(p\), meets \(C\) again at a point \(N\), with parameter \(n\), where \[ n= - \left( p + \frac{2}{p} \right). \]
  2. Show that the distance \(\left| PN \right|\) is given by \[ \vert PN\vert^2 = 16a^2\frac{(p^2+1)^3}{p^4} \] and that this is minimised when \(p^2=2\,\).
  3. The point \(Q\), with parameter \(q\), is the point at which the circle with diameter \(PN\) cuts \(C\) again. By considering the gradients of \(QP\) and \(QN\), show that \[ 2 = p^2-q^2 + \frac{2q}p. \] Deduce that \(\left| PN \right|\) is at its minimum when \(Q\) is at the origin.


Solution:

  1. \(\,\) \begin{align*} && \frac{\d x}{\d t} &= 2at \\ && \frac{\d y}{\d t} &= 2a \\ \Rightarrow && \frac{\d y}{\d x} &= \frac1t \\ && -p &= \text{grad of normal} \\ &&&= \frac{y-2ap}{x-ap^2} \\ \Rightarrow && y &= -px + ap^3+2ap \\ && 2an &= -pan^2 + ap^3 + 2ap \\ \Rightarrow && 0 &= pan^2+2an-ap(2+p^2) \\ \Rightarrow && n &= p, -\left ( p + \frac2{p}\right) \\ \Rightarrow && n &= -\left ( p + \frac2{p}\right) \end{align*}
  2. \(\,\) \begin{align*} && |PN|^2 &= (ap^2-an^2)^2 +(2ap-2an)^2 \\ &&&= a^2(p-n)^2(p+n)^2+4a^2(p-n)^2 \\ &&&= a^2(p-n)^2((p+n)^2+4) \\ &&&= a^2\left(p+p+\frac2p \right)^2 \left ( \left ( -\frac2p\right)^2+4\right)\\ &&&= a^2\left(\frac{2p^2+2}p \right)^2 \left ( \frac{4}{p^2}+4\right)\\ &&&= 16a^2 \frac{(p^2+1)^3}{p^4} \\ \\ && \frac{\d |PN|^2}{\d p^2} &= 16a^2\frac{3(p^2+1)^2p^4-2(p^2+1)^3p^2}{p^8} \\ &&&= 16a^2(p^2+1)^2 \frac{3p^2-2(p^2+1)}{p^6} \\ &&&= 16a^2(p^2+1)^2 \frac{p^2-2}{p^6} \end{align*} Therefore minimized when \(p^2=2\) (clearly a minimum by considering behaviour as \(p^2 \to 0, \infty\))
  3. If \(PN\) is the diameter of \(PNQ\) then \(QP\) and \(QN\) are perpendicular, ie \begin{align*} && -1 &= \frac{2ap-2aq}{ap^2-aq^2} \cdot \frac{2aq-2an}{aq^2-an^2} \\ &&&= \frac{2}{p+q} \cdot \frac{2}{q+n} \\ &&&= \frac{2}{p+q} \cdot \frac{2}{q - p -\frac{2}{p}} \\ \Rightarrow && 4 &= (p+q)(p+\frac2{p}-q) \\ &&&= p^2-q^2 + \frac{2q}{p} + 2 \\ \Rightarrow && 2 &= p^2 - q^2 + \frac{2q}{p} \end{align*} Therefore \(q = 0 \Rightarrow p^2 = 2 \Rightarrow |PN|\) is at it's minimum.

2017 Paper 2 Q6
D: 1600.0 B: 1484.8

Let \[ S_n = \sum_{r=1}^n \frac 1 {\sqrt r \ } \,, \] where \(n\) is a positive integer.

  1. Prove by induction that \[ S_n \le 2\sqrt n -1\, . \]
  2. Show that \((4k+1)\sqrt{k+1} > (4k+3)\sqrt k\,\) for \(k\ge0\,\). Determine the smallest number \(C\) such that \[ S_n \ge 2\sqrt n + \frac 1 {2\sqrt n} -C \,.\]


Solution:

  1. Claim: \(S_n \leq 2\sqrt{n} -1\). Proof: (By induction) (Base case: \(n = 1\)). \(\frac{1}{\sqrt{1}} \leq 1 = 2 \cdot \sqrt1 - 1\). Therefore the base case is true. (Inductive step): Suppose our result is true for \(n = k\). Then consider \(n = k+1\). \begin{align*} && \sum_{r=1}^{k+1} \frac{1}{\sqrt{r}} &=\sum_{r=1}^{k} \frac{1}{\sqrt{r}} + \frac{1}{\sqrt{k+1}} \\ &&&\leq 2\sqrt{k} - 1 + \frac{1}{\sqrt{k+1}} \\ &&&= \frac{2 \sqrt{k}\sqrt{k+1}+1}{\sqrt{k+1}} - 1 \\ &&&\underbrace{\leq}_{AM-GM} \frac{(k+k+1)+1}{\sqrt{k+1}} - 1 \\ &&&=\frac{2(k+1)}{\sqrt{k+1}} - 1 \\ &&&= 2\sqrt{k+1}-1 \end{align*} Therefore, since if our statement is true for \(n = k\), it is also true for \(n = k+1\). By the principle of mathematical induction we can say that it is true for all \(n \geq 1, n \in \mathbb{Z}\)
  2. Claim: \((4k+1)\sqrt{k+1} > (4k+3)\sqrt k\,\) for \(k\ge0\,\) Proof: \begin{align*} && (4k+1)\sqrt{k+1} &> (4k+3)\sqrt k \\ \Leftrightarrow && (4k+1)^2(k+1) &> (4k+3)^2k \\ \Leftrightarrow && (16k^2+8k+1)(k+1) &> (16k^2 + 24k+9)k \\ \Leftrightarrow && 16 k^3 + 24 k^2 + 9 k +1&> 16k^3 + 24k^2+9k \end{align*} But this last inequality is clearly true, hence our original inequality is true. Suppose \(S_n \geq 2\sqrt{n} + \frac{1}{2 \sqrt{n}} - C\), then adding \(\frac{1}{\sqrt{n+1}}\) to both sides we have: \begin{align*} S_{n+1} &\geq 2\sqrt{n} + \frac{1}{2 \sqrt{n}} - C + \frac{1}{\sqrt{n+1}} \\ &= 2\sqrt{n+1} + \frac{1}{2\sqrt{n+1}} - C + \frac{1}{2\sqrt{n+1}} +\frac{1}{2 \sqrt{n}} +2(\sqrt{n} - \sqrt{n+1})\\ &= 2\sqrt{n+1} + \frac{1}{2\sqrt{n+1}} - C + \frac{1}{2\sqrt{n+1}} +\frac{1}{2 \sqrt{n}} -\frac{2}{\sqrt{n+1} + \sqrt{n}}\\ \end{align*} Therefore as long as the inequality is satisfied for \(n=1\), ie \(1 \geq 2\sqrt{1} + \frac{1}{2 \sqrt{1}} - C = \frac52 - C \Rightarrow C \geq \frac32\)

2017 Paper 2 Q7
D: 1600.0 B: 1500.0

The functions \(\f\) and \(\g\) are defined, for \(x>0\), by \[ \f(x) = x^x\,, \ \ \ \ \ \g(x) = x^{\f(x)}\,. \]

  1. By taking logarithms, or otherwise, show that \(\f(x) > x\) for \(0 < x < 1\,\). Show further that \(x < \g(x) < \f(x)\) for \(0 < x < 1\,\). Write down the corresponding results for \(x > 1 \,\).
  2. Find the value of \(x\) for which \(\f'(x)=0\,\).
  3. Use the result \(x\ln x \to 0\) as \(x\to 0\) to find \(\lim\limits_{x\to0}\f(x)\), and write down \(\lim\limits_{x\to0}\g(x)\,\).
  4. Show that \( x^{-1}+\, \ln x \ge 1\,\) for \(x>0\). Using this result, or otherwise, show that \(\g'(x) > 0\,\).
Sketch the graphs, for \(x > 0\), of \(y=x\), \(y=\f(x)\) and \(y=\g(x)\) on the same axes.


Solution:

  1. \(\,\) \begin{align*} && \ln f(x) &= x \ln x \\ &&&> \ln x \quad (\text{if } 0 < x < 1)\\ \Rightarrow && f(x) &> x\quad\quad (\text{if } 0 < x < 1)\\ \Rightarrow && x^{f(x)} &< x^x \\ && g(x) &< f(x) \\ && 1&>f(x) \\ \Rightarrow && x &< x^{f(x)} = g(x) \end{align*}
  2. \(\,\) \begin{align*} && f(x) &= e^{x \ln x} \\ \Rightarrow && f'(x) &= (\ln x + 1)e^{x \ln x} \\ \Rightarrow && f'(x) = 0 &\Leftrightarrow x = \frac1e \end{align*}
  3. \(\,\) \begin{align*} && \lim_{x \to 0} f(x) &= \lim_{x \to 0} \exp \left ( x \ln x \right ) \\ &&&= \exp \left ( \lim_{x \to 0} \left ( x \ln x \right )\right) \\ &&&= \exp \left ( 0 \right) = 1\\ \\ && \lim_{x \to 0} g(x) &= \lim_{x \to 0} \exp \left ( f(x) \ln x\right) \\ &&&= \exp \left (\lim_{x \to 0} \ln x f(x)\right) \\ &&&= \exp \left (\lim_{x \to 0} \ln x \lim_{x \to 0}f(x)\right) \\ &&&= \exp \left (\lim_{x \to 0} \ln x\right) \\ &&&= 0 \end{align*}
  4. \(y = x^{-1} + \ln x \Rightarrow y' = -x^{-2} + x^{-1}\) which has roots at \(x =1\), therefore the minimum value is \(1\). (We can see it's a minimum by considering \(x \to 0, x \to \infty\). So \begin{align*} && g'(x) &= x^{f(x)} \cdot (f'(x) \ln x + f(x) x^{-1})\\ &&&= x^{f(x)} \cdot f(x) \cdot ((1+\ln x) \ln x + x^{-1}) \\ &&&= x^{f(x)} \cdot f(x) \cdot (\ln x + x^{-1} + (\ln x)^2) \\ &&&\geq x^{f(x)} \cdot f(x) > 0 \end{align*}
TikZ diagram

2017 Paper 2 Q8
D: 1600.0 B: 1500.0

All vectors in this question lie in the same plane. The vertices of the non-right-angled triangle \(ABC\) have position vectors \(\bf a\), \(\bf b\) and \(\bf c\), respectively. The non-zero vectors \(\bf u\) and \(\bf v\) are perpendicular to \(BC\) and \(CA\), respectively. Write down the vector equation of the line through \(A\) perpendicular to \(BC\), in terms of \(\bf u\), \(\bf a\) and a parameter \(\lambda \). The line through \(A\) perpendicular to \(BC\) intersects the line through \(B\) perpendicular to \(CA\) at \(P\). Find the position vector of \(P\) in terms of \(\bf a\), \(\bf b\), \(\bf c\) and \(\bf u\). Hence show that the line \(CP\) is perpendicular to the line \(AB\).

2017 Paper 2 Q9
D: 1600.0 B: 1500.0

Two identical rough cylinders of radius \(r\) and weight \(W\) rest, not touching each other but a negligible distance apart, on a horizontal floor. A thin flat rough plank of width \(2a\), where \(a < r\), and weight \(kW\) rests symmetrically and horizontally on the cylinders, with its length parallel to the axes of the cylinders and its faces horizontal. A vertical cross-section is shown in the diagram below. \vspace{1.1cm} \hspace{5.0cm} \begin{pspicture}(9.3,-5.00 ) \psset{xunit=1.0cm,yunit=1.0cm,algebraic=true,dotstyle=o,dotsize=3pt 0,linewidth=0.8pt,arrowsize=3pt 2,arrowinset=0.25} \psline(-2,-3)(7,-3) \pscircle(1,-1.5){1.50} \pscircle(4.02,-1.5 ){1.50} \psline[linewidth=3pt](1.45,-0.06)(3.58,-0.06) \end{pspicture} \vspace{-1.5cm} The coefficient of friction at all four contacts is \(\frac12\). The system is in equilibrium.

  1. Let \(F\) be the frictional force between one cylinder and the floor, and let \(R\) be the normal reaction between the plank and one cylinder. Show that \[ R\sin\theta = F(1+\cos\theta)\,, \] where \(\theta\) is the acute angle between the plank and the tangent to the cylinder at the point of contact. Deduce that \(2\sin\theta \le 1+\cos\theta\,\).
  2. Show that \[ N= \left( 1+\frac2 k\right)\left(\frac{1+\cos\theta}{\sin\theta} \right) F \,, \] where \(N\) is the normal reaction between the floor and one cylinder. Write down the condition that the cylinder does not slip on the floor and show that it is satisfied with no extra restrictions on \(\theta\).
  3. Show that \(\sin\theta\le\frac45\,\) and hence that \(r\le5a\,\).

2017 Paper 2 Q10
D: 1600.0 B: 1500.0

A car of mass \(m\) makes a journey of distance \(2d\) in a straight line. It experiences air resistance and rolling resistance so that the total resistance to motion when it is moving with speed \(v\) is \(Av^2 +R\), where \(A\) and \(R\) are constants. The car starts from rest and moves with constant acceleration \(a\) for a distance \(d\). Show that the work done by the engine for this half of the journey is \[ \int_0^d (ma+R+Av^2) \, \d x \] and that it can be written in the form \[ \int_0^w \frac {(ma+R+Av^2)v}a\; \d v \,, \] where \(w =\sqrt {2ad\,}\,\). For the second half of the journey, the acceleration of the car is \(-a\).

  1. In the case \(R>ma\), show that the work done by the engine for the whole journey~is \[ 2Aad^2 + 2Rd \,. \]
  2. In the case \(ma-2Aad< R< ma\), show that at a certain speed the driving force required to maintain the constant acceleration falls to zero. Thereafter, the engine does no work (and the driver applies the brakes to maintain the constant acceleration). Show that the work done by the engine for the whole journey~is \[ 2Aad^2 + 2 Rd + \frac{(ma-R)^2}{4Aa} \, .\]