Problems

Filters
Clear Filters

6 problems found

2022 Paper 3 Q1
D: 1500.0 B: 1500.0

Let \(C_1\) be the curve given by the parametric equations \[ x = ct\,, \quad y = \frac{c}{t}\,, \] where \(c > 0\) and \(t \neq 0\), and let \(C_2\) be the circle \[ (x-a)^2 + (y-b)^2 = r^2\,. \] \(C_1\) and \(C_2\) intersect at the four points \(P_i\) (\(i = 1,2,3,4\)), and the corresponding values of the parameter \(t\) at these points are \(t_i\).

  1. Show that \(t_i\) are the roots of the equation \[ c^2 t^4 - 2act^3 + (a^2 + b^2 - r^2)t^2 - 2bct + c^2 = 0\,. \qquad (*) \]
  2. Show that \[ \sum_{i=1}^{4} t_i^2 = \frac{2}{c^2}(a^2 - b^2 + r^2) \] and find a similar expression for \(\displaystyle\sum_{i=1}^{4} \frac{1}{t_i^2}\).
  3. Hence show that \(\displaystyle\sum_{i=1}^{4} OP_i^2 = 4r^2\), where \(OP_i\) denotes the distance of the point \(P_i\) from the origin.
  4. Suppose that the curves \(C_1\) and \(C_2\) touch at two distinct points. By considering the product of the roots of \((*)\), or otherwise, show that the centre of circle \(C_2\) must lie on either the line \(y = x\) or \(y = -x\).


Solution:

  1. Suppose \((ct, c/t)\) is on \(C_2\) then \begin{align*} && r^2 &= \left ( ct - a \right)^2 + \left ( \frac{c}{t} - b \right)^2 \\ &&&= c^2t^2 - 2cta + a^2 + \frac{c^2}{t^2} - \frac{2cb}{t} + b^2 \\ \Rightarrow && 0 &= c^2t^4 - 2act^3 + (a^2+b^2-r^2)t^2 - 2bct + c^2 \end{align*}
  2. Notice that \(\displaystyle \sum t_i = \frac{2a}{c}\) and \(\displaystyle \sum t_it_j = \frac{a^2+b^2-r^2}{c^2}\) so \begin{align*} && \sum t_i^2 &= \left ( \sum t_i \right)^2 - 2 \sum t_it_j \\ &&&= \frac{4a^2}{c^2} - \frac{2a^2+2b^2-2r^2}{c^2} \\ &&&= \frac{2}{c^2} \left (a^2 - b^2 + r^2 \right) \end{align*} Note that \(\frac{1}{t}\) are roots of the \(c^2 - 2act + (a^2+b^2-r^2)t^2 - 2bct^3 + c^2t^4 = 0\) which is the same equation but with \(a \leftrightarrow b\) so \(\displaystyle \sum \frac{1}{t_i^2} = \frac{2}{c^2} (b^2 - a^2 + r^2)\)
  3. Therefore \begin{align*} && \sum_{i=1}^4 OP_i^2 &= \sum_{i=1}^4 \left (c^2t_i^2 + \frac{c^2}{t_i^2} \right) \\ &&&= 2(a^2-b^2+r^2) + 2(b^2-a^2+r^2) \\ &&&= 4r^2 \end{align*}
  4. If they touch at two distinct points it must be the case that \(t_1 = t_2\) and \(t_3 = t_4\). We must also have \(t_1t_2t_3t_4 = t_1^2t_3^2 = 1\) so \(t_1t_3 = \pm 1\). Therefore our points are \((ct_1, \frac{c}{t_1})\) and \(\pm(\frac{c}{t_1}, ct_1)\) but these are reflections in \(y = \pm x\). But if these two points are reflections of one another the line of reflection is the perpendicular bisector, which must run through the centre of the circle.

2012 Paper 1 Q4
D: 1516.0 B: 1500.0

The curve \(C\) has equation \(xy = \frac12\). The tangents to \(C\) at the distinct points \(P\big(p, \frac1{2p}\big)\) and \(Q\big(q, \frac1{2q}\big)\) where \(p\) and \(q\) are positive, intersect at \(T\) and the normals to \(C\) at these points intersect at \(N\). Show that \(T\) is the point \[ \left( \frac{2pq}{p+q}\,,\, \frac 1 {p+q}\right)\!. \] In the case \(pq=\frac12\), find the coordinates of \(N\). Show (in this case) that \(T\) and \(N\) lie on the line \(y=x\) and are such that the product of their distances from the origin is constant.


Solution: \begin{align*} && \frac{\d y}{\d x} &= -\frac1{2x^2} \\ \Rightarrow && \frac{y - \frac{1}{2p}}{x - p} &= - \frac{1}{2p^2} \\ \Rightarrow && y - \frac1{2p} &= -\frac{1}{2p^2}x +\frac1{2p} \\ \Rightarrow && y +\frac{1}{2p^2}x &= \frac1p \\ \Rightarrow && 2p^2 y + x &= 2p\\ \Rightarrow && 2q^2 y + x &= 2q \\ \Rightarrow && (p^2-q^2)y &= p-q \\ \Rightarrow && y &= \frac{1}{p+q} \\ && x &= \frac{2pq}{p+q} \end{align*} \begin{align*} \text{normal}: && \frac{y-\frac1{2p}}{x-p} &= 2p^2 \\ \Rightarrow && y - \frac1{2p} &= 2p^2x - 2p^3 \\ \Rightarrow && 2py -4p^3x &= 1-4p^4 \\ \Rightarrow && 2qy -4q^3x &= 1-4q^4 \\ pq = \tfrac12: && y - 2p^2 x &= q-2p^3 \\ && y - 2q^2 x &= p-2q^3 \\ \Rightarrow && (2q^2-2p^2)x &= q-p +2q^3-2p^3 \\ &&&= (q-p)(q+p+2q^2+1+2p^2) \\ \Rightarrow && x &= \frac{1+2(p^2+q^2)+1}{2(p+q)} \\ &&&= \frac{1+2(p^2+q^2+2pq-1)+1}{2(p+q)} \\ &&&= p+q\\ && y &= 2p^2 \left ( p+q \right) + q - 2p^3 \\ &&&= p+q \end{align*} So \(N(p+q, p+q)\) and \(T\left (\frac{1}{p+q}, \frac{1}{p+q} \right)\), so both points lie on \(y = x\). \[ OT \cdot ON = \frac{\sqrt{2}}{p+q} \cdot (p+q)\sqrt{2} = 2 \] which is clearly constant.

2009 Paper 2 Q1
D: 1600.0 B: 1516.0

Two curves have equations \(\; x^4+y^4=u\;\) and \(\; xy = v\;\), where \(u\) and \(v\) are positive constants. State the equations of the lines of symmetry of each curve. The curves intersect at the distinct points \(A\), \(B\), \(C\) and \(D\) (taken anticlockwise from \(A\)). The coordinates of \(A\) are \((\alpha,\beta)\), where \(\alpha > \beta > 0\). Write down, in terms of \(\alpha\) and \(\beta\), the coordinates of \(B\), \(C\) and \(D\). Show that the quadrilateral \(ABCD\) is a rectangle and find its area in terms of \(u\) and \(v\) only. Verify that, for the case \(u=81\) and \(v=4\), the area is \(14\).


Solution: The curve \(x^4 + y^4 = u\) has lines of symmetry:

  • \(y = 0\)
  • \(x = 0\)
  • \(y = x\)
  • \(y = -x\)
The curve \(xy = v\) has lines of symmetry:
  • \(y = x\)
  • \(y = -x\)
TikZ diagram
The points are \(A = (\alpha, \beta), B = (\beta, \alpha), C = (-\alpha, -\beta), D = (-\beta, -\alpha)\) \(AD\) has gradient \(\frac{\beta+\alpha}{\alpha+\beta} = 1\), \(BC\) has the same gradient. \(AB\) has gradient \(\frac{\alpha-\beta}{\beta-\alpha} = -1\), as does \(CD\). Therefore it has two sets of perpendicular and parallel sides, hence a rectangle. The area is \(|AD||AB| = \sqrt{2(\alpha+\beta)^2}\sqrt{2(\alpha-\beta)^2} = 2(\alpha^2-\beta^2)\) The squared area is \(4(\alpha^4+\beta^4 - 2 \alpha^2\beta^2) = 4(u - 2v^2)\) ie the area is \(2\sqrt{u-2v^2}\) When \(u = 81, v = 4\) we have the area is \(2 \sqrt{81 - 2 \cdot 16} = 14\) as required.

2000 Paper 3 Q1
D: 1700.0 B: 1485.5

Sketch on the same axes the two curves \(C_1\) and \(C_2\), given by

\begin{align*} C_1: && x y & = 1 \\ C_2: && x^2-y^2 & = 2 \end{align*}
The curves intersect at \(P\) and \(Q\). Given that the coordinates of \(P\) are \((a,b)\) (which you need not evaluate), write down the coordinates of \(Q\) in terms of \(a\) and \(b\). The tangent to \(C_1\) through \(P\) meets the tangent to \(C_2\) through \(Q\) at the point \(M\), and the tangent to \(C_2\) through \(P\) meets the tangent to \(C_1\) through \(Q\) at \(N\). Show that the coordinates of \(M\) are \((-b,a)\) and write down the coordinates of \(N\). Show that \(PMQN\) is a square.


Solution:

