Problems

Filters
Clear Filters

22 problems found

1999 Paper 1 Q2
D: 1484.0 B: 1468.7

A point moves in the \(x\)-\(y\) plane so that the sum of the squares of its distances from the three fixed points \((x_{1},y_{1})\), \((x_{2},y_{2})\), and \((x_{3},y_{3})\) is always \(a^{2}\). Find the equation of the locus of the point and interpret it geometrically. Explain why \(a^2\) cannot be less than the sum of the squares of the distances of the three points from their centroid. [The centroid has coordinates \((\bar x, \bar y)\) where \(3\bar x = x_1+x_2+x_3,\) $3\bar y =y_1+y_2+y_3. $]


Solution: \begin{align*} && a^2 &= d_1^2 + d_2^2 + d_3^2 \\ &&&= (x-x_1)^2+(y-y_1)^2 + (x-x_2)^2+(y-y_2)^2 + (x-x_3)^2+(y-y_3)^2 \\ &&&= \sum (x-\bar{x}+\bar{x}-x_i)^2 + \sum (y-\bar{y}+\bar{y}-y_i)^2 \\ &&&= \sum \left ( (x-\bar{x})^2+(\bar{x}-x_i)^2 + 2(x-\bar{x})(\bar{x}-x_i) \right)+ \sum \left ( (y-\bar{y})^2+(\bar{y}-y_i)^2 + 2(y-\bar{y})(\bar{y}-y_i) \right)\\ &&&= 3(x-\bar{x})^2 + \sum (\bar{x}-x_i)^2 + 6x\bar{x} -6\bar{x}^2-2x\sum x_i+2\bar{x}\sum x_i + \\ &&&\quad\quad\quad 3(y-\bar{y})^2 + \sum (\bar{y}-y_i)^2 + 6y\bar{y} -6\bar{y}^2-2y\sum y_i+2\bar{y}\sum y_i \\ &&&= 3(x-\bar{x})^2 + \sum (\bar{x}-x_i)^2+3(y-\bar{y})^2 + \sum (\bar{y}-y_i)^2 \\ \\ \Rightarrow && (x-\bar{x})^2+(y-\bar{y})^2 &= \frac13\left ( a^2- \sum \left((\bar{x}-x_i)^2+(\bar{y}-y_i)^2 \right) \right) \end{align*} Therefore the locus is a circle, centre \((\bar{x}, \bar{y})\). radius \(\sqrt{\frac13(a^2 - \text{sum of squares distances of centroid to vertices}})\). \(a^2\) cannot be less than this distance, because clearly the right hand side is always bigger than it!

1999 Paper 1 Q6
D: 1484.0 B: 1500.0

  1. Find the greatest and least values of \(bx+a\) for \(-10\leqslant x \leqslant 10\), distinguishing carefully between the cases \(b>0\), \(b=0\) and \(b<0\).
  2. Find the greatest and least values of \(cx^{2}+bx+a\), where \(c\ge0\), for \(-10\leqslant x \leqslant 10\), distinguishing carefully between the cases that can arise for different values of \(b\) and \(c\).


Solution:

  1. Case \(b > 0\). Then \(bx+a\) is increasing and the greatest value is \(10b+a\), and the least value \(a-10b\) Case \(b=0\), then \(a\) is constant and the greatest and least value is \(a\) Case \(b < 0\), then \(bx+a\) is decreasing and the greatest value is \(-10b+a\) and the least value is \(10b+a\)
  2. If \(c = 0\) we have the same cases as above. If \( c > 0\) the consider \(2cx+b\). if \(b-20c > 0\) then our function is increasing on our interval and the greatest value is \(100c+10b+a\) and the least value is \(100c-10b+a\) If \(20c+b < 0\) then our function is decreasing and that calculation is reversed. If neither of these are true, then the minimum will be when \(x = - \frac{b}{2c}\) and the max at one end point.

1996 Paper 1 Q4
D: 1484.0 B: 1500.0

Show that \[ \int_{0}^{1}\frac{1}{x^{2}+2ax+1}\,\mathrm{d}x=\begin{cases} \dfrac{1}{\sqrt{1-a^{2}}}\tan^{-1}\sqrt{\dfrac{1-a}{1+a}} & \text{ if }\left|a\right|<1,\\ \dfrac{1}{2\sqrt{a^{2}-1}}\ln |a+\sqrt{a^{2}-1}| & \text{ if }\left|a\right|>1. \end{cases} \]


