Problems

Filters
Clear Filters

2 problems found

2019 Paper 1 Q4
D: 1500.0 B: 1500.0

  1. Find integers \(m\) and \(n\) such that $$\sqrt{3+2\sqrt{2}} = m + n\sqrt{2}.$$
  2. Let \(f(x) = x^4 - 10x^2 + 12x - 2\). Given that the equation \(f(x) = 0\) has four real roots, explain why \(f(x)\) can be written in the form $$f(x)=(x^2 + sx + p)(x^2 - sx + q)$$ for some real constants \(s\), \(p\) and \(q\), and find three equations for \(s\), \(p\) and \(q\). Show that $$s^2(s^2 - 10)^2 + 8s^2 - 144 = 0$$ and find the three possible values of \(s^2\). Use the smallest of these values of \(s^2\) to solve completely the equation \(f(x) = 0\), simplifying your answers as far as you can.


Solution:

  1. \((1+\sqrt{2})^2 = 3 + 2\sqrt{2}\) so \(\sqrt{3 + 2\sqrt{2}} = 1 + \sqrt{2}\)
  2. We can always factorise any quartic in the form \((x^2+ax+b)(x^2+cx+d)\), since \(x^3\) has a coefficient of \(a+b\) we must have \(a = -b\), ie the form in the question. \begin{align*} && 0 &= (x^2+sx+p)(x^2-sx+q) \\ &&&= x^4+(p+q-s^2)x^2+s(q-p)x+pq \\ \Rightarrow && pq &= -2 \\ && s(q-p) &= 12 \\ && p+q-s^2 &= -10 \\ \\ && p+q &= s^2-10 \\ && (p+q)^2 &= (s^2-10)^2 \\ && (q-p)^2 &= \frac{12}{s^2} \\ \Rightarrow && (s^2-10)^2 &= \frac{12}{s^2} + 4pq \\ && (s^2-10)^2 &= \frac{144}{s^2} -8 \\ && 0 &= s^2(s^2-10)^2+8s^2-144 \\ &&&= s^6-20s^4+108s^2-144 \\ &&&= (s^2-2)(s^2-6)(s^2-12) \end{align*} Suppose \(s = \sqrt{2}\), and we have \begin{align*} && q-p &= 6\sqrt{2} \\ && p+q &= -8 \\ \Rightarrow && q &= 3\sqrt{2}-4 \\ && p &= -4-3\sqrt{2} \end{align*} Solving our quadratic equations, we have \begin{align*} && 0 &= x^2-\sqrt{2}x-4+3\sqrt{2} \\ \Rightarrow && x &= \frac{\sqrt{2}\pm \sqrt{2-4\cdot(-4+3\sqrt{2})}}{2} \\ &&&= \frac{\sqrt{2}\pm \sqrt{18-12\sqrt{2}}}{2} \\ &&&= \frac{\sqrt{2}\pm (2\sqrt{3}-\sqrt{6})}{2} \\ \\ && 0 &= x^2+\sqrt{2}x-3\sqrt{2}-4 \\ && x &= \frac{-\sqrt{2} \pm \sqrt{2-4\cdot(3\sqrt{3}-4)}}{2}\\ && &= \frac{-\sqrt{2} \pm \sqrt{18+12\sqrt{2}}}{2}\\ && &= \frac{-\sqrt{2} \pm (\sqrt{6}+2\sqrt{3})}{2}\\ \end{align*}

2011 Paper 3 Q7
D: 1700.0 B: 1486.2

Let \[ T _n = \left( \sqrt{a+1} + \sqrt a\right)^n\,, \] where \(n\) is a positive integer and \(a\) is any given positive integer.

  1. In the case when \(n\) is even, show by induction that \(T_n\) can be written in the form \[ A_n +B_n \sqrt{a(a+1)}\,, \] where \(A_n\) and \(B_n\) are integers (depending on \(a\) and \(n\)) and \(A_n^2 =a(a+1)B_n^2 +1\).
  2. In the case when \(n\) is odd, show by considering \((\sqrt{a+1} +\sqrt a)T_m\) where \(m\) is even, or otherwise, that \(T_n\) can be written in the form \[ C_n \sqrt {a+1} + D_n \sqrt a \,, \] where \(C_n\) and \(D_n\) are integers (depending on \(a\) and \(n\)) and \( (a+1)C_n^2 = a D_n^2 +1\,\).
  3. Deduce that, for each \(n\), \(T_n\) can be written as the sum of the square roots of two consecutive integers.


