Problems

Filters
Clear Filters
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\).

2015 Paper 2 Q3
D: 1600.0 B: 1483.4

Three rods have lengths \(a\), \(b\) and \(c\), where \(a< b< c\). The three rods can be made into a triangle (possibly of zero area) if \(a+b\ge c\). Let \(T_{n}\) be the number of triangles that can be made with three rods chosen from \(n\) rods of lengths \(1\), \(2\), \(3\), \(\ldots\) , \(n\) (where \(n\ge3\)). Show that \(T_8-T_7 = 2+4+6\) and evaluate \(T_8 -T_6\). Write down expressions for \(T_{2m}-T_{2m-1}\) and \(T_{2m} - T_{2m-2}\). Prove by induction that \(T_{2m}=\frac 16 m (m-1)(4m+1)\,\), and find the corresponding result for an odd number of rods.


Solution: Every \(T_7\) triangle is valid, so we are interested in new triangles which have \(8\) has a longest side. We can have: \begin{array}{c|c|c} \text{longest} & \text{middle} & \text{shortest} \\ \hline 8 & 7 & 1-6 \\ 8 & 6 & 2-5 \\ 8 & 5 & 3-4 \end{array} which is \(6+4+2\) extra triangles. The new ones excluding all the sixes are: \begin{array}{c|c|c} \text{longest} & \text{middle} & \text{shortest} \\ \hline 8 & 7 & 1-6 \\ 8 & 6 & 2-5 \\ 8 & 5 & 3-4 \\ 7 & 6 & 1-5 \\ 7 & 5 & 2-4 \\ 7 & 4 & 3 \\ \end{array} Ie \(2+4+6 + 1 + 3+5\) \(T_{2m}-T_{2m-1} = 2 \frac{(m-1)m}{2} = m(m-1)\) and \(T_{2m}-T_{2m-2} = \frac{(2m-2)(2m-1)}{2}\) \(T_4 = 3\) (\(1,2,3\), \(1,3,4\), \(2,3,4\)) and \(\frac16 \cdot 2 \cdot 1 \cdot 9 = 3\) so the base case holds. Suppose it's true for some \(m = k\), then \begin{align*} && T_{2(k+1)} &= T_{2k} + \frac{2m(2m+1)}{2} \\ &&&= \frac{m(m-1)(4m+1)}{6} + \frac{6m(2m+1)}{6}\\ &&&= \frac{m(4m^2-3m-1+12m+6)}{6} \\ &&&= \frac{m(4m^2+9m+5)}{6}\\ &&&= \frac{m(4m+5)(m+1)}{6}\\ &&&= \frac{(m+1-1)(4(m+1)+5)(m+1)}{6}\\ \end{align*} as required, therefore it is true by induction. For odd numbers, we can see that \(T_{2m-1} = \frac{m(m-1)(4m+1)}{6} - m(m-1) = \frac{m(m-1)(4m-5)}{6}\)

2015 Paper 2 Q4
D: 1600.0 B: 1516.0

  1. The continuous function \(\f\) is defined by \[ \tan \f(x) = x \ \ \ \ \ (-\infty < x <\infty) \] and \(\f(0)=\pi\). Sketch the curve \(y=\f(x)\)\,.
  2. The continuous function \(\g\) is defined by \[ \tan \g(x) = \frac x {1+x^2} \ \ \ \ \ \ (-\infty < x <\infty) \] and \(\g(0)=\pi\). Sketch the curves \(y= \dfrac x {1+x^2} \ \) and \(y=\g(x)\)\,.
  3. The continuous function \(\h \) is defined by \(\h (0)=\pi\) and \[ \tan \h (x)= \frac x {1-x^2}\, \ \ \ \ \ (x \ne \pm 1) \,. \] (The values of \(\h (x)\) at \(x=\pm1\) are such that \(\h (x)\) is continuous at these points.) Sketch the curves \(y= \dfrac x {1-x^2} \ \) and \(y=\h (x)\). %
  4. The continuous functions \(\h_1\) and \(\h_2\) are % defined by: \(\h_1(0)=\h_2(0)=\pi \), %\[ %\tan \h_1(x) = \frac {x+x^4} {1+x^2+x^4} %\ \ \ \ \ \text{and} \ \ \ \ \ \ %\tan \h_2(x) = \frac {4x-x^3} {1-x^4} %\,. %\] %for values of \(x\) at which the right hand sides are defined. %Find \(\lim\limits_{x\to\infty}\h_1(x)\) and \(\lim\limits_{x\to\infty}\h_2(x)\,\).

2015 Paper 2 Q5
D: 1600.0 B: 1484.9