Solution: First suppose \(|a| < 1\), then \begin{align*} && I &= \int_0^1 \frac{1}{x^2+2ax+1} \d x \\ &&&= \int_0^1 \frac{1}{(x+a)^2 +1-a^2} \d x \\ &&&= \int_0^1 \frac{1}{(x+a)^2 +(\sqrt{1-a^2})^2} \d x \tag{\(1-a^2 > 0\)}\\ &&&= \left [\frac{1}{\sqrt{1-a^2}} \tan^{-1} \frac{x+a}{\sqrt{1-a^2}} \right]_0^1 \\ &&&= \frac{1}{\sqrt{1-a^2}} \left ( \tan^{-1} \frac{a+1}{\sqrt{1-a^2}} - \tan^{-1} \frac{a}{\sqrt{1-a^2}} \right) \\ &&&= \frac{1}{\sqrt{1-a^2}} \tan^{-1} \left ( \frac{\frac{a+1}{\sqrt{1-a^2}}-\frac{a}{\sqrt{1-a^2}}}{1+\frac{(a+1)a}{1-a^2}} \right) \\ &&&= \frac{1}{\sqrt{1-a^2}} \tan^{-1} \left ( \frac{\frac{1}{\sqrt{1-a^2}}}{\frac{1+a}{1-a^2}} \right) \\ &&&= \frac{1}{\sqrt{1-a^2}} \tan^{-1} \left ( \frac{1-a}{\sqrt{1-a^2}}\right) \\ &&&= \frac{1}{\sqrt{1-a^2}} \tan^{-1} \sqrt { \frac{1-a}{1+a}} \\ \end{align*} Second, suppose \(|a| > 1\), then \begin{align*} && I &= \int_0^1 \frac{1}{x^2+2ax+1} \d x \\ &&&= \int_0^1 \frac{1}{(x+a)^2-(a^2-1)} \d x \\ &&&= \int_0^1 \frac{1}{(x+a-\sqrt{a^2-1})(x+a+\sqrt{a^2-1})} \d x \tag{\(a^2-1 > 0\)} \\ &&&= \frac{1}{2\sqrt{a^2-1}}\int_0^1 \left ( \frac{1}{x+a-\sqrt{a^2-1}} - \frac{1}{x+a+\sqrt{a^2-1}} \right) \d x \\ &&&= \frac{1}{2\sqrt{a^2-1}} \left [ \ln |x+a-\sqrt{a^2-1}|- \ln |x+a+\sqrt{a^2-1}| \right]_0^1 \\ &&&= \frac{1}{2\sqrt{a^2-1}} \left ( \ln |1+a-\sqrt{a^2-1}| - \ln|1+a+\sqrt{a^2-1}| - \ln|a-\sqrt{a^2-1}| +\ln|a + \sqrt{a^2-1}| \right) \\ &&&= \frac{1}{2\sqrt{a^2-1}} \ln | \frac{(1+a-\sqrt{a^2-1})(a+\sqrt{a^2-1})}{(1+a+\sqrt{a^2-1})(a-\sqrt{a^2-1})}|\\ &&&= \frac{1}{2\sqrt{a^2-1}} \ln |\frac{a+a^2-(a^2-1) +\sqrt{a^2-1}}{1+a-\sqrt{a^2-1}}| \\ &&&= \frac{1}{2\sqrt{a^2-1}} \ln |\frac{(1+a +\sqrt{a^2-1})^2}{(1+a)^2-(a^2-1)}| \\ &&&= \frac{1}{2\sqrt{a^2-1}} \ln |\frac{1+2a+a^2+a^2-1+2(1+a)\sqrt{a^2-1}}{2+2a}| \\ &&&= \frac{1}{2\sqrt{a^2-1}} \ln |a+\sqrt{a^2-1}| \\ \end{align*}

1994 Paper 1 Q4
D: 1484.0 B: 1628.6

Show that

  1. \(\dfrac{1-\cos\alpha}{\sin\alpha}=\tan\frac{1}{2}\alpha,\)
  2. if \(\left|k\right|<1\) then \({\displaystyle \int\frac{\mathrm{d}x}{1-2kx+x^{2}}=\frac{1}{\sqrt{1-k^{2}}}\tan^{-1}\left(\frac{x-k}{\sqrt{1-k^{2}}}\right)+C,}\) where \(C\) is a constant of integration.