TikZ diagram
\(Q = (-a,-b)\) \begin{align*} && \frac{\d y}{\d x} &= -\frac{1}{x^2} \\ \Rightarrow && \frac{y-b}{x-a} &= -\frac{1}{a^2} \\ \Rightarrow && 0 &= a^2y+x-a^2b-a \\ &&&= a^2y+x - 2a\\ \\ && 2x - 2y \frac{\d y}{\d x} &= 0 \\ \Rightarrow && \frac{\d y}{\d x} &= \frac{x}{y} \\ \Rightarrow && \frac{y+b}{x+a} &= \frac{a}{b} \\ \Rightarrow && 0 &= by-ax+b^2 - a^2 \\ &&&= by - ax -2 \end{align*} Notice that \((-b,a)\) is on both lines, therefore it is their point of intersection. The coordinates of \(N\) will be \((a,-b)\). We can see this is a square by noting each point is a rotation (centre the origin) of \(90^\circ\) of each other.

1993 Paper 2 Q10
D: 1600.0 B: 1500.0

Verify that if \[ \mathbf{P}=\begin{pmatrix}1 & 2\\ 2 & -1 \end{pmatrix}\qquad\mbox{ and }\qquad\mathbf{A}=\begin{pmatrix}-1 & 8\\ 8 & 11 \end{pmatrix} \] then \(\mathbf{PAP}\) is a diagonal matrix. Put $\mathbf{x}=\begin{pmatrix}x\\ y \end{pmatrix}\( and \)\mathbf{x}_{1}=\begin{pmatrix}x_{1}\\ y_{1} \end{pmatrix}.$ By writing \[ \mathbf{x}=\mathbf{P}\mathbf{x}_{1}+\mathbf{a} \] for a suitable vector \(\mathbf{a},\) show that the equation \[ \mathbf{x}^{\mathrm{T}}\mathbf{Ax}+\mathbf{b}^{\mathrm{T}}\mathbf{x}-11=0, \] where $\mathbf{b}=\begin{pmatrix}18\\ 6 \end{pmatrix}\( and \) \mathbf{x}^{\mathrm{T}} \( is the transpose of \)\mathbf{x},$ becomes \[ 3x_{1}^{2}-y_{1}^{2}=c \] for some constant \(c\) (which you should find).


Solution: \begin{align*} \mathbf{PAP} &= \begin{pmatrix}1 & 2\\ 2 & -1 \end{pmatrix}\begin{pmatrix}-1 & 8\\ 8 & 11 \end{pmatrix}\begin{pmatrix}1 & 2\\ 2 & -1 \end{pmatrix} \\ &= \begin{pmatrix}1 & 2\\ 2 & -1 \end{pmatrix}\begin{pmatrix}15 & -10\\ 30 & 5 \end{pmatrix} \\ &= \begin{pmatrix}75 & 0\\ 0 & -25 \end{pmatrix} \end{align*} Which is diagonal as required. Letting \(\mathbf{x}=\mathbf{P}\mathbf{x}_{1}+\mathbf{a}\) \begin{align*} && \mathbf{x}^{\mathrm{T}}\mathbf{Ax}+\mathbf{b}^{\mathrm{T}}\mathbf{x}-11&=0 \\ \Leftrightarrow && (\mathbf{P}\mathbf{x}_{1}+\mathbf{a})^T\mathbf{A}(\mathbf{P}\mathbf{x}_{1}+\mathbf{a}) + \mathbf{b}^T(\mathbf{P}\mathbf{x}_{1}+\mathbf{a}) - 11 &= 0 \\ \Leftrightarrow && \mathbf{x}_{1}^T\mathbf{PAP}\mathbf{x}_1 + \mathbf{x}_{1}^T\mathbf{PAa} + \mathbf{a}^T\mathbf{AP}\mathbf{x}_{1}+\mathbf{a}^T\mathbf{Aa} + \mathbf{b}^T(\mathbf{P}\mathbf{x}_{1}+\mathbf{a}) - 11 &= 0 \\ \Leftrightarrow && \mathbf{x}_{1}^T\mathbf{PAP}\mathbf{x}_1 +(2\mathbf{a}^T\mathbf{A}+\mathbf{b}^T)\mathbf{P}\mathbf{x}_{1}+\mathbf{a}^T\mathbf{Aa} + \mathbf{b}^T\mathbf{a} - 11 &= 0 \\ \end{align*} It would be nice if we picked \(\mathbf{a}\) such that \(2\mathbf{a}^T\mathbf{A}+\mathbf{b}^T = 0\), if \(\mathbf{a} = \begin{pmatrix} a_1 \\a_2 \end{pmatrix}\) then this equation becomes: \begin{align*} && 2\begin{pmatrix}-a_1 + 8a_2 & 8a_1+11a_2 \end{pmatrix} + \begin{pmatrix}18 & 6 \end{pmatrix} &= 0 \\ \Rightarrow && a_1 = 1, a_2 = -1 \end{align*} So our equation is now \begin{align*} && \mathbf{x}_{1}^T\mathbf{PAP}\mathbf{x}_1 +(2\mathbf{a}^T\mathbf{A}+\mathbf{b}^T)\mathbf{P}\mathbf{x}_{1}+\mathbf{a}^T\mathbf{Aa} + \mathbf{b}^T\mathbf{a} - 11 &= 0 \\ \Leftrightarrow && \mathbf{x}_{1}^T\mathbf{PAP}\mathbf{x}_1-6 +12 - 11 &= 0 \\ \Leftrightarrow && 25(3x_1^2 - y_1^2) &= 5 \\ \Leftrightarrow && 3x_1^2 - y_1^2 &= \frac{1}{5} \end{align*}

