Problems

Filters
Clear Filters

1 problem found

2012 Paper 3 Q3
D: 1700.0 B: 1468.7

It is given that the two curves \[ y=4-x^2 \text{ and } m x = k-y^2\,, \] where \(m > 0\), touch exactly once.

  1. In each of the following four cases, sketch the two curves on a single diagram, noting the coordinates of any intersections with the axes:
    1. \(k < 0\, \);
    2. \(0 < k < 16\), \(k/m < 2\,\);
    3. \(k > 16\), \(k/m > 2\,\);
    4. \(k > 16\), \(k/m < 2\,\).
  2. Now set \(m=12\). Show that the \(x\)-coordinate of any point at which the two curves meet satisfies \[ x^4-8x^2 +12x +16-k=0\,. \] Let \(a\) be the value of \(x\) at the point where the curves touch. Show that \(a\) satisfies \[ a^3 -4a +3 =0 \] and hence find the three possible values of \(a\). Derive also the equation \[ k= -4a^2 +9a +16\,. \] Which of the four sketches in part (i) arise?


Solution:

    1. \(\,\)
      TikZ diagram
    2. \(\,\)
      TikZ diagram
    3. \(\,\)
      TikZ diagram
    4. \(\,\)
      TikZ diagram
  1. Suppose \(m = 12\) \begin{align*} && y &= 4-x^2 \\ && 12x &= k-y^2 \\ \Rightarrow && 12 x&=k-(4-x^2)^2 \\ &&&= k-16+8x^2-x^4 \\ \Rightarrow && 0 &= x^4- 8x^2+12x+16-k \end{align*} When the curves touch, we will have repeated root, ie \(a\) is a root of \(4x^3-16x+12 \Rightarrow a^3-4a+3 =0\). \begin{align*} &&0 &= a^3-4a+3 \\ &&&= (a-1)(a^2+a-3) \\ \Rightarrow &&a &= 1, \frac{-1 \pm \sqrt{13}}{2} \end{align*} \begin{align*} && 0 &= a^4-8a^2+12a+16-k \\ \Rightarrow && k &= a(a^3-8a+12)+16 \\ &&&= a(4a-3-8a+12)+16 \\ &&&= -4a^2+9a+16 \\ \\ \Rightarrow && a = 1& \quad k = 21 \\ && k &= -4(3-a)+9a+16 = 13a+4\\ && a = \frac{-1-\sqrt{13}}2& \quad k = \frac{-5 - 13\sqrt{13}}{2} < 0 \\ && a = \frac{-1+\sqrt{13}}2& \quad k = \frac{-5 + 13\sqrt{13}}{2} \\ \end{align*} So we have type (a), and (d).