Find the simultaneous solutions of the three linear equations \begin{alignat*}{1} a^{2}x+ay+z & =a^{2}\\ ax+y+bz & =1\\ a^{2}bx+y+bz & =b \end{alignat*} for all possible real values of \(a\) and \(b\).
Solution: \begin{align*} && a^{2}x+ay+z & =a^{2} \tag{1}\\ && ax+y+bz & =1 \tag{2}\\ && a^{2}bx+y+bz & =b \tag{3} \\ \\ (1) - a(2): && (1-ba)z &= a^2-a \\ \Rightarrow && z &= \frac{a^2-a}{1-ab} \tag{if \(ab \neq 1\)} \\ \\ (2) - (3): && (a-a^2b)x &= b - 1 \\ \Rightarrow && x &= \frac{b-1}{a(1-ab)} \tag{if \(a \neq 0, ab \neq 1\)} \\ \\ b(1) - (3): && (ab-1)y &= a^2 - b^2 \\ \Rightarrow && y &= \frac{a^2-b^2}{ab-1} \end{align*} Let's consider the cases where \(a = 0\), then \begin{align*} && z &= 0 \\ && y + bz &= 1 \\ && y+bz &= b \\ \Rightarrow && y &= 1 = b \end{align*} So if \(a = 0\) then \(b = 1\) and \(x \in \mathbb{R}, y = 1, z = 0\). If \(a \neq 0, ab = 1\), then \begin{align*} && a^2 x + ay + z &= a^2 \\ && ax + y + \frac1{a}z &= a \\ && ax + y + \frac{1}{a}z &= b \\ \end{align*} The last two equations imply \(a = b = \pm 1\). \(a = 1 \Rightarrow x+y+z = 1\), so we have a lot of solutions. \(a = -1 \Rightarrow x -y +z = 1\) so again, lots of solutions. Conclusion: If \(ab \neq 1, a \neq 0\), we have: \[ (x,y,z) = \left (\frac{b-1}{a(1-ab)}, \frac{a^2-b^2}{ab-1}, \frac{a^2-a}{1-ab} \right)\] If \(a = 0\) then \(b = 1\) and we have: \((x,y,z) = (t, 1, 0)\). If \(ab = 1\) then \(a = 1\) or \(a = -1\). If \(a = 1\) then \((x,y,z) = (t, s, 1-t-s)\) If \(a = -1\) then \((x,y,z) = (t,s,1-t+s)\)
If \[ \mathrm{I}_{n}=\int_{0}^{a}x^{n+\frac{1}{2}}(a-x)^{\frac{1}{2}}\,\mathrm{d}x, \] show that \(\mathrm{I}_{0}=\pi a^{2}/8.\) Show that \((2n+4)\mathrm{I}_{n}=(2n+1)a\mathrm{I}_{n-1}\) and hence evaluate \(\mathrm{I}_{n}\).
Solution: \begin{align*} && I_n &= \int_{0}^{a}x^{n+\frac{1}{2}}(a-x)^{\frac{1}{2}}\,\mathrm{d}x\\ && I_0 &= \int_0^a x^{\frac12}(a-x)^{\frac12} \d x \\ x = a \sin^2 \theta, \d x = 2a \sin \theta \cos \theta \d \theta &&&= \int_{\theta =0}^{\theta = \pi/2} \sqrt{a}\sin \theta\sqrt{a} \cos \theta 2a \sin \theta \cos \theta \d \theta \\ &&&= \frac{a^2}{2} \int_0^{\pi/2} \sin^2 2 \theta \d \theta \\ &&&= \frac{a^2}{4} \int_0^{\pi/2}(1- \underbrace{\cos 4\theta}_{\text{runs round the whole unit circle}}) \d \theta \\ &&&= \frac{\pi a^2}{8} \\ \\ && I_n &= \int_0^a x^{n+\frac12}(a-x)^{\frac12} \d x \\ &&&=\underbrace{\left [-\frac23x^{n+\frac12}(a-x)^\frac32 \right]_0^a}_{=0} + \frac23 \left(n+\frac12\right) \int_0^ax^{n-1+\frac12}(a-x)^\frac32 \d x \\ &&&= \frac23 \left(n+\frac12\right) \int_0^ax^{n-1+\frac12}(a-x)(a-x)^\frac12 \d x \\ &&&= \frac23 \left(n+\frac12\right)aI_{n-1}-\frac23 \left(n+\frac12\right)I_{n} \\ \Rightarrow && \left(n+\frac12+\frac32\right)I_{n} &= \left(n+\frac12\right)aI_{n-1}\\ \Rightarrow && (2n+4)I_n &= (2n+1)aI_{n-1} \\ \\ \Rightarrow && I_n &= \frac{2n+1}{2n+4}a I_{n-1} \\ &&&=\frac{2n+1}{2n+4}\frac{2n-1}{2n+2}a^2 I_{n-2} \\ &&&= \frac{(2n+1)!!}{(2n+4)!!} \pi a^{n+2} \end{align*}
What is the general solution of the differential equation \[ \frac{\mathrm{d}^{2}x}{\mathrm{d}t^{2}}+2k\frac{\mathrm{d}x}{\mathrm{d}t}+x=0 \] for each of the cases: (i) \(k>1;\) (ii) \(k=1\); (iii) \(0 < x < 1\)? In case (iii) the equation represents damped simple harmonic motion with damping factor \(k\). Let \(x(0)=0\) and let \(x_{1},x_{2},\ldots,x_{n},\ldots\) be the sequence of successive maxima and minima, so that if \(x_{n}\) is a maximum then \(x_{n+1}\) is the next minimum. Show that \(\left|x_{n+1}/x_{n}\right|\) takes a value \(\alpha\) which is independent of \(n\), and that \[ k^{2}=\frac{(\ln\alpha)^{2}}{\pi^{2}+(\ln\alpha)^{2}}. \]
Solution: The auxiliary equation is \(\lambda^2 + 2k\lambda + 1 = (\lambda + k)^2+1-k^2 = 0\) (i) If \(k > 1\) then the solution is \(A\exp \left ({(-k + \sqrt{k^2-1})t} \right)+B\exp\left((-k-\sqrt{k^2-1})t \right)\). (ii) If \(k = 1\) then the solution is \(x = (A+Bt)e^{-kt}\) (iii) If \(k < 1\) then the solution is \(x = Ae^{-kt} \sin \left ( \sqrt{1-k^2} t \right)+Be^{-kt} \cos \left ( \sqrt{1-k^2} t \right)\) If \(x(0) = 0\) then \begin{align*} && x &= Ae^{-kt} \sin(\sqrt{1-k^2}t)\\ && \dot{x} &= Ae^{-kt} \left (-k \sin(\sqrt{1-k^2}t)+\sqrt{1-k^2} \cos(\sqrt{1-k^2}t) \right) \\ (\dot{x} =0): && \tan (\sqrt{1-k^2}t) &= \frac{\sqrt{1-k^2}}{k}\\ \end{align*} Therefore maxima and minima occur every \(\frac{\pi}{\sqrt{1-k^2}}\), so \begin{align*} && \frac{x_{n+1}}{x_n} &= \exp\left ( -\frac{k\pi}{\sqrt{1-k^2}} \right) \frac{\sin\left (\sqrt{1-k^2}\left(t+\frac{\pi}{\sqrt{1-k^2}}\right)\right)}{\sin(\sqrt{1-k^2}t)} \\ &&&= \exp\left ( -\frac{k\pi}{\sqrt{1-k^2}} \right) \left (-1+0 \right)\\ &&&= -\exp\left ( -\frac{k\pi}{\sqrt{1-k^2}} \right) \\ \Rightarrow && \ln \alpha &= - \frac{k\pi}{\sqrt{1-k^2}} \\ \Rightarrow && (\ln \alpha)^2 &= \frac{k^2\pi^2}{1-k^2} \\ \Rightarrow && (1-k^2)(\ln \alpha)^2 &= k^2 \pi^2 \\ \Rightarrow && k^2(\pi^2+(\ln \alpha)^2) &= (\ln \alpha)^2 \\ \Rightarrow && k^2 &= \frac{(\ln \alpha)^2}{\pi^2 + (\ln \alpha)^2} \end{align*}
Let \[ \mathrm{C}_{n}(\theta)=\sum_{k=0}^{n}\cos k\theta \] and let \[ \mathrm{S}_{n}(\theta)=\sum_{k=0}^{n}\sin k\theta, \] where \(n\) is a positive integer and \(0<\theta<2\pi.\) Show that \[ \mathrm{C}_{n}(\theta)=\frac{\cos(\tfrac{1}{2}n\theta)\sin\left(\frac{1}{2}(n+1)\theta\right)}{\sin(\frac{1}{2}\theta)}, \] and obtain the corresponding expression for \(\mathrm{S}_{n}(\theta)\). Hence, or otherwise, show that for \(0<\theta<2\pi,\) \[ \left|\mathrm{C}_{n}(\theta)-\frac{1}{2}\right|\leqslant\frac{1}{2\sin(\frac{1}{2}\theta)}. \]
Solution: \begin{align*} && C_n(\theta) &= \sum_{k=0}^n \cos k \theta \\ &&&= \textrm{Re} \left ( \sum_{k=0}^n \exp (ik \theta)\right)\\ &&&= \textrm{Re} \left ( \frac{e^{i(n+1)\theta}-1}{e^{i\theta}-1}\right)\\ &&&= \textrm{Re} \left ( \frac{e^{i(n+1)\theta/2}}{e^{i\theta/2}}\frac{e^{i(n+1)\theta/2}-e^{-i(n+1)\theta/2}}{e^{i\theta/2}-e^{-i\theta/2}}\right)\\ &&&= \textrm{Re} \left ( e^{in\theta/2}\frac{\sin \left ( (n+1)\theta/2 \right)}{\sin \left ( \theta/2 \right)}\right)\\ &&&= \frac{\sin \left ( (n+1)\theta/2 \right)}{\sin \left ( \theta/2 \right)}\textrm{Re} \left ( e^{in\theta/2}\right)\\ &&&= \frac{\sin \left ( (n+1)\theta/2 \right)}{\sin \left ( \theta/2 \right)}\cos \left ( \frac12n\theta\right)\\ \\ && S_n(\theta) &= \sum_{k=0}^n \sin k \theta \\ &&&= \textrm{Im} \left ( \sum_{k=0}^n \exp (ik \theta)\right)\\ &&&= \frac{\sin \left ( (n+1)\theta/2 \right)}{\sin \left ( \theta/2 \right)}\textrm{Im} \left ( e^{in\theta/2}\right)\\ &&&= \frac{\sin \left ( (n+1)\theta/2 \right)}{\sin \left ( \theta/2 \right)}\sin\left ( \frac12n\theta\right)\\ \\ && C_n(\theta) - \frac12 &= \frac{\sin \left ( (n+1)\theta/2 \right)}{\sin \left ( \theta/2 \right)}\cos \left ( \frac12n\theta\right) - \frac12 \\ &&&= \frac{2\sin \left ( (n+1)\theta/2 \right)\cos\left ( n\theta/2 \right)-\sin (\theta/2)}{2 \sin (\theta/2)} \\ &&&= \frac{\sin\left ( (n+1)\theta/2+n\theta/2\right)+\sin\left ( (n+1)\theta/2-n\theta/2\right)-\sin (\theta/2)}{2 \sin (\theta/2)} \\ &&&= \frac{\sin\left ( (n+1)\theta/2+n\theta/2\right)+\sin\left ( \theta/2\right)-\sin (\theta/2)}{2 \sin (\theta/2)} \\ &&&= \frac{\sin\left ( (2n+1)\theta/2\right)}{2 \sin (\theta/2)} \leqslant\frac{1}{2 \sin (\theta/2)} \\ \end{align*}
Show that \(y=\sin^{2}(m\sin^{-1}x)\) satisfies the differential equation \[ (1-x^{2})y^{(2)}=xy^{(1)}+2m^{2}(1-2y), \] and deduce that, for all \(n\geqslant1,\) \[ (1-x^{2})y^{(n+2)}=(2n+1)xy^{(n+1)}+(n^{2}-4m^{2})y^{(n)}, \] where \(y^{(n)}\) denotes the \(n\)th derivative of \(y\). Derive the Maclaurin series for \(y\), making it clear what the general term is.
Solution: \begin{align*} && y &= \sin^2 (m \sin^{-1} x) \\ \Rightarrow && y' &= 2 \sin (m \sin^{-1} x) \cdot \cos (m \sin^{-1} x) \cdot m \cdot \frac1{\sqrt{1-x^2}} \\ \Rightarrow && y'' &= 2 \cos^2(m \sin^{-1} x) \cdot m^2 \cdot \frac{1}{1-x^2} + \\ &&&\quad\quad-2\sin^2(m \sin^{-1} x) m^2 \frac{1}{1-x^2} + \\ &&&\quad\quad\quad-\sin(m \sin^{-1} x) \cdot \cos(m \sin^{-1} x) \cdot m \cdot (1-x^2)^{-\frac32} \cdot (-2x) \\ \Rightarrow && (1-x^2)y^{(2)} &= 2m^2-4m^2y+xy' \\ &&&= xy^{(1)} + 2m^2(1-2y) \\ \\ \Rightarrow && (1-x^2)y^{(n+2)}-2nxy^{(n+1)}-2\binom{n}{2}y^{(n)} &= xy^{(n+1)}+ny^{(n)} -4m^2y^{(n)} \\ \Rightarrow && (1-x^2)y^{(n+2)} &= (2n+1)xy^{(n+1)}+(n(n-1)+n-4m^2)y^{(n)} \\ &&&= (2n+1)xy^{(n+1)}+(n^2-4m^2)y^{(n)} \\ \end{align*} \begin{align*} && y(0) &= \sin^2(m \sin^{-1} 0) \\ &&&= \sin^2 0 = 0 \\ \\ && y'(0) &= 0 \\ && (1-0^2)y^{(2)}(0) &= 2m^2(1-2y(0)) \\ \Rightarrow && y^{(2)}(0) &= 2m^2 \\ \\ && y^{(n+2)} (0) &= (2n+1) \cdot 0 \cdot y^{(n+1)} +(n^2-4m^2)y^{(n)}(0) \\ &&&= (n^2-4m^2)y^{(n)}(0) \\ \\ && y^{(2)}(0) &= 2m^2 \\ && y^{(4)}(0) &= (4-4m^2) \cdot 2m^2 \\ &&&= -8m(m+1)m(m-1) \\ && y^{(6)}(0) &= 32m(m+2)(m+1)m(m-1)(m-2) \\ && y^{(2k)}(0) &= (-1)^{k+1}2^{2k-1}m (m+k)\cdots(m-k) \text{ if }k < m \\ \\ && y &= m^2x^2 -2m\binom{m+1}{3} x^4 + \frac{16}{3}m\binom{m+2}{5}x^6 - \cdots \\ &&&+ (-1)^{k}\frac{2^{2k}}{k+1} m \binom{m+k}{2k+1}x^{2k+2}+\cdots \\ &&&= mx^2\sum_{k=0}^{m-1} \frac{(-1)^k2^{2k}}{k+1}\binom{m+k}{2k+1}x^{2k} \end{align*}
The variable non-zero complex number \(z\) is such that \[ \left|z-\mathrm{i}\right|=1. \] Find the modulus of \(z\) when its argument is \(\theta.\) Find also the modulus and argument of \(1/z\) in terms of \(\theta\) and show in an Argand diagram the loci of points which represent \(z\) and \(1/z\). Find the locus \(C\) in the Argand diagram such that \(w\in C\) if, and only if, the real part of \((1/w)\) is \(-1\).
Solution:
Consider the following sets with the usual definition of multiplication appropriate to each. In each case you may assume that the multiplication is associative. In each case state, giving adequate reasons, whether or not the set is a group.
Solution:
A plane \(\pi\) in 3-dimensional space is given by the vector equation \(\mathbf{r}\cdot\mathbf{n}=p,\) where \(\mathbf{n}\) is a unit vector and \(p\) is a non-negative real number. If \(\mathbf{x}\) is the position vector of a general point \(X\), find the equation of the normal to \(\pi\) through \(X\) and the perpendicular distance of \(X\) from \(\pi\). The unit circles \(C_{i},\) \(i=1,2,\) with centres \(\mathbf{r}_{i},\) lie in the planes \(\pi_{i}\) given by \(\mathbf{r}\cdot\mathbf{n}_{i}=p_{i},\) where the \(\mathbf{n}_{i}\) are unit vectors, and \(p_{i}\) are non-negative real numbers. Prove that there is a sphere whose surface contains both circles only if there is a real number \(\lambda\) such that \[ \mathbf{r}_{1}+\lambda\mathbf{n}_{1}=\mathbf{r}_{2}\pm\lambda\mathbf{n}_{2}. \] Hence, or otherwise, deduce the necessary conditions that \[ (\mathbf{r}_{1}-\mathbf{r}_{2})\cdot(\mathbf{n}_{1}\times\mathbf{n}_{2})=0 \] and that \[ (p_{1}-\mathbf{n}_{1}\cdot\mathbf{r}_{2})^{2}=(p_{2}-\mathbf{n}_{2}\cdot\mathbf{r}_{1})^{2}. \] Interpret each of these two conditions geometrically.
Solution: The equation of the normal to \(\pi\) through \(X\) is \(\mathbf{x} + \lambda \mathbf{n}\). The distance is \(|\mathbf{x}\cdot \mathbf{n}-p|\) We know that the centre of the sphere must lie above the centre of the circle following the normal, ie \(\mathbf{c} = \mathbf{r}_1+\lambda_1 \mathbf{n}_1 = \mathbf{r}_2+\lambda_2 \mathbf{n}_2\)
A thin circular disc of mass \(m\), radius \(r\) and with its centre of mass at its centre \(C\) can rotate freely in a vertical plane about a fixed horizontal axis through a point \(O\) of its circumference. A particle \(P\), also of mass \(m,\) is attached to the circumference of the disc so that the angle \(OCP\) is \(2\alpha,\) where \(\alpha\leqslant\pi/2\).
A cannon is situated at the bottom of a plane inclined at angle \(\beta\) to the horizontal. A (small) cannon ball is fired from the cannon at an initial speed \(u.\) Ignoring air resistance, find the angle of firing which will maximise the distance up the plane travelled by the cannon ball and show that in this case the ball will land at a distance \[ \frac{u^{2}}{g(1+\sin\beta)} \] from the cannon.