Problems

Filters
Clear Filters

20 problems found

2024 Paper 3 Q2
D: 1500.0 B: 1500.0

  1. Solve the inequalities
    1. \(\sqrt{4x^2 - 8x + 64} \leqslant |x+8|\,\),
    2. \(\sqrt{4x^2 - 8x + 64} \leqslant |3x-8|\,\).
    1. Let \(\mathrm{f}(x) = \sqrt{4x^2 - 8x + 64} - 2(x-1)\). Show, by considering \(\bigl(\sqrt{4x^2 - 8x + 64} + 2(x-1)\bigr)\mathrm{f}(x)\) or otherwise, that \(\mathrm{f}(x) \to 0\) as \(x \to \infty\).
    2. Sketch \(y = \sqrt{4x^2 - 8x + 64}\) and \(y = 2(x-1)\) on the same axes.
  2. Find a value of \(m\) and the corresponding value of \(c\) such that the solution set of the inequality \[\sqrt{4x^2 - 5x + 4} \leqslant |mx + c|\] is \(\{x : x \geqslant 3\}\).
  3. Find values of \(p\), \(q\), \(m\) and \(c\) such that the solution set of the inequality \[|x^2 + px + q| \leqslant mx + c\] is \(\{x : -5 \leqslant x \leqslant 1\} \cup \{x : 5 \leqslant x \leqslant 7\}\).

2016 Paper 2 Q4
D: 1600.0 B: 1500.0

Let \[ y=\dfrac{x^2+x\sin\theta+1}{x^2+x\cos\theta+1} \,.\]

  1. Given that \(x\) is real, show that \[ (y\cos\theta -\sin\theta)^2 \ge 4 (y-1)^2 \,. \] Deduce that \[ y^2+1 \ge 4(y-1)^2 \,, \] and hence that \[ \dfrac {4-\sqrt7}3 \le y \le \dfrac {4+\sqrt7}3 \,. \]
  2. In the case $y= \dfrac {4+\sqrt7}3 \,$, show that \[\sqrt{y^2+1}=2(y-1)\] and find the corresponding values of \(x\) and \(\tan\theta\).


Solution:

  1. \(\,\) \begin{align*} && y&=\frac{x^2+x\sin\theta+1}{x^2+x\cos\theta+1} \\ \Leftrightarrow && 0 &= x^2(y-1) + x(y \cos \theta - \sin \theta) + y-1 \\ \Leftrightarrow && 0 &\leq \Delta = (y\cos \theta - \sin \theta)^2 - 4(y-1)^2 \\ \Leftrightarrow && (y\cos \theta - \sin \theta)^2 &\geq 4(y-1)^2 \end{align*} [Assuming that \(y \neq 1\), if \(y = 1\) then the RHS is \(0\) and it is automatically satisfied]. Notice that \((y\cos \theta - \sin \theta)^2 \leq (y^2+1)(\cos^2 \theta + \sin^2 \theta)\) by Cauchy-Schwarz, so \(y^2 + 1 \geq 4(y-1)^2\). \begin{align*} && y^2 + 1 &\geq 4(y-1)^2 \\ \Leftrightarrow && 0 &\geq 3y^2-8y+3 \\ \text{c.v.} && y&= \frac{8 \pm \sqrt{64-4\cdot3 \cdot 3}}{6} \\ &&&= \frac{4 \pm \sqrt{16-9}}{3} = \frac{4 \pm \sqrt{7}}3 \end{align*} so \(\frac{4-\sqrt{7}}3 \leq y \leq \frac{4+\sqrt7}3\).
  2. If \(y = \frac{4+\sqrt7}3\) then \(y - 1 = \frac{1+\sqrt7}3\) and since \(y^2+1 = 4(y-1)^2\) taking square roots we obtain \(\sqrt{y^2+1} = 2(y-1)\). Since equality must hold in our C-S identity, we must have \(\langle y, -1 \rangle\) parallel to \( \langle \cos \theta , \sin \theta \rangle\), ie \(\tan \theta = -\frac{3}{4+\sqrt{7}}\) and \begin{align*} && x & = \frac{-(y \cos \theta - \sin \theta) \pm \sqrt{\Delta}}{2(y-1)} \\ &&&= \frac{\pm2(y-1)}{2(y-1)} \\ &&&= \pm1 \end{align*}

2013 Paper 1 Q1
D: 1516.0 B: 1516.0

  1. Use the substitution \(\sqrt x = y\) (where \(y\ge0\)) to find the real root of the equation \[ x + 3\, \sqrt x - \tfrac12 =0\,. \]
  2. Find all real roots of the following equations:
    • \(x+10\,\sqrt{x+2\, }\, -22 =0\,\);
    • \(x^2 -4x + \sqrt{2x^2 -8x-3 \,}\, -9 =0\,\).


Solution:

  1. \begin{align*} && 0 &= x + 3\sqrt{x} - \frac12 \\ \sqrt{x} = y: && 0&= y^2 + 3y - \frac12 \\ \Rightarrow && y &= \frac{-3\pm\sqrt{3^2+2}}{2} \\ &&&= \frac{-3 \pm \sqrt{11}}{2} \\ y > 0: && x &= \left ( \frac{\sqrt{11}-3}{2} \right)^2 \end{align*}
    • \begin{align*} && 0 &= x + 10\sqrt{x+2} - 22 \\ y = \sqrt{x+2}: && 0 &= y^2 - 2 + 10y - 22 \\ &&&= y^2 + 10y - 24 \\ &&&= (y-2)(y+12) \\ \Rightarrow && y &= 2, -12 \\ y > 0: && x &= 2 \end{align*}
    • Let \(y = \sqrt{2x^2-8x-3}\), so \begin{align*} && 0 &= x^2 - 4x +\sqrt{2x^2-8x-3} - 9 \\ && 0 &= \frac{y^2+3}{2} + y - 9 \\ &&&= \frac12 y^2 +y - \frac{15}{2} \\ &&&= \frac12 (y-3)(y+5) \\ \Rightarrow && y &= 3,-5 \\ y > 0: && 9 &= 2x^2-8x-3 \\ \Rightarrow && 0 &= 2x^2-8x-12 \\ &&&= 2(x^2-4x-6) \\ \Rightarrow && x &= 2 \pm \sqrt{10} \end{align*}

2009 Paper 1 Q3
D: 1516.0 B: 1468.7

  1. By considering the equation \(x^2+x-a=0\,\), show that the equation \(x={(a-x)\vphantom M}^{\frac12}\) has one real solution when \(a\ge0\) and no real solutions when \(a<0\,\). Find the number of distinct real solutions of the equation \[ x={\big((1+a)x-a\big)}^{\!\frac13} \] in the cases that arise according to the value of \(a\).
  2. Find the number of distinct real solutions of the equation \[ x={(b+x)\vphantom M}^{\frac12} \] in the cases that arise according to the value of \(b\,\).


Solution:

  1. \(\,\) \begin{align*} && x &= (a-x)^{\frac12} \\ \Rightarrow && x^2 &= a - x \\ \Rightarrow && 0 &= x^2 + x - a \end{align*} This has a roots if \(\Delta = 1 + 4a \geq 0 \Rightarrow a \geq -\frac14\). These roots also need to be positive (since \(x \geq 0\)). Since \(f(0) = -a\) we have one positive root if \(a \geq 0\). If \(a \leq 0\) then since the roots are symmetric about \(x = -\frac12\), both roots are negative and there are no positive roots. Therefore we have on real solution if \(a \geq 0\) and non otherwise. \begin{align*} && x & = \left ( (1+a)x - a \right)^{\frac13} \\ \Leftrightarrow && x^ 3 &= (1+a)x - a \\ \Leftrightarrow && 0 &= x^3- (1+a)x + a \\ \Leftrightarrow && 0 &= (x-1)(x^2+x-a) \\ \end{align*} Since every solution to the first equation is a solution to the second, we have \(x = 1\) always works, and there is an additional two solutions if \(a > -\frac14\) and a single extra solution if \(a = -\frac14\). We can also repeat solutions if \(1\) is a root of \(x^2+x -a\), ie when \(a = 2\) Therefore: One solution if \(a < -\frac14\) Two solutions if \(a = -\frac14, 2\) Three solutions if \(a > -\frac14, a \neq 2\)
  2. \(\,\) \begin{align*} && x &= (b+x)^{\frac12} \\ \Rightarrow && x^2 &= b + x \\ \Rightarrow && 0 &= x^2 - x - b \end{align*} This has a positive root if \(\frac14 - \frac12 - b \leq 0 \rightarrow b \geq \frac14\). It has two positive roots if \(b \geq 0\). Therefore two solutions if \(b > \frac14\) and one solution if \(b = \frac14\)

2005 Paper 1 Q3
D: 1484.0 B: 1487.1

In this question \(a\) and \(b\) are distinct, non-zero real numbers, and \(c\) is a real number.

  1. Show that, if \(a\) and \(b\) are either both positive or both negative, then the equation \[ \displaystyle \frac {x }{ x-a} + \frac{x }{ x-b} = 1 \] has two distinct real solutions.
  2. Show that, if \(c\ne1\), the equation \[\displaystyle \frac x { x-a} + \frac{x}{ x-b} = 1 + c\] has exactly one real solution if \(\displaystyle c^2 = - \frac {4ab}{\l a - b \r ^2}\) Show that this condition can be written \(\displaystyle c^2= 1 - \l \frac {a+b}{a-b} \r ^2 \) and deduce that it can only hold if \(0 < c^2 \le 1\,\).


Solution:

  1. \(\,\) \begin{align*} && 1 &= \frac{x}{x-a} + \frac{x}{x-b} \\ \Leftrightarrow && (x-a)(x-b) &= x(2x-a-b) \\ \Leftrightarrow && 0 &= x^2-ab \end{align*} Therefore if \(a,b\) are both positive or both negative, \(ab > 0\) and there are two distinct solutions \(x = \pm \sqrt{ab}\)
  2. \(\,\) \begin{align*} && 1+c &= \frac{x}{x-a} + \frac{x}{x-b} \\ \Leftrightarrow && (1+c)(x-a)(x-b) &= x(2x-a-b) \\ \Leftrightarrow && 0 &= (c-1)x^2-c(a+b)x+ab(1+c) \\ \\ && 0 &= \Delta = c^2(a+b)^2 - 4 \cdot(c-1)\cdot ab(1+c) \\ &&&= c^2(a+b)^2-4ab(c^2-1) \\ &&&= c^2 ((a+b)^2-4ab)+4ab \\ &&&= c^2(a-b)^2+4ab \\ \Rightarrow && c^2 &= -\frac{4ab}{(a-b)^2} \\ &&&= -\frac{(a+b)^2-(a-b)^2}{(a-b)^2} \\ &&&= 1 - \left ( \frac{a+b}{a-b} \right)^2 \end{align*} Note that \(c^2 \geq 0\) and \(1-x^2 \leq 1\) so \(0 \leq c^2 \leq 1\). \(c^2 = 0 \Rightarrow ab = 0\), but this is not possible since \(a,b \neq 0\), therefore \(0 < c^2 \leq 1\)

2005 Paper 3 Q3
D: 1700.0 B: 1500.0

Let \(\f(x)=x^2+px+q\) and \(\g(x)=x^2+rx+s\,\). Find an expression for \(\f ( \g (x))\) and hence find a necessary and sufficient condition on \(a\), \(b\) and \(c\) for it to be possible to write the quartic expression \(x^4+ax^3+bx^2+cx+d\) in the form \(\f ( \g (x))\), for some choice of values of \(p\), \(q\), \(r\) and \(s\). Show further that this condition holds if and only if it is possible to write the quartic expression \(x^4+ax^3+bx^2+cx+d\) in the form \((x^2+vx+w)^2-k\), for some choice of values of \(v\), \(w\) and \(k\). Find the roots of the quartic equation \(x^4-4x^3+10x^2-12x+4=0\,\).


