Problems

Filters
Clear Filters

1 problem found

2018 Paper 1 Q7
D: 1500.0 B: 1516.7

  1. In the cubic equation \(x^3-3pqx+pq(p+q)=0\,\), where \(p\) and \(q\) are distinct real numbers, use the substitution \[ x=\frac{pz+q}{z+1} \] to show that the equation reduces to \(az^3+b = 0\,\), where \(a\) and \(b\) are to be expressed in terms of \(p\) and \(q\).
  2. Show further that the equation \(x^3 - 3cx + d = 0\,\), where \(c\) and \(d\) are non-zero real numbers, can be written in the form \(x^3-3pqx+pq(p+q)=0\,\), where \(p\) and \(q\) are distinct real numbers, provided \(d^2 > 4c^3\,\).
  3. Find the real root of the cubic equation \(x^3+6x-2=0\,\).
  4. Find the roots of the equation \(x^3 - 3p^2x +2p^3=0\,\), and hence show how the equation \(x^3 - 3cx + d = 0\) can be solved in the case \(d^2 = 4c^3\,\).


Solution:

  1. Let \(x = \frac{pz+q}{z+1}\) then \begin{align*} && 0 &= x^3-3pqx+pq(p+q) \\ &&&= \left ( \frac{pz+q}{z+1} \right)^3 - 3pq \left ( \frac{pz+q}{z+1} \right) + pq(p+q) \\ &&&= \frac{(pz+q)^3-3pq(pz+q)(z+1)^2+pq(p+q)(z+1)^3}{(z+1)^3} \\ &&&= \frac{1}{(z+1)^3} \Big ((p^3+pq(p+q)-3p^2q)z^3 + (3p^2q-6p^2q+3pq^2+3p^2q+3pq^2)z^2 + \\ &&&\qquad \qquad\quad\quad +(3pq^2-3p^2q-6pq^2+3p^2q+3qp^2)z+(q^3-3pq^2+p^2q+pq^2) \Big ) \\ &&&= \frac{(p^3+pq^2-2p^2q)z^3+(q^3+p^2q-2pq^2)}{(z+1)^3} \\ \Rightarrow && 0 &= (p^3+pq^2-2p^2q)z^3+(q^3+p^2q-2pq^2) \\ &&&= p(p-q)^2z^3 + q(p-q)^2 \\ \Rightarrow && 0 &= pz^3 + q \end{align*}
  2. We would like to find \(pq = c\) and \(pq(p+q) = d\), so \(p\) and \(q\) are roots of the quadratic \(x^2-\frac{d}{c}x + c = 0\), which has distinct real roots if \(\Delta = \frac{d^2}{c^2}-4c > 0 \Rightarrow d^2>4c^3\)
  3. Note that \(c = -2, d = -2\) so \begin{align*} && 0 &= x^3+6x-2 \\ \text{consider} && 0 &= X^2-X-2 \\ && &= (X+1)(X-2) \\ \Rightarrow && p = -1, &q = 2\\ \Rightarrow && 0 &= x^3-3\cdot 2 \cdot(-1) x + 2\cdot(-1) \cdot(-2+1) \\ \Rightarrow && 0 &= -z^3+2 \\ \Rightarrow && z &= \sqrt[3]{2} \\ \Rightarrow && \frac{-z+2}{z+1} &= \sqrt[3]{2} \\ \Rightarrow && -z+2 &= \sqrt[3]{2} z + \sqrt[3]{2} \\ \Rightarrow && z &= \frac{2-\sqrt[3]{2}}{\sqrt[3]{2}+1} \end{align*}
  4. \(\,\) \begin{align*} && 0 &= x^3 - 3p^2x + 2p^3 \\ &&&= (x-p)(x^2+px-2p^2) \\ &&&=(x-p)^2(x+2p)\\ \Rightarrow && x &= p, p, -2p \end{align*} Therefore if we have a repeated root to our associated quadratic we can find a cubic of the form \(x^3-3p^2x+2p^3\), but we know this has roots we can find.