Given that \(y = \ln ( x + \sqrt{x^2 + 1})\), show that \( \displaystyle \frac{\d y}{\d x} = \frac1 {\sqrt{x^2 + 1} }\;\). Prove by induction that, for \(n \ge 0\,\), \[ \l x^2 + 1 \r y^{\l n + 2 \r} + \l 2n + 1 \r x y^{\l n + 1 \r} + n^2 y^{\l n \r} = 0\;, \] where \(\displaystyle y^{(n)} = \frac{\d^n y}{\d x^n}\) and \(y^{(0)} =y\,\). Using this result in the case \(x = 0\,\), or otherwise, show that the Maclaurin series for \(y\) begins \[ x - {x^3 \over 6} +{3 x^5 \over 40} \] and find the next non-zero term.
Solution: \begin{align*} && y & = \ln ( x + \sqrt{x^2+1}) \\ \Rightarrow && \frac{\d y}{\d x} &= \frac{1}{x+\sqrt{x^2+1}} \cdot \frac{\d }{\d x} \left ( x + \sqrt{x^2+1} \right) \\ &&&= \frac{1}{x+\sqrt{x^2+1}} \left (1 + \frac12 \frac{2x}{\sqrt{x^2+1}} \right) \\ &&&= \frac{1}{x+\sqrt{x^2+1}} \left ( \frac{\sqrt{x^2+1} + x}{\sqrt{x^2+1}}\right) \\ &&&= \frac{1}{\sqrt{x^2+1}} \end{align*} Note that \(\displaystyle y^{(2)} = - \frac12 \frac{2x}{(x^2+1)^{3/2}} = - \frac{x}{(x^2+1)^{3/2}}\), and in particular \((x^2+1)y^{(2)} + xy^{(1)} = 0\). Now applying Leibnitz formula: \begin{align*} 0 &= \left ( (x^2+1)y^{(2)} + xy^{(1)} \right )^{(n)} \\ &= \left ( (x^2+1)y^{(2)}\right )^{(n)} + \left (xy^{(1)} \right )^{(n)} \\ &= (x^2+1)y^{(n+2)} +n2xy^{(n+1)} + \binom{n}{2}2y^{(n)} + xy^{(n+1)} + n y^{(n)} \\ &= (x^2+1)y^{(n+2)} + (2n+1)xy^{(n+1)} + (n^2-n+n)y^{(n)} \\ &= (x^2+1)y^{(n+2)} + (2n+1)xy^{(n+1)} + n^2y^{(n)} \end{align*} as required. When \(x = 0\): \begin{align*} && y(0) &= \ln(0 + \sqrt{0^2+1}) \\ &&&= \ln 1 = 0 \\ && y'(0) &= \frac{1}{\sqrt{0^2+1}} = 1 \\ && y^{(n+2)} &= -n^2 y^{(n)} \\ && y^{(2k)} &= 0 \\ && y^{(3)} &= -1 \\ && y^{(5)} &= 3^2 \\ && y^{(7)} &= - 5^2 \cdot 3^2 \\ \end{align*} Therefore the Maclaurin series about \(x = 0\) is \begin{align*} y &= x - \frac{1}{3!} x^3 + \frac{3^2}{5!} x^5 - \frac{3^2 \cdot 5^2}{7!} x^7 + \cdots \\ &= x - \frac{1}{6} x^3 + \frac{3}{1 \cdot 2 \cdot 4 \cdot 5} x^5 - \frac{5}{1 \cdot 2 \cdot 4 \cdot 2 \cdot 7} x^7 + \cdots \\ &= x - \frac{1}{6}x^3 + \frac{3}{40} x^5 - \frac{5}{56} x^7 + \cdots \end{align*}
Show that \( \cosh^{-1} x = \ln ( x + \sqrt{x^2-1})\). Show that the area of the region defined by the inequalities \(\displaystyle y^2 \ge x^2-8\) and \(\displaystyle x^2\ge 25y^2 -16 \) is \((72/5) \ln 2\).
Solution: \begin{align*} && x &= \cosh y \\ \Rightarrow && x &= \tfrac12 (e^y + e^{-y} ) \\ \Rightarrow && 0 &= e^{2y} - 2xe^y + 1 \\ \Rightarrow && e^y &= \frac{2x \pm \sqrt{4x^2-4}}{2} \\ &&&= x \pm \sqrt{x^2-1} \\ \Rightarrow &&e^y &= x + \sqrt{x^2-1} \tag{by convention \(\cosh^{-1} > 0\)} \\ \Rightarrow && y &= \ln (x + \sqrt{x^2-1}) \end{align*}
Consider the equation \[ x^2 - b x + c = 0 \;, \] where \(b\) and \(c\) are real numbers.
In this question, the function \(\sin^{-1}\) is defined to have domain \( -1\le x \le 1\) and range \linebreak \( - \frac{1}{2}\pi \le x \le \frac{1}{2}\pi\) and the function \(\tan^{-1}\) is defined to have the real numbers as its domain and range \( - \frac{1}{2}\pi < x < \frac{1}{2}\pi\).
Show that the equation \(x^3 + px + q=0\) has exactly one real solution if \(p \ge 0\,\). A parabola \(C\) is given parametrically by \[ x = at^2, \: \ \ y = 2at \: \: \: \ \ \ \ \ \ \l a > 0 \r \;. \] Find an equation which must be satisfied by \(t\) at points on \(C\) at which the normal passes through the point \(\l h , \; k \r\,\). Hence show that, if \(h \le 2a \,\), exactly one normal to \(C\) will pass through \(\l h , \; k \r \, \). Find, in Cartesian form, the equation of the locus of the points from which exactly two normals can be drawn to \(C\,\). Sketch the locus.
Solution: If \(p \geq 0\) then the derivative is \(x^2+p \geq 0\) and in particular the function is increasing. Therefore it will have exactly \(1\) real root (as for very large negative \(x\) it is negative, and vice-versa fo positive \(x\)). \begin{align*} && \frac{\d y}{\d x} &= \frac{\dot{y}}{\dot{x}} \\ &&&= \frac{2a}{2at} \\ &&&= \frac{1}{t} \\ \text{eq of normal} && \frac{k-2at}{h-at^2} &= -t \\ \Rightarrow && k-2at &= at^3-th \\ && 0 &= at^3+(2a-h)t-k \end{align*} Since \(a > 0\) this is the same constraint as the first part, in particular \(2a-h \geq 0 \Leftrightarrow 2a \geq h\). If exactly two normals can be drawn to \(C\) we must have that our equation has a repeated root, ie \begin{align*} && 0 &= at^3+(2a-h)t-k\\ && 0 &= 3at^2+2a-h\\ \Rightarrow && 0 &= 3at^3+ 3(2a-h)t-3k \\ && 0 &= 3at^3+(2a-h)t \\ \Rightarrow && 0 &= 2(2a-h)t-3k \\ \Rightarrow && t &= \frac{3k}{2(2a-h)} \\ \Rightarrow && 0 &= 3a \left (\frac{3k}{2(2a-h)} \right)^2+2a-h \\ && 0 &= 27ak^2+4(2a-h)^3 \end{align*}
The plane \[ {x \over a} + {y \over b} +{z \over c} = 1 \] meets the co-ordinate axes at the points \(A\), \(B\) and \(C\,\). The point \(M\) has coordinates \(\left( \frac12 a, \frac12 b, \frac 12 c \right)\) and \(O\) is the origin. Show that \(OM\) meets the plane at the centroid \(\left( \frac13 a, \frac13 b, \frac 13 c \right)\) of triangle \(ABC\). Show also that the perpendiculars to the plane from \(O\) and from \(M\) meet the plane at the orthocentre and at the circumcentre of triangle \(ABC\) respectively. Hence prove that the centroid of a triangle lies on the line segment joining its orthocentre and circumcentre, and that it divides this line segment in the ratio \(2 : 1\,\). [The orthocentre of a triangle is the point at which the three altitudes intersect; the circumcentre of a triangle is the point equidistant from the three vertices.]
Solution: The line \(OM\) is \(\lambda \begin{pmatrix} a \\ b \\ c \end{pmatrix}\), then we need \(1 = \lambda \begin{pmatrix} a \\ b \\ c \end{pmatrix} \cdot \begin{pmatrix} \frac1{a} \\ \frac1b \\ \frac1c \end{pmatrix} = 3 \lambda \Rightarrow \lambda = \frac13\). Therefore \(OM\) meets the plane at the centroid. The orthocentre is the point \(\mathbf{h}\) such that \((\mathbf{a}-\mathbf{b}) \cdot (\mathbf{c} - \mathbf{h}) = 0 \Leftrightarrow \begin{pmatrix} a \\ -b \\ 0 \end{pmatrix} \cdot \begin{pmatrix} -p \\ -q \\ c-r \end{pmatrix} \Leftrightarrow ap-bq = 0\) \((\mathbf{b}-\mathbf{c}) \cdot (\mathbf{a} - \mathbf{h}) = 0 \Leftrightarrow \begin{pmatrix} 0 \\ b \\ -c \end{pmatrix} \cdot \begin{pmatrix} a-p \\ -q \\ -r \end{pmatrix} \Leftrightarrow bq-cr = 0\) \((\mathbf{c}-\mathbf{a}) \cdot (\mathbf{b} - \mathbf{h}) = 0 \Leftrightarrow \begin{pmatrix} -a \\ 0 \\ c \end{pmatrix} \cdot \begin{pmatrix} -p \\ b-q \\ -r \end{pmatrix} \Leftrightarrow cr-ap = 0\) ie \(ap = bq = cr\) but this is clearly on the line \(\lambda \begin{pmatrix} \frac1{a} \\ \frac1b \\ \frac1c \end{pmatrix}\) therefore the orthocentre is on the perpendicular from \(O\) \(M-A = \begin{pmatrix} -a/2 \\ b/2 \\ c/2 \end{pmatrix}\) so \(|M-A|=|M-B|=|M-C|\) Also by pythagoras the point of intersection satisfies \(|M-P|^2 + |P-A|^2 = |M-A|^2\) so \(|P-A|^2 = |P-B|^2 = |P-C|^2\), therefore \(P\) is the circumcentre. Since all these points are in the same plane and \(OGM\) is a line, we have the points are in a line. Similar triangles gives the desired ratio
Sketch the graph of the function \(\ln x - {1 \over 2} x^2\). Show that the differential equation \[ {\mathrm{d} y \over \mathrm{d} x} = {2xy \over x^2 - 1} \] describes a family of parabolas each of which passes through the points \((1,0)\) and \((-1,0)\) and has its vertex on the \(y\)-axis. Hence find the equation of the curve that passes through the point \((1,1)\) and intersects each of the above parabolas orthogonally. Sketch this curve. [Two curves intersect orthogonally if their tangents at the point of intersection are perpendicular.]
Solution:
\(B_1\) and \(B_2\) are parallel, thin, horizontal fixed beams. \(B_1\) is a vertical distance \(d \sin \alpha \) above \(B_2\), and a horizontal distance \(d\cos\alpha \) from \(B_2\,\), where \(0<\alpha<\pi/2\,\). A long heavy plank is held so that it rests on the two beams, perpendicular to each, with its centre of gravity at \(B_1\,\). The coefficients of friction between the plank and \(B_1\) and \(B_2\) are \(\mu_1\) and \(\mu_2\,\), respectively, where \(\mu_1<\mu_2\) and \(\mu_1+\mu_2=2\tan\alpha\,\). The plank is released and slips over the beams experiencing a force of resistance from each beam equal to the limiting frictional force (i.e. the product of the appropriate coefficient of friction and the normal reaction). Show that it will come to rest with its centre of gravity over \(B_2\) in a time \[ \pi \left(\frac{d}{g(\mu_2-\mu_1)\cos\alpha }\right)^{\!\frac12}\;. \]
Solution:
Three ships \(A\), \(B\) and \(C\) move with velocities \({\bf v}_1\), \({\bf v}_2\) and \(\bf u\) respectively. The velocities of \(A\) and \(B\) relative to \(C\) are equal in magnitude and perpendicular. Write down conditions that \(\bf u\), \({\bf v}_1\) and \({\bf v}_2\) must satisfy and show that \[ \left| {\bf u} -{\textstyle\frac12} \l {\bf v}_1 + {\bf v}_2 \r \right|^2 = \left|{\textstyle\frac12} \l {\bf v}_1 - {\bf v}_2 \r \right|^2 \] and \[ \l {\bf u} -{\textstyle\frac12} \l {\bf v}_1 + {\bf v}_2 \r \r \cdot \l {\bf v}_1 - {\bf v}_2 \r = 0 \;. \] Explain why these equations determine, for given \({\bf v}_1\) and \({\bf v}_2\), two possible velocities for \(C\,\), provided \({\bf v}_1 \ne {\bf v}_2 \,\). If \({\bf v}_1\) and \({\bf v}_2\) are equal in magnitude and perpendicular, show that if \({\bf u} \ne {\bf 0}\) then \({\bf u} = {\bf v}_1 + {\bf v}_2\,\).