13 problems found
The line \(L\) has equation \(y=c-mx\), with \(m>0\) and \(c>0\). It passes through the point \(R(a,b)\) and cuts the axes at the points \(P(p,0)\) and \(Q(0,q)\), where \(a\), \(b\), \(p\) and \(q\) are all positive. Find \(p\) and \(q\) in terms of \(a\), \(b\) and \(m\). As \(L\) varies with \(R\) remaining fixed, show that the minimum value of the sum of the distances of \(P\) and \(Q\) from the origin is \((a^{\frac12} + b^{\frac12})^2\), and find in a similar form the minimum distance between \(P\) and \(Q\). (You may assume that any stationary values of these distances are minima.)
Solution: \begin{align*} && b &= c - ma \\ \Rightarrow && c &= b+ma \\ \Rightarrow && y &= m(a-x)+b \\ \Rightarrow && q &= ma+b \\ && p &= \frac{ma+b}{m} \\ \\ && d &= p+q \\ &&&= a + \frac{b}{m} + ma + b \\ \Rightarrow && d' &= -bm^{-2}+a \\ \Rightarrow && m &= \sqrt{b/a} \\ \\ \Rightarrow &&d &= a + \sqrt{ba}+\sqrt{ba} + b \\ &&&= (\sqrt{a}+\sqrt{b})^2 \\ \\ && |PQ|^2 &= p^2 + q^2 \\ &&&= a^2 + \frac{2ab}{m} + \frac{b^2}{m^2} + m^2a^2 + 2mab + b^2 \\ &&&= a^2+b^2 + \frac{b^2}{m^2} + \frac{2ab}{m}+ 2abm + a^2m^2 \\ && \frac{\d}{\d m}&= -2b^2m^{-3}-2abm^{-2}+2ab + 2a^2m \\ && 0 &=2a^2m^4+2abm^3-2abm-2b^2 \\ &&&= 2(am^3-b)(am+b) \\ \Rightarrow && m &= \sqrt[3]{\frac{b}{a}} \\ \\ &&|PQ|^2 &= \left[ a^{1/3}(a^{2/3} + b^{2/3}) \right]^2 + \left[ b^{1/3}(a^{2/3} + b^{2/3}) \right]^2 \\ &&&= a^{2/3}(a^{2/3} + b^{2/3})^2 + b^{2/3}(a^{2/3} + b^{2/3})^2 \\ &&&= (a^{2/3} + b^{2/3})^2 \cdot (a^{2/3} + b^{2/3}) \\ &&&= (a^{2/3} + b^{2/3})^3 \\ \Rightarrow && |PQ| &= (a^{2/3} + b^{2/3})^{3/2} \end{align*} We can also do this with AM-GM instead: \begin{align*} && d &= a + b + \frac{b}{m} + am \\ &&&\geq a+b + 2 \sqrt{\frac{b}{m} \cdot am} \\ &&&= a+2\sqrt{ab}+b \\ \\ && |PQ|^2 &= a^2+b^2 + \frac{b^2}{m^2} + \frac{2ab}{m}+ 2abm + a^2m^2 \\ &&&= a^2+b^2 + \frac{b^2}{m} + abm + abm + a^2m^2 + \frac{ab}{m} + \frac{ab}{m} \\ &&&= a^2+b^2 + 3\sqrt[3]{ \frac{b^2}{m} \cdot abm \cdot abm} + 3 \sqrt[3]{ a^2m^2 \cdot \frac{ab}{m} \cdot \frac{ab}{m} } \\ &&&= a^2 + 3b^{4/3}a^{2/3}+3b^{2/3}a^{4/3}+b^2 \\ &&&= (a^{2/3}+b^{2/3})^3 \end{align*}
Solution:
Solution:
The curve \(C\) has equation \(xy = \frac12\). The tangents to \(C\) at the distinct points \(P\big(p, \frac1{2p}\big)\) and \(Q\big(q, \frac1{2q}\big)\) where \(p\) and \(q\) are positive, intersect at \(T\) and the normals to \(C\) at these points intersect at \(N\). Show that \(T\) is the point \[ \left( \frac{2pq}{p+q}\,,\, \frac 1 {p+q}\right)\!. \] In the case \(pq=\frac12\), find the coordinates of \(N\). Show (in this case) that \(T\) and \(N\) lie on the line \(y=x\) and are such that the product of their distances from the origin is constant.
Solution: \begin{align*} && \frac{\d y}{\d x} &= -\frac1{2x^2} \\ \Rightarrow && \frac{y - \frac{1}{2p}}{x - p} &= - \frac{1}{2p^2} \\ \Rightarrow && y - \frac1{2p} &= -\frac{1}{2p^2}x +\frac1{2p} \\ \Rightarrow && y +\frac{1}{2p^2}x &= \frac1p \\ \Rightarrow && 2p^2 y + x &= 2p\\ \Rightarrow && 2q^2 y + x &= 2q \\ \Rightarrow && (p^2-q^2)y &= p-q \\ \Rightarrow && y &= \frac{1}{p+q} \\ && x &= \frac{2pq}{p+q} \end{align*} \begin{align*} \text{normal}: && \frac{y-\frac1{2p}}{x-p} &= 2p^2 \\ \Rightarrow && y - \frac1{2p} &= 2p^2x - 2p^3 \\ \Rightarrow && 2py -4p^3x &= 1-4p^4 \\ \Rightarrow && 2qy -4q^3x &= 1-4q^4 \\ pq = \tfrac12: && y - 2p^2 x &= q-2p^3 \\ && y - 2q^2 x &= p-2q^3 \\ \Rightarrow && (2q^2-2p^2)x &= q-p +2q^3-2p^3 \\ &&&= (q-p)(q+p+2q^2+1+2p^2) \\ \Rightarrow && x &= \frac{1+2(p^2+q^2)+1}{2(p+q)} \\ &&&= \frac{1+2(p^2+q^2+2pq-1)+1}{2(p+q)} \\ &&&= p+q\\ && y &= 2p^2 \left ( p+q \right) + q - 2p^3 \\ &&&= p+q \end{align*} So \(N(p+q, p+q)\) and \(T\left (\frac{1}{p+q}, \frac{1}{p+q} \right)\), so both points lie on \(y = x\). \[ OT \cdot ON = \frac{\sqrt{2}}{p+q} \cdot (p+q)\sqrt{2} = 2 \] which is clearly constant.
Show that \[ \int_0^{\frac14\pi} \sin (2x) \ln(\cos x)\, \d x = \frac14(\ln 2 -1)\,, \] and that \[ \int_0^{\frac14\pi} \cos (2x) \ln(\cos x)\, \d x = \frac18(\pi -\ln 4-2)\,. \] Hence evaluate \[ \int_{\frac14\pi}^{\frac12\pi} \big ( \cos(2x) + \sin (2x)\big) \, \ln \big( \cos x + \sin x\big)\, \d x\,. \]
Solution: \begin{align*} &&\int_0^{\frac14\pi} \sin (2x) \ln(\cos x)\, \d x &= \int_0^{\frac14 \pi} 2 \sin x \cos x \ln (\cos x) \d x \\ u = \cos \theta :&&&= \int_{u=1}^{u=\frac1{\sqrt2}} -2u \ln u \d u \\ &&&= \int_{\frac1{\sqrt{2}}}^1 2u \ln u \d u \\ &&&= \left [u^2 \ln u \right]_{\frac1{\sqrt{2}}}^1-\int_{\frac1{\sqrt{2}}}^1 u \d u \\ &&&= -\frac12 \ln \frac{1}{\sqrt{2}} - \l\frac12 - \frac14 \r \\ &&&= \frac14 (\ln 2 - 1) \end{align*} \begin{align*} && \int_0^{\frac14\pi} \cos (2x) \ln(\cos x)\, \d x &= \left [ \frac12 \sin 2x \ln (\cos x) \right]_0^{\frac14\pi}- \int_0^{\frac14\pi} \frac12 \sin 2x \frac{-\sin x}{\cos x} \d x \\ &&&=\frac12 \ln \frac{1}{\sqrt{2}}+\int_0^{\frac14\pi} \sin^2 x \d x \\ &&&= -\frac14 \ln 2 + \int_0^{\frac14\pi} \frac{1-\cos 2x }{2} \d x \\ &&&= -\frac14 \ln 2 +\frac{\pi}{8} -\frac{1}{4} \\ &&&= \frac18 (\pi - 2\ln 2 - 2) \\ &&&= \frac18 (\pi - \ln 4 - 2) \\ \end{align*} Notice that \(\cos x + \sin x = \sqrt{2} \cos (x -\frac{\pi}{4})\), so: \begin{align*} &&\int_{\frac14\pi}^{\frac12\pi} \big ( \cos(2x) + \sin (2x)\big) \ln \big( \cos x + \sin x\big)\d x &= \int_{\frac14\pi}^{\frac12\pi} \big ( \cos(2x) + \sin (2x)\big) \ln (\sqrt{2} \cos ( x - \frac{\pi}{4}) ) \d x \\ &&&= \int_{u=0}^{u=\frac{\pi}{4}} \l \cos(2u+\frac{\pi}{2})+\sin(2u+\frac{\pi}{2}) \r \cdot \l \frac12 \ln 2 +\ln (\cos u) \r \d x \\ &&&= \int_{0}^{\frac{\pi}{4}} \l -\sin 2u+\cos 2u \r \cdot \l \frac12 \ln 2 +\ln (\cos u) \r \d x \\ &&&= \frac14 \ln 2\left [ \cos 2u + \sin 2u \ \right]_{0}^{\frac{\pi}{4}} - \frac14(\ln2 - 1) + \frac18\pi - \frac14(\ln 2 +1) \\ &&&= \frac{\pi}{8}-\frac12 \ln 2 \end{align*}
A thin circular path with diameter \(AB\) is laid on horizontal ground. A vertical flagpole is erected with its base at a point \(D\) on the diameter \(AB\). The angles of elevation of the top of the flagpole from \(A\) and \(B\) are \(\alpha\) and \(\beta\) respectively (both are acute). The point \(C\) lies on the circular path with \(DC\) perpendicular to \(AB\) and the angle of elevation of the top of the flagpole from \(C\) is \(\phi\). Show that \(\cot\alpha\cot \beta = \cot^2\phi\). Show that, for any \(p\) and \(q\), \[ \cos p \cos q \sin^2\tfrac12(p+q) - \sin p\sin q \cos^2 \tfrac12 (p+q) = \tfrac12 \cos(p+q) -\tfrac12 \cos(p+q)\cos(p-q) .\] Deduce that, if \(p\) and \(q\) are positive and \( p+q \le \tfrac12 \pi\), then \[ \cot p\cot q\, \ge \cot^2 \tfrac12(p+q) \, \] and hence show that \(\phi \le \tfrac12(\alpha+\beta)\) when \( \alpha +\beta \le \tfrac12 \pi\,\).
Solution:
A sequence of numbers \(t_0\), \(t_1\), \(t_2\), \(\ldots\,\) satisfies \[ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ t_{n+2} = p t_{n+1}+qt_{n} \ \ \ \ \ \ \ \ \ \ (n\ge0), \] where \(p\) and \(q\) are real. Throughout this question, \(x\), \(y\) and \(z\) are non-zero real numbers.
Solution:
Solution:
A tall shot-putter projects a small shot from a point \(2.5\,\)m above the ground, which is horizontal. The speed of projection is \(10\,\text{ms}^{- 1}\) and the angle of projection is \(\theta\) above the horizontal. Taking the acceleration due to gravity to be \(10\,\text{ms}^{-2}\), show that the time, in seconds, that elapses before the shot hits the ground is \[ \frac1{\sqrt2}\left ( \sqrt{1-c}+ \sqrt{2-c}\right), \] where \(c = \cos2\theta\). Find an expression for the range in terms of \(c\) and show that it is greatest when \(c= \frac15\,\). Show that the extra distance attained by projecting the shot at this angle rather than at an angle of \(45^\circ\) is \(5(\sqrt6 -\sqrt2 -1)\,\)m.
Solution: \begin{align*} && s &= ut + \frac12 gt^2 \\ \Rightarrow && -2.5 &= 10 \sin \theta \, T - 5 T^2 \\ \Rightarrow && T &= \frac{10\sin \theta \pm \sqrt{100\sin^2 \theta - 4 \cdot 5 \cdot (-2.5)}}{10} \\ &&&= \sin \theta +\sqrt{\sin^2 \theta + \frac12} \\ &&&= \frac1{\sqrt{2}} \left ( \sqrt{2} \sin \theta +\sqrt{2 \sin^2 \theta +1} \right) \\ &&&= \frac1{\sqrt{2}} \left ( \sqrt{2 (1-\cos^2 \theta)} + \sqrt{2-\cos 2\theta} \right) \\ &&&= \frac1{\sqrt{2}} \left ( \sqrt{1-\cos2 \theta} + \sqrt{2-\cos 2\theta} \right) \\ &&&= \frac{1}{\sqrt{2}}\left ( \sqrt{1-c}+\sqrt{2-c} \right)\\ \\ && s &= 10 \cos \theta T \\ &&&= 10 \sqrt{\frac{\cos 2 \theta +1}{2}}\frac{1}{\sqrt{2}}\left ( \sqrt{1-c}+\sqrt{2-c} \right) \\ &&&= 5 \sqrt{c+1}\left ( \sqrt{1-c}+\sqrt{2-c} \right) \\ \\ && \frac15\frac{\d s}{\d c} &= \frac12(c+1)^{-1/2}((1-c)^{1/2} + (2-c)^{1/2}) - \frac12(c+1)^{1/2}\left ((1-c)^{-1/2}+(2-c)^{-1/2} \right) \\ &&&= \frac{((1-c)(2-c)^{1/2}+(2-c)(1-c)^{1/2})-((c+1)(2-c)^{1/2}+(c+1)(1-c)^{1/2})}{2\sqrt{c+1}\sqrt{1-c}\sqrt{2-c}} \\ &&&= \frac{\sqrt{2-c}\left (1-c-c-1 \right)+\sqrt{1-c}\left(2-c-c-1) \right)}{2\sqrt{c+1}\sqrt{1-c}\sqrt{2-c}} \\ &&&= \frac{\sqrt{1-c}\left(1-2c\right)-2c\sqrt{2-c}}{2\sqrt{c+1}\sqrt{1-c}\sqrt{2-c}} \\ \\ \frac{\d s}{\d c} =0: && \sqrt{1-c}\left(1-2c\right)&=2c\sqrt{2-c} \\ \Rightarrow && (1-c)(1-2c)^2&=4c^2(2-c) \\ \Rightarrow && 1-5c+8c^2-4c^3 &= 8c^2-4c^3 \\ \Rightarrow && 0 &= -5c+1 \\ \Rightarrow && c &= \frac15 \end{align*} When \(\theta = 45^{\circ}, c = 0\), so \(s_{45^{\circ}} = 5(1+\sqrt{2})\) When \(c = \frac15\), \begin{align*} s &= 5 \sqrt{\frac15+1}\left ( \sqrt{1-\frac15}+\sqrt{2-\frac15} \right) \\ &= 5 \sqrt{\frac65} \left ( \sqrt{\frac45} + \sqrt{\frac95} \right) \\ &= 2\sqrt{6}+3\sqrt{6} = 5\sqrt{6} \end{align*} Therefore the additional distance is \(5(\sqrt{6}-\sqrt{2}-1)\)
I stand at the top of a vertical well. The depth of the well, from the top to the surface of the water, is \(D\). I drop a stone from the top of the well and measure the time that elapses between the release of the stone and the moment when I hear the splash of the stone entering the water. In order to gauge the depth of the well, I climb a distance \(\delta\) down into the well and drop a stone from my new position. The time until I hear the splash is \(t\) less than the previous time. Show that \[ t = \sqrt{\frac{2D}g} - \sqrt{\frac{2(D-\delta)}g} + \frac \delta u\,, \] where \(u\) is the (constant) speed of sound. Hence show that \[ D = \tfrac12 gT^2\,, \] where \(T= \dfrac12 \beta + \dfrac \delta{\beta g}\) and \(\beta = t - \dfrac \delta u\,\). Taking \(u=300\,\)m\,s\(^{-1}\) and \(g=10\,\)m\,s\(^{-2}\), show that if \(t= \frac 15\,\)s and \(\delta=10\,\)m, the well is approximately \(185\,\)m deep.
Solution: \begin{align*} && s &= ut + \frac12at^2 \\ && D &= \frac12gt_D^2 \\ \Rightarrow && t_D &= \sqrt{\frac{2D}{g}} \\ \Rightarrow && t_{D-\delta} &= \sqrt{\frac{2(D-\delta}{g}} \end{align*} Therefore the difference in times of what I hear will be: \begin{align*} t &= \underbrace{\sqrt{\frac{2D}{g}}}_{\text{time for first stone to hit water}} + \underbrace{\frac{D}{u}}_{\text{time to hear about it}} - \left (\underbrace{\sqrt{\frac{2(D-\delta)}{g}}}_{\text{time for second stone to hit water}} + \underbrace{\frac{D-\delta}{u}}_{\text{time to hear about it}} \right) \\ &= \sqrt{\frac{2D}g} - \sqrt{\frac{2(D-\delta)}g} + \frac \delta u \end{align*} \begin{align*} && t &= \sqrt{\frac{2D}g} - \sqrt{\frac{2(D-\delta)}g} + \frac \delta u \\ \Rightarrow && \beta &= \sqrt{\frac{2D}g} - \sqrt{\frac{2(D-\delta)}g} \\ && \beta^2 &= \frac{2D}{g} + \frac{2(D-\delta)}{g} - \frac{4}{g}\sqrt{D(D-g)} \\ &&&= \frac{4D}{g} - \frac{2\delta}{g} - \frac{4}{g} \sqrt{D(D-\delta)}\\ \Rightarrow && g\beta^2 &= 4D-2\delta -4\sqrt{D(D-\delta)}\\ \Rightarrow && (g \beta^2-4D+2\delta)^2 &= 16D(D-\delta) \\ \Rightarrow && g^2\beta^4 + 16D^2 + 4\delta^2 -8g\beta^2D+4g\beta^2 \delta -16D\delta &= 16D^2-16D\delta \\ \Rightarrow && 8g\beta^2D &= g\beta^4 +4\delta^2 +4g\beta^2 \delta \\ \Rightarrow && D &= \frac1{8g\beta^2} \left ( g^2\beta^4 +4\delta^2 +4g\beta^2 \delta\right) \\ &&&= \frac1{8g\beta^2} \left ( g\beta^2 +2\delta \right)^2 \\ &&&= \frac12g \left ( \frac{\beta}{2} + \frac{\delta}{g\beta} \right)^2 \end{align*} If \(u = 300, g = 10, t = \frac15, \delta = 10\), then \begin{align*} && \beta &= \frac15-\frac{10}{300}\\ &&&= \frac15 - \frac1{30} \\ &&&= \frac{1}{6}\\ && D &= \frac12 \cdot 10 \left ( \frac1{12} + 6 \right)^2 \\ &&&= 5\cdot (36 + 1 + \frac{1}{12^2}) \\ &&&\approx 37 \cdot 5 = 185 \end{align*}
The diagram shows two particles, \(A\) of mass \(5m\) and \(B\) of mass \(3m\), connected by a light inextensible string which passes over two smooth, light, fixed pulleys, \(Q\) and \(R\), and under a smooth pulley \(P\) which has mass \(M\) and is free to move vertically. Particles \(A\) and \(B\) lie on fixed rough planes inclined to the horizontal at angles of \(\arctan \frac 7{24}\) and \(\arctan\frac43\) respectively. The segments \(AQ\) and \(RB\) of the string are parallel to their respective planes, and segments \(QP\) and \(PR\) are vertical. The coefficient of friction between each particle and its plane is \(\mu\).
Solution:
Fire extinguishers may become faulty at any time after manufacture and are tested annually on the anniversary of manufacture. The time \(T\) years after manufacture until a fire extinguisher becomes faulty is modelled by the continuous probability density function \[ f(t) = \begin{cases} \frac{2t}{(1+t^2)^2}& \text{for \(t\ge0\)}\,,\\[4mm] \ \ \ \ 0& \text{otherwise}. \end{cases} \] A faulty fire extinguisher will fail an annual test with probability \(p\), in which case it is destroyed immediately. A non-faulty fire extinguisher will always pass the test. All of the annual tests are independent. Show that the probability that a randomly chosen fire extinguisher will be destroyed exactly three years after its manufacture is \(p(5p^2-13p +9)/10\). Find the probability that a randomly chosen fire extinguisher that was destroyed exactly three years after its manufacture was faulty 18 months after its manufacture.
Solution: The probability it becomes faulty in each year is: \begin{align*} \mathbb{P}(\text{faulty in Y}1) &= \int_0^1 \frac{2t}{(1+t^2)^2} \, dt \\ &= \left [ -\frac{1}{(1+t^2)} \right]_0^1 \\ &= 1 - \frac{1}{2} = \frac{1}{2} \\ \mathbb{P}(\text{faulty in Y}2) &= \frac{1}{2} - \frac{1}{5} = \frac{3}{10} \\ \mathbb{P}(\text{faulty in Y}3) &= \frac{1}{5} - \frac{1}{10} = \frac{1}{10} \end{align*} The probability of failing for the first time after exactly \(3\) years is: \begin{align*} \mathbb{P}(\text{faulty in Y1, }PPF) &+ \mathbb{P}(\text{faulty in Y2, }PF) + + \mathbb{P}(\text{faulty in Y3, }F) \\ &= \frac12 (1-p)^2p + \frac3{10}(1-p)p + \frac1{10}p \\ &= \frac{p}{10} \l 5(1-p)^2 + 3(1-p) + 1 \r \\ &= \frac{p}{10} \l 5 - 10p + 5p^2 + 3 -3p +1 \r \\ &= \frac{p}{10} \l 9 - 13p + 5p^2 \r \end{align*} as required. The probability that a randomly chosen fire extinguisher that was destroyed exactly three years after its manufacture was faulty 18 months after its manufacture is: \begin{align*} \mathbb{P}(\text{faulty 18 months after} | \text{fails after 3 tries}) &= \frac{\mathbb{P}(\text{faulty 18 months after and fails after 3 tries})}{\mathbb{P}(\text{fails after exactly 3 tries})} \end{align*} We can compute \(\mathbb{P}(\text{faulty 18 months after and fails after 3 tries})\) by looking at \(2\) cases, fails between \(12\) months and \(18\) years, and between \(0\) years and \(1\) year. \begin{align*} \mathbb{P}(\text{faulty between 1y and 18m}) &= \int_{1}^{\frac32} \frac{2t}{(1+t^2)^2} \, dt \\ &= \left [ -\frac{1}{(1+t^2)} \right]_{1}^{\frac32} \\ &= \frac12 - \frac{4}{13} = \frac{5}{26} \\ \end{align*} So the probability is: \begin{align*} \mathbb{P} &= \frac{\frac{5}{26}(1-p)p + \frac12(1-p)^2p}{\frac{p}{10} \l 9 - 13p + 5p^2 \r} \\ &= \frac{\frac{25}{13}(1-p) + 5(1-p)^2}{9 - 13p + 5p^2} \\ &= \frac{5}{13} \frac{(1-p)\l 5 + 13(1-p) \r}{9 - 13p + 5p^2} \\ &= \frac{5}{13} \frac{(1-p)\l 18 - 13p \r}{9 - 13p + 5p^2} \\ \end{align*}
I choose at random an integer in the range 10000 to 99999, all choices being equally likely. Given that my choice does not contain the digits 0, 6, 7, 8 or 9, show that the expected number of different digits in my choice is 3.3616.
Solution: We are choosing any \(5\) digit number from \(\{1,2,3,4,5\}\). There are \(5^5\) such numbers. \begin{align*} && \mathbb{E}(\text{different digits}) &= \frac1{5^5} \left (1 \cdot 5 + 2 \cdot \binom{5}{2}(2^5-2)+3 \cdot \binom{5}{3}(3^5-3 \cdot 2^5+3)+4 \cdot \binom{5}{4}(4^5 - 4 \cdot 3^5+6 \cdot 2^5-4) + 5 \cdot 5! \right) \\ &&&= \frac{2101}{625} = 3.3616 \end{align*}