87 problems found
The two sequences \(a_0\), \(a_1\), \(a_2\), \(\ldots\) and \(b_0\), \(b_1\), \(b_2\), \(\ldots\) have general terms \[ a_n = \lambda^n +\mu^n \text { \ \ \ and \ \ \ } b_n = \lambda^n - \mu^n\,, \] respectively, where \(\lambda = 1+\sqrt2\) and \(\mu= 1-\sqrt2\,\).
Show that, provided \(q^2\ne 4p^3\), the polynomial \[ \hphantom{(p\ne0, \ q\ne0)\hspace{2cm}} x^3-3px +q \hspace {2cm} (p\ne0, \ q\ne0) \] can be written in the form \[ a(x-\alpha)^3 + b(x-\beta)^3\,, \] where \(\alpha\) and \(\beta\) are the roots of the quadratic equation \(pt^2 -qt +p^2=0\), and \(a\) and \(b\) are constants which you should express in terms of \(\alpha\) and \(\beta\). Hence show that one solution of the equation \(x^3-24x+48=0\,\) is \[ x= \frac{2 (2-2^{\frac13})}{1-2^{\frac13}} \] and obtain similar expressions for the other two solutions in terms of \(\omega\), where \(\omega = \mathrm{e}^{2\pi\mathrm{i}/3}\,\). Find also the roots of \(x^3-3px +q=0\) when \(p=r^2\) and \(q= 2r^3\) for some non-zero constant \(r\).
Given that \[ 5x^{2}+2y^{2}-6xy+4x-4y\equiv a\left(x-y+2\right)^{2} +b\left(cx+y\right)^{2}+d\,, \] find the values of the constants \(a\), \(b\), \(c\) and \(d\). Solve the simultaneous equations \begin{align*} 5x^{2}+2y^{2}-6xy+4x-4y&=9\,, \\ 6x^{2}+3y^{2}-8xy+8x-8y&=14\,. \end{align*}
Solution: \(a\left(x-y+2\right)^{2} +b\left(cx+y\right)^{2}+d\, \equiv (a + bc^2)x^2 + (a+b)y^2 + (-2a+2bc)xy + (4a)x+(-4ay) + 4a+d\) so we want to solve \[ \begin{cases} a + bc^2 &= 5 \\ a+b &= 2 \\ 2bc - 2a &= -6 \\ 4a &= 4 \\ -4a &= 4 \\ 4a+d &= -9 \end{cases} \Rightarrow a = 1, b = 1, c = -2, d = -13 \] Therefore we have: \((x-y+2)^2 + (2x+y)^2-13 = 0\) and our simultaneous equations will be: \[ \begin{cases} (x-y+2)^2 + (-2x+y)^2 &= 13 \\ 2(x-y+2)^2 + (-2x+y)^2 &= 22 \end{cases} \] which are simultaneous equations in \((x-y+2)^2\) and \((-2x+y)^2\) which solve to \((x-y+2)^2 = 9, (-2x+y)^2 = 4 \) so we need to solve \(4\) sets of simultaneous equations: \begin{align*} &\begin{cases} x - y + 2 &= 3 \\ -2x + y &= 2 \end{cases} &&\Rightarrow (x,y) = (-3, -4) \\ &\begin{cases} x - y + 2 &= -3 \\ -2x + y &= 2 \end{cases} &&\Rightarrow (x,y) = (3, 8) \\ &\begin{cases} x - y + 2 &= 3 \\ -2x + y &= -2 \end{cases} &&\Rightarrow (x,y) = (1, 0) \\ &\begin{cases} x - y + 2 &= -3 \\ -2x + y &= -2 \end{cases} &&\Rightarrow (x,y) = (7, 12) \\ \end{align*} So \((x,y) = (-3, -4), (3, 8), (1, 0), (7,12)\)
Use the substitution \(x=\dfrac{1}{t^{2}-1}\; \), where \(t>1\), to show that, for \( x>0\), \[ \int \frac{1}{\sqrt{x\left(x+1\right) \; } \ }\; \d x =2 \ln \left(\sqrt x+ \sqrt{x +1} \; \right)+c \,. \] Note: You may use without proof the result \(\displaystyle \int \! \frac{1}{t^2-a^2} \, \d t = \frac{1}{2a} \ln \left| \frac{t-a}{t+a}\right| + \rm {constant}\). The section of the curve \[ y=\dfrac{1}{\sqrt{x}\; }-\dfrac{1}{\sqrt{x+1}\; } \] between \(x=\frac{1}{8}\) and \(x=\frac{9}{16}\) is rotated through \(360^{o}\) about the \(x\)-axis. Show that the volume enclosed is \(2\pi \ln \tfrac{5}{4}\,\). \(\phantom{\dfrac AB}\)
Solution: \begin{align*} && x &= \frac{1}{t^2-1} \\ && t &= \sqrt{\frac{x+1}{x}}\\ \Rightarrow && \frac{\d x}{\d t} &= \frac{-2t}{(t^2-1)^2} \\ \Rightarrow && I &= \int \frac{1}{\sqrt{x(x+1)}} \d x \\ &&&= \int \frac{1}{\sqrt{\frac1{t^2-1} \frac{t^2}{t^2-1}}} \cdot \frac{-2 t}{(t^2-1)^2} \d t \\ &&&= \int \frac{t^2-1}{t} \frac{-2t}{(t^2-1)^2} \d t \\ &&&= -\int \frac{2}{t^2-1} \d t \\ &&&= - \frac{2}{2 \cdot 1} \ln \left | \frac{t-1}{t+1} \right| +C \\ &&&= \ln \left | \frac{t+1}{t-1} \right| + C \\ &&&= \ln \left | \frac{\sqrt{\frac{x+1}{x}}+1}{\sqrt{\frac{x+1}{x}}-1} \right| + C \\ &&&= \ln \left | \frac{\sqrt{x+1}+\sqrt{x}}{\sqrt{x+1}-\sqrt{x}} \right| + C \\ &&&= 2\ln \left | \sqrt{x+1}+\sqrt{x}\right| + C \\ &&&= 2\ln \left ( \sqrt{x+1}+\sqrt{x}\right) + C \\ \end{align*} \begin{align*} && V&= \pi \int_{1/8}^{9/16} y^2 \d x \\ &&&= \pi \int_{1/8}^{9/16} \left ( \frac1x + \frac{1}{x+1} - \frac{2}{\sqrt{x(x+1)}}\right) \d x \\ &&&= \pi \left [ \ln x + \ln (x+1) - 4 \ln(\sqrt{x+1} + \sqrt{x}) \right]_{1/8}^{9/16} \\ &&&= \pi \left ( \ln \frac{9}{16} + \ln \frac{25}{16} - 4 \ln \left ( \frac54 + \frac34\right) \right) +\\ &&&\quad -\pi \left ( \ln \frac{1}{8} + \ln \frac{9}{8} - 4 \ln \left ( \frac1{2\sqrt{2}} + \frac3{2\sqrt{2}}\right) \right) \\ &&&= \pi \left ( 2 \ln 3 - 8 \ln 2 + 2 \ln 5 - 4\ln2 \right) - \pi \left ( -6 \ln 2 + 2\ln 3 - 2\ln 2\right) \\ &&&= \pi (2 \ln 5 - 4 \ln 2 ) \\ &&&= 2 \pi \ln \tfrac54 \end{align*}
Let \(x_{\low1}\), \(x_{\low2}\), \ldots, \(x_n\) and \(x_{\vphantom {\dot A} n+1}\) be any fixed real numbers. The numbers \(A\) and \(B\) are defined by \[ A = \frac 1 n \sum_{k=1}^n x_{ \low k} \,, \ \ \ B= \frac 1 n \sum_{k=1}^n (x_{\low k}-A)^2 \,, \ \ \ \] and the numbers \(C\) and \(D\) are defined by \[ C = \frac 1 {n+1} \sum\limits_{k=1}^{n+1} x_{\low k} \,, \ \ \ D = \frac1{n+1} \sum_{k=1}^{n+1} (x_{\low k}-C)^2 \,. \]
Solution:
A curve has the equation \[ y^3 = x^3 +a^3+b^3\,, \] where \(a\) and \(b\) are positive constants. Show that the tangent to the curve at the point \((-a,b)\) is \[ b^2y-a^2x = a^3+b^3\,. \] In the case \(a=1\) and \(b=2\), show that the \(x\)-coordinates of the points where the tangent meets the curve satisfy \[ 7x^3 -3x^2 -27x-17 =0\,. \] Hence find positive integers \(p\), \(q\), \(r\) and \(s\) such that \[ p^3 = q^3 +r^3 +s^3\,. \]
Solution: \begin{align*} && y^3 &= x^3 + a^3 + b^3 \\ \Rightarrow && 3y^2 \frac{\d y}{\d x} &= 3x^2 \\ \Rightarrow && \frac{\d y}{\d x} &= \frac{x^2}{y^2} \end{align*} Therefore the tangent at the point \((-a,b)\) has gradient \(\frac{a^2}{b^2}\), ie \begin{align*} && \frac{y-b}{x+a} &= \frac{a^2}{b^2} \\ \Rightarrow && b^2y - b^3 &= a^2 x + a^3 \\ \Rightarrow && b^2 y-a^2 x &= a^3 + b^3 \end{align*} Notice that tangent will be, \(4y-x = 9\) so substituting this we obtain: \begin{align*} && \left (\frac{9+x}{4} \right)^3 &= x^3 + 9 \\ \Rightarrow && 9^3 + 3 \cdot 9^2 x + 3 \cdot 9x^2 + x^3 &= 64x^3 + 64 \cdot 9 \\ \Rightarrow && 9 \cdot (9^2 - 8^2) + 9 \cdot (3 \cdot 9) + 9 \cdot 3x^2 -9 \cdot 7x^3 &= 0 \\ \Rightarrow && 7x^3-3x^2-27x-17 &= 0 \\ \Rightarrow && (x+1)^2(7x-17) &= 0 \tag{repeated root since tangent} \end{align*} So we have another point on the curve \(y^3 = x^3 + 2^3 + 1^3\), namely \((\frac{17}7, \frac{17+9 \cdot 7}{28}) = (\frac{17}7, \frac{20}{7})\), so \begin{align*} 20^3 &= 17^3 + 14^3 + 7^3 \end{align*}
The sides of a triangle have lengths \(p-q\), \(p\) and \(p+q\), where \(p>q> 0\,\). The largest and smallest angles of the triangle are \(\alpha\) and \(\beta\), respectively. Show by means of the cosine rule that \[ 4(1-\cos\alpha)(1-\cos\beta) = \cos\alpha + \cos\beta \,. \] In the case \(\alpha = 2\beta\), show that \(\cos\beta=\frac34\) and hence find the ratio of the lengths of the sides of the triangle.
Solution: The largest angle will be opposite the side with length \(p+q\). Similarly the smallest angle will be opposite the side with length \(p-q\). The cosine rule tells us that: \begin{align*} && (p+q)^2 &= p^2 + (p-q)^2 - 2p(p-q) \cos \alpha \\ && 0 &= p(p-4q-2(p-q)\cos \alpha)\\ && 0 &= p(1-2\cos \alpha) + q(2\cos \alpha - 4)\\ \Rightarrow && \frac{p}{q} & = \frac{4-2 \cos \alpha}{1-2 \cos \alpha} \\ && (p-q)^2 &= p^2 + (p+q)^2 - 2p(p+q) \cos \beta \\ && 0 &= p(p+4q-2(p+q) \cos \beta) \\ && 0 &= p(1-2\cos \beta)+q(4-2\cos \beta) \\ \Rightarrow && \frac{p}{q} &= \frac{2\cos \beta - 4}{1-2\cos \beta} \\ \Rightarrow && \frac{4-2 \cos \alpha}{1-2 \cos \alpha} &= \frac{2\cos \beta - 4}{1-2\cos \beta} \\ \Rightarrow && (2-\cos \alpha)(1-2\cos \beta) &= (\cos \beta - 2)(1 - 2 \cos \alpha) \\ \Rightarrow && 2 - \cos \alpha -4\cos \beta+2\cos \alpha \cos \beta &= \cos \beta - 2-2\cos \alpha \cos \beta + 4 \cos \alpha \\ \Rightarrow && 4-4\cos \alpha - 4\cos \beta+4\cos \alpha\cos \beta &= \cos \alpha + \cos \beta \\ \Rightarrow && 4(1-\cos \alpha)(1-\cos \beta) &= \cos \alpha + \cos \beta \end{align*} If \(\alpha = 2 \beta\), and let \(c = \cos \beta\) \begin{align*} && 4 (1- \cos 2 \beta)(1-\cos \beta) &= \cos 2 \beta + \cos \beta \\ \Rightarrow && 4(1-(2c^2-1))(1-c) &= 2c^2-1+c\\ \Rightarrow && 8(1+c)(1-c)^2 &= (2c-1)(c+1) \\ \Rightarrow && 0 &= (c+1)(8(1-c)^2-(2c-1)) \\ &&&= (c+1)(8c^2-18c+9) \\ &&&= (c+1)(4c-3)(2c-3) \\ \end{align*} Therefore \(c = -1, \frac32, \frac34\). Clearly \(\cos \beta \neq -1, \frac32\), since they are not valid angles in a triangle (or valid values of \(\cos \beta\)). \(\frac{p}{q} = \frac{2 \cdot \frac34-4 }{1 - 2\cdot \frac34} = \frac{3-8}{2-3} = 5\) so \(4:5:6\)
Solution:
Two particles move on a smooth horizontal table and collide. The masses of the particles are \(m\) and \(M\). Their velocities before the collision are \(u{\bf i}\) and \(v{\bf i}\,\), respectively, where \(\bf i\) is a unit vector and \(u>v\). Their velocities after the collision are \(p{\bf i}\) and \(q{\bf i}\,\), respectively. The coefficient of restitution between the two particles is \(e\), where \(e<1\).
Solution:
Two curves have equations \(\; x^4+y^4=u\;\) and \(\; xy = v\;\), where \(u\) and \(v\) are positive constants. State the equations of the lines of symmetry of each curve. The curves intersect at the distinct points \(A\), \(B\), \(C\) and \(D\) (taken anticlockwise from \(A\)). The coordinates of \(A\) are \((\alpha,\beta)\), where \(\alpha > \beta > 0\). Write down, in terms of \(\alpha\) and \(\beta\), the coordinates of \(B\), \(C\) and \(D\). Show that the quadrilateral \(ABCD\) is a rectangle and find its area in terms of \(u\) and \(v\) only. Verify that, for the case \(u=81\) and \(v=4\), the area is \(14\).
Solution: The curve \(x^4 + y^4 = u\) has lines of symmetry:
Expand and simplify \((\sqrt{x-1}+1)^2\,\).
Prove that, if \(c\ge a\) and \(d\ge b\), then \[ ab+cd\ge bc+ad\,. \tag{\(*\)} \]
Solution: \begin{align*} && \underbrace{(c-a)}_{\geq 0}\underbrace{(d-b)}_{\geq 0} & \geq 0 \\ \Leftrightarrow && cd -bc -ad + ab &\geq 0 \\ \Leftrightarrow && ab +cd &\geq bc+ad \\ \end{align*}
Solution:
The functions \(\s(x)\) (\(0\le x<1\)) and \(t(x)\) (\(x\ge0\)), and the real number \(p\), are defined by \[ \s(x) = \int_0^x \frac 1 {\sqrt{1-u^2}}\, \d u\;, \ \ \ \ t(x) = \int_0^x \frac 1 {1+u^2}\, \d u\;, \ \ \ \ p= 2 \int_0^\infty \frac 1 {1+u^2}\, \d u \;. \] For this question, do not evaluate any of the above integrals explicitly in terms of inverse trigonometric functions or the number \(\pi\).
Solution: