Problems

Filters
Clear Filters

10 problems found

2025 Paper 3 Q6
D: 1500.0 B: 1500.0

  1. Let \(a\), \(b\) and \(c\) be three non-zero complex numbers with the properties \(a + b + c = 0\) and \(a^2 + b^2 + c^2 = 0\). Show that \(a\), \(b\) and \(c\) cannot all be real. Show further that \(a\), \(b\) and \(c\) all have the same modulus.
  2. Show that it is not possible to find three non-zero complex numbers \(a\), \(b\) and \(c\) with the properties \(a + b + c = 0\) and \(a^3 + b^3 + c^3 = 0\).
  3. Show that if any four non-zero complex numbers \(a\), \(b\), \(c\) and \(d\) have the properties \(a + b + c + d = 0\) and \(a^3 + b^3 + c^3 + d^3 = 0\), then at least two of them must have the same modulus.
  4. Show, by taking \(c = 1\), \(d = -2\) and \(e = 3\) that it is possible to find five real numbers \(a\), \(b\), \(c\), \(d\) and \(e\) with distinct magnitudes and with the properties \(a + b + c + d + e = 0\) and \(a^3 + b^3 + c^3 + d^3 + e^3 = 0\).


Solution:

  1. If \(a,b,c\) were all real then \(a^2+b^2+c^2 = 0 \Rightarrow a,b,c = 0\) but they are non-zero. Therefore they cannot all be real. Since \((a+b+c)^2 = 0\) we must have \(ab+bc+ca = 0\). Therefore \(a,b,c\) must satisfy \(x^3 -abc = 0 \Rightarrow\) they all have the same modulus, since they are all cube roots of the same number.
  2. Notice that \(a^3+b^3+c^3 - 3abc = (a+b+c)(a^2+b^2+c^2 - ab-bc-ca) \Rightarrow abc = 0\) but therefore they cannot all be non-zero.
  3. Suppose \(a+b+c+d = 0\) then note that \(\displaystyle a^2+b^2+c^2+d^2 = (a+b+c+d)^2 - 2\sum_{sym} ab\) and \(\displaystyle a^3+b^3+c^3+d^3 = (a+b+c+d)^3 - 3(a+b+c+d)(ab+ac+ad+bc+bd+cd) + 3(abc+abd+acd+bcd) \Rightarrow abc+abd+acd+bcd = 0\). Therefore \(a,b,c,d\) are roots of a polynomial of the form \(x^4 -kx^2 + l = 0\), but this means they must come in pairs with the same modulus.
  4. Suppose \(c = 1, d = -2, e = 3\) so \(c+d+e = 2\) and \(c^3 + d^3 + e^3 = 1 - 8 + 27 = 20\), so we need to find \(a,b\) satisfying \(a+b = -2, a^2+b^2 = -20\), ie \(4 = (a+b)^2 = -20 + 2ab \Rightarrow ab = 12\), so we need the roots of \(x^2 +2x + 12= 0\) which clearly have different modulus.

2019 Paper 3 Q4
D: 1500.0 B: 1500.0

The \(n\)th degree polynomial P\((x)\) is said to be reflexive if:

  1. P\((x)\) is of the form \(x^n - a_1x^{n-1} + a_2x^{n-2} - \cdots + (-1)^na_n\) where \(n \geq 1\);
  2. \(a_1, a_2, \ldots, a_n\) are real;
  3. the \(n\) (not necessarily distinct) roots of the equation P\((x) = 0\) are \(a_1, a_2, \ldots, a_n\).
  1. Find all reflexive polynomials of degree less than or equal to 3.
  2. For a reflexive polynomial with \(n > 3\), show that $$2a_2 = -a_2^2 - a_3^2 - \cdots - a_n^2.$$ Deduce that, if all the coefficients of a reflexive polynomial of degree \(n\) are integers and \(a_n \neq 0\), then \(n \leq 3\).
  3. Determine all reflexive polynomials with integer coefficients.