Hence, or otherwise, show that if \(0<\alpha<\pi\) then \[ \int_{0}^{1}\frac{\sin\alpha}{1-2x\cos\alpha+x^{2}}\,\mathrm{d}x=\frac{\pi-\alpha}{2}. \]


Solution:

  1. \begin{align*} \frac{1-\cos \alpha}{\sin \alpha} &= \frac{1-(1-2\sin^2 \frac{\alpha}{2})}{2 \sin \frac \alpha2 \cos \frac\alpha2} \\ &= \frac{2 \sin^2 \frac \alpha2}{2 \sin \frac \alpha2 \cos \frac\alpha2} \\ &= \frac{\sin \frac \alpha2}{ \cos \frac\alpha2} \\ &= \tan \tfrac{\alpha}{2} \end{align*}
  2. \begin{align*} \int\frac{\mathrm{d}x}{1-2kx+x^{2}} &= \int \frac{\d x}{(x-k)^2+1-k^2} \\ &= \frac{1}{1-k^2}\int \frac{\d x}{\left (\frac{x-k}{\sqrt{1-k^2}} \right)^2+1} \\ &= \frac{1}{\sqrt{1-k^2}} \tan^{-1} \left (\frac{x-k}{\sqrt{1-k^2}} \right)+C \end{align*}
\begin{align*} \int_{0}^{1}\frac{\sin\alpha}{1-2x\cos\alpha+x^{2}}\,\mathrm{d}x &= \sin \alpha \left [\frac{1}{\sqrt{1-\cos ^2\alpha}} \tan^{-1} \left ( \frac{x - \cos \alpha}{\sqrt{1-\cos^2\alpha}} \right) \right]_0^1 \\ &= \tan^{-1} \left ( \frac{1 - \cos \alpha}{\sin \alpha} \right) -\tan^{-1} \left ( \frac{- \cos \alpha}{\sin \alpha} \right) \\ &= \tan^{-1} \tan \tfrac{\alpha}{2} + \tan^{-1} \cot \alpha \\ &= \frac{\alpha}{2} + \frac{\pi}{2} - \alpha \\ &= \frac{\pi-\alpha}{2} \end{align*}

1994 Paper 2 Q7
D: 1600.0 B: 1500.0

Show that the equation \[ ax^{2}+ay^{2}+2gx+2fy+c=0 \] where \(a>0\) and \(f^{2}+g^{2}>ac\) represents a circle in Cartesian coordinates and find its centre. The smooth and level parade ground of the First Ruritanian Infantry Division is ornamented by two tall vertical flagpoles of heights \(h_{1}\) and \(h_{2}\) a distance \(d\) apart. As part of an initiative test a soldier has to march in such a way that he keeps the angles of elevation of the tops of the two flagpoles equal to one another. Show that if the two flagpoles are of different heights he will march in a circle. What happens if the two flagpoles have the same height? To celebrate the King's birthday a third flagpole is added. Soldiers are then assigned to each of the three different pairs of flagpoles and are told to march in such a way that they always keep the tops of their two assigned flagpoles at equal angles of elevation to one another. Show that, if the three flagpoles have different heights \(h_{1},h_{2}\) and \(h_{3}\) and the circles in which the soldiers march have centres of \((x_{ij},y_{ij})\) (for the flagpoles of height \(h_{i}\) and \(h_{j}\)) relative to Cartesian coordinates fixed in the parade ground, then the \(x_{ij}\) satisfy \[ h_{3}^{2}\left(h_{1}^{2}-h_{2}^{2}\right)x_{12}+h_{1}^{2}\left(h_{2}^{2}-h_{3}^{2}\right)x_{23}+h_{2}^{2}\left(h_{3}^{2}-h_{1}^{2}\right)x_{31}=0, \] and the same equation connects the \(y_{ij}\). Deduce that the three centres lie in a straight line.

1991 Paper 2 Q1
D: 1600.0 B: 1484.0