1990 Paper 1 Q9
D: 1484.0 B: 1516.0

Let \(A\) and \(B\) be the points \((1,1)\) and \((b,1/b)\) respectively, where \(b>1\). The tangents at \(A\) and \(B\) to the curve \(y=1/x\) intersect at \(C\). Find the coordinates of \(C\). Let \(A',B'\) and \(C'\) denote the projections of \(A,B\) and \(C\), respectively, to the \(x\)-axis. Obtain an expression for the sum of the areas of the quadrilaterals \(ACC'A'\) and \(CBB'C'\). Hence or otherwise prove that, for \(z>0\), \[ \frac{2z}{2+z}\leqslant\ln\left(1+z\right)\leqslant z. \]


Solution:

TikZ diagram
\begin{align*} && y &= 1/x \\ \Rightarrow && \frac{\d y}{\d x} &= -1/x^2 \end{align*} Therefore the tangent at \((1,1)\) will be \(\frac{y - 1}{x-1} = -1 \Rightarrow y = -x + 2\) and at \((b, 1/b)\) will be \(\frac{y-1/b}{x-b} = -\frac{1}{b^2} \Rightarrow y = -\frac{x}{b^2} + \frac{2}{b}\) The intersection will be at \begin{align*} && x + y & = 2 \\ && x + b^2 y &= 2b \\ \Rightarrow && (b^2-1)y &= 2(b-1) \\ \Rightarrow && y &= \frac{2}{b+1} \\ && x &= \frac{2b}{b+1} \end{align*} Therefore \(\displaystyle C = \left (\frac{2b}{b+1}, \frac{2}{b+1} \right)\). The areas of the two trapeziums will be: \begin{align*} [ACC'A'] &= \frac12 \left (1 + \frac{2}{b+1} \right) \left (\frac{2b}{b+1} - 1 \right) \\ &= \frac12 \cdot \frac{b+3}{b+1} \cdot \frac{2b - b - 1}{b+1} \\ &= \frac 12 \frac{(b+3)(b-1)}{(b+1)^2} \end{align*} \begin{align*} [CBB'C'] &= \frac12 \left (\frac{2}{b+1} + \frac{1}{b} \right) \left (b- \frac{2b}{b+1} \right) \\ &= \frac12 \cdot \frac{3b+1}{b(b+1)} \cdot \frac{b^2+b-2b}{b+1} \\ &= \frac 12 \frac{(3b+1)b(b-1)}{b(b+1)^2} \\ &= \frac12 \frac{(3b+1)(b-1)}{(b+1)^2} \end{align*} The area under the curve between \(A\) and \(B\) will be: \begin{align*} \int_1^b \frac{1}{x} \d x &= \left [\ln x \right]_1^b \\ &= \ln b \end{align*} The area of a rectangle of height \(1\) from \(A\) will clearly be above the curve and will have area \(b-1\). The area of \(ACBB'C'A'\) will be: \begin{align*} [ACBB'C'A'] &= [ACC'A']+[CBB'C'] \\ &=\frac 12 \frac{(b+3)(b-1)}{(b+1)^2}+ \frac12 \frac{(3b+1)(b-1)}{(b+1)^2} \\ &= \frac12 \frac{(b-1)(4b+4)}{(b+1)^2} \\ &= \frac{2(b-1)}{b+1} \end{align*} By comparing areas, we must have: \(\frac{2(b-1)}{b+1} \leq \ln b \leq b-1\) and since \(b > 1\) we can write it as \(1 + z\) for \(z >0\), ie: \(\displaystyle \frac{2z}{2+z} \leq \ln (1 + z) \leq z\). [By considering the area of \(ABB'A'\) which is \begin{align*} [ABB'A'] &= \frac12 \left (1 + \frac{1}{b} \right) \left ( b- 1 \right) \\ &= \frac12 \frac{(b+1)(b-1)}{b} \end{align*} we can tighten the right hand bound to \(\displaystyle \frac{(2+z)z}{2(z+1)} = \left (1 - \frac{z}{2z+2} \right)z\)