Problems

Filters
Clear Filters

1 problem found

1998 Paper 1 Q3
D: 1500.0 B: 1500.0

Which of the following statements are true and which are false? Justify your answers.

  1. \(a^{\ln b}=b^{\ln a}\) for all \(a,b>0\).
  2. \(\cos(\sin\theta)=\sin(\cos\theta)\) for all real \(\theta\).
  3. There exists a polynomial \(\mathrm{P}\) such that \(|\mathrm{P}(\theta)-\cos\theta|\leqslant 10^{-6}\) for all real \(\theta\).
  4. \(x^{4}+3+x^{-4}\geqslant 5\) for all \(x>0\).


Solution:

  1. True. \begin{align*} && \ln a \cdot \ln b &= \ln b \cdot \ln a \\ \Leftrightarrow && \exp ( \ln a \cdot \ln b) &= \exp ( \ln b \cdot \ln a) \\ \Leftrightarrow && \exp ( \ln a )^{\ln b} &= \exp ( \ln b )^{\ln a} \\ \Leftrightarrow && a^{\ln b} &= b^{\ln a} \\ \end{align*}
  2. False. Consider \(\theta = 0\). We'd need \(\cos 0 = 1 = \sin 1\), but \(0 < 1 < \frac{\pi}{2}\) so \(\sin 1 \neq 1\)
  3. False. If the polynomial has positive degree, then as \(n \to \infty\), \(\P(x) \to \pm \infty\), in particular it must be well outside the interval \([-1,1]\). Therefore it can't be within \(10^{-6}\) of \(\cos \theta\) which is confined to that interval. The only polynomial which is restricted to that range are constants, but then \(|\cos 0 - c| \leq 10^{-6}\) and \(|\cos \pi - c| \leq 10^{-6}\) \(2 = |1-(-1)| \leq |1-c| + |-1-c| \leq 2\cdot 10^{-6}\) contradiction.
  4. True. \begin{align*} && (x^2-x^{-2})^2 &\geq 0 \\ \Leftrightarrow && x^4-2+x^{-4} &\geq0 \\ \Leftrightarrow && x^4+3+x^{-4} &\geq 5 \\ \end{align*}