Let \(\mathrm{h}(x)=ax^{2}+bx+c,\) where \(a,b\) and \(c\) are constants, and \(a\neq0\). Give a condition which \(a,b\) and \(c\) must satisfy in order that \(\mathrm{h}(x)\) can be written in the form \[ a(x+k)^{2},\tag{*} \] where \(k\) is a constant. If \(\mathrm{f}(x)=3x^{2}+4x\) and \(\mathrm{g}(x)=x^{2}-2\), find the two constant values of \(\lambda\) such that \(\mathrm{f}(x)+\lambda\mathrm{g}(x)\) can be written in the form \((*)\). Hence, or otherwise, find constants \(A,B,C,D,m\) and \(n\) such that \begin{alignat*}{1} \mathrm{f}(x) & =A(x+m)^{2}+B(x+n)^{2}\\ \mathrm{g}(x) & =C(x+m)^{2}+D(x+n)^{2}. \end{alignat*} If \(\mathrm{f}(x)=3x^{2}+4x\) and \(\mathrm{g}(x)=x^{2}+\alpha\) and it is given by that there is only one value of \(\lambda\) for which \(\mathrm{f}(x)+\lambda\mathrm{g}(x)\) can be written in the form \((*)\), find \(\alpha\).


Solution: For \(h(x)\) to be written in this form \(b^2=4ac\). Suppose \(f(x) = 3x^2+4x\), \(g(x) = x^2-2\). then, \begin{align*} && f(x) + \lambda g(x) &= (3+\lambda)x^2+4x - 2 \lambda \\ \Rightarrow && 0 &= 16 + 8(3+\lambda) \lambda \\ \Rightarrow && 0 &= 2+ 3 \lambda + \lambda^2 \\ &&&= (\lambda +1)(\lambda + 2) \\ \Rightarrow && \lambda &= -1 , -2 \\ \end{align*} \begin{align*} && f(x) - g(x) &= 2(x+1)^2 \\ && f(x) -2g(x) &= (x+2)^2 \\ \Rightarrow && g(x) &= 2(x+1)^2 - (x+2)^2 \\ && f(x) &= 4(x+1)^2 - (x+2)^2 \end{align*} Suppose \(f(x) = 3x^2+4x, g(x) = x^2 + \alpha\), then \begin{align*} && f(x) + \lambda g(x) &= (3+\lambda)x^2+4x+\lambda \alpha \\ \Rightarrow && 0 &= 16 -2\lambda \alpha(\lambda + 3) \\ && 0 &= \alpha \lambda^2 +3\lambda-8 \\ \Rightarrow && 0 &= 9 +32 \alpha \\ \Rightarrow && \alpha &= -\frac{9}{32} \end{align*}

1990 Paper 2 Q1
D: 1600.0 B: 1516.0

Prove that both \(x^{4}-2x^{3}+x^{2}\) and \(x^{2}-8x+17\) are non-negative for all real \(x\). By considering the intervals \(x\leqslant0\), \(0 < x\leqslant2\) and \(x > 2\) separately, or otherwise, prove that the equation \[ x^{4}-2x^{3}+x^{2}-8x+17=0 \] has no real roots. Prove that the equation \(x^{4}-x^{3}+x^{2}-4x+4=0\) has no real roots.


Solution: \begin{align*} x^4 - 2x^3+x^2 &= x^2(x^2-2x+1) \\ &= x^2(x-1)^2 > 0 \end{align*} Since \(x\)and \(x-1\) can't both be zero, and square cannot be negative. \begin{align*} x^2 - 8x+17 &= (x-4)^2 +1 \geq 1 > 0 \end{align*} If \(x \leq 2\) then \(x^4 - 2x^3+x^2 > 0\) and \(17-8x \geq 1\) so \(x^4-2x^3+x^2-8x+17 > 0\) If \(x > 2\) then \(x^4-2x^3 = x^3(x-2) \geq 0\) and \(x^2-8x+17 > 0\) so \(x^4-2x^3+x^2-8x+17 > 0\), so for all real numbers our polynomial is positive and therefore cannot have any roots. Note that: \(x^4-x^3+x^2 = x^2(x^2-x+1) > 0\) and \(x^2-4x+4 =(x-2)^2 \geq 0\) If \(x < 1\) then \(x^4-x^3+x^2 > 0\) and \(4(1-x) > 0\) so \(x^4-x^3+x^2-4x+4 > 0\). If \(x > 1\) then \(x^4-x^3 = x^3(x-1) > 0\) and \(x^2-4x+4 \geq 0\) therefore \(x^4-x^3+x^2-4x+4 > 0\). Therefore \(x^4-x^3+x^2-4x+4 > 0\) for all real \(x\) and hence there are no real roots.