Solution:

  1. Suppose \(n = 1\), then all polynomials are reflexive (since \(x - a_1\) has the root \(a_1\). Suppose \(n = 2\), then we want \begin{align*} && x^2-a_1x+a_2 &= (x-a_1)(x-a_2) \\ &&&= x^2-(a_1+a_2)x+a_1a_2 \\ \Rightarrow && a_2 &= 0 \\ \end{align*} So all polynomials of the form \(x^2-a_1x\) work and no others. Suppose \(n = 3\) then we want \begin{align*} && x^3-a_1x^2+a_2x-a_3 &= (x-a_1)(x-a_2)(x-a_3) \\ &&&= x^3-(a_1+a_2+a_3)x+(a_1a_2+a_1a_3+a_2a_3)x-a_1a_2a_3 \\ \Rightarrow && a_2+a_3 &= 0 \\ && a_2a_3 &= a_2 \\ \Rightarrow && -a_2^2 &= a_2 \\ \Rightarrow && a_2 &= 0, -1 \\ && -a_1a_2^2 &= -a_2 \\ \Rightarrow && a_2 &= 0, a_2 = 1/a_1 \end{align*} So we need either \(x^3-a_1x\) or \((x+1)^2(x-1) = x^3+x^2-x-1\)
  2. Suppose \(n > 3\) then \begin{align*} && \sum a_i^2 &= \left (\sum a_i \right)^2 - 2 \sum_{i < j} a_i a_j \\ && &= a_1^2 - 2a_2 \\ \Rightarrow && 2a_2 &= a_1^2 - \sum a_i^2 \\ &&&= -a_2^2 - a_3^2 - \cdots - a_n^2 \end{align*} So \((a_2+1)^2 = 1-a_3^2 -\cdots -a_n^2\) so if \(a_n > 0\) (or any other \(a_i, i > 2\) for that matter) then we must have \(a_n = \pm 1, a_{3}, \ldots a_{n-1} = 0\), but if \(a_n = \pm 1\) \(x = 0\) is not a root. Therefore we must have \(a_0\) and \(a_i = 0\) for all \(i > 3\)
  3. The only reflexive polynomials therefore must be \(x^n - kx^{n-1}\) and \(x^{n+3}+x^{n+2}-x^{n+1}-x^n\)

2015 Paper 3 Q4
D: 1700.0 B: 1516.0

  1. If \(a\), \(b\) and \(c\) are all real, show that the equation \[ z^3+az^2+bz+c=0 \tag{\(*\)} \] has at least one real root.
  2. Let \[ S_1= z_1+z_2+z_3, \ \ \ \ S_2= z_1^2 + z_2^2 + z_3^2, \ \ \ \ S_3= z_1^3 + z_2^3 + z_3^3\,, \] where \(z_1\), \(z_2\) and \(z_3\) are the roots of the equation \((*)\). Express \(a\) and \(b\) in terms of \(S_1\) and \(S_2\), and show that \[ 6c =- S_1^3 + 3 S_1S_2 - 2S_3\,. \]
  3. The six real numbers \(r_k\) and \(\theta_k\) (\(k=1, \ 2, \ 3\)), where \(r_k>0\) and \(-\pi < \theta_k <\pi\), satisfy \[ \textstyle \sum\limits _{k=1}^3 r_k \sin (\theta_k) = 0\,, \ \ \ \ \textstyle \sum\limits _{k=1}^3 r_k^2 \sin (2\theta_k) = 0\,, \ \ \ \ \ \textstyle \sum\limits _{k=1}^3 r_k^3 \sin (3\theta_k) = 0\, . \] Show that \(\theta_k=0\) for at least one value of \(k\). Show further that if \(\theta_1=0\) then \(\theta_2 = - \theta_3\,\).


Solution:

  1. Let \(z \in \mathbb{R}\) and let \(z \to \pm \infty\) then \(z^3 + az^2 + bz + c\) changes sign, therefore somewhere it must have a real root.
  2. \begin{align*} &&z^3 + az^2 + bz + c &= (z-z_1)(z-z_2)(z-z_3) \\ && &= z^3 - (z_1+z_2+z_3)z^2 + (z_1z_2 + z_2z_3+z_3z_1)z - (z_1z_2z_3) \\ \\ \Rightarrow && S_1 &= z_1+z_2+z_3 \\ &&&= -a \\ \\ \Rightarrow && S_2 &= z_1^2+z_2^2+z_3^2 \\ &&&= (z_1+z_2+z_3)^2 - 2(z_1z_2 + z_2z_3+z_3z_1) \\ &&&= a^2 - 2b \\ \Rightarrow && a &= -S_1 \\ && b &= \frac12 \l S_1^2 - S_2\r \\ \\ && 0 &= z_i^3 + az_i^2+bz_i+c \\ \Rightarrow && 0 &= S_3 + aS_2+bS_1+3c \\ &&&= S_3 -S_1S_2 + \frac12 \l S_1^2 - S_2\r S_1 + 3c \\ \Rightarrow && 0 &= 2S_3 - 3S_1S_2 + S_1^3 + 6c \end{align*}
  3. Let \(z_k= r_ke^{i \theta_k}\), then we have \(\textrm{Im}(S_k) = 0\) and so the polynomial with roots \(z_k\) has real coefficients, and therefore at least one root is real. This root will have \(\theta_k = 0\). Moreover, since if \(w\) is a root of a real polynomial \(\overbar{w}\) is also a root, and therefore if \(\theta_1 = 0\), we must have that \(z_2\) and \(z_3\) are complex conjugate, ie \(\theta_2 = - \theta_3\)

2015 Paper 3 Q6
D: 1700.0 B: 1553.5

  1. Let \(w\) and \(z\) be complex numbers, and let \(u= w+z\) and \(v=w^2+z^2\). Prove that \(w\) and \(z\) are real if and only if \(u\) and \(v\) are real and \(u^2\le2v\).
  2. The complex numbers \(u\), \(w\) and \(z\) satisfy the equations \begin{align*} w+z-u&=0 \\ w^2+z^2 -u^2 &= - \tfrac 23 \\ w^3+z^3 -\lambda u &= -\lambda\, \end{align*} where \(\lambda \) is a positive real number. Show that for all values of \(\lambda\) except one (which you should find) there are three possible values of \(u\), all real. Are \(w\) and \(z\) necessarily real? Give a proof or counterexample.


Solution:

  1. Notice that \(u^2 = v+2wz\), so \(w,z\) are roots of the quadratic \(t^2 -ut+\frac{u^2-v}{2}\). Therefore they are both real if \(u^2 \geq 2(u^2-v) \Rightarrow 2v \geq u^2\).
  2. \begin{align*} && w+z &= u \\ && w^2+z^2 &= u^2 - \tfrac23 \\ && w^3+z^3 &= \lambda(u-1) \\ \\ && wz &= \frac{u^2 - (u^2-\tfrac23)}{2} = \tfrac13\\ \\ && (w+z)(w^2+z^2) &= w^3+z^3+wz(w+z) \\ &&u(u^2-\tfrac23)&= \lambda(u-1)+\frac13u \\ \Rightarrow && u^3-u&= \lambda (u-1) \\ \Rightarrow && 0 &= (u-1)(u(u+1) - \lambda) \\ \Rightarrow && 0 &= (u-1)(u^2+u - \lambda) \end{align*} Therefore there will be at most 3 values for \(u\), unless \(1\) is a root of \(u^2+u-\lambda\), ie \(\lambda = 2\). Suppose \(u = 1\), then we have: \(w+z = 1, wz = 1/3 \Rightarrow w,z = \frac{-1 \pm \sqrt{-1/3}}{2}\) which are clearly complex.

2014 Paper 3 Q1
D: 1700.0 B: 1542.2

Let \(a\), \(b\) and \(c\) be real numbers such that \(a+b+c=0\) and let \[(1+ax)(1+bx)(1+cx) = 1+qx^2 +rx^3\,\] for all real \(x\). Show that \(q = bc+ca+ab\) and \(r= abc\).

  1. Show that the coefficient of \(x^n\) in the series expansion (in ascending powers of \(x\)) of \(\ln (1+qx^2+rx^3)\) is \((-1)^{n+1} S_n\) where \[S_n = \frac{a^n+b^n+c^n}{n} \,, \ \ \ \ \ \ \ \ (n\ge1).\]
  2. Find, in terms of \(q\) and \(r\), the coefficients of \(x^2\), \(x^3\) and \(x^5\) in the series expansion (in ascending powers of \(x\)) of \(\ln (1+qx^2+rx^3)\) and hence show that \(S_2S_3 =S_5\).
  3. Show that \(S_2S_5 =S_7\).
  4. Give a proof of, or find a counterexample to, the claim that \(S_2S_7=S_9\).


Solution: \begin{align*} (1+ax)(1+bx)(1+cx) &= (1+(a+b)x+abx^2)(1+cx) \\ &= 1+(a+b+c)x+(ab+bc+ca)x^2+abcx^3 \end{align*} Therefore by comparing coefficients, \(q = bc + ca + ab\) and \(r = abc\) as required.

  1. \begin{align*} \ln (1+qx^2 + rx^3) &= \ln(1+ax) + \ln(1+bx)+\ln(1+cx) \\ &= -\sum_{n=1}^{\infty} \frac{(-ax)^n}{n}-\sum_{n=1}^{\infty} \frac{(-bx)^n}{n}-\sum_{n=1}^{\infty} \frac{(-cx)^n}{n} \\ &= \sum_{n=1}^{\infty} \frac{(-1)^{n+1}(a^n+b^n+c^n)}{n} x^n \\ &= \sum_{n=1}^{\infty} (-1)^{n+1} S_n x^n \\ \end{align*}
  2. \begin{align*} \ln (1 + qx^2 + rx^3) &= (qx^2+rx^3) -\frac{(qx^2+rx^3)^2}{2} + O(x^6) \\ &= qx^2 + rx^3 - \frac12 q^2 x^4 - qr x^5 + O(x^6) \\ \end{align*} Comparing coefficients we see that \(S_2 = -q\) and \(S_3 = r\), we also must have \(S_5 = -qr = S_2S_3\) as required.
  3. \begin{align*} \ln (1 + qx^2 + rx^3) &= (qx^2+rx^3) -\frac{(qx^2+rx^3)^2}{2} +\frac{(qx^2+rx^3)^3}{3}+ O(x^8) \\ &= qx^2 + rx^3 - \frac12 q^2 x^4 - qr x^5 + \frac12 rx^6 + \frac13 q^3 x^6 + q^2r x^7 + O(x^8) \\ &= qx^2 + rx^3 - \frac12 q^2 x^4 - qr x^5 + \left ( \frac12 r+ \frac13 q^3 \right)x^6 + q^2r x^7 \end{align*} Comparing coefficients we see that \(S_2 = -q\) and \(S_5 =-qr\), we also must have \(S_7 = q^2r = S_2S_5\) as required.
  4. Let \(a = b = 1, c = -2\), then \(S_2 = \frac{1^2+1^2 + (-2)^2}{2} = 3, S_7 = \frac{1^2+1^2+(-2)^7}{7} = -18, S_9 = \frac{1^1+1^2+(-2)^9}{9} = \frac{2 - 512}{9} \neq 3 \cdot (-18)\)

2009 Paper 3 Q5
D: 1700.0 B: 1516.0

The numbers \(x\), \(y\) and \(z\) satisfy \begin{align*} x+y+z&= 1\\ x^2+y^2+z^2&=2\\ x^3+y^3+z^3&=3\,. \end{align*} Show that \[ yz+zx+xy=-\frac12 \,.\] Show also that \(x^2y+x^2z+y^2z+y^2x+z^2x+z^2y=-1\,\), and hence that \[ xyz=\frac16 \,.\] Let \(S_n=x^n+y^n+z^n\,\). Use the above results to find numbers \(a\), \(b\) and \(c\) such that the relation \[ S_{n+1}=aS_{n}+bS_{n-1}+cS_{n-2}\,, \] holds for all \(n\).


Solution: \begin{align*} && (x+y+z)^2 &= x^2 + y^2 + z^2 + 2(xy+yz+zx) \\ \Rightarrow && 1^2 &= 2 + 2(xy+yz+zx) \\ \Rightarrow && xy+yz+zx &= -\frac12 \end{align*} \begin{align*} && 1 \cdot 2 &= (x+y+z)(x^2+y^2+z^2) \\ &&&= x^3 + y^3 + z^3 + x^2y+x^2z+y^2z+y^2x+z^2x+z^2y \\ &&&= 3 + x^2y+x^2z+y^2z+y^2x+z^2x+z^2y\\ \Rightarrow && -1 &= x^2y+x^2z+y^2z+y^2x+z^2x+z^2y \end{align*} \begin{align*} && (x+y+z)^3 &= x^3 + y^3 + z^3 + \\ &&&\quad \quad 3xy^2 + 3xz^2 + \cdots + 3zx^2 + 3zy^2 + \\ &&&\quad \quad \quad 6xyz \\ \Rightarrow && 1 &= 3 + 3(-1) + 6xyz \\ \Rightarrow && xyz &= \frac16 \end{align*} Since we have \(f(t) = (t-x)(t-y)(t-z) = t^3-t^2-\frac12 t - \frac16\) is zero for \(x,y,z\) we can notice that: \(t^{n+1} = t^n +\frac12 t^{n-1} + \frac16 t^{n-2}\) is also true for \(x,y,z\) (by multiplying by \(t^{n-2}\). Therefore: \(S_{n+1} = S_n + \frac12 S_{n-1} + \frac16 S_{n-2}\)

2008 Paper 3 Q1
D: 1700.0 B: 1516.0

Find all values of \(a\), \(b\), \(x\) and \(y\) that satisfy the simultaneous equations \begin{alignat*}{3} a&+b & &=1 &\\ ax&+by & &= \tfrac13& \\ ax^2&+by^2& &=\tfrac15& \\ ax^3 &+by^3& &=\tfrac17\,.& \end{alignat*} \noindent{\bf [} {\bf Hint}: you may wish to start by multiplying the second equation by \(x+y\). {\bf ]}


Solution: This is a second order recurrence relation, so we need to find \(m\) and \(n\) such that; \begin{align*} &&\frac15 &= m\frac13 + n \\ &&\frac17 &= m \frac15 + n\frac13 \\ \Rightarrow && m,n &= \frac67, - \frac{3}{35} \end{align*} So we now need to solve the characteristic equation: \(\lambda^2 - \frac67 \lambda + \frac{3}{35} = 0\) So \(x,y = \frac{15 \pm 2 \sqrt{30}}{35}\). We need, \begin{align*} && 1 &= a+ b \\ && \frac13 &= a \frac{15 + 2 \sqrt{30}}{35} + b \frac{15 - 2 \sqrt{30}}{35} \\ && \frac13 &= \frac{15}{35} + \frac{2 \sqrt{30}}{35}(a-b) \\ \Rightarrow && -\frac{\sqrt{30}}{18} &= a-b \\ \Rightarrow && a &= \frac{18-\sqrt{30}}{36} \\ && b &= \frac{18+\sqrt{30}}{38} \end{align*} So our two answers are: \[ (a,b,x,y) = \left (\frac{18\pm\sqrt{30}}{36} ,\frac{18\mp\sqrt{30}}{36},\frac{15 \pm 2 \sqrt{30}}{35},\frac{15 \mp 2 \sqrt{30}}{35}, \right)\]

1996 Paper 3 Q7
D: 1700.0 B: 1515.1

  1. If \(x+y+z=\alpha,\) \(xy+yz+zx=\beta\) and \(xyz=\gamma,\) find numbers \(A,B\) and \(C\) such that \[ x^{3}+y^{3}+z^{3}=A\alpha^{3}+B\alpha\beta+C\gamma. \] Solve the equations \begin{alignat*}{1} x+y+z & =1\\ x^{2}+y^{2}+z^{2} & =3\\ x^{3}+y^{3}+z^{3} & =4. \end{alignat*}
  2. The area of a triangle whose sides are \(a,b\) and \(c\) is given by the formula \[ \mathrm{area}=\sqrt{s(s-a)(s-b)(s-c)} \] where \(s\) is the semi-perimeter \(\frac{1}{2}(a+b+c).\) If \(a,b\) and \(c\) are the roots of the equation \[ x^{3}-16x^{2}+81x-128=0, \] find the area of the triangle.


Solution:

  1. \begin{align*} (x+y+z)^3 &= x^3+y^3+z^3+ \\ &\quad 3xy^2 + 3xz^2 + 3yx^2 + \cdots + 3zy^2 \\ &\quad\quad + 6xyz \\ (x+y+z)(xy+yz+zx) &= x^2y+x^2z + \cdots + z^2 x + 3xyz \\ x^3+y^3+z^3 &= (x+y+z)^3 - 3(xy^2 + \cdots + zy^2) - 6xyz \\ &= \alpha^3 - 3(\alpha \beta - 3\gamma)-6\gamma \\ &= \alpha^3-3\alpha \beta+3\gamma \end{align*} Since \(4 = 1^3-3\cdot1\cdot(-1) + 3 \gamma \Rightarrow \gamma = 0\), therefore one of \(x,y,z = 0\). WLOG \(x = 0\), so \(y+z = 1, y^2 + z^2 = 3 \Rightarrow y^2 + (1-y)^2 = 3 \Rightarrow y^2 -y -1 = 0 \Rightarrow y = \frac{1 \pm \sqrt{5}}{2}\), so we have \((x,y,z) = (0, \frac{1 +\sqrt{5}}{2}, \frac{1 - \sqrt{5}}{2})\) and permutations.
  2. \begin{align*} A^2 &= s(s-a)(s-b)(s-c) \\ \end{align*} Notice the second part is the same as plugging \(s= 16/2 = 8\) into our polynomial Therefore \begin{align*} A^2 &= 8 \cdot (8^3 - 16 \cdot 8^2 + 81 \cdot 8 - 128) \\ &= 8 \cdot 8 (8^2 - 16 \cdot 8 + 81- 16) \\ &= 64 (-64+81-16) \\ &= 64 \end{align*} Therefore \(A = 8\)

1991 Paper 3 Q10
D: 1700.0 B: 1516.0

The equation \[ x^{n}-qx^{n-1}+r=0, \] where \(n\geqslant5\) and \(q\) and \(r\) are real constants, has roots \(\alpha_{1},\alpha_{2},\ldots,\alpha_{n}.\) The sum of the products of \(m\) distinct roots is denoted by \(\Sigma_{m}\) (so that, for example, \(\Sigma_{3}=\sum\alpha_{i}\alpha_{j}\alpha_{k}\) where the sum runs over the values of \(i,j\) and \(k\) with \(n\geqslant i>j>k\geqslant1\)). The sum of \(m\)th powers of the roots is denoted by \(S_{m}\) (so that, for example, \(S_{3}=\sum\limits_{i=1}^{n}\alpha_{i}^{3}\)). Prove that \(S_{p}=q^{p}\) for \(1\leqslant p\leqslant n-1.\) You may assume that for any \(n\)th degree equation and \(1\leqslant p\leqslant n\) \[ S_{p}-S_{p-1}\Sigma_{1}+S_{p-2}\Sigma_{2}-\cdots+(-1)^{p-1}S_{1}\Sigma_{p-1}+(-1)^{p}p\Sigma_{p}=0.] \] Find expressions for \(S_{n},\) \(S_{n+1}\) and \(S_{n+2}\) in terms of \(q,r\) and \(n\). Suggest an expression for \(S_{n+m},\) where \(m < n\), and prove its validity by induction.


Solution: Claim: \(S_p = q^p\) for \(1 \leq p \leq n-1\) Proof: When \(p = 1\), \(S_p = \Sigma_1 = q\) as expected. Note that \(\Sigma_i = 0\) for \(i = 2, \cdots, n-1\). Using \(S_p = S_{p-1}\Sigma_{1}-S_{p-2}\Sigma_{2}+\cdots+(-1)^{p-1+1}S_{1}\Sigma_{p-1}+(-1)^{p+1}p\Sigma_{p}\), we can see that \(S_p = qS_{p-q}\) when \(1 \leq p \leq n-1\), ie \(S_p = q^p\). Note that \begin{align*} S_n &= \sum \alpha_i^n \\ &= q\sum \alpha_i^{n-1} - \sum r \\ &= qS_{n-1} - nr \\ &= q^n - nr \\ \\ S_{n+1} &= \sum \alpha_i^{n+1} \\ &= q \sum \alpha_i^{n} - r \sum \alpha_i \\ &= q^{n+1} - rq \\ \\ S_{n+2} &= \sum \alpha_i^{n+2} \\ &= q \sum \alpha_i^{n+1} - r \sum \alpha_i^2 \\ &= q^{n+2} - rq^2 \\ \end{align*} Claim: \(S_{n+m} = q^{n+m} - rq^{m}\) Proof: The obvious

1990 Paper 3 Q1
D: 1700.0 B: 1516.0

Show, using de Moivre's theorem, or otherwise, that \[ \tan9\theta=\frac{t(t^{2}-3)(t^{6}-33t^{4}+27t^{2}-3)}{(3t^{2}-1)(3t^{6}-27t^{4}+33t^{2}-1)},\qquad\mbox{ where }t=\tan\theta. \] By considering the equation \(\tan9\theta=0,\) or otherwise, obtain a cubic equation with integer coefficients whose roots are \[ \tan^{2}\left(\frac{\pi}{9}\right),\qquad\tan^{2}\left(\frac{2\pi}{9}\right)\qquad\mbox{ and }\qquad\tan^{2}\left(\frac{4\pi}{9}\right). \] Deduce the value of \[ \tan\left(\frac{\pi}{9}\right)\tan\left(\frac{2\pi}{9}\right)\tan\left(\frac{4\pi}{9}\right). \] Show that \[ \tan^{6}\left(\frac{\pi}{9}\right)+\tan^{6}\left(\frac{2\pi}{9}\right)+\tan^{6}\left(\frac{4\pi}{9}\right)=33273. \]


Solution: Writing \(c = \cos \theta, s = \sin \theta\) then de Moivre states that: \begin{align*} && \cos 9 \theta + i \sin 9 \theta &= (c +i s)^9 \\ &&&= c^9 + 9ic^8s - 36c^7s^2-84ic^6s^3+126c^5s^4 + 126ic^4s^5 -84c^3s^6 -36ic^2s^7+9cs^8+is^9 \\ &&&= (c^9-36c^7s^2+126c^5s^3-84c^3s^6+8cs^8)+i(9c^8s-75c^6s^3+126c^4s^5-36c^2s^7+s^9) \\ \Rightarrow && \tan 9\theta &= \frac{(9c^8s-75c^6s^3+126c^4s^5-36s^2c^7+s^9)}{(c^9-36c^7s^2+126c^5s^4-84c^3s^6+8cs^8)} \\ &&&= \frac{9t-75t^3+126s^5-36t^7+t^9}{1-36t^2+126t^4-84t^6+8t^8} \\ &&&= \frac{t(t^{2}-3)(t^{6}-33t^{4}+27t^{2}-3)}{(3t^{2}-1)(3t^{6}-27t^{4}+33t^{2}-1)} \end{align*} If we consider \(\tan 9\theta = 0\) it will have the roots \(\theta = \frac{n \pi}{9}, n \in \mathbb{Z}\), in particular, the numerator of our fraction for \(\tan 9 \theta\) will be zero for \(t = 0, \tan \frac{\pi}{9}, \tan \frac{2\pi}{9}, \tan \frac{3\pi}{9}, \tan \frac{4 \pi}{9}, \tan \frac{5\pi}{9}, \tan \frac{6 \pi}{9}, \tan \frac{7 \pi}{9}, \tan \frac{8\pi}{9}\). It's worth noting all other values of \(\theta\) will repeat these values. Also note that \(0,\tan \frac{\pi}{3}, \tan \frac{2\pi}{3}\) are the roots of \(t\) and \(t^2-3\) respectively. Therefore the other values are the roots of our sextic. However, also note that \(\tan \frac{8\pi}{9} = - \tan \frac{\pi}{9}\) and similar, therefore we can notice that all the roots in pairs can be mapped to \(\tan \frac{\pi}{9}, \tan \frac{2 \pi}{9}\) and \(\tan \frac{4 \pi}{9}\) and all those values are squared, so the roots of: \(x^3 - 33x^2+27x-3\) will be \(\tan^2 \frac{\pi}{9}, \tan^2 \frac{2 \pi}{9}\) and \(\tan^2 \frac{4 \pi}{9}\). The product of the roots will be \(3\), so \begin{align*} && \tan^2 \frac{\pi}{9} \tan^2 \frac{2 \pi}{9} \tan^2 \frac{4 \pi}{9} &= 3 \\ \Rightarrow && \tan \frac{\pi}{9} \tan \frac{2 \pi}{9} \tan \frac{4 \pi}{9} &= \pm \sqrt{3} \\ \underbrace{\Rightarrow}_{\text{all positive}} && \tan \frac{\pi}{9} \tan \frac{2 \pi}{9} \tan \frac{4 \pi}{9} &= \sqrt{3} \\ \end{align*} Notice that \(x^3 + y^3 +z^3 - 3xyz = (x+y+z)((x+y+z)^2-3(xy+yz+zx))\) Therefore \begin{align*} \tan^{6}\left(\frac{\pi}{9}\right)+\tan^{6}\left(\frac{2\pi}{9}\right)+\tan^{6}\left(\frac{4\pi}{9}\right) &= 33(33^2-3\cdot27) + 3 \cdot 3 \\ &= 33\,273 \end{align*}