Solution: \begin{align*} && f(g(x)) &= (g(x))^2 + p(g(x)) + q \\ &&&= (x^2+rx+s)^2 + p(x^2+rx+s) + q \\ &&&= x^4 + 2rx^3 + (2s+r^2+p)x^2 +(2rs+pr)x + (s^2+ps+q) \end{align*} So we need \(2r=a ,2s+r^2+p = b, r(2s+p) = c\). (We have full control over \(d\) since we can always chance \(q\) only affecting \(d\). \begin{align*} && r &= \frac{a}{2} \\ && b-r^2 & =rc \\ && b - \frac{a^2}{4} & =\frac{ac}{2} \\ \Rightarrow && 4b-a^2&= 2ac \end{align*} Clearly this condition is necessary. It is sufficient since if it is true the equations are solveable. \((x^2+vx+w)^2 = x^4 + 2vx^3 + (2vw+v^2)x^2+2vw x + w^2\). We don't care about the constant term since we can control this with \(k\), so we just need to check \(4(2vw+v^2) - (2v)^2 = 8wv\) so this does satisfy the condition. The reverse is also clear. \begin{align*} && 0 &= x^4-4x^3+10x^2-12x+4 \\ &&&= (x^2-2x+3)^2-5 \\ \Rightarrow && 0 &= x^2 - 2x+3 \pm \sqrt{5} \\ && x &= \frac{2 \pm \sqrt{4 - 4(3 \pm \sqrt{5})}}{2} \\ &&&= 1 \pm \sqrt{\mp \sqrt{5} -2} \\ &&& = 1 \pm \sqrt{\sqrt{5}-2}, 1 \pm i\sqrt{\sqrt{5}+2} \end{align*}

2004 Paper 2 Q1
D: 1600.0 B: 1516.0

Find all real values of \(x\) that satisfy:

  1. \( \ds \sqrt{3x^2+1} + \sqrt{x} -2x-1=0 \;;\)
  2. \( \ds \sqrt{3x^2+1} - 2\sqrt{x} +x-1=0 \;;\)
  3. \( \ds \sqrt{3x^2+1} - 2\sqrt{x} -x+1=0 \;.\)


Solution:

  1. \(\,\) \begin{align*} && 0 &= \sqrt{3x^2+1} + \sqrt{x} -2x-1 \\ \Rightarrow && 2x+1 &= \sqrt{3x^2+1} + \sqrt{x} \\ \Rightarrow && 4x^2+4x+1 &= 3x^2+1+x+2\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2+3x &= 2\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2(x^2+6x+9) &= 4x(3x^2+1) \\ \Rightarrow && 0 &= x^4-6x^3+9x^2-4x \\ &&&= x(x-4)(x-1)^2 \end{align*} So clearly we have \(x = 0, x = 1, x = 4\). \(x = 0\) works, \(x = 1\) works, \(x = 4\) works.
  2. \(\,\) \begin{align*} && 0 &= \sqrt{3x^2+1} - 2\sqrt{x} +x-1 \\ \Rightarrow && 1-x &= \sqrt{3x^2+1}-2\sqrt{x} \\ \Rightarrow && x^2-2x+1 &= 3x^2+1+4x-4\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2+3x &= 2\sqrt{x(3x^2+1)} \\ \Rightarrow && 0 &= x(x-4)(x-1)^2 \end{align*} Again we must check \(x = 0, x = 1, x = 4\). \(x = 0,1\) work, but \(x = 4\) is not a solution.
  3. \(\,\) \begin{align*} && 0 &= \sqrt{3x^2+1} - 2\sqrt{x} -x+1 \\ \Rightarrow && x-1 &= \sqrt{3x^2+1} - 2\sqrt{x} \\ \Rightarrow && x^2-2x+1 &= 3x^2+1+4x-4\sqrt{x(3x^2+1)} \\ \Rightarrow && x^2+3x &= 2\sqrt{x(3x^2+1)}\\ \Rightarrow && 0 &= x(x-4)(x-1)^2 \end{align*} So again, we need to check \(x = 0, 1, 4\). \(x = 0, 4\) work, but \(x = 1\) fails.

2004 Paper 2 Q2
D: 1600.0 B: 1516.0

Prove that, if \(\vert \alpha\vert < 2\sqrt{2},\) then there is no value of \(x\) for which \begin{equation} x^2 -{\alpha}\vert x \vert + 2 < 0\;. \tag{\(*\)} \end{equation} Find the solution set of \((*)\) for \({\alpha}=3\,\). For \({\alpha} > 2\sqrt{2}\,\), the sum of the lengths of the intervals in which \(x\) satisfies \((*)\) is denoted by \(S\,\). Find \(S\) in terms of \({\alpha}\) and deduce that \(S < 2{\alpha}\,\). Sketch the graph of \(S\,\) against \(\alpha \,\).


Solution: There are two cases to consider by they are equivalent to \(x^2 \pm \alpha x + 2 < 0\), which has no solution solutions if \(\Delta < 0\), ie if \(\alpha^2 - 4\cdot1\cdot2 < 0 \Leftrightarrow |\alpha| < 2\sqrt{2}\). If \(\alpha = 3\), we have \begin{align*} && 0 & > x^2-3x+2 \\ &&&= (x-2)(x-1) \\ \Rightarrow && x & \in (1,2) \\ \\ && 0 &> x^2+3x+2 \\ &&& = (x+2)(x+1) \\ \Rightarrow && x &\in (-2,-1) \end{align*} Both cases work here, so \(x \in (-2, -1) \cup (1,2)\). \begin{align*} && 0 &> x^2 \pm \alpha x + 2 \\ &&&= (x \pm \tfrac{\alpha}{2})^2 -\frac{\alpha^2-8}{4} \end{align*} The potential intervals therefore are \((\frac{\alpha -\sqrt{\alpha^2-8}}{2}, \frac{\alpha +\sqrt{\alpha^2-8}}{2})\) and \((\frac{-\alpha -\sqrt{\alpha^2-8}}{2}, \frac{-\alpha +\sqrt{\alpha^2-8}}{2})\). Neither of these intervals overlap with \(0\), since \(\alpha^2 > \alpha^2-8\), and their lengths are both \(\sqrt{\alpha^2-8}\), therefore \(S = 2\sqrt{\alpha^2-8} < 2\alpha\)

TikZ diagram

2002 Paper 2 Q2
D: 1600.0 B: 1484.6

Show that setting \(z - z^{-1}=w\) in the quartic equation \[ z^4 +5z^3 +4z^2 -5z +1=0 \] results in the quadratic equation \(w^2+5w+6=0\). Hence solve the above quartic equation. Solve similarly the equation \[ 2z^8 -3z^7-12z^6 +12z^5 +22z^4-12z^3 -12 z^2 +3z +2=0 \;. \]


Solution: \begin{align*} && 0 &= z^4 +5z^3 +4z^2 -5z +1 \\ &&0 &= z^2 + z^{-2} + 5(z-z^{-1}) + 4 \\ &&&= (z-z^{-1})^2+2+5(z-z^{-1})+4 \\ &&&= w^2 + 5w + 6 \\ &&&= (w+3)(w+2) \\ \Rightarrow && 0 &= z-z^{-1}+3 \\ \Rightarrow && 0 &= z^2+3z-1 \\ \Rightarrow && z &= \frac{-3 \pm \sqrt{3^2+4}}{2} = \frac{-3 \pm \sqrt{13}}{2} \\ \Rightarrow && 0 &= z-z^{-1}+2 \\ \Rightarrow && 0 &= z^2+2z-1 \\ \Rightarrow && z &= \frac{-2 \pm \sqrt{2^2+4}}{2} = - 1 \pm \sqrt{2} \\ \end{align*} \begin{align*} &&0 &= 2z^8 -3z^7-12z^6 +12z^5 +22z^4-12z^3 -12 z^2 +3z +2 \\ && 0 &= 2(z^4+z^{-4}) - 3(z^3-z^{-3})-12(z^2+z^{-2})+12(z-z^{-1})+22 \\ &&&= 2\left ((z-z^{-1})^4+4(z^2+z^{-2})-6\right)-3 \left ((z-z^{-1})^3+3(z-z^{-1}) \right)-12 \left ((z-z^{-1})^2+2 \right)+12(z-z^{-1})+22 \\ &&&= 2(w^4+4(w^2+2)-6)-3w^3-9w-12w^2-24+12w+22 \\ &&&= 2 w^4-3w^3-4w^2+3w+2 \\ \Rightarrow && 0 &= 2(w^2+w^{-2})-3(w-w^{-1})-4 \\ &&&= 2((w-w^{-1})^2+2)-3(w-w^{-1})-4 \\ &&&= 2x^2-3x \\ &&&= x(2x-3) \\ \Rightarrow && 0 &= w -w^{-1} \\ \Rightarrow && w &= \pm 1 \\ \Rightarrow && \pm 1 &= z-z^{-1} \\ \Rightarrow && 0 &= z^2 \mp z-1 \\ \Rightarrow && z &= \frac{\pm 1 \pm \sqrt{5}}{2} \\ \Rightarrow && \frac32 &= w-w^{-1} \\ \Rightarrow && 0 &= 2w^2-3w -2 \\ &&&= (2w+1)(w-2) \\ \Rightarrow && 2 &= z-z^{-1} \\ \Rightarrow && 0 &= z^2-2z-1 \\ \Rightarrow && z &= 1 \pm \sqrt{2} \\ \Rightarrow && -\frac12 &= z-z^{-1} \\ \Rightarrow && 0 &= 2z^2+z-2 \\ \Rightarrow && z &= \frac{-1 \pm \sqrt{17}}{4} \\ \Rightarrow && z &\in \left \{ \frac{\pm 1 \pm \sqrt{5}}{2}, 1 \pm \sqrt{2}, \frac{-1 \pm \sqrt{17}}{4} \right \} \end{align*}

2002 Paper 3 Q3
D: 1700.0 B: 1516.0

Let \[\f(x) = a \sqrt{x} - \sqrt{x - b}\;, \] where \(x\ge b >0\) and \(a>1\,\). Sketch the graph of \(\f(x)\,\). Hence show that the equation \(\f(x) = c\), where \(c>0\), has no solution when \(c^2 < b \l a^2 - 1 \r\,\). Find conditions on \(c^2\) in terms of \(a\) and \(b\) for the equation to have exactly one or exactly two solutions. Solve the equations

  1. \(3 \sqrt{x} - \sqrt{x - 2} = 4\, ,\)
  2. \(3 \sqrt{x} - \sqrt{x - 3} = 5\;\).


Solution: \begin{align*} && f'(x) &= \frac12 ax^{-1/2}-\frac12(x-b)^{-1/2} \\ \Rightarrow f'(x) = 0: && 0 &= \frac{a\sqrt{x-b}-\sqrt{x}}{\sqrt{x(x-b)}} \\ \Rightarrow && x &= a^2(x-b)\\ \Rightarrow && x &= \frac{a^2b}{a^2-1} \\ && f(x) &= a^2 \sqrt{\frac{b}{a^2-1}} - \sqrt{\frac{a^2b}{a^2-1}-b} \\ &&&= a^2 \sqrt{\frac{b}{a^2-1}} - \sqrt{\frac{b}{a^2-1}} \\ &&&= \sqrt{b(a^2-1)} \end{align*}

TikZ diagram
If \(c\) is below the turning point, ie \(c^2 < b(a^2-1)\) there is no solution. If \(c^2 = b(a^2-1)\) there is exactly one solution. If \(b(a^2-1) < c^2 < (f(b))^2 = a^2b\) then there are two solutions, otherwise there is exactly one solution.
  1. \(c^2 = 16\), \(2 \cdot (3^2-1) = 16\), so we should have exactly one solution at \(x = \frac{3^2 \cdot 2}{3^2 -1 } = \frac{9}{4}\)
  2. \(c^2 = 25\) and \(3 \cdot (3^2 - 1) = 24, 3 \cdot (3^2) = 27\), so we look for two solutions. \begin{align*} && 5 & = 3 \sqrt{x} - \sqrt{x-3} \\ \Rightarrow && 25 &= 9x+x-3-6\sqrt{x(x-3)} \\ \Rightarrow && 3\sqrt{x(x-3)} &= 5x-14 \\ \Rightarrow && 9x(x-3) &= 25x^2-140x+196 \\ \Rightarrow && 0 &= 16x^2-113x+196 \\ &&&= (x-4)(16x-49) \\ \Rightarrow && x &= 4, \frac{49}{16} \end{align*}

2002 Paper 3 Q5
D: 1700.0 B: 1516.0

Give a condition that must be satisfied by \(p\), \(q\) and \(r\) for it to be possible to write the quadratic polynomial \(px^2 + qx + r\) in the form \(p \l x + h \r^2\), for some \(h\). Obtain an equation, which you need not simplify, that must be satisfied by \(t\) if it is possible to write \[ \l x^2 + \textstyle{{1 \over 2}} bx + t \r^2 - \l x^4 + bx^3 + cx^2 +dx +e \r \] in the form \(k \l x + h \r^2\), for some \(k\) and \(h\). Hence, or otherwise, write \(x^4 + 6x^3 + 9x^2 -2x -7\) as a product of two quadratic factors.

2001 Paper 1 Q2
D: 1500.0 B: 1484.0

Solve the inequalities

  1. \(1+2x-x^2 >2/x \quad (x\ne0)\) ,
  2. \(\sqrt{3x+10} > 2+\sqrt{x+4} \quad (x\ge -10/3)\).


Solution:

  1. \(\,\)
    TikZ diagram
    \begin{align*} && 1+2x-x^2 = 2/x \\ \Rightarrow && 0 &= x^3-2x^2-x+2 \\ &&&= (x+1)(x^2-3x+2) \\ &&&= (x+1)(x-1)(x-2) \end{align*} Therefore the inequality is satisfied on \((1,2)\) and \((-1,0)\)
  2. \(\,\)
    TikZ diagram
    \begin{align*} && \sqrt{3x+10} &= 2+\sqrt{x+4} \\ && 3x+10 &= x+8 + 4\sqrt{x+4} \\ && 16(x+4) &= 4(x+1)^2 \\ && 4x+16 &= x^2+2x+1 \\ \Rightarrow && 0 &= x^2-2x-15 \\ &&&= (x-5)(x+3) \end{align*} Therefore \(x > 5\)

2001 Paper 3 Q3
D: 1700.0 B: 1516.0

Consider the equation \[ x^2 - b x + c = 0 \;, \] where \(b\) and \(c\) are real numbers.

  1. Show that the roots of the equation are real and positive if and only if \(b>0\) and \phantom{} \(b^2\ge4c>0\), and sketch the region of the \(b\,\)-\(c\) plane in which these conditions hold.
  2. Sketch the region of the \(b\,\)-\(c\) plane in which the roots of the equation are real and less than \(1\) in magnitude.

2000 Paper 1 Q6
D: 1516.0 B: 1500.0

Show that \[ x^2-y^2 +x+3y-2 = (x-y+2)(x+y-1) \] and hence, or otherwise, indicate by means of a sketch the region of the \(x\)-\(y\) plane for which $$ x^2-y^2 +x+3y>2. $$ Sketch also the region of the \(x\)-\(y\) plane for which $$ x^2-4y^2 +3x-2y<-2. $$ Give the coordinates of a point for which both inequalities are satisfied or explain why no such point exists.


Solution: \begin{align*} && (x-y+2)(x+y-1) &= (x-y)(x+y)-(x-y)+2(x+y)-2 \\ &&&= x^2-y^2+x+3y-2 \end{align*}

TikZ diagram
\begin{align*} x^2-4y^2 +3x-2y+2 &= (x - 2 y + 1) (x + 2 y + 2) \end{align*}
TikZ diagram
TikZ diagram
Consider the point \(x = 0, y = \frac32\), then \(\frac92 - \frac94 = \frac94 > 2\) and \(-4\cdot\frac94-2\cdot \frac32 = -12 < -2\) so this is an example of a point in both regions

1999 Paper 1 Q3
D: 1500.0 B: 1500.0

The \(n\) positive numbers \(x_{1},x_{2},\dots,x_{n}\), where \(n\ge3\), satisfy $$ x_{1}=1+\frac{1}{x_{2}}\, ,\ \ \ x_{2}=1+\frac{1}{x_{3}}\, , \ \ \ \dots\; , \ \ \ x_{n-1}=1+\frac{1}{x_{n}}\, , $$ and also $$ \ x_{n}=1+\frac{1}{x_{1}}\, . $$ Show that

  1. \(x_{1},x_{2},\dots,x_{n}>1\),
  2. \({\displaystyle x_{1}-x_{2}=-\frac{x_{2}-x_{3}}{x_{2}x_{3}}}\),
  3. \(x_{1}=x_{2}=\cdots=x_{n}\).
Hence find the value of \(x_1\).