Problems

Filters
Clear Filters
2012 Paper 3 Q1
D: 1700.0 B: 1500.0

Given that \(\displaystyle z = y^n \left( \frac{\d y}{\d x}\right)^{\!2}\), show that \[ \frac{\d z}{\d x} = y^{n-1} \frac{\d y}{\d x} \left( n \left(\frac{\d y}{\d x}\right)^{\!2} + 2y \frac{\d^2y}{\d x^2}\right) . \]

  1. Use the above result to show that the solution to the equation \[ \left(\frac{\d y}{\d x}\right)^{\!2} + 2y \frac{\d^2y}{\d x^2} = \sqrt y \ \ \ \ \ \ \ \ \ \ (y>0) \] that satisfies \(y=1\) and \(\dfrac{\d y}{\d x}=0\) when \(x=0\) is \(y= \big ( \frac38 x^2+1\big)^{\frac23}\).
  2. Find the solution to the equation \[ \left(\frac{\d y}{\d x}\right)^{\!2} -y \frac{\d^2y}{\d x^2} + y^2=0 \] that satisfies \(y=1\) and \(\dfrac{\d y}{\d x}=0\) when \(x=0\).


Solution: \begin{align*} &&z &= y^n \left( \frac{\d y}{\d x}\right)^{2} \\ \Rightarrow && \frac{\d z}{\d x} &= ny^{n-1}\left( \frac{\d y}{\d x}\right)^{3} + y^{n} \cdot 2 \left( \frac{\d y}{\d x}\right) \left( \frac{\d^2 y}{\d x^2}\right) \\ &&&= y^{n-1} \left( \frac{\d y}{\d x}\right) \left (n \left( \frac{\d y}{\d x}\right)^2 + 2y \frac{\d^2 y}{\d x^2} \right) \end{align*}

  1. Let \(z = y (y')^2\), then \begin{align*} && \frac{\d z}{\d x} &= y' \sqrt{y} \\ &&&= \sqrt{z} \\ \Rightarrow && \int z^{-1/2} \d z &= x+C \\ \Rightarrow && 2\sqrt{z} &= x + C \\ x = 0, z=0: && C &= 0 \\ \Rightarrow && y(y')^2 &= \frac14 x^2 \\ \Rightarrow &&\sqrt{y} \frac{\d y}{\d x} &= \frac{1}{2}x\\ \Rightarrow && \int \sqrt{y} \d y &= \int \frac{1}{2}x\d x \\ \Rightarrow && \frac23y^{3/2} &=\frac14x^2 + K \\ x = 0, y = 1: && K &= \frac23 \\ \Rightarrow && y &= \left (\frac38 x^2 + 1 \right)^{2/3} \end{align*}
  2. Let \(z = y^{-2} (y')^2\) \begin{align*} && \frac{\d z}{\d x} &= y^{-3} \frac{\d y}{\d x} \left (-2 \left( \frac{\d y}{\d x}\right) + 2y \frac{\d^2 y}{\d x^2} \right) \\ &&&= y^{-3} \frac{\d y}{\d x} 2y^2 \\ &&&= 2y^{-1}(y') = 2 \sqrt{z} \\ \Rightarrow && 2\sqrt{z} &= 2x + C \\ x = 0, z = 0: && C&= 0 \\ \Rightarrow && z &= x^2 \\ \Rightarrow && \frac{\d y}{\d x} &= xy \\ \Rightarrow && \ln |y| &= \frac12 x^2 + K \\ x =0 , y =1; && K &= 0 \\ \Rightarrow && y &= e^{\frac12 x^2} \end{align*}

2012 Paper 3 Q2
D: 1700.0 B: 1516.0

In this question, \(\vert x \vert <1\) and you may ignore issues of convergence.

  1. Simplify \[ (1-x)(1+x)(1+x^2)(1+x^4) \cdots (1+x^{2^n})\,, \] where \(n\) is a positive integer, and deduce that \[ \frac1{1-x} = (1+x)(1+x^2)(1+x^4) \cdots (1+x^{2^n}) + \frac {x^{2^{n+1}}}{1-x}\,. \] Deduce further that \[ \ln(1-x) = - \sum_{r=0}^\infty \ln \left (1+ x ^{2^r}\right) \,, \] and hence that \[ \frac1 {1-x} = \frac 1 {1+x} + \frac {2x}{1+x^2} + \frac {4x^3}{1+x^4} +\cdots\,. \]
  2. Show that \[ \frac{1+2x}{1+x+x^2} = \frac{1-2x}{1-x+x^2} + \frac{2x-4x^3}{1-x^2+x^4} + \frac {4x^3-8x^7}{1-x^4+x^8} + \cdots\,. \]


Solution:

  1. \begin{align*} (1-x)&(1+x)(1+x^2)(1+x^4) \cdots (1+x^{2^n}) \\ &= (1-x^2)(1+x^2)(1+x^4) \cdots (1+x^{2^n}) \\ &= (1-x^4)(1+x^4) \cdots (1+x^{2^n}) \\ &= 1-x^{2^{n+1}} \\ \end{align*} Therefore, \begin{align*} && \frac{1}{1-x} - \frac{x^{2^{n+1}}}{1-x} &= (1+x)(1+x^2)\cdots(1+x^{2^n}) \\ \Rightarrow && \frac{1}{1-x} &=(1+x)(1+x^2)\cdots(1+x^{2^n})+ \frac{x^{2^{n+1}}}{1-x} \\ \Rightarrow && -\ln (1-x) &= \sum_{r=0}^{\infty} \ln (1+x^{2^r}) \\ \Rightarrow && \ln(1-x) &= - \sum_{r=0}^{\infty} \ln (1+x^{2^r}) \\ \underbrace{\Rightarrow}_{\frac{\d}{\d x}} && \frac{1}{1-x} &= \sum_{r=0}^{\infty} \frac{2^r x^{2^r-1}}{1+x^{2^r}} \\ &&&= \frac{1}{1+x} + \frac{2x}{1+x^2} + \frac{4x^3}{1+x^4} + \cdots \end{align*}
  2. Consider \begin{align*}(1+x+x^2)&(1-x+x^2)(1-x^2+x^4)\cdots(1-x^{2^n}+x^{2^{n+1}}) \\ &= (1+x^2 + x^4)(1-x^2+x^4) \cdots (1-x^{2^n}+x^{2^{n+1}}) \\ &= (1-x^{2^{n+1}}+x^{2^{n+2}}) \\ \end{align*} Therefore, \begin{align*} && \frac{1}{1+x+x^2} &= (1-x+x^2)(1-x^2+x^4)\cdots(1-x^{2^n}+x^{2^{n+1}}) + \frac{x^{2^{n+1}}}{1+x+x^2} -\frac{x^{2^{n+2}}}{1+x+x^2} \\ \Rightarrow && -\ln(1+x+x^2) &= \sum_{r=0}^\infty \ln (1 - x^{2^r}+x^{2^{r+1}}) \\ \underbrace{\Rightarrow}_{\frac{\d}{\d x}} && -\frac{1+2x}{1+x+x^2} &= \sum_{r=0}^{\infty} \frac{ -2^r x^{2^r-1}+2^{r+1}x^{2^{r+1}-1}}{1 - x^{2^r}+x^{2^{r+1}}} \\ &&&= \frac{-1+2x}{1-x+x^2}+\frac{-2x+4x^3}{1-x^2+x^4} + \frac{-4x^3+8x^7}{1-x^4+x^8} + \cdots \end{align*} Which is the desired result when we multiply both sides by \(-1\)

2012 Paper 3 Q3
D: 1700.0 B: 1468.7

It is given that the two curves \[ y=4-x^2 \text{ and } m x = k-y^2\,, \] where \(m > 0\), touch exactly once.

  1. In each of the following four cases, sketch the two curves on a single diagram, noting the coordinates of any intersections with the axes:
    1. \(k < 0\, \);
    2. \(0 < k < 16\), \(k/m < 2\,\);
    3. \(k > 16\), \(k/m > 2\,\);
    4. \(k > 16\), \(k/m < 2\,\).
  2. Now set \(m=12\). Show that the \(x\)-coordinate of any point at which the two curves meet satisfies \[ x^4-8x^2 +12x +16-k=0\,. \] Let \(a\) be the value of \(x\) at the point where the curves touch. Show that \(a\) satisfies \[ a^3 -4a +3 =0 \] and hence find the three possible values of \(a\). Derive also the equation \[ k= -4a^2 +9a +16\,. \] Which of the four sketches in part (i) arise?


Solution:

    1. \(\,\)
      TikZ diagram
    2. \(\,\)
      TikZ diagram
    3. \(\,\)
      TikZ diagram
    4. \(\,\)
      TikZ diagram
  1. Suppose \(m = 12\) \begin{align*} && y &= 4-x^2 \\ && 12x &= k-y^2 \\ \Rightarrow && 12 x&=k-(4-x^2)^2 \\ &&&= k-16+8x^2-x^4 \\ \Rightarrow && 0 &= x^4- 8x^2+12x+16-k \end{align*} When the curves touch, we will have repeated root, ie \(a\) is a root of \(4x^3-16x+12 \Rightarrow a^3-4a+3 =0\). \begin{align*} &&0 &= a^3-4a+3 \\ &&&= (a-1)(a^2+a-3) \\ \Rightarrow &&a &= 1, \frac{-1 \pm \sqrt{13}}{2} \end{align*} \begin{align*} && 0 &= a^4-8a^2+12a+16-k \\ \Rightarrow && k &= a(a^3-8a+12)+16 \\ &&&= a(4a-3-8a+12)+16 \\ &&&= -4a^2+9a+16 \\ \\ \Rightarrow && a = 1& \quad k = 21 \\ && k &= -4(3-a)+9a+16 = 13a+4\\ && a = \frac{-1-\sqrt{13}}2& \quad k = \frac{-5 - 13\sqrt{13}}{2} < 0 \\ && a = \frac{-1+\sqrt{13}}2& \quad k = \frac{-5 + 13\sqrt{13}}{2} \\ \end{align*} So we have type (a), and (d).

2012 Paper 3 Q4
D: 1700.0 B: 1500.0

  1. Show that \[ \sum_{n=1} ^\infty \frac{n+1}{n!} = 2\e - 1 \] and \[ \sum _{n=1}^\infty \frac {(n+1)^2}{n!} = 5\e-1\,. \] Sum the series $\displaystyle \sum _{n=1}^\infty \frac {(2n-1)^3}{n!} \,.$
  2. Sum the series $\displaystyle \sum_{n=0}^\infty \frac{(n^2+1)2^{-n}}{(n+1)(n+2)}\,$, giving your answer in terms of natural logarithms.


Solution:

  1. \begin{align*} \sum_{n=1}^{\infty} \frac{n+1}{n!} &= \sum_{n=1}^\infty \left ( \frac{1}{(n-1)!} + \frac{1}{n!} \right) \\ &= \sum_{n=0}^\infty \frac{1}{n!} + \sum_{n=1}^\infty \frac{1}{n!} \\ &= \sum_{n=0}^\infty \frac{1}{n!} + \sum_{n=0}^\infty \frac{1}{n!} - 1 \\ &= e + e - 1 \\ &= 2e-1 \end{align*} \begin{align*} \sum_{n=1}^{\infty} \frac{(n+1)^2}{n!} &= \sum_{n=1}^{\infty} \frac{n(n-1) + 3n + 1}{n!} \\ &= \sum_{n=2}^{\infty} \frac{1}{(n-2)!} + 3 \sum_{n=1}^\infty \frac1{(n-1)!} + \sum_{n=1}^\infty \frac{1}{n!} \\ &= \sum_{n=0}^{\infty} \frac{1}{n!} + 3 \sum_{n=0}^\infty \frac1{n!} + \sum_{n=0}^\infty \frac{1}{n!} -1 \\ &= 5e-1 \end{align*} \begin{align*} \sum_{n=1}^\infty \frac{(2n-1)^3}{n!} &= \sum_{n=1}^\infty \frac{8n^3-12n^2+6n-1}{n!} \\ &= \sum_{n=1}^\infty \frac{8n(n-1)(n-2)+12n^2-10n-1}{n!} \\ &= \sum_{n=1}^\infty \frac{8n(n-1)(n-2)+12n(n-1)+2n-1}{n!} \\ &= 8 e+12e+2e-(e-1) \\ &=21e+1 \end{align*}
  2. \begin{align*} \frac{n^2+1}{(n+1)(n+2)} &= \frac{n^2+3n+2-3n-1}{(n+1)(n+2)}\\ &= 1 - \frac{3n+1}{(n+1)(n+2)} \\ &= 1 + \frac{2}{n+1} - \frac{5}{n+2} \\ -\log(1-x) &= \sum_{n=1}^\infty \frac1{n}x^{n} \\ \log(2) &= \sum_{n=1}^\infty \frac{2^{-n}}{n} \\ \sum_{n=0}^\infty \frac{(n^2+1)2^{-n}}{(n+1)(n+2)} &= \sum_{n=0}^{\infty} 2^{-n} + 2 \sum_{n=0}^\infty \frac{2^{-n}}{n+1}-5 \sum_{n=0}^\infty \frac{2^{-n}}{n+2} \\ &= 2 + 2\log2-5 \sum_{n=2}^\infty \frac{2^{-n+2}}{n} \\ &= 2 + 2 \log 2 - 5 \left (2\log 2 - 2 \right) \\ &= 12-8\log2 \end{align*}

2012 Paper 3 Q5
D: 1700.0 B: 1554.6

  1. The point with coordinates \((a, b)\), where \(a\) and \(b\) are rational numbers, is called: \newline \hspace*{1cm} an {\em integer rational point} if both \(a\) and \(b\) are integers; \newline\hspace*{1cm} a {\em non-integer rational point} if neither \(a\) nor \(b\) is an integer.
    • [\bf (a)] Write down an integer rational point and a non-integer rational point on the circle \(x^2+y^2 =1\).
    • [\bf (b)] Write down an integer rational point on the circle \(x^2+y^2=2\). Simplify \[ (\cos\theta + \sqrt m \sin\theta)^2 + (\sin\theta - \sqrt m \cos\theta)^2 \, \] and hence obtain a non-integer rational point on the circle \(x^2+y^2=2\,\).
  2. The point with coordinates \((p+\sqrt 2 \, q\,,\, r+\sqrt 2 \, s)\), where \(p\), \(q\), \(r\) and \(s\) are rational numbers, is called: \newline\hspace*{1cm} an {\em integer \(2\)-rational point} if all of \(p\), \(q\), \(r\) and \(s\) are integers; \newline\hspace*{1cm} a {\em non-integer \(2\)-rational point} if none of \(p\), \(q\), \(r\) and \(s\) is an integer.
    • [\bf (a)] Write down an integer \(2\)-rational point, and obtain a non-integer \(2\)-rational point, on the circle \(x^2+y^2=3\,\).
    • [\bf(b)] Obtain a non-integer \(2\)-rational point on the circle \(x^2+y^2=11\,\).
    • [\bf(c)]Obtain a non-integer \(2\)-rational point on the hyperbola \(x^2-y^2 =7 \).

2012 Paper 3 Q6
D: 1700.0 B: 1516.0

Let \(x+{\rm i} y\) be a root of the quadratic equation \(z^2 + pz +1=0\), where \(p\) is a real number. Show that \(x^2-y^2 +px+1=0\) and \((2x+p)y=0\). Show further that \[ \text{\ either \ } p=-2x \text{ \ \ or \ \ } p=-(x^2+1)/x \text{ \ with \ } x\ne0 \,. \] Hence show that the set of points in the Argand diagram that can (as \(p\) varies) represent roots of the quadratic equation consists of the real axis with one point missing and a circle. This set of points is called the {\em root locus} of the quadratic equation. Obtain and sketch in the Argand diagram the root locus of the equation \[ pz^2 +z+1=0\, \] and the root locus of the equation \[ pz^2 + p^2z +2=0\,. \]

2012 Paper 3 Q7
D: 1700.0 B: 1484.0

A pain-killing drug is injected into the bloodstream. It then diffuses into the brain, where it is absorbed. The quantities at time \(t\) of the drug in the blood and the brain respectively are \(y(t)\) and \(z(t)\). These satisfy \[ \dot y = - 2(y-z)\,, \ \ \ \ \ \ \ \dot z = - \dot y -3z\, , \] where the dot denotes differentiation with respect to \(t\). Obtain a second order differential equation for \(y\) and hence derive the solution \[ y= A\e^{-t} + B\e ^{-6t}\,, \ \ \ \ \ \ \ z= \tfrac12 A \e^{-t} - 2 B \e^{-6t}\,, \] where \(A\) and \(B\) are arbitrary constants. \begin{questionparts} \item Obtain the solution that satisfies \(z(0)=0\) and \(y(0)= 5\). The quantity of the drug in the brain for this solution is denoted by \(z_1(t)\). \item Obtain the solution that satisfies $ z(0)=z(1)= c$, where \(c\) is a given constant. %\[ %C=2(1-\e^{-1})^{-1} - 2(1-\e^{-6})^{-1}\,. %\] The quantity of the drug in the brain for this solution is denoted by \(z_2(t)\). \item Show that for \(0\le t \le 1\), \[ z_2(t) = \sum _{n=-\infty}^{0} z_1(t-n)\,, \] provided \(c\) takes a particular value that you should find. \end {questionparts}

2012 Paper 3 Q8
D: 1700.0 B: 1500.0

The sequence \(F_0\), \(F_1\), \(F_2\), \(\ldots\,\) is defined by \(F_0=0\), \(F_1=1\) and, for \(n\ge0\), \[ F_{n+2} = F_{n+1} + F_n \,. \]

  1. Show that \(F_0F_3-F_1F_2 = F_2F_5- F_3F_4\,\).
  2. Find the values of \(F_nF_{n+3} - F_{n+1}F_{n+2}\) in the two cases that arise.
  3. Prove that, for \(r=1\), \(2\), \(3\), \(\ldots\,\), \[ \arctan \left( \frac 1{F_{2r}}\right) =\arctan \left( \frac 1{F_{2r+1}}\right)+ \arctan \left( \frac 1{F_{2r+2}}\right) \] and hence evaluate the following sum (which you may assume converges): \[ \sum_{r=1}^\infty \arctan \left( \frac 1{F_{2r+1}}\right) \,. \]

2012 Paper 3 Q9
D: 1700.0 B: 1500.0

A pulley consists of a disc of radius \(r\) with centre \(O\) and a light thin axle through \(O\) perpendicular to the plane of the disc. The disc is non-uniform, its mass is \(M\) and its centre of mass is at \(O\). The axle is fixed and horizontal. Two particles, of masses \(m_1\) and \(m_2\) where \(m_1>m_2\), are connected by a light inextensible string which passes over the pulley. The contact between the string and the pulley is rough enough to prevent the string sliding. The pulley turns and the vertical force on the axle is found, by measurement, to be~\(P+Mg\).

  1. The moment of inertia of the pulley about its axle is calculated assuming that the pulley rotates without friction about its axle. Show that the calculated value is \[ \frac{((m_1 + m_2)P - 4m_1m_2g)r^2} {(m_1 + m_2)g - P}\,. \tag{\(*\)}\]
  2. Instead, the moment of inertia of the pulley about its axle is calculated assuming that a couple of magnitude \(C\) due to friction acts on the axle of the pulley. Determine whether this calculated value is greater or smaller than \((*)\). Show that \(C<(m_1-m_2)rg\).

2012 Paper 3 Q10
D: 1700.0 B: 1500.0

A small ring of mass \(m\) is free to slide without friction on a hoop of radius \(a\). The hoop is fixed in a vertical plane. The ring is connected by a light elastic string of natural length \(a\) to the highest point of the hoop. The ring is initially at rest at the lowest point of the hoop and is then slightly displaced. In the subsequent motion the angle of the string to the downward vertical is \(\phi\). Given that the ring first comes to rest just as the string becomes slack, find an expression for the modulus of elasticity of the string in terms of \(m\) and \(g\). Show that, throughout the motion, the magnitude \(R\) of the reaction between the ring and the hoop is given by \[ R = ( 12\cos^2\phi -15\cos\phi +5) mg \] and that \(R\) is non-zero throughout the motion.