Problems

Filters
Clear Filters
1988 Paper 3 Q14
D: 1700.0 B: 1484.0

A small heavy bead can slide smoothly in a vertical plane on a fixed wire with equation \[ y=x-\frac{x^{2}}{4a}, \] where the \(y\)-axis points vertically upwards and \(a\) is a positive constant. The bead is projected from the origin with initial speed \(V\) along the wire.

  1. Show that for a suitable value of \(V\), to be determined, a motion is possible throughout which the bead exerts no pressure on the wire.
  2. Show that \(\theta,\) the angle between the particle's velocity at time \(t\) and the \(x\)-axis, satisfies \[ \frac{4a^{2}\dot{\theta}^{2}}{\cos^{6}\theta}+2ga(1-\tan^{2}\theta)=V^{2}. \]


Solution:

  1. The condition that the bead exerts no pressure on the wire is equivalent to the condition that the wire exerts no force on the bead. (Newton's Third Law). This is equivalent to the bead being projected under gravity. Notice that the initial projection is at \(45^{\circ}\) since \(\frac{dy}{dx}|_{x=0} = 1\). The position of the particle (under gravity) at time \(t\) is \(x = \frac{1}{\sqrt{2}}Vt\) and \(y = \frac{1}{\sqrt{2}}Vt - \frac12 gt^2 = x - \frac{1}{2}g \frac{2x^2}{V^2} = x - \frac{g}{V^2}x^2\). Therefore they follow the same trajectory if \(\frac{g}{V^2} = \frac{1}{4a} \Leftrightarrow V = 2\sqrt{ag}\)
  2. First note that the wire does no work as it is perpendicular to the velocity, so it is fine to use conservation of momentum. If we take our \(0\) GPE level to be be \(x = 0\), then we notice the initial energy is \(\frac12mV^2\). Secondly, notice that \(\tan \theta = \frac{\d y}{\d x} = 1- \frac{x}{2a} \Rightarrow x = 2a - 2a \tan \theta\) \begin{align*} y &= 2a(1-\tan \theta) - \frac{4a^2(1-\tan \theta)^2}{4a}\\ &= (1-\tan \theta)(2a-a(1-\tan \theta)) \\ &= a(1-\tan \theta)(1+\tan \theta) \\ &= a(1-\tan^2 \theta) \end{align*} GPE \(mga(1-\tan^2 \theta)\). To calculate the kinetic energy, notice that \(\dot{x} = v \cos \theta \dot{\theta}\) and \(\dot{x} = -2a\sec^2 \theta\dot{\theta} \Rightarrow v = -\frac{2a\dot{\theta} }{\cos^{3} \theta}\). Therefore, energy at time \(t\) is: \begin{align*} && \frac12 m V^2 &= \frac12 m \l - \frac{2a\dot{\theta}}{\cos^3 \theta} \r^2 + mga(1-\tan^2 \theta) \\ \Rightarrow && V^2 &= \frac{4a^2\dot{\theta}^2}{\cos^6 \theta} + 2ag(1-\tan^2 \theta) \end{align*}

1988 Paper 3 Q15
D: 1700.0 B: 1486.2

Each day, books returned to a library are placed on a shelf in order of arrival, and left there. When a book arrives for which there is no room on the shelf, that book and all books subsequently returned are put on a trolley. At the end of each day, the shelf and trolley are cleared. There are just two-sizes of book: thick, requiring two units of shelf space; and thin, requiring one unit. The probability that a returned book is thick is \(p\), and the probability that it is thin is \(q=1-p.\) Let \(M(n)\) be the expected number of books that will be put on the shelf, when the length of the shelf is \(n\) units and \(n\) is an integer, on the assumption that more books will be returned each day than can be placed on the shelf. Show, giving reasoning, that

  1. \(M(0)=0;\)
  2. \(M(1)=q;\)
  3. \(M(n)-qM(n-1)-pM(n-2)=1,\) for \(n\geqslant2.\)
Verify that a possible solution to these equations is \[ M(n)=A(-p)^{n}+B+Cn, \] where \(A,B\) and \(C\) are numbers independent of \(n\) which you should express in terms of \(p\).


Solution:

  1. \(M(0) = 0\) since if there's no space on the shelf, we wont be able to put any books on the shelf.
  2. If the shelf has length \(1\) it can only fit a thin book. For a thin book to be placed on the shelf, the very first book which comes to be placed must be thin. But this happens with probability \(q\). Therefore \(M(1) = q\).
  3. Suppose no books have been placed on the shelf, then with probability \(p\) a large book gets placed on the shelf, and the expected number of books to be placed on the shelf is equivalent to how many books will be placed on the shelf if the shelf only had \(n-2\) spaces. This is \(M(n-2)\). Similar if the book which arrives first is thin (with probability \(q\)) then there will be \(M(n-1)\) more books placed on the shelf in expectation. We've just added \(1\) more book, therefore \(M(n) = 1+pM(n-2) + qM(n-1)\) or rearranging \(M(n) - qM(n-1) - pM(n-2) = 1\).
Suppose \(M(n) = (-p)^n\), notice that: \begin{align*} M(n) - qM(n-1) - pM(n-2) &= (-p)^n - (1-p)(-p)^n - p(-p)^{n-2} \\ &= (-p)^{n-2}(p^2+(1-p)p-p) \\ &= 0 \end{align*} Suppose \(M(n) = B\), notice that: \begin{align*} M(n) - qM(n-1) - pM(n-2) &= B - (1-p)B - pB \\ &= 0 \end{align*} Finally, if \(M(n) = Cn\) notice that: \begin{align*} M(n) - qM(n-1) - pM(n-2) &= Cn - (1-p)C(n-1) - pC(n-2) \\ &= C(n(1-(1-p)+p)+(1-p)+2p) \\ &= C(1+p) \end{align*} Therefore if \(C = \frac{1}{1+p}\) we have that: \(M(n) = A(-p)^n + B + Cn\) satisfies our recurrence. We also need \(M(0) = 0\) and \(M(1) = q\) \begin{align*} 0 &= M(0) \\ &= A + B \\ 1-p &= M(1) \\ &= -pA+B \end{align*} \((1+p)A = p-1 \Rightarrow A = \frac{p-1}{1+p}, B = \frac{1-p}{1+p}\). Therefore: \[ M(n) = -\frac{1-p}{1+p}(-p)^n + \frac{1-p}{1+p} + \frac{n}{1+p} \] is a possible solution to this equation

1988 Paper 3 Q16
D: 1700.0 B: 1610.5

Balls are chosen at random without replacement from an urn originally containing \(m\) red balls and \(M-m\) green balls. Find the probability that exactly \(k\) red balls will be chosen in \(n\) choices \((0\leqslant k\leqslant m,0\leqslant n\leqslant M).\) The random variables \(X_{i}\) \((i=1,2,\ldots,n)\) are defined for \(n\leqslant M\) by \[ X_{i}=\begin{cases} 0 & \mbox{ if the \(i\)th ball chosen is green}\\ 1 & \mbox{ if the \(i\)th ball chosen is red. } \end{cases} \] Show that

  1. \(\mathrm{P}(X_{i}=1)=\dfrac{m}{M}.\)
  2. \(\mathrm{P}(X_{i}=1\mbox{ and }X_{j}=1)=\dfrac{m(m-1)}{M(M-1)}\), for \(i\neq j\).
Find the mean and variance of the random variable \(X\) defined by \[ X=\sum_{i=1}^{n}X_{i}. \]


Solution: There are \(\displaystyle \binom{m}{k} \binom{M-m}{n-k}\) ways to choose \(k\) red and and \(n-k\) green balls out of a total \(\displaystyle \binom{M}{n}\) ways to choose balls. Therefore the probability is: \[ \mathbb{P}(\text{exactly }k\text{ red balls in }n\text{ choices}) = \frac{\binom{m}{k} \binom{M-m}{n-k}}{ \binom{M}{n}}\]

  1. Note that there is nothing special about the \(i\)th ball chosen. (We could consider all draws look at the \(i\)th ball, or consider all draws apply a permutation to make the \(i\)th ball the first ball, and both would look like identical sequences). Therefore \(\mathbb{P}(X_i = 1) = \mathbb{P}(X_1 = 1) = \frac{m}{M}\).
  2. Similarly we could apply a permutation to all sequences which takes the \(i\)th ball to the first ball and the \(j\)th ball to the second ball, therefore: \begin{align*} \mathbb{P}(X_i = 1, X_j = 1) &= \mathbb{P}(X_1 = 1, X_2 = 1) \\ &= \mathbb{P}(X_1 = 1) \cdot \mathbb{P}(X_2 = 1 | X_1 = 1) \\ &= \frac{m}{M} \cdot \frac{m-1}{M-1} \\ &= \frac{m(m-1)}{M(M-1)} \end{align*}
So: \begin{align*} \mathbb{E}(X) &= \mathbb{E}(\sum_{i=1}^{n}X_{i}) \\ &= \sum_{i=1}^{n}\mathbb{E}(X_{i}) \\ &= \sum_{i=1}^{n} 1\cdot\mathbb{P}(X_i = 1) \\ &= \sum_{i=1}^{n} \frac{m}{M} \\ &= \frac{mn}{M} \end{align*} and \begin{align*} \mathbb{E}(X^2) &= \mathbb{E}\left[\left(\sum_{i=1}^{n}X_{i} \right)^2 \right] \\ &= \mathbb{E}\left[\sum_{i=1}^n X_i^2 + 2 \sum_{i < j} X_i X_j \right] \\ &= \sum_{i=1}^n \mathbb{E}(X_i^2) + 2 \sum_{i < j} \mathbb{E}(X_i X_j) \\ &= \frac{nm}{M} + n(n-1) \frac{m(m-1)}{M(M-1)} \\ \textrm{Var}(X) &= \mathbb{E}(X^2) - (\mathbb{E}(X))^2 \\ &= \frac{nm}{M} + n(n-1) \frac{m(m-1)}{M(M-1)} - \frac{n^2m^2}{M^2} \\ &= \frac{nm}{M} \left (1-\frac{nm}{M}+(n-1)\frac{m-1}{M-1} \right) \\ &= \frac{nm}{M} \left ( \frac{M(M-1)-(M-1)nm+(n-1)(m-1)M}{M(M-1)} \right) \\ &= \frac{nm}{M} \frac{(M-m)(M-n)}{M(M-1)} \\ &= n \frac{m}{M} \frac{M-m}{M} \frac{M-n}{M-1} \end{align*} Note: This is a very nice way of deriving the mean and variance of the hypergeometric distribution

1987 Paper 1 Q1
D: 1500.0 B: 1500.0

Find the stationary points of the function \(\mathrm{f}\) given by \[ \mathrm{f}(x)=\mathrm{e}^{ax}\cos bx,\mbox{ }(a>0,b>0). \] Show that the values of \(\mathrm{f}\) at the stationary points with \(x>0\) form a geometric progression with common ratio \(-\mathrm{e}^{a\pi/b}\). Give a rough sketch of the graph of \(\mathrm{f}\).


Solution: Let \(f(x) = e^{ax} \cos bx\) then, \(f'(x) = ae^{ax} \cos bx - be^{ax} \sin bx = e^{ax} \l a\cos bx - b \sin bx \r\). Therefore the stationary points are where \(f'(x) = 0 \Leftrightarrow \tan bx = \frac{b}a\), ie \(x = \tan^{-1} \frac{a}{b} + \frac{n}{b} \pi, n \in \mathbb{Z}\). \begin{align*} f(\tan^{-1} \frac{a}{b} + \frac{n}{b} \pi) &= e^{a \tan^{-1} \frac{a}{b} + \frac{an}{b} \pi} \cos \l b \tan^{-1} \frac{a}{b} +n \pi\r \\ &= e^{a \tan^{-1} \frac{a}{b}} \cos \l b \tan^{-1} \frac{a}{b}\r \cdot e^{\frac{an}{b} \pi}(-1)^n \\ &= e^{a \tan^{-1} \frac{a}{b}} \cos \l b \tan^{-1} \frac{a}{b}\r \cdot (-e^{\frac{a}{b} \pi})^n \\ \end{align*} showing the form the desired geometric progression.

TikZ diagram

1987 Paper 1 Q2
D: 1500.0 B: 1500.0

TikZ diagram
\par
The region \(A\) between concentric circles of radii \(R+r\), \(R-r\) contains \(n\) circles of radius \(r\). Each circle of radius \(r\) touches both of the larger circles as well as its two neighbours of radius \(r\), as shown in the figure. Find the relationship which must hold between \(n,R\) and \(r\). Show that \(Y\), the total area of \(A\) outside the circle of radius \(r\) and adjacent to the circle of radius \(R-r\), is given by \[ Y=nr\sqrt{R^{2}-r^{2}}-\pi(R-r)^{2}-n\pi r^{2}\left(\frac{1}{2}-\frac{1}{n}\right). \] Find similar expressions for \(X\), the total area of \(A\) outside the circles of radius \(r\) and adjacent to the circle of radius \(R+r\), and for \(Z\), the total area inside the circle of radius \(r\). What value does \((X+Y)/Z\) approach when \(n\) becomes large?


Solution:

TikZ diagram
\par
The shown isoceles triangle has base \(2r\), and the two side lengths are \(R\). The angle at the center of the circle is \(\frac{2\pi}{n}\). The height of the triangle (by Pythagoras) is \(\sqrt{R^2-r^2}\) and so the area enclosed in the triangle is \(\frac12 2r \sqrt{R^2-r^2}\). The area in the three sectors are: \(\frac{\pi}{n}(R-r)^2\), two sets of \(\frac12(\frac12 \l \pi - \frac{2\pi}{n}\r)r^2 = \l\frac{1}{2} - \frac{1}{n} \r \frac12 \pi r^2\). Therefore the remaining area \(Y/n\) is \(r \sqrt{R^2-r^2} -\frac{\pi}{n}(R-r)^2 - \l\frac{1}{2} - \frac{1}{n} \r \pi r^2\). Multiplying this by \(n\) we get the desired result. For \(X\) we can look at the larger sector, which we obtain using the extension of this triangle. This has area \(\frac12 \frac{2 \pi}{n} (R+r)^2\). The areas to be removed are the area of the triangle: \(r \sqrt{R^2-r^2}\) and the areas of the two sectors, which have radii \(r\) and angles \(\pi - \l \frac12 -\frac1{n} \r\pi = \l \frac{1}{2} + \frac{1}{n} \r \pi\). Therefore the area for \(X/n\) is \(\frac{\pi}{n} (R+r)^2 - r \sqrt{R^2-r^2} - \l \frac{1}{2} + \frac{1}{n} \r \pi r^2\) and so \(X\) has area: \[ X = \pi (R+r)^2 - nr \sqrt{R^2-r^2} - n\pi r^2\l \frac{1}{2} +\frac{1}{n} \r \] \(Z = n\pi r^2\) \begin{align*} \frac{(X+Y)}{Z} &= \frac{\pi (R+r)^2 - nr \sqrt{R^2-r^2} - n\pi r^2\l \frac{1}{2} +\frac{1}{n} \r}{n \pi r^2 }\\ &= \qquad \frac{nr\sqrt{R^{2}-r^{2}}-\pi(R-r)^{2}-n\pi r^{2}\left(\frac{1}{2}-\frac{1}{n}\right)}{n \pi r^2} \\ &= \frac{4\pi R r - n \pi r^2}{n\pi r^2} \\ &= \frac{4R-nr}{n r} \\ &= \frac{4R}{nr} - 1 \end{align*} Since \(\frac{r}{R} = \sin \frac{\pi}{n}\) we have: \begin{align*} \frac{(X+Y)}{Z} &= \frac{4R}{nr} - 1 \\ &= \frac{4}{n \sin \frac{\pi}n} - 1 \\ & \to \frac{4}{\pi} - 1 \end{align*}

1987 Paper 1 Q3
D: 1500.0 B: 1500.0

By substituting \(y(x)=xv(x)\) in the differential equation \[ x^{3}\frac{\mathrm{d}v}{\mathrm{d}x}+x^{2}v=\frac{1+x^{2}v^{2}}{\left(1+x^{2}\right)v}, \] or otherwise, find the solution \(v(x)\) that satisfies \(v=1\) when \(x=1\). What value does this solution approach when \(x\) becomes large?


Solution: Let \(y = xv\) then \(y' = v + xv'\) and so \(x^2y' = x^2v + x^3v'\) Our differential equation is now: \begin{align*} && x^2 y' &= \frac{1+y^2}{(1+x^2)\frac{y}{x}} \\ \Rightarrow && xy' &= \frac{(1+y^2)}{(1+x^2)y} \\ \Rightarrow && \frac{y}{1+y^2} \frac{\d y}{\d x} &= \frac{1}{x(1+x^2)} \\ \Rightarrow && \frac{y}{1+y^2} \frac{\d y}{\d x} &= \frac{1}{x} - \frac{x}{1+x^2} \\ \Rightarrow && \frac12 \ln(1+y^2) &= \ln x - \frac12 \ln(1+x^2) + C \\ \Rightarrow && \frac12 \ln (1 + y^2) &= \frac12 \ln \l \frac{x^2}{1+x^2}\r + C \\ \Rightarrow && 1+y^2 &= \frac{Dx^2}{1+x^2} \\ \Rightarrow && D &= 4 \quad \quad: (x = 1, v = 1, y = 1) \\ \Rightarrow && 1 + x^2v^2&= \frac{4x^2}{1+x^2}\\ \Rightarrow && v^2 &= \frac{3x^2-1}{x^2(1+x^2)} \\ \Rightarrow && v &= \sqrt{\frac{3x^2-1}{x^2(1+x^2)}} \\ \end{align*} As \(x \to \infty\), \(v \to 0\)

1987 Paper 1 Q4
D: 1500.0 B: 1500.0

Show that the sum of the infinite series \[ \log_{2}\mathrm{e}-\log_{4}\mathrm{e}+\log_{16}\mathrm{e}-\ldots+(-1)^{n}\log_{2^{2^{n}}}\mathrm{e}+\ldots \] is \[ \frac{1}{\ln(2\sqrt{2})}. \] {[}\(\log_{a}b=c\) is equivalent to \(a^{c}=b\).{]}


Solution: Let \(S = \log_{2}\mathrm{e}-\log_{4}\mathrm{e}+\log_{16}\mathrm{e}-\ldots+(-1)^{n}\log_{2^{2^{n}}}\mathrm{e}+\ldots\) then \begin{align*} S &= \sum_{n=0}^{\infty} (-1)^n \log_{2^{2^n}} e \\ &= \sum_{n=0}^{\infty} (-1)^n \frac{\log e}{\log {2^{2^n}}} \\ &= \sum_{n=0}^{\infty} (-1)^n \frac{\log e}{2^n\log {2}} \\ &= \frac{\log e}{\log 2} \sum_{n=0}^{\infty} \frac{(-1)^n}{2^n} \\ &= \frac{1}{\log_e 2} \frac{1}{1+\frac12} \\ &= \frac{1}{\ln (2^{3/2})} \\ &= \frac{1}{\ln (2 \sqrt{2})} \end{align*}

1987 Paper 1 Q5
D: 1500.0 B: 1500.0

Using the substitution \(x=\alpha\cos^{2}\theta+\beta\sin^{2}\theta,\) show that, if \(\alpha<\beta\), \[ \int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x=\pi. \] What is the value of the above integral if \(\alpha>\beta\)? Show also that, if \(0<\alpha<\beta\), \[ \int_{\alpha}^{\beta}\frac{1}{x\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x=\frac{\pi}{\sqrt{\alpha\beta}}. \]


Solution: Using the suggested substitution, we can find. \begin{align*} && x &=\alpha\cos^{2}\theta+\beta\sin^{2}\theta \\ && x-\alpha &=\alpha(\cos^{2}\theta-1)+\beta\sin^{2}\theta \\ &&& = (\beta - \alpha) \sin^2 \theta \\ && \beta - x &= -\alpha\cos^{2}\theta+\beta(1-\sin^{2}\theta) \\ &&&= (\beta-\alpha)\cos^2 \theta \\ && x &=\alpha\cos^{2}\theta+\beta\sin^{2}\theta \\ \Rightarrow && \frac{dx}{d\theta} &= (\beta - \alpha) 2 \cos \theta \sin\theta \\ \\ &&\int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x &= \int_0^{\pi/2} \frac{1}{(\beta - \alpha)\sin\theta \cos \theta} (\beta - \alpha) 2 \cos \theta \sin \theta \, d \theta \\ &&&= \int_0^{\pi/2} \frac{1}{\bcancel{(\beta - \alpha)}\bcancel{\sin\theta \cos \theta}} \bcancel{(\beta - \alpha)} 2 \bcancel{\cos \theta \sin \theta} \, d \theta \\ &&&= \int_0^{\pi/2} 2 d \theta \\ && &= 2 \frac{\pi}{2} = \boxed{\pi} \end{align*} If \(\alpha > \beta\) we can rewrite the integral as: \begin{align*} \int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x &= \int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\beta)(\alpha-x)}}\,\mathrm{d}x \\ &= -\int_{\beta}^{\alpha}\frac{1}{\sqrt{(x-\beta)(\alpha-x)}}\,\mathrm{d}x \\ &= -\pi \end{align*} Where the last step we are directly using the first integral with the use of \(\alpha\) and \(\beta\) reversed. Finally, using the substitution \(xt = 1\), we fortunately lose the \(\frac1{x}\) term: \begin{align*} && x &= \frac{1}{t} \\ && \frac{dx}{dt} &= -\frac1{t^2} \\ \\ && \int_{\alpha}^{\beta}\frac{1}{x\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x &= \int_{\alpha}^{\beta}\frac{t}{\sqrt{(\frac{1}{t}-\alpha)(\beta-\frac{1}{t})}} \frac{-1}{t^2}\,\mathrm{d}t \\ && &= \int_{\frac1{\alpha}}^{\frac1\beta}\frac{-1}{\sqrt{(1-t\alpha)(t\beta-1)}}\,\mathrm{d}t \\ && &= \int_{\frac1{\alpha}}^{\frac1\beta}\frac{-1}{\sqrt{\alpha\beta}\sqrt{(\frac1{\alpha}-t)(t-\frac1{\beta})}}\,\mathrm{d}t \\ && &= \frac1{\sqrt{\alpha\beta}}\int_{\frac1{\alpha}}^{\frac1\beta}\frac{-1}{\sqrt{(\frac1{\alpha}-t)(t-\frac1{\beta})}}\,\mathrm{d}t \\ &&&= \boxed{\frac{\pi}{\sqrt{\alpha\beta}}} \end{align*} Where again the last step we are using the intermediate integral, with the roles of \(\alpha\) and \(\beta\) replaced with \(\frac{1}{\beta}\) and \(\frac1{\alpha}\)

1987 Paper 1 Q6
D: 1500.0 B: 1500.0

Let \(y=\mathrm{f}(x)\), \((0\leqslant x\leqslant a)\), be a continuous curve lying in the first quadrant and passing through the origin. Suppose that, for each non-negative value of \(y\) with \(0\leqslant y\leqslant\mathrm{f}(a)\), there is exactly one value of \(x\) such that \(\mathrm{f}(x)=y\); thus we may write \(x=\mathrm{g}(y)\), for a suitable function \(\mathrm{g}.\) For \(0\leqslant s\leqslant a,\) \(0\leqslant t\leqslant \mathrm{f}(a)\), define \[ \mathrm{F}(s)=\int_{0}^{s}\mathrm{f}(x)\,\mathrm{d}x,\qquad\mathrm{G}(t)=\int_{0}^{t}\mathrm{g}(y)\,\mathrm{d}y. \] By a geometrical argument, show that \[ \mathrm{F}(s)+\mathrm{G}(t)\geqslant st.\tag{*} \] When does equality occur in \((*)\)? Suppose that \(y=\sin x\) and that the ranges of \(x,y,s,t\) are restricted to \(0\leqslant x\leqslant s\leqslant\frac{1}{2}\pi,\) \(0\leqslant y\leqslant t\leqslant1\). By considering \(s\) such that the equality holds in \((*)\), show that \[ \int_{0}^{t}\sin^{-1}y\,\mathrm{d}y=t\sin^{-1}t-\left(1-\cos(\sin^{-1}t)\right). \] Check this result by differentiating both sides with respect to \(t\).


Solution:

TikZ diagram
The blue area is \(F(s)\) the red area is \(G(t)\), the dashed rectangle (which is a subset of the red and blue areas) has area \(st\) therefore \(F(s) + G(t) \geq st\). Equality holds if \(f(s) = t\). \begin{align*} && \int_0^t \sin^{-1} y \d y + \int_0^{\sin^{-1} t} \sin x \d x &= t \sin^{-1} t \\ \Rightarrow && \int_0^t \sin^{-1} y \d y &= t \sin^{-1} t - \left [ -\cos (x) \right]_0^{\sin^{-1} t} \\ &&&= t \sin^{-1} t - (1- \cos (\sin^{-1} t)) \end{align*} Let \(y = t \sin^{-1} t - (1- \cos (\sin^{-1} t))\) then, \begin{align*} \frac{\d y}{\d t} &= \sin^{-1} t +t \frac{\d}{\d t} \l \sin^{-1} (t) \r - \sin ( \sin^{-1} t) \frac{\d}{\d t} \l \sin^{-1} (t) \r \\ &= \sin^{-1} t \end{align*} as required

1987 Paper 1 Q7
D: 1500.0 B: 1500.0

Sum each of the series \[ \sin\left(\frac{2\pi}{23}\right)+\sin\left(\frac{6\pi}{23}\right)+\sin\left(\frac{10\pi}{23}\right)+\cdots+\sin\left(\frac{38\pi}{23}\right)+\sin\left(\frac{42\pi}{23}\right) \] and \[ \sin\left(\frac{2\pi}{23}\right)-\sin\left(\frac{6\pi}{23}\right)+\sin\left(\frac{10\pi}{23}\right)-\cdots-\sin\left(\frac{38\pi}{23}\right)+\sin\left(\frac{42\pi}{23}\right), \] giving each answer in terms of the tangent of a single angle. {[}No credit will be given for a numerical answer obtained purely by use of a calculator.{]}


Solution: \(\sin x = \frac{e^{ix} - e^{-ix}}{2i}\). Also let \(z = e^{ \frac{2\pi i}{23}}\) \begin{align*} \sum_{k=0}^{10} \sin \l \frac{(4k +2)\pi}{23} \r &= \sum_{k=0}^{10} \textrm{Im} \l \exp\l \frac{(4k +2)\pi i}{23} \r \r \\ &= \textrm{Im} \l \sum_{k=0}^{10} \exp\l \frac{(4k +2)\pi i}{23} \r \r \\ &= \textrm{Im} \l e^{ \frac{2\pi i}{23}} \sum_{k=0}^{10} z^{2k} \r \\ &= \textrm{Im} \l z \l \frac{z^{22}-1}{z^2-1} \r \r \\ &= \textrm{Im} \l z \l \frac{z^{11}(z^{11}-z^{-11})}{z(z-z^{-1})} \r \r \\ &= \textrm{Im} \l \frac{z^{11}2i \sin \frac{22 \pi}{23} }{2i \sin \frac{2 \pi}{23}} \r \r \\ &= \frac{\sin \frac{22 \pi}{23}}{\sin \frac{2 \pi}{23}} \textrm{Im} ( z^{11}) \\ &= \frac{\sin^2 \frac{22 \pi}{23}}{\sin \frac{2 \pi}{23}} \\ &= \frac{\sin^2 \frac{\pi}{23}}{2\sin \frac{\pi}{23}\cos \frac{\pi}{23}} \\ &= \frac12 \tan \frac{\pi}{23} \end{align*} Similarly, \begin{align*} \sum_{k=0}^{10} (-1)^k\sin \l \frac{(4k +2)\pi}{23} \r &= \sum_{k=0}^{10} \textrm{Im} \l (-1)^k\exp\l \frac{(4k +2)\pi i}{23} \r \r \\ &= \textrm{Im} \l \sum_{k=0}^{10} (-1)^k\exp\l \frac{(4k +2)\pi i}{23} \r \r \\ &= \textrm{Im} \l e^{ \frac{2\pi i}{23}} \sum_{k=0}^{10} (-1)^kz^{2k} \r \\ &= \textrm{Im} \l z \l \frac{z^{22}+1}{z^2+1} \r \r \\ &= \textrm{Im} \l z \l \frac{z^{11}(z^{11}+z^{-11})}{z(z+z^{-1})} \r \r \\ &= \textrm{Im} \l \frac{z^{11}2 \cos \frac{22 \pi}{23} }{2 \cos\frac{2 \pi}{23}} \r \r \\ &= \frac{\cos\frac{22 \pi}{23}}{\cos \frac{2 \pi}{23}} \textrm{Im} ( z^{11}) \\ &= \frac{\cos \frac{22 \pi}{23}\sin \frac{22 \pi}{23}}{\cos\frac{2 \pi}{23}} \\ &= \frac12 \frac{\sin \frac{44 \pi}{23}}{\cos\frac{2 \pi}{23}} \\ &= \frac12 \frac{-\sin \frac{2\pi}{23}}{\cos\frac{2 \pi}{23}} \\ &= -\frac12 \tan \frac{2\pi}{23} \end{align*}