21 problems found
Solution:
If \(u\) and \(v\) are the two roots of \(z^{2}+az+b=0,\) show that \(a=-u-v\) and \(b=uv.\) Let \(\alpha=\cos(2\pi/7)+\mathrm{i}\sin(2\pi/7).\) Show that \(\alpha\) is a root of \(z^{6}-1=0\) and express the roots in terms of \(\alpha.\) The number \(\alpha+\alpha^{2}+\alpha^{4}\) is a root of a quadratic equation \[ z^{2}+Az+B=0 \] where \(A\) and \(B\) are real. By guessing the other root, or otherwise, find the numerical values of \(A\) and \(B\). Show that \[ \cos\frac{2\pi}{7}+\cos\frac{4\pi}{7}+\cos\frac{8\pi}{7}=-\frac{1}{2}, \] and evaluate \[ \sin\frac{2\pi}{7}+\sin\frac{4\pi}{7}+\sin\frac{8\pi}{7}, \] making it clear how you determine the sign of your answer.
Solution: \begin{align*} 0 &= z^2+az+b \\ &= (z-u)(z-v) \\ &= z^2-(u+v)z+uv \end{align*} Therefore by comparing coefficients, \(a = -u-v\) and \(b = uv\). Suppose \(\alpha = \cos(2\pi/7) + i \sin (2\pi/7)\), then by De Moivre, \(\alpha^7 = \cos(2\pi) + i \sin (2\pi) = 1\), ie \(\alpha^7-1 = 0\). Notice that \((\alpha+\alpha^2 + \alpha^4) + (\alpha^3+\alpha^5+\alpha^6) = -1\) and \begin{align*} P &= (\alpha+\alpha^2 + \alpha^4)(\alpha^3+\alpha^5+\alpha^6) \\ &= \alpha^4 + \alpha^6 + \alpha^7 + \alpha^5 + \alpha^7 + \alpha^8 + \alpha^{7}+\alpha^{9}+\alpha^{10} \\ &= 3 + \alpha+ \alpha^2 + \alpha^3 + \alpha^4 + \alpha^5 + \alpha^6 \\ &= 2 \end{align*} Therefore it is a root of \(x^2+x+2 = 0 \Rightarrow x = \frac{-1 \pm i\sqrt{7}}{2}\) Therefore $\cos\frac{2\pi}{7} + \cos \frac{4\pi}{7} + \cos \frac{8\pi}{7} = \textrm{Re}(\alpha + \alpha^2 + \alpha^4) = -\frac12$ And \(\sin\frac{2\pi}{7} + \sin\frac{4\pi}{7} + \sin\frac{8\pi}{7} = \textrm{Im}(\alpha + \alpha^2 + \alpha^4) = \pm\frac{\sqrt{7}}2\) since it is positive it is \(\frac{\sqrt{7}}{2}\)
The cubic equation \[ x^{3}-px^{2}+qx-r=0 \] has roots \(a,b\) and \(c\). Express \(p,q\) and \(r\) in terms of \(a,b\) and \(c\).
Solution: \(p = a+b+c, q = ab+bc+ca, r = abc\)
Show that \[ \sin(2n+1)\theta=\sin^{2n+1}\theta\sum_{r=0}^{n}(-1)^{n-r}\binom{2n+1}{2r}\cot^{2r}\theta, \] where \(n\) is a positive integer. Deduce that the equation \[ \sum_{r=0}^{n}(-1)^{r}\binom{2n+1}{2r}x^{r}=0 \] has roots \(\cot^{2}(k\pi/(2n+1))\) for \(k=1,2,\ldots,n\). Show that
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
Find the probability that the quadratic equation \[ X^{2}+2BX+1=0 \] has real roots when \(B\) is normally distributed with zero mean and unit variance. Given that the two roots \(X_{1}\) and \(X_{2}\) are real, find:
Solution: The roots are \(X_1, X_2 = -B \pm \sqrt{B^2-1}\)