Differentiation

Product rule, quotient rule, chain rule, differentiating trig, exponentials, logarithm,

Showing 26-43 of 43 problems
2002 Paper 1 Q3
D: 1500.0 B: 1488.5

Show that \((a+b)^2\le 2a^2+2b^2\,\). Find the stationary points on the curve $y=\big(a^2\cos^2\theta +b^2\sin^2\theta\big)^{\frac12} + \big(a^2\sin^2\theta +b^2\cos^2\theta\big)^{\frac12}\,$, where \(a\) and \(b\) are constants. State, with brief reasons, which points are maxima and which are minima. Hence prove that \[ \vert a\vert +\vert b \vert \le \big(a^2\cos^2\theta +b^2\sin^2\theta\big)^{\frac12} + \big(a^2\sin^2\theta +b^2\cos^2\theta\big)^{\frac12} \le \big(2a^2+2b^2\big)^{\frac12} \;. \]

Show Solution
\begin{align*} && 2a^2+2b^2 &= a^2 + b^2 + (a^2+b^2) \\ &&&\underbrace{\geq}_{AM-GM} a^2+b^2+2\sqrt{a^2b^2} \\ &&&= a^2+b^2 + 2|a||b| \\ &&&\geq a^2+b^2 + 2ab \\ &&&= (a+b)^2 \end{align*} Assume \(a^2 \neq b^2\), otherwise the curve is a constant. \begin{align*} && y & = \big(a^2\cos^2\theta +b^2\sin^2\theta\big)^{\frac12} + \big(a^2\sin^2\theta +b^2\cos^2\theta\big)^{\frac12}\\ && \frac{\d y}{\d \theta} &= \tfrac12 \left (a^2\cos^2\theta +b^2\sin^2\theta \right)^{-\frac12} \cdot (2 \sin \theta \cos \theta (b^2 - a^2)) + \tfrac12 (a^2\sin^2\theta +b^2\cos^2\theta)^{-\frac12} \cdot (2 \sin \theta \cos \theta (a^2 - b^2) \\ &&&= \tfrac12\sin2 \theta (b^2 - a^2) \left ( \left (a^2\cos^2\theta +b^2\sin^2\theta \right)^{-\frac12} - (a^2\sin^2\theta +b^2\cos^2\theta)^{-\frac12}\right) \\ \therefore \frac{\d y}{\d x} = 0 \Rightarrow && \sin 2\theta = 0 & \text{ or } a^2\cos^2\theta +b^2\sin^2\theta = a^2\sin^2\theta +b^2\cos^2\theta \\ \Rightarrow && \theta &= 0, \frac{\pi}{2}, \pi, \frac{3\pi}{2}, 2\pi \\ && (a^2-b^2) \cos ^2\theta &= (a^2-b^2) \sin^2 \theta \\ \Rightarrow && \theta &= \frac{\pi}{4}, \frac{3\pi}{4}, \frac{5\pi}{4}, \frac{7\pi}{4} \end{align*} WLOG \(b^2 - a^2 > 0\), then the two parts of the derivative look like:
TikZ diagram
And so \(\frac{\pi}{4}, \frac{3\pi}{4}, \cdots\) are maxima, and the others minima. The maxima are where \(\sin^2 \theta = \cos^2 \theta = \frac12\), so \(y(\frac{\pi}{4}) = 2\left ( \frac{a^2+b^2}{2} \right)^{\frac12} = (2a^2+2b^2)^{\frac12}\) and the maxima are \(\cos^2 \theta = 1, \sin^2 \theta = 0\) and vice versa, ie \(y = |a| + |b|\), therefore we obtain our desired result.
2000 Paper 1 Q7
D: 1500.0 B: 1486.8

Let \[ {\f}(x)=a x-\frac{x^{3}}{1+x^{2}}, \] where \(a\) is a constant. Show that, if \(a\ge 9/8\), then \(\mathrm{f}' (x) \ge0\) for all \(x\).

Show Solution
\begin{align*} && f(x) &= a x-\frac{x^{3}}{1+x^{2}} \\ \Rightarrow && f'(x) &= a - \frac{3x^2(1+x^2)-x^3 \cdot 2 x}{(1+x^2)^2} \\ &&&= a - \frac{-x^4+3x^2}{(1+x^2)^2} \\ &&&= a - \frac{-t^2+3t}{(1+t)^2} \\ &&&= \frac{a+2at+at^2-t^2-3t}{(1+t)^2} \\ &&&= \frac{(a-1)t^2+(2a-3)t+a}{(1+t)^2} \\ \\ && 0 \leq \Delta &= (2a-3)^2 - 4 \cdot (a-1) \cdot a \\ &&&= 4a^2-12a+9 - 4a^2+4a \\ &&&= -8a + 9 \\ \Leftrightarrow && a &\geq 9/8 \end{align*} Therefore if \(a \geq 9/8\) the numerator is always non-negative and \(f'(x) \geq 0\)
1999 Paper 2 Q8
D: 1600.0 B: 1500.0

Prove that $$ \sum_{k=0}^n \sin k\theta = \frac { \cos \tfrac12\theta - \cos (n+ \tfrac12) \theta} {2\sin \tfrac12\theta}\;. \tag{*}$$

  1. Deduce that, when \(n\) is large, \[ \sum_{k=0}^n \sin \left(\frac{k\pi}{n}\right) \approx \frac{2n}\pi\;. \]
  2. By differentiating \((*)\) with respect to \(\theta\), or otherwise, show that, when \(n\) is large, \[ \sum_{k=0}^n k \sin^2 \left(\frac{k\pi}{2n}\right) \approx \left(\frac{1}4 +\frac{1}{\pi^2} \right)n^2\;. \]

Show Solution
\begin{align*} && \sum_{k=0}^n \sin k\theta &= \textrm{Im} \left ( \sum_{k=0}^n e^{i k \theta}\right)\\ &&&= \textrm{Im} \left ( \frac{e^{i(n+1)\theta}-1}{e^{i \theta}-1} \right)\\ &&&= \textrm{Im} \left ( \frac{e^{i(n+\tfrac12)\theta}-e^{-i\theta/2}}{e^{i \theta/2}-e^{-i \theta/2}} \right)\\ &&&= \textrm{Im} \left ( \frac{(e^{i(n+\tfrac12)\theta}-e^{-i\theta/2})/2i}{(e^{i \theta/2}-e^{-i \theta/2})/2i} \right)\\ &&&= \textrm{Im} \left ( \frac{(e^{i(n+\tfrac12)\theta}-e^{-i\theta/2})/i}{2\sin \tfrac12 \theta} \right)\\ &&&= \frac{\cos \tfrac12 \theta - \cos(n+ \tfrac12)\theta}{2\sin \tfrac12 \theta} \end{align*}
  1. When \(n\) is large we have \begin{align*} &&\sum_{k=0}^n \sin \left(\frac{k\pi}{n}\right) &= \frac{\cos \frac{\pi}{2n} - \cos \frac{(2n + 1)\pi}{2n}}{2 \sin \frac{\pi}{2n}} \\ &&&= \frac{\cos \frac{\pi}{2n} +\cos \frac{\pi}{2n}}{2 \sin \frac{\pi}{2n}} \\ &&&\approx \frac{1- \frac{\pi^2}{4n^2}}{\frac{\pi}{2n}} \\ &&&= \frac{2n}{\pi} - \frac{\pi}{2n} \\ &&&\approx \frac{2n}{\pi} \end{align*}
  2. \(\,\) \begin{align*} && \sum_{k=0}^n \sin k\theta &= \frac { \cos \tfrac12\theta - \cos (n+ \tfrac12) \theta} {2\sin \tfrac12\theta} \\ \frac{\d }{\d \theta}: && \sum_{k=0}^n k\cos k\theta &= \frac { (-\tfrac12\sin\tfrac12\theta +(n+\tfrac12) \sin (n+ \tfrac12) \theta)2 \sin \tfrac12 \theta - (\cos \tfrac12\theta - \cos (n+ \tfrac12) \theta) \cos \tfrac12 \theta} {4\sin^2 \tfrac12\theta} \\ &&&= \frac{-\sin^2 \tfrac12 \theta+(2n+1)\sin(n+\tfrac12)\theta \sin \tfrac12 \theta-\cos^2\tfrac12 \theta+\cos(n+\frac12)\theta \cos\tfrac12 \theta}{4 \sin^2 \tfrac12 \theta} \\ &&&= \frac{(2n+1)\sin(n+\tfrac12)\theta \sin \tfrac12 \theta+\cos(n+\frac12)\theta \cos\tfrac12 \theta-1}{4 \sin^2 \tfrac12 \theta} \\ &&&= \frac{2n\sin(n+\tfrac12)\theta \sin \tfrac12 \theta+\cos n \theta-1}{4 \sin^2 \tfrac12 \theta} \\ \\ \Rightarrow && \sum_{k=0}^n k\left ( 1-2\sin^2 \left ( \frac{k\theta}{2} \right) \right) &= \frac{2n\sin(n+\tfrac12)\theta \sin \tfrac12 \theta+\cos n \theta-1}{4 \sin^2 \tfrac12 \theta} \\ \Rightarrow && \sum_{k=0}^n k\sin^2 \left ( \frac{k\theta}{2} \right) &= \frac{n(n+1)}{4} - \frac{2n\sin(n+\tfrac12)\theta \sin \tfrac12 \theta+\cos n \theta-1}{8 \sin^2 \tfrac12 \theta} \\ \theta = \frac{\pi}{n}: && \sum_{k=0}^n k\sin^2 \left ( \frac{k\pi}{2n} \right) &= \frac{n(n+1)}{4} - \frac{2n\sin(n+\tfrac12)\frac{\pi}{n}\sin \tfrac12 \frac{\pi}{n}+\cos n \frac{\pi}{n}-1}{8 \sin^2 \tfrac12 \frac{\pi}{n}} \\ &&&= \frac{n(n+1)}{4} - \frac{-2n \sin^2 \frac{\pi}{2n}-2}{8 \sin^2 \tfrac12 \frac{\pi}{n}} \\ &&&= \frac{n^2+n}{4} + \frac{n}{4} + \frac{1}{4\sin^2\frac{\pi}{2n}} \\ &&&\approx \frac{n^2}4 + \frac{n}{2}+ \frac{n^2}{\pi^2} \\ &&&= \left ( \frac14 + \frac{1}{\pi^2} \right)n^2 + \frac{n}{4} \\ &&&\approx \left ( \frac14 + \frac{1}{\pi^2} \right)n^2 \end{align*}
1998 Paper 2 Q7
D: 1600.0 B: 1458.4

\begin{eqnarray*} {\rm f}(x)&=& \tan x-x,\\ {\rm g}(x)&=& 2-2\cos x-x\sin x,\\ {\rm h}(x)&=& 2x+x\cos 2x-\tfrac{3}{2}\sin 2x,\\ {\rm F}(x)&=& {x(\cos x)^{1/3}\over\sin x}. \end{eqnarray*} \vspace{1mm}

  1. By considering \(\f(0)\) and \(\f'(x)\), show that \(\f(x)>0\) for \(0
  2. Show similarly that \(\g(x)>0\) for \(0
  3. Show that \(\h(x)>0\) for \(00\] for \(0
  4. By considering \(\displaystyle {{\rm F}'(x)\over {\rm F}(x)}\), show that \({\rm F}'(x)<0\) for \(0

1998 Paper 3 Q1
D: 1700.0 B: 1484.0

Let $$ {\rm f}(x)=\sin^2x + 2 \cos x + 1 $$ for \(0 \le x \le 2\pi\). Sketch the curve \(y={\rm f}(x)\), giving the coordinates of the stationary points. Now let $$ \hspace{0.6in}{\rm g}(x)={a{\rm f}(x)+b \over c{\rm f}(x)+d} \hspace{0.8in} ad\neq bc\,,\; d\neq -3c\,,\; d\neq c\;. $$ Show that the stationary points of \(y={\rm g}(x)\) occur at the same values of \(x\) as those of \(y={\rm f}(x)\), and find the corresponding values of \({\rm g}(x)\). Explain why, if \(d/c <-3\) or \(d/c>1\), \(|{\rm g}(x)|\) cannot be arbitrarily large.

1997 Paper 1 Q8
D: 1484.0 B: 1500.0

By considering the maximum of \(\ln x-x\ln a\), or otherwise, show that the equation \(x=a^{x}\) has no real roots if \(a > e^{1/e}\). How many real roots does the equation have if \(0 < a < 1\)? Justify your answer.

Show Solution
\begin{align*} && y &= \ln x - x \ln a \\ \Rightarrow && y' &= \frac1x - \ln a \\ && y'' &= -\frac{1}{x^2} \end{align*} Therefore the maximum is when \(x = \frac{1}{\ln a}\) and \(y_{max} = -\ln \ln a - 1\). If \(y_{max} < 0\) then \(y \neq 0\). But that's equivalent to \(a > e^{1/e}\). \begin{align*} && 0 &> -\ln \ln a - 1 \\ \Leftrightarrow && 1 &> - \ln \ln a \\ \Leftrightarrow && \ln \ln a &>-1 \\ \Leftrightarrow && \ln a &> e^{-1} \\ \Leftrightarrow && a & > e^{1/e} \end{align*} If \(0 < a < 1\) then, when \(x\) is small, \(\ln x - x \ln a\) is large and negative. When \(x\) is large and positive \(\ln x\) is positive and \(-x \ln a\) is positive. We also notice there is no turning point. Hence exactly one solution
1996 Paper 1 Q1
D: 1484.0 B: 1500.0

A cylindrical biscuit tin has volume \(V\) and surface area \(S\) (including the ends). Show that the minimum possible surface area for a given value of \(V\) is \(S=3(2\pi V^{2})^{1/3}.\) For this value of \(S\) show that the volume of the largest sphere which can fit inside the tin is \(\frac{2}{3}V\), and find the volume of the smallest sphere into which the tin fits.

Show Solution
Suppose we have height \(h\) and radius \(r\), then: \(V = \pi r^2 h\) and \(S = 2\pi r^2 + 2\pi r h\). \(h = \frac{V}{\pi r^2}\), so \begin{align*} S &= 2 \pi r^2 + 2 \pi r\frac{V}{\pi r^2} \\ &= 2\pi r^2 +V \frac1{r}+V \frac1{r} \\ &\underbrace{ \geq }_{\text{AM-GM}} 3 \sqrt[3]{2\pi r^2 \frac{V^2}{r^2} } = 3 (2 \pi V^2)^{1/3} \end{align*} Equality holds when \(r = \sqrt[3]{\frac{V}{2 \pi}}, h = \frac{V}{\pi (V/2\pi)^{2/3}} = \sqrt[3]{\frac{4V}{\pi}}\) Since \(h > r\) the sphere has a maximum radius of \(r\) and so it's largest volume is \(\frac43 \pi r^3 = \frac43 \pi \frac{V}{2 \pi} = \frac23 V\).
TikZ diagram
The radius of the sphere is \(\sqrt{\left (\frac{r}{2} \right)^2 + \left (\frac{h}{2} \right)^2 } = \frac12 \sqrt{r^2+h^2}\) \begin{align*} V_{sphere} &= \frac43 \pi (r^2+h^2)^{3/2} \\ &= \frac43 \pi \left (\left( \frac{V}{2 \pi} \right)^{2/3}+\left( \frac{4V}{ \pi} \right)^{2/3} \right)^{3/2} \\ &= \frac43 \pi \frac{V}{ \pi} \left ( 2^{-2/3}+4^{2/3}\right)^{3/2} \\ &= \frac 43 V \left ( \frac{1+4}{2^{2/3}} \right)^{3/2} \\ &= \frac43 \frac{5^{3/2}}{2} V \\ &= \frac{2 \cdot \sqrt{125}}{3} V \end{align*}
1994 Paper 1 Q2
D: 1484.0 B: 1468.1

Given that \(a\) is constant, differentiate the following expressions with respect to \(x\):

  1. \(x^{a}\);
  2. \(a^{x}\);
  3. \(x^{x}\);
  4. \(x^{(x^{x})}\);
  5. \((x^{x})^{x}.\)

Show Solution
\begin{align*} && y &= x^a \\ && \frac{\d y}{\d x} &= \begin{cases} ax^{a-1} & a \neq 0 \\ 0 & a = 0 \end{cases} \\ \\ && y &= a^x \\ &&&= e^{(\ln a) \cdot x} \\ && \frac{\d y}{\d x} &= \ln a e^{(\ln a) x} \\ &&&= \ln a \cdot a^ x \\ \\ && y &= x^x \\ &&&= e^{x \ln x}\\ && \frac{\d y}{\d x} &= e^{x \ln x} \cdot \left ( \ln x + x \cdot \frac1x \right) \\ &&&= x^x \left (1 + \ln x \right) \\ \\ && y&= x^{(x^x)} \\ &&&= e^{x^ x \cdot \ln x} \\ && \frac{\d y}{\d x} &= e^{x^x \cdot \ln x} \left ( x^x \left (1 + \ln x \right) \cdot \ln x + x^x \cdot \frac1x\right) \\ &&&= x^{x^x} \left (x^x (1+ \ln x) \ln x +x^{x-1} \right) \\ &&&= x^{x^x+x-1} \left (1 + x \ln x + x (\ln x)^2 \right) \\ \\ && y &= (x^x)^x \\ &&&= x^{2x} \\ &&&= e^{2x \ln x} \\ && \frac{\d y}{\d x} &= e^{2 x \ln x} \left (2 \ln x + 2 \right) \\ &&&= 2(x^x)^x(1 + \ln x) \end{align*}
1993 Paper 2 Q3
D: 1600.0 B: 1500.0

  1. Solve the differential equation \[ \frac{\mathrm{d}y}{\mathrm{d}x}-y-3y^{2}=-2 \] by making the substitution \(y=-\dfrac{1}{3u}\dfrac{\mathrm{d}u}{\mathrm{d}x}.\)
  2. Solve the differential equation \[ x^{2}\frac{\mathrm{d}y}{\mathrm{d}x}+xy+x^{2}y^{2}=1 \] by making the substitution \[ y=\frac{1}{x}+\frac{1}{v}, \] where \(v\) is a function of \(x\).

1992 Paper 1 Q9
D: 1500.0 B: 1500.0

The diagram shows a coffee filter consisting of an inverted hollow right circular cone of height \(H\) cm and base radius \(a\) cm. \noindent

\psset{xunit=1.0cm,yunit=0.8cm,algebraic=true,dimen=middle,dotstyle=o,dotsize=3pt 0,linewidth=0.5pt,arrowsize=3pt 2,arrowinset=0.25} \begin{pspicture*}(-1.67,-2.3)(2.85,3.85) \rput{0}(0,3){\psellipse(0,0)(1.23,0.72)} \rput{0.69}(0,0.01){\psellipse(0,0)(0.49,0.23)} \psline(-1.23,2.95)(0,-2) \psline(0,-2)(1.23,2.96) \psline{->}(0,3)(0.66,3.61) \psline{->}(0.66,3.61)(0,3) \rput[tl](0.35,3.27){\(a\)} \psline{<->}(1,0)(1,-2) \rput[tl](1.05,-0.86){\(x\)} \psline{<->}(2,3)(2,-2) \rput[tl](2.09,0.97){\(H\)} \end{pspicture*} \par
When the water level is \(x\) cm above the vertex, water leaves the cone at a rate \(Ax\) \(\mathrm{cm}^{3}\mathrm{sec}^{-1},\) where \(A\) is a positive constant. Suppose that the cone is initially filled to a height \(h\) cm with \(0 < h < H.\) Show that it will take \(\pi a^{2}h^{2}/(2AH^{2})\) seconds to empty. Suppose now that the cone is initially filled to a height \(h\) cm, but that water is poured in at a constant rate \(B\) \(\mathrm{cm}^{3}\mathrm{sec}^{-1}\) and continues to drain as before. Establish, by considering the sign of \(\mathrm{d}x/\mathrm{d}t\), or otherwise, what will happen subsequently to the water level in the different cases that arise. (You are not asked to find an explicit formula for \(x\).)

1991 Paper 1 Q2
D: 1516.0 B: 1469.6

Frosty the snowman is made from two uniform spherical snowballs, of initial radii \(2R\) and \(3R.\) The smaller (which is his head) stands on top of the larger. As each snowball melts, its volume decreases at a rate which is directly proportional to its surface area, the constant of proportionality being the same for both snowballs. During melting each snowball remains spherical and uniform. When Frosty is half his initial height, find the ratio of his volume to his initial volume. If \(V\) and \(S\) denote his total volume and surface area respectively, find the maximum value of \(\dfrac{\mathrm{d}V}{\mathrm{d}S}\) up to the moment when his head disappears.

Show Solution
\(V_h = \frac43 \pi r_h^3, S_h = 4 \pi r_h^2\) \(\frac{\d V_h}{\d t} = -k4\pi r_h^2 \Rightarrow 4\pi r_h^2 \frac{\d r_h}{\d t} = -k 4\pi r_h^2 \Rightarrow \frac{\d r_h}{\d t} = -k\) Therefore \(r_h = 2R - kt, r_b = 3R - kt\). The height will halve when \(2kt = \frac{5}{2}R \Rightarrow kt = \frac{5}{4}R\) and the two sections will have radii \(\frac{3}{4}R\) and \(\frac{7}{4}R\) and the ratio of the volumes will be: \begin{align*} \frac{\frac{3^3}{4^3}+\frac{7^3}{4^3}}{2^3+3^3} = \frac{37}{224} \end{align*} \begin{align*} && \frac{\d V}{\d t} &= -4\pi k(r_h^2+r_b^2) \\ && \frac{\d S}{\d t} &= -8\pi k (r_h+r_b) \\ \Rightarrow && \frac{\d V}{\d S} &= \frac{r_h^2 + r_b^2}{2(r_h+r_b)} \\ &&&= \frac{(2R-kt)^2+(3R-kt)^2}{2(5R-2kt)} \\ &&&= \frac{13R^2-10Rkt+2k^2t^2}{2(5R-2kt)} \\ &&&= \frac{13R^2-10Rs + 2s^2}{2(5R-2s)} \end{align*} Where \(s = kt\) and \(0 \leq s \leq 2R\). We can maximise this but differentiating wrt to \(s\). \begin{align*} \Rightarrow && &= \frac{(-10R+4s)(10R-4s)+4(13R^2-10Rs+2s^2)}{4(5R-2s)^2} \\ &&&= \frac{-48R^2+40Rs-8s^2}{4(5R-2s)^2} \\ &&&= \frac{-8(s-2R)(s-3R)}{4(5R-2s)^2} \\ &&&<0 \end{align*} Therefore it is largest when \(s = 0\), ie \(\frac{13R^2}{10R} = \frac{13}{10}R\)
1991 Paper 1 Q4
D: 1500.0 B: 1500.0

\(\ \)

TikZ diagram
The above diagram is a plan of a prison compound. The outer square \(ABCD\) represents the walls of the compound (whose height may be neglected), while the inner square \(XYZT\) is the Black Tower, a solid stone structure. A guard patrols along segment \(AE\) of the walls, for a distance of up to 4 units from \(A\). Determine the distance from \(A\) of points at which the area of the courtyard that he can see is
  1. as small as possible,
  2. as large as possible.
[\(Hint. \)It is suggested that you express the area he \textit{cannot }see in terms of \(p\), his distance from \(A\).]

Show Solution
TikZ diagram
The area he cannot see is \begin{align*} &&A &= \underbrace{8^2}_{\text{everywhere above}(4,4)} - \underbrace{4^2}_{\text{inner square}} - \underbrace{\frac12 \cdot 4 \cdot (\frac32(4-p)+p - 4)}_{\text{blue triangle}} - \underbrace{\frac12 \cdot 4 \cdot \frac{4(12-p)}{8-p}}_{\text{green triangle}} \\ &&&= 48 - 3(4-p)-2(p-4) - \frac{8(12-p)}{8-p} \\ &&&= 36-5p-\frac{32}{8-p} \\ \\ \Rightarrow && \frac{\d A}{\d p} &= -5 + \frac{32}{(8-p)^2} \\ &&&> 0 \text{ if } 0 \leq p \leq 4 \end{align*}
  1. Since the area not visible is increasing as \(p\) increases, we would like \(p\) to be as large as possible, ie \(p = 4\).
  2. Similarly, he can see the most when \(p =0\)
1991 Paper 1 Q7
D: 1516.0 B: 1484.0

According to the Institute of Economic Modelling Sciences, the Slakan economy has alternate years of growth and decline, as in the following model. The number \(V\) of vloskan (the unit of currency) in the Slakan Treasury is assumed to behave as a continuous variable, as follows. In a year of growth it increases continuously at an annual rate \(aV_{0}\left(1+(V/V_{0})\right)^{2}.\) During a year of decline, as long as there is still money in the Treasury, the amount decreases continuously at an annual rate \(bV_{0}\left(1+(V/V_{0})\right)^{2};\) but if \(V\) becomes zero, it remains zero until the end of the year. Here \(a,b\) and \(V_{0}\) are positive constants. A year of growth has just begun and there are \(k_{0}V_{0}\) vloskan in the Treasury, where \(0\leqslant k_{0} < a^{-1}-1\). Explain the significance of these inequalities for the model to be remotely sensible. If \(k_{0}\) is as above and at the end of one year there are \(k_{1}V_{0}\) vloskan in the Treasury, where \(k_{1} > 0\), find the condition involving \(b\) which \(k_{1}\) must satisfy so that there will be some vloskan left after a further year. Under what condition (involving \(a,b\) and \(k_{0}\)) does the model predict that unlimited growth will take place in the third year (but not before)?

1990 Paper 3 Q5
D: 1700.0 B: 1500.0

Prove that, for any integers \(n\) and \(r\), with \(1\leqslant r\leqslant n,\) \[ \binom{n}{r}+\binom{n}{r-1}=\binom{n+1}{r}. \] Hence or otherwise, prove that \[ (uv)^{(n)}=u^{(n)}v+\binom{n}{1}u^{(n-1)}v^{(1)}+\binom{n}{2}u^{(n-2)}v^{(2)}+\cdots+uv^{(n)}, \] where \(u\) and \(v\) are functions of \(x\) and \(z^{(r)}\) means \(\dfrac{\mathrm{d}^{r}z}{\mathrm{d}x^{r}}\). Prove that, if \(y=\sin^{-1}x,\) then \((1-x^{2})y^{(n+2)}-(2n+1)xy^{(n+1)}-n^{2}y^{(n)}=0.\)

Show Solution
\begin{align*} \binom{n}{r} + \binom{n}{r-1} &= \frac{n!}{r!(n-r)!} + \frac{n!}{(r-1)!(n-r+1)!} \\ &= \frac{n!}{(r-1)!(n-r)!} \left ( \frac{1}{r} + \frac{1}{n-r+1} \right) \\ &= \frac{n!}{(r-1)!(n-r)!} \frac{(n-r+1)+r}{r(n-r+1)} \\ &= \frac{n! (n+1)}{r! (n-r+1)!} \\ &= \frac{(n+1)!}{r!(n+1-r)!} \\ &= \binom{n+1}{r} \end{align*} Claim: \(\displaystyle (uv)^{(n)} = \sum_{r=0}^n \binom{n}{r} u^{(n-r)} v^{(r)}\) Proof: (By induction on \(n\)). Base case: \(n = 0\) is clear. Inductive step: Suppose it is true for \(n = k\), then consider \begin{align*} (uv)^{(k+1)} &= \left ( (uv)^{(k)} \right)' \\ &= \left ( \sum_{r=0}^k \binom{k}{r} u^{(k-r)} v^{(r)} \right)' \tag{by assumption} \\ &=\sum_{r=0}^k \binom{k}{r} \left ( u^{(k-r)} v^{(r)}\right)' \tag{linearity} \\ &=\sum_{r=0}^k \binom{k}{r} \left ( u^{(k-r+1)} v^{(r)} + u^{(k-r)}v^{(r+1)}\right) \\ &= \sum_{r=0}^{k} \binom{k}{r} u^{(k-r+1)} v^{(r)} + \sum_{r=0}^{k} \binom{k}{r} u^{(k-r)}v^{(r+1)} \\ &= \sum_{r=0}^{k} \binom{k}{r} u^{(k-r+1)} v^{(r)} + \sum_{r=1}^{k+1} \binom{k}{r-1} u^{(k-r+1)}v^{(r)} \\ &= u^{(k+1)}v + \sum_{r=1}^k \left (\binom{k}{r} + \binom{k}{r-1} \right)u^{(k-r+1)}v^{(r)} + u v^{(k+1)}\\ &= u^{(k+1)}v + \sum_{r=1}^k \binom{k+1}{r} u^{(k-r+1)}v^{(r)} + u v^{(k+1)}\\ &= \sum_{r=0}^{k+1} \binom{k+1}{r} u^{(k-r+1)}v^{(r)}\\ \end{align*} Therefore if our statement is true for \(n = k\) it is true for \(n = k+1\). Since it is true for \(n = 0\) by the principle of mathematical induction it is true for all integer \(n \geq 0\) Suppose \( y = \sin^{-1} x\), then \(y' = \frac{1}{\sqrt{1-x^2}}\), \(y'' = \frac{x}{(1-x^2)^{3/2}}\). Not that this means that \((1-x^2)y'' - xy' = 0\) (which is our formula when \(n = 0\)). Now apply Leibniz's formula to this. \begin{align*} 0 &= \left ( (1-x^2)y'' - xy' \right)^{(n)} \\ &= \left ( (1-x^2)y'' \right)^{(n)} -\left ( xy' \right)^{(n)} \\ &= \left ( (1-x^2)y^{(n+2)} - n\cdot 2x \cdot y^{(n+1)}-\binom{n}{2} \cdot 2 \cdot y^{(n)} \right )- \left (xy^{(n+1)}+ny^{(n)} \right) \\ &= (1-x^2)y^{(n+2)} - (2n+1)y^{(n+1)} - \left ( n(n-1)+n \right)y^{(n)} \\ &= (1-x^2)y^{(n+2)} - (2n+1)y^{(n+1)} - n^2y^{(n)} \\ \end{align*} as required
1988 Paper 1 Q2
D: 1500.0 B: 1516.0

The function \(\mathrm{f}\) and \(\mathrm{g}\) are related (for all real \(x\)) by \[ \mathrm{g}(x)=\mathrm{f}(x)+\frac{1}{\mathrm{f}(x)}\,. \] Express \(\mathrm{g}'(x)\) and \(\mathrm{g}''(x)\) in terms of \(\mathrm{f}(x)\) and its derivatives. If \(\mathrm{f}(x)=4+\cos2x+2\sin x\), find the stationary points of \(\mathrm{g}\) for \(0\leqslant x\leqslant2\pi,\) and determine which are maxima and which are minima.

Show Solution
\(g'(x) = f'(x) - \frac{f'(x)}{(f(x))^2} = f'(x) \l 1 - \frac{1}{(f(x))^2} \r\) \(g''(x) = f''(x) - \frac{f''(x)f(x)^2-f'(x)\cdot 2f(x) f'(x)}{(f(x))^4} = f''(x) + \frac{f''(x)f(x)-2(f'(x))^2}{(f(x))^3}\) \begin{align*} f(x) &=4+\cos2x+2\sin x \\ f'(x) &=-2\sin2x+2\cos x \\ f''(x) &= -4\cos2x-2\sin x \end{align*} Therefore, since the stationary points of \(g\), ie points where \(g'(x) = 0\) are where \(f'(x) = 0\) or \(f(x) = \pm 1\) we should look at \begin{align*} && 0 &= f'(x) \\ && 0 &= 2 \cos x - 2 \sin 2x \\ &&&= 2 \cos x - 4 \sin x \cos x \\ &&&= 2\cos x (1 - 2 \sin x) \\ \Rightarrow && x &= \frac{\pi}2, \frac{3\pi}{2}, \frac{\pi}{6}, \frac{5\pi}{6} \end{align*} \begin{align*} && 1 &= f(x) \\ && 1 &= 4 + \cos 2x + 2 \sin x \\ \Rightarrow && \cos 2x = -1,& \sin x = -1 \\ \Rightarrow && x &= \frac{3\pi}{2} \end{align*} which we were already checking. For each of these points we have: \begin{array}{c|c|c|c||c} x & f(x) & f'(x) & f''(x) & g''(x) \\ \hline \frac{\pi}{2} & 5 & 0 & 2 & > 0\\ \frac{3\pi}{2} & 1 & 0 & 6 &> 0\\ \frac{\pi}{6} & 5.5 & 0 & -3 & < 0 \\ \frac{5\pi}{6} & 5.5 & 0 & -3 & < 0\\ \end{array} Therefore \(\frac{\pi}{2}, \frac{3\pi}{2}\) are minimums and \(\frac{\pi}{6}\) and \(\frac{5\pi}{6}\) are maxima.
1988 Paper 3 Q6
D: 1700.0 B: 1516.0

Let \(\mathrm{f}(x)=\sin2x\cos x.\) Find the 1988th derivative of \(\mathrm{f}(x).\) Show that the smallest positive value of \(x\) for which this derivative is zero is \(\frac{1}{3}\pi+\epsilon,\) where \(\epsilon\) is approximately equal to \[ \frac{3^{-1988}\sqrt{3}}{2}. \]

Show Solution
\begin{align*} && f(x) &= \sin 2x \cos x \\ &&&= \frac12 \l \sin 3x + \sin x \r \\ \Rightarrow && f^{(1988)}(x) &= \frac12 \l 3^{1988} (-1)^{994} \sin 3x+ (-1)^{994} \sin x \r \\ &&&= \boxed{\frac12 \left (3^{1998} \sin 3x + \sin x \right)} \\ \\ f^{(1988)}(x) = 0: && 0 &= 3^{1988} \sin 3x + \sin x \\ \Rightarrow && 0 &= 3^{1988} ( 3\sin x-4\sin^3 x) + \sin x \\ \Rightarrow && 0 &= \sin x \left (1+3^{1989}-4\cdot 3^{1988}\sin^{2} x \right) \end{align*} Since \(\sin x\) will first contribute a zero when \(x = \frac{\pi}{2}\) we focus on the second bracket, in particular, we need: \begin{align*} && \sin^2 x &= \frac{3}{4} \left ( 1 + \frac{1}{3^{1988}} \right) \\ \Rightarrow && \sin x &= \frac{\sqrt{3}}2 \left (1 + \frac{1}{2 \cdot 3^{1988}} + \cdots \right ) \end{align*} Since near \(\frac{\pi}{3}\), \begin{align*} \sin (\frac{\pi}{3} + \epsilon) &= \sin \frac{\pi}{3} \cos \epsilon + \cos \frac{\pi}{3} \sin \epsilon \\ &\approx \frac{\sqrt{3}}{2} (1-\epsilon^2 + \cdots ) + \frac{1}{2}(\epsilon + \cdots) \\ &= \frac{\sqrt{3}}2 + \frac12 \epsilon + \cdots \end{align*} Therefore by comparison we can see that \(x = \frac{\pi}{3} + \frac{\sqrt{3}}{2} 3^{-1988}\) will be a very good approximation for the root.
1987 Paper 1 Q1
D: 1500.0 B: 1500.0

Find the stationary points of the function \(\mathrm{f}\) given by \[ \mathrm{f}(x)=\mathrm{e}^{ax}\cos bx,\mbox{ }(a>0,b>0). \] Show that the values of \(\mathrm{f}\) at the stationary points with \(x>0\) form a geometric progression with common ratio \(-\mathrm{e}^{a\pi/b}\). Give a rough sketch of the graph of \(\mathrm{f}\).

Show Solution
Let \(f(x) = e^{ax} \cos bx\) then, \(f'(x) = ae^{ax} \cos bx - be^{ax} \sin bx = e^{ax} \l a\cos bx - b \sin bx \r\). Therefore the stationary points are where \(f'(x) = 0 \Leftrightarrow \tan bx = \frac{b}a\), ie \(x = \tan^{-1} \frac{a}{b} + \frac{n}{b} \pi, n \in \mathbb{Z}\). \begin{align*} f(\tan^{-1} \frac{a}{b} + \frac{n}{b} \pi) &= e^{a \tan^{-1} \frac{a}{b} + \frac{an}{b} \pi} \cos \l b \tan^{-1} \frac{a}{b} +n \pi\r \\ &= e^{a \tan^{-1} \frac{a}{b}} \cos \l b \tan^{-1} \frac{a}{b}\r \cdot e^{\frac{an}{b} \pi}(-1)^n \\ &= e^{a \tan^{-1} \frac{a}{b}} \cos \l b \tan^{-1} \frac{a}{b}\r \cdot (-e^{\frac{a}{b} \pi})^n \\ \end{align*} showing the form the desired geometric progression.
TikZ diagram
1987 Paper 3 Q11
D: 1500.0 B: 1500.0

A woman stands in a field at a distance of \(a\,\mathrm{m}\) from the straight bank of a river which flows with negligible speed. She sees her frightened child clinging to a tree stump standing in the river \(b\,\mathrm{m}\) downstream from where she stands and \(c\,\mathrm{m}\) from the bank. She runs at a speed of \(u\,\mathrm{ms}^{-1}\) and swims at \(v\,\mathrm{ms}^{-1}\) in straight lines. Find an equation to be satisfied by \(x,\) where \(x\,\mathrm{m}\) is the distance upstream from the stump at which she should enter the river if she is to reach the child in the shortest possible time. Suppose now that the river flows with speed \(v\) ms\(^{-1}\) and the stump remains fixed. Show that, in this case, \(x\) must satisfy the equation \[ 2vx^{2}(b-x)=u(x^{2}-c^{2})[a^{2}+(b-x)^{2}]^{\frac{1}{2}}. \] For this second case, draw sketches of the woman's path for the three possibilities \(b>c,\) \(b=c\) and \(b< c\).

Show Solution
TikZ diagram
The distance to where she enters the water is \(\sqrt{a^2+(b-x)^2}\) and the distance through the water is \(\sqrt{x^2+c^2}\). The total time will be \(\frac{\sqrt{a^2+(b-x)^2}}{u}+\frac{\sqrt{x^2+c^2}}{v}\). To minimise this, we can differentiate. \begin{align*} \frac{\d}{\d x}: && \frac{-(b-x)}{u\sqrt{a^2+(b-x)^2}} + \frac{x}{v \sqrt{x^2+c^2}} &= 0 \\ \Rightarrow && v(b-x)(x^2+c^2)^{\frac12} &= xu(a^2+(b-x)^2)^{\frac12} \end{align*} When she is in the water, she can will move with velocity \(\begin{pmatrix} v \cos \theta \\ v \sin \theta -v \end{pmatrix}\). She needs to travel a distance \(\begin{pmatrix} c \\ -x \end{pmatrix}\), so we must have that \begin{align*} && \frac{x}{c} &= \frac{1-\sin \theta}{\cos \theta} \\ \Rightarrow && \sec \theta - \tan \theta &= \frac{x}{c} \\ \Rightarrow && \sec \theta &= \tan \theta + \frac{x}{c} \\ \Rightarrow && \sec^2 \theta &= \tan^2 \theta + 2 \tan \theta \frac{x}{c} + \frac{x^2}{c^2} \\ \Rightarrow && 1 + \tan^2 \theta &= \tan^2 \theta + 2 \tan \theta \frac{x}{c} + \frac{x^2}{c^2} \\ \Rightarrow && \tan \theta &=\frac{c^2-x^2}{2xc} \\ \Rightarrow && \sin \theta &= \frac{c^2-x^2}{c^2+x^2} \\ && \cos \theta &= \frac{2xc}{c^2+x^2} \\ \end{align*} (where we have taken the positive value for \(\cos \theta\) since we must be heading towards the child). Since \(v \cos \theta t = c\) the time taken to reach the child in the water is \(\frac{c}{v} \frac{c^2+x^2}{2xc} = \frac{c^2+x^2}{2xv}\). So the total time is: \(\frac{\sqrt{a^2+(b-x)^2}}{u}+\frac{c^2+x^2}{2xv}\). To minimise this, we can differentiate. \begin{align*} \frac{\d}{\d x}: && \frac{-(b-x)}{u\sqrt{a^2+(b-x)^2}} -\frac{c^2}{2vx^2} + \frac{x^2}{2vx^2}&= 0 \\ \Rightarrow && u(x^2-c^2)\sqrt{a^2+(b-x)^2}&= 2vx^2(b-x) \end{align*} as required. When \(b = c\), the shortest path will be running directly to the bank (there's no quicker way to get to the bank) then swimming directly out (and letting the current take you downstream exactly as far as you need)). Therefore the path will be:
TikZ diagram
If \(b > c\) then she should run a little downstream first.
TikZ diagram
and if \(c > b\) she should actually run a little upstream to take advantage of the current:
TikZ diagram