8 problems found
A \(2 \times 2\) matrix \(\mathbf{M}\) is real if it can be written as \(\mathbf{M} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}\), where \(a\), \(b\), \(c\) and \(d\) are real. In this case, the \emph{trace} of matrix \(\mathbf{M}\) is defined to be \(\mathrm{tr}(\mathbf{M}) = a + d\) and \(\det(\mathbf{M})\) is the determinant of matrix \(\mathbf{M}\). In this question, \(\mathbf{M}\) is a real \(2 \times 2\) matrix.
Show that, if \(k\) is a root of the quartic equation \[ x^4 + ax^3 + bx^2 + ax + 1 = 0\,, \tag{\(*\)} \] then \(k^{-1}\) is a root. You are now given that \(a\) and \(b\) in \((*)\) are both real and are such that the roots are all real.
Solution: Let \(f(x) = x^4 + ax^3 + bx^2 + ax + 1\), and suppose \(f(k) = 0\). Since \(f(0) = 1\), \(k \neq 0\), therefore we can talk about \(k^{-1}\). \begin{align*} && f(k^{-1}) &= k^{-4} + ak^{-3} + bk^{-2} + ak^{-1} + 1 \\ &&&= k^{-4}(1 + ak + bk^2 + ak^3 + k^4) \\ &&&= k^{-4}(k^4+ak^3+bk^2+ak+1) \\ &&&= k^{-4}f(k) = 0 \end{align*} Therefore \(k^{-1}\) is also a root of \(f\)
The sequence of numbers \(x_0\), \(x_1\), \(x_2\), \(\ldots\) satisfies \[ x_{n+1} = \frac{ax_n-1}{x_n+b} \,. \] (You may assume that \(a\), \(b\) and \(x_0\) are such that \(x_n+b\ne0\,\).) Find an expression for \(x_{n+2}\) in terms of \(a\), \(b\) and \(x_n\).
Solution: \begin{align*} x_{n+2} &= \frac{ax_{n+1}-1}{x_{n+1}+b} \\ &= \frac{a \frac{ax_n - 1}{x_n+b}-1}{\frac{ax_n - 1}{x_n+b}+b} \\ &= \frac{a(ax_n-1)-(x_n+b)}{ax_n-1+b(x_n+b)} \\ &= \frac{(a^2-1)x_n-(a+b)}{(a+b)x_n+b^2-1} \end{align*}
Show, by finding \(R\) and \(\gamma\), that \(A \sinh x + B\cosh x \) can be written in the form \(R\cosh (x+\gamma)\) if \(B>A>0\). Determine the corresponding forms in the other cases that arise, for \(A>0\), according to the value of \(B\). Two curves have equations \(y = \textrm{sech} x\) and \(y = a\tanh x + b\,\), where \(a>0\).
Solution: \begin{align*} && R\cosh(x + \gamma) &=R \cosh x \cosh \gamma + R \sinh x \sinh \gamma \\ \Rightarrow && R \cosh \gamma &= B \\ && R \sinh \gamma &= A \\ \Rightarrow && R^2 &= B^2 - A^2 \\ \Rightarrow && \tanh \gamma &= \frac{A}{B} \\ \end{align*} Therefore it is possible, by writing \(R = \sqrt{B^2-A^2}\) and \(\gamma = \textrm{artanh} \left ( \frac{A}{B} \right)\). This works as long as \(|B| > A > 0\). Supposing \(A >|B| \), try \(S \sinh (x + \delta) = S \sinh x \cosh \delta +S \cosh x \sinh \delta\) \begin{align*} && S \cosh \delta &= A \\ && -S \sinh \delta &= B \\ \Rightarrow && S^2 &= A^2 - B^2 \\ \Rightarrow && \tanh \delta &= \frac{B}{A} \\ \end{align*} Therefore in this case we can write \(\sqrt{A^2-B^2} \sinh \left (x + \tanh^{-1} \left ( \frac{B}{A} \right) \right)\) If \(A = \pm B > 0\) we can we have \(A \sinh x + B \cosh x = \pm Ae^{\pm x}\)
In this question, \(\lfloor x \rfloor\) denotes the greatest integer that is less than or equal to \(x\), so that \(\lfloor 2.9 \rfloor = 2 = \lfloor 2.0 \rfloor\) and \(\lfloor -1.5 \rfloor = -2\). The function \(\f\) is defined, for \(x\ne0\), by \(\f(x) = \dfrac{\lfloor x \rfloor}{x}\,\).
Solution:
The first question on an examination paper is: Solve for \(x\) the equation \(\displaystyle \frac 1x = \frac 1 a + \frac 1b \;.\) where (in the question) \(a\) and \(b\) are given non-zero real numbers. One candidate writes \(x=a+b\) as the solution. Show that there are no values of \(a\) and \(b\) for which this will give the correct answer. The next question on the examination paper is: Solve for \(x\) the equation \(\displaystyle \frac 1x = \frac 1 a + \frac 1b +\frac 1c \;.\) where (in the question) \(a\,\), \(b\) and \(c\) are given non-zero numbers. The candidate uses the same technique, giving the answer as \(\displaystyle x = a + b +c \;.\) Show that the candidate's answer will be correct if and only if \(a\,\), \(b\) and \(c\) satisfy at least one of the equations \(a+b=0\,\), \(b+c=0\) or \(c+a=0\,\).
Solution: Suppose \begin{align*} && \frac{1}{a+b} &= \frac{1}{a} + \frac{1}{b} \\ \Rightarrow && ab &= b(a+b)+a(a+b) \\ &&&= (a+b)^2 \\ \Rightarrow && 0 &= a^2+ab + b^2 \\ &&&= \tfrac12 (a^2+(a+b)^2+b^2) \end{align*} Which clearly has no solution for non-zero \(a,b\). Suppose \begin{align*} && \frac{1}{a+b+c} &= \frac1a + \frac1b+\frac1c \\ \Leftrightarrow && abc &= (a+b+c)(bc+ca+ab) \\ \Leftrightarrow && 0 &= (a+b+c)(bc+ca+ab) - abc \\ &&&= (a+b)(b+c)(c+a) \end{align*} Therefore it is true iff \(a+b = 0\) or \(b+c=0\) or \(c+a =0\) as required.
Find the coordinates of the turning point on the curve \(y = x^2 - 2bx + c\,\). Sketch the curve in the case that the equation \(x^2 - 2bx + c=0\) has two distinct real roots. Use your sketch to determine necessary and sufficient conditions on \(b\) and \(c\) for the equation \(x^2 - 2bx + c = 0\) to have two distinct real roots. Determine necessary and sufficient conditions on \(b\) and \(c\) for this equation to have two distinct positive roots. Find the coordinates of the turning points on the curve \(y = x^3 - 3b^2x + c\) (with \(b>0\)) and hence determine necessary and sufficient conditions on \(b\) and \(c\) for the equation \(x^3 - 3b^2x + c = 0\) to have three distinct real roots. Determine necessary and sufficient conditions on \(a\,\), \(b\) and \(c\) for the equation \(\l x - a \r^3 - 3b^2 \l x - a \r + c = 0\) to have three distinct positive roots. Show that the equation \(2x^3 - 9x^2 + 7x - 1 = 0\) has three distinct positive roots.
Solution: \begin{align*} y &= x^2-2bx+c \\ &= (x-b)^2+c-b^2 \end{align*} Therefore the turning point is at \((b,c-b^2)\)
Explain the geometrical relationship between the points in the Argand diagram represented by the complex numbers \(z\) and \(z\mathrm{e}^{\mathrm{i}\theta}.\) Write down necessary and sufficient conditions that the distinct complex numbers \(\alpha,\beta\) and \(\gamma\) represent the vertices of an equilateral triangle taken in anticlockwise order. Show that \(\alpha,\beta\) and \(\gamma\) represent the vertices of an equilateral triangle (taken in any order) if and only if \[ \alpha^{2}+\beta^{2}+\gamma^{2}-\beta\gamma-\gamma\alpha-\alpha\beta=0. \] Find necessary and sufficient conditions on the complex coefficients \(a,b\) and \(c\) for the roots of the equation \[ z^{3}+az^{2}+bz+c=0 \] to lie at the vertices of an equilateral triangle in the Argand digram.
Solution: The point \(ze^{i\theta}\) is obtained by rotating the point \(z\) about \(0\) by an angle \(\theta\) anticlockwise. The complex numbers \(\alpha, \beta\) and \(\gamma\) will form an equilateral triangle iff the angles between each side are \(\frac{\pi}{3}\), ie \begin{align*} \begin{cases}{\gamma - \beta} &= e^{i \frac{\pi}{3}}({\beta - \alpha}) \\ {\alpha- \gamma} &= e^{i \frac{\pi}{3}}({\gamma- \beta}) \\ {\beta- \alpha} &= e^{i \frac{\pi}{3}}({\alpha- \gamma})\end{cases} \end{align*} We don't need all these equations, since the first two are equivalent to the third. Combining the first two equations, we have \begin{align*} && \frac{\gamma - \beta}{\beta-\alpha} &= \frac{\alpha-\gamma}{\gamma - \beta} \\ \Leftrightarrow && (\gamma - \beta)^2 &= (\alpha-\gamma)(\beta-\alpha) \\ \Leftrightarrow && \gamma^2 +\beta^2 - 2\gamma \beta &= \alpha\beta-\alpha^2-\gamma\beta+\gamma\alpha \\ \Leftrightarrow && \alpha^{2}+\beta^{2}+\gamma^{2}-\beta\gamma-\gamma\alpha-\alpha\beta&=0 \end{align*} as required. If the roots of \(z^{3}+az^{2}+bz+c=0\) are \(\alpha, \beta, \gamma\) then \(\alpha+\beta+\gamma = -a\) and \(\beta\gamma+\gamma\alpha+\alpha\beta = b\). We also have that \(a^2 - 2b = \alpha^2+\beta^2+\gamma^2\). Therefore there roots will lie at the vertices of an equilateral triangle iff \(a^2-3b = 0\)