Solution:

  1. Claim: For all \(n \geq 1\) \(T_{2n} = A_{2n} + B_{2n}\sqrt{a(a+1)}\) where \(A_{2n}, B_{2n}\) are integers and \(A_{2n}^2 = a(a+1)B_{2n}^2+1\) Proof: (By induction) Base case: \(n =1\). \begin{align*} && T_2 &= (\sqrt{a+1}+\sqrt{a})^2 \\ &&&= a+1+2\sqrt{a(a+1)}+a \\ &&&=2a+1+2\sqrt{a(a+1)} \\ \Rightarrow && A_2 &= 2a+1 \\ && B_2 &= 2 \\ && A_2^2 &= 4a^2+4a+1 \\ && a(a+1)B_1^2 + 1 &= 4a^2+4a+1 \end{align*} Therefore our base case is true. Suppose it is true for some \(n = k\) then consider \(n = k+1\) we must have \(T_{2k} = A_{2k}+B_{2k}\sqrt{a(a+1)}\) \begin{align*} && T_{2(k+1)} &= T_{2k} (\sqrt{a+1}+\sqrt{a})^2 \\ &&&= \left (A_{2k}+B_{2k}\sqrt{a(a+1)} \right)\left (2a+1+2\sqrt{a(a+1)} \right) \\ &&&= (2a+1)A_{2k}+2a(a+1)B_{2k} + (2A_{2k}+(2a+1)B_{2k})\sqrt{a(a+1)} \\ \Rightarrow && A_{2(k+1)} &= (2a+1)A_{2k}+2a(a+1)B_{2k} \in \mathbb{Z} \\ && B_{2(k+1)} &= 2A_{2k}+(2a+1)B_{2k} \in \mathbb{Z} \\ && A_{2(k+1)}^2 &= \left ( (2a+1)A_{2k}+2a(a+1)B_{2k} \right)^2 \\ &&&= (2a+1)^2A_{2k}^2+4a^2(a+1)^2B_{2k}^2+4a(a+1)(2a+1)A_{2k}B_{2k} \\ &&&= a^2(a+1)^2(2a+1)^2B_{2k}^2+(2a+1)^2\\ &&&\quad\quad+4a^2(a+1)^2B_{2k}^2+4a(a+1)(2a+1)A_{2k}B_{2k}\\ && a(a+1)B_{2(k+1)}^2 + 1 &= a(a+1)\left ( 2A_{2k}+(2a+1)B_{2k} \right)^2 \\ &&&= 4a(a+1)A_{2k}^2 + 4a(a+1)(2a+1)A_{2k}B_{2k} + a(a+1)(2a+1)^2B_{2k}^2 + 1\\ &&&= 4a^2(a+1)^2B_{2k}^2+4a(a+1) + \\ &&&\quad\quad+ 4a(a+1)(2a+1)A_{2k}B_{2k} + a(a+1)(2a+1)^2B_{2k}^2 + 1 \end{align*} So our relation holds ad therefore by induction we're done.
  2. When \(n\) is odd, notice that \begin{align*} && T_n &= (\sqrt{a+1}+\sqrt{a})(A_m+B_m\sqrt{a(a+1)})\\ &&&= \sqrt{a+1}(\underbrace{A_m+aB_m}_{C_n})+\sqrt{a}(\underbrace{(a+1)B_m+A_m}_{D_n}) \\ \\ && (a+1)C_n^2 &= (a+1)(A_m+aB_m)^2 \\ &&&= (a+1)(A_m^2+2aA_mB_m+B_m^2) \\ &&&= (a+1)(a(a+1)B_m^2+1+2aA_mB_m+B_m^2) \\ &&&= a(a+1)^2B_m^2 + 2a(a+1)A_mB_m+(a+1)B_m^2+a+1 \\ && aD_n^2+1 &= a((a+1)^2B_m + 2(a+1)A_mB_m + A_m^2)+1 \\ &&&= a(a+1)^2B_m + 2a(a+1)A_mB_m + aB_{m}^2+a+1 \end{align*}
  3. For even \(n\) \(T_n = \sqrt{a(a+1)B_{2n}^2+1} + \sqrt{a(a+1)B_{2n}^2}\) For odd \(n\), \(T_n = \sqrt{aD_n^2+1}+ \sqrt{aD_n^2}\) therefore it is always the sum of the square root of two consecutive integers.