In this question, the \(\mathrm{arctan}\) function satisfies \(0\le \arctan x <\frac12 \pi\) for \(x\ge0\,\).

  1. Let \[ S_n= \sum_{m=1}^n \arctan \left(\frac1 {2m^2}\right) \,, \] for \(n=1, 2, 3, \ldots\) . Prove by induction that \[ \tan S_n = \frac n {n+1} \,. \] Prove also that \[ S_n = \arctan \frac n {n+1} \,. \]
  2. In a triangle \(ABC\), the lengths of the sides \(AB\) and \(BC\) are \(4n^2\) and \(4n^4-1\), respectively, and the angle at \(B\) is a right angle. Let \(\angle BCA = 2\alpha_n\). Show that \[ \sum_{n=1}^\infty \alpha_n = \tfrac14\pi \,. \]


Solution:

  1. Claim: \(\tan S_n = \frac n {n+1}\) Proof: (By Induction) Base case: (\(n=1\)): \begin{align*} && \tan \left ( \sum_{m=1}^1 \arctan \left ( \frac{1}{2m^2} \right) \right) &= \tan \left ( \arctan \left ( \frac{1}{2} \right) \right) \\ &&&= \frac12 = \frac{1}{1+1} \end{align*} Therefore the base case is true. Inductive step: Suppose our statement is true for some \(n = k\), ie \begin{align*} && \frac{k}{k+1} &= \tan \left ( \sum_{m=1}^k \arctan \left ( \frac{1}{2m^2} \right) \right) \\ \Rightarrow && \tan S_{k+1} &= \tan \left ( \sum_{m=1}^k \arctan \left ( \frac{1}{2m^2} \right) + \arctan \left ( \frac{1}{2 (k+1)^2} \right) \right) \\ &&&= \frac{\tan S_k + \tan \left ( \arctan \left ( \frac{1}{2 (k+1)^2} \right) \right)}{1-\tan S_k \tan \left ( \arctan \left ( \frac{1}{2 (k+1)^2} \right) \right)} \\ &&&= \frac{\frac{k}{k+1} + \frac{1}{2(k+1)^2}}{1-\frac{k}{k+1} \frac{1}{2(k+1)^2}} \\ &&&= \frac{2k(k+1)^2+(k+1)}{2(k+1)^3-k} \\ &&&= \frac{k+1}{(k+1)+1} \end{align*} Therefore it is true for \(n=k+1\). Conclusion: Therefore by the principle of mathematical induction since our statement is true for \(n=1\) and if it is true for \(n=k\) it is true for \(n=k+1\) it is true for all \(n\geq1\) Since \(S_n < \frac12 \pi\) for all \(n\), we must have \(\arctan \frac{n}{n+1} = S_n\)
  2. \(\tan (2\alpha_n) = \frac{4n^2}{4n^4-1} = \frac{2n^2+2n^2}{(2n^2)(2n^2)-1} = \frac{\frac{1}{2n^2}+\frac{1}{2n^2}}{1-\frac{1}{2n^2}\frac{1}{2n^2}} \Rightarrow \tan (\alpha_n) = \arctan \frac{1}{2n^2}\). In particular \(\displaystyle \sum_{n=1}^{N} \alpha_n = \arctan \frac{n}{n+1} \Rightarrow \sum_{n=1}^{\infty} \alpha_n \to \arctan 1 = \frac{\pi}{4} \)

2015 Paper 2 Q6
D: 1600.0 B: 1504.2

  1. Show that \[ \mathrm{sec}^2\left(\tfrac14\pi-\tfrac12 x\right)=\frac{2}{1+\sin x} \,. \] Hence integrate \(\dfrac{1}{1+\sin x}\) with respect to \(x\).
  2. By means of the substitution \(y=\pi -x\), show that \[ \int_0^\pi x \f (\sin x)\, \d x = \frac \pi 2 \int_0^\pi \f(\sin x) \, \d x ,\] where \(\mathrm{f}\) is any function for which these integrals exist. Hence evaluate \[ \int_0^\pi \frac x {1+\sin x} \, \d x \,. \]
  3. Evaluate \[ \int_0^\pi\frac{ 2x^3 -3\pi x^2}{(1+\sin x)^2}\, \d x .\]

2015 Paper 2 Q7
D: 1600.0 B: 1484.0

A circle \(C\) is said to be {\em bisected} by a curve \(X\) if \(X\) meets \(C\) in exactly two points and these points are diametrically opposite each other on \(C\).

  1. Let \(C\) be the circle of radius \(a\) in the \(x\)-\(y\) plane with centre at the origin. Show, by giving its equation, that it is possible to find a circle of given radius \(r\) that bisects \(C\) provided \(r>a\). Show that no circle of radius \(r\) bisects \(C\) if \(r\le a\,\).
  2. Let \(C_1\) and \(C_2\) be circles with centres at \((-d,0)\) and \((d,0)\) and radii \(a_1\) and \(a_2\), respectively, where \(d>a_1\) and \(d>a_2\). Let \(D\) be a circle of radius~\(r\) that bisects both \(C_1\) and \(C_2\). Show that the \(x\)-coordinate of the centre of \(D\) is \(\dfrac{a_2^2 - a_1^2}{4d}\). Obtain an expression in terms of \(d\), \(r\), \(a_1\) and \(a_2\) for the \(y\)-coordinate of the centre of~\(D\), and deduce that \(r\) must satisfy \[ 16r^2d^2 \ge \big (4d^2 +(a_2-a_1)^2\big) \, \big (4d^2 +(a_2+a_1)^2\big) \,. \]

2015 Paper 2 Q8
D: 1600.0 B: 1500.0

\noindent

\psset{xunit=1.0cm,yunit=1.0cm,algebraic=true,dimen=middle,dotstyle=o,dotsize=3pt 0,linewidth=0.3pt,arrowsize=3pt 2,arrowinset=0.25} \begin{pspicture*}(-2.94,-1.87)(7.07,3.86) \pscircle(0,1){1.25} \pscircle(3,0){0.55} \rput[tl](5.33,-0.41){\(P\)} \psline(-2.44,-0.03)(6.18,-0.85) \psline(-2.04,3.71)(6.55,-1.48) \rput[tl](-0.18,1.1){\(C_1\)} \rput[tl](2.85 ,0.15){\(C_2\)} \rput[tl](-0.65,3.29){\(L'\)} \rput[tl](-1.5,-0.34){\(L\)} \end{pspicture*}
The diagram above shows two non-overlapping circles \(C_1\) and \(C_2\) of different sizes. The lines \(L\) and \(L'\) are the two common tangents to \(C_1\) and \(C_2\) such that the two circles lie on the same side of each of the tangents. The lines \(L\) and \(L'\) intersect at the point \(P\) which is called the {\em focus} of \(C_1\) and \(C_2\).
  1. Let \({\bf x}_1\) and \({\bf x}_2\) be the position vectors of the centres of \(C_1\) and \(C_2\), respectively. Show that the position vector of \(P\) is \[ \frac{r_1 {\bf x}_2- r_2 {\bf x}_1}{r_1-r_2} \,, \] where \(r_1\) and \(r_2\) are the radii of \(C_1\) and \(C_2\), respectively.
  2. The circle \(C_3\) does not overlap either \(C_1\) or \(C_2\) and its radius, \(r_3\), satisfies \(r_1 \ne r_3 \ne r_2\). The focus of \(C_1\) and \(C_3\) is \(Q\), and the focus of \(C_2\) and \(C_3\) is \(R\). Show that \(P\), \(Q\) and~\(R\) lie on the same straight line.
  3. Find a condition on \(r_1\), \(r_2\) and \(r_3\) for \(Q\) to lie half-way between \(P\) and \(R\).

2015 Paper 2 Q9
D: 1600.0 B: 1484.0

An equilateral triangle \(ABC\) is made of three light rods each of length \(a\). It is free to rotate in a vertical plane about a horizontal axis through \(A\). Particles of mass \(3m\) and \(5m\) are attached to \(B\) and \(C\) respectively. Initially, the system hangs in equilibrium with \(BC\) below \(A\).

  1. Show that, initially, the angle \(\theta\) that \(BC\) makes with the horizontal is given by \(\sin\theta = \frac17\).
  2. The triangle receives an impulse that imparts a speed \(v\) to the particle \(B\). Find the minimum speed \(v_0\) such that the system will perform complete rotations if \(v>v_0\).


Solution:

TikZ diagram
  1. The sine rule tells us: \begin{align*} && \frac{\frac58 a}{\sin(30^\circ + \theta)} &= \frac{a}{\sin(90^{\circ}-\theta)} \\ \Rightarrow &&\frac58 \cos \theta &= \frac12 \cos \theta+ \frac{\sqrt{3}}2 \sin \theta \\ \Rightarrow && \frac{1}{4\sqrt{3}} &= \tan \theta \\ \Rightarrow && \sin \theta &= \sqrt{\frac{1}{48+1}} = \frac17 \end{align*}
  2. \(\,\) \begin{align*} && \text{initial energy} &= \frac12(5m)v^2 + \frac12 (3m)v^2 - 3m \cdot g \cdot a \cos(30^{\circ}+\theta) -5m \cdot g \cdot a\cos(30^\circ - \theta) \\ &&&= 4m v^2 - amg(4\sqrt{3} \cos \theta + \sin \theta) \\ &&&= 4mv^2 - 7amg \\ && \text{energy at top} &= \frac12 m v_{top}^2 + 7amg \end{align*} We need this equation to be positive for all values of \(v_{top} \geq 0\), so \(4mv^2 \geq 14amg \Rightarrow v_0 = \sqrt{\frac{7ag}2}\)

2015 Paper 2 Q10
D: 1600.0 B: 1516.0

A particle of mass \(m\) is pulled along the floor of a room in a straight line by a light string which is pulled at constant speed \(V\) through a hole in the ceiling. The floor is smooth and horizontal, and the height of the room is \(h\). Find, in terms of \(V\) and \(\theta\), the speed of the particle when the string makes an angle of \(\theta\) with the vertical (and the particle is still in contact with the floor). Find also the acceleration, in terms of \(V\), \(h\) and \(\theta\). Find the tension in the string and hence show that the particle will leave the floor when \[ \tan^4\theta = \frac{V^2}{gh}\,. \]