Problems

Filters
Clear Filters

43 problems found

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 Q6
D: 1516.0 B: 1500.0

Find constants \(a_{0}\), \(a_{1}\), \(a_{2}\), \(a_{3}\), \(a_{4}\), \(a_{5}\), \(a_{6}\) and \(b\) such that \[x^{4}(1-x)^{4}=(a_{6}x^{6}+a_{5}x^{5}+a_{4}x^{4}+a_{3}x^{3}+ a_{2}x^{2}+a_{1}x+a_{0})(x^{2}+1)+b.\] Hence, or otherwise, prove that \[\int_{0}^{1}\frac{x^{4}(1-x)^{4}}{1+x^{2}}{\rm d}x =\frac{22}{7}-\pi.\] Evaluate \(\displaystyle{\int_{0}^{1}x^{4}(1-x)^{4}{\rm d}x}\) and deduce that \[\frac{22}{7}>\pi>\frac{22}{7}-\frac{1}{630}.\]


Solution: Plugging in \(x = i\) we obtain \((1-i)^4 = (-2i)^2 = -4 \Rightarrow b = -4\). \begin{align*} x^4(1-x)^4 &= x^4(1-4x+6x^2-4x^3+x^4) \\ &= x^8-4x^7+6x^6-4x^5+x^4 \\ &= x^6(x^2+1) - x^6 -4x^7+6x^6-4x^5+x^4 \\ &= x^6(x^2+1) -4x^5(x^2+1)+4x^5 +5x^6-4x^5+x^4 \\ &= (x^6-4x^5)(x^2+1) +5x^4(x^2+1)-5x^4+x^4 \\ &= (x^6-4x^5+5x^4)(x^2+1) -4x^2(x^2+1)+4x^2 \\ &= (x^6-4x^5+5x^4-4x^2)(x^2+1) +4(x^2+1)-4 \\ &= (x^6-4x^5+5x^4-4x^2+4)(x^2+1) -4 \\ \end{align*} So \begin{align*} \int_0^1 \frac{x^4(1-x)^4}{1+x^2} \d x &= \int_0^1 (x^6-4x^5+5x^4-4x^2+4) - \frac{4}{1+x^2} \d x \\ &= \frac17 - \frac46+1-\frac43+4 - \pi \\ &= \frac{22}7 - \pi \end{align*} \begin{align*} \int_0^1 x^4(1-x)^4 \d x &= B(5,5) \\ &= \frac{4!4!}{9!} \\ &= \frac1{630} \end{align*} Therefore since \(0 < \frac{x^4(1-x)^4}{1+x^2} < x^4(1-x)^4\) we must have that \begin{align*} && 0 &< \frac{22}7 - \pi \\ \Rightarrow && \pi & < \frac{22}{7} \\ && \frac{22}{7} - \pi &< \frac1{630} \\ \Rightarrow && \frac{22}{7} - \frac1{630} &< \pi \end{align*} which is what we wanted.

1997 Paper 2 Q3
D: 1600.0 B: 1500.0

Find constants \(a,\,b,\,c\) and \(d\) such that $$\frac{ax+b}{ x^2+2x+2}+\frac{cx+d}{ x^2-2x+2}= \frac{1}{ x^4+4}.$$ Show that $$\int_0^1\frac {\d x}{ x^4+4}\;= \frac{1}{16} \ln 5 +\frac{1}{8} \tan^{-1}2 .$$


Solution: First notice that \((x^2+2+2x)(x^2+2-2x) = (x^2+2)^2-4x^2 = x^2+4\) and so \begin{align*} && \frac{1}{x^4+4} &= \frac{ax+b}{ x^2+2x+2}+\frac{cx+d}{ x^2-2x+2} \\ \Rightarrow && 1 &= (ax+b)(x^2-2x+2) + (cx+d)(x^2+2x+2) \\ &&&= (a+c)x^3+(b-2a+d+2c)x^2+(2a-2b+2c+2d)x+2b+2d \\ \Rightarrow && 0 &= a+c \\ && 2a &= b+d+2c \\ && b &= a+c+d \\ && \frac12 &= b+d \\ \Rightarrow && c &= -a \\ && 2a &= \frac12+2(-a) \\ \Rightarrow && a &= \frac18, c = -\frac18 \\ && b &= d \\ \Rightarrow && b &= \frac14, d = \frac14 \end{align*} Therefore \begin{align*} \int_0^1\frac {\d x}{ x^4+4} &= \int_0^1 \frac18\left ( \frac{x+2}{x^2+2x+2} -\frac{x-2}{x^2-2x+2}\right) \d x \\ &= \frac1{16}\int_0^1 \left ( \frac{2x+2+2}{x^2+2x+2} -\frac{2x-2-2}{x^2-2x+2}\right) \d x \\ &= \frac1{16} \left [ \ln(x^2+2x+2) -\ln(x^2-2x+2)\right]_0^1 + \frac1{16} \int_0^1 \left ( \frac{2}{(x+1)^2+1} + \frac{2}{(x-1)^2+1} \right) \d x \\ &= \frac1{16} \left (\ln 5 - \ln 1 -(\ln 2-\ln 2) \right) + \frac18 \left [ \tan^{-1} (x+1)+\tan^{-1}(x-1) \right]_0^1 \\ &= \frac1{16} \ln 5 + \frac18 \left (\tan^{-1} 2+\tan^{-1} 0 - \tan^{-1}1-\tan^{-1} (-1) \right) \\ &= \frac1{16} \ln 5+ \frac18 \tan^{-1} 2 \end{align*}

1996 Paper 3 Q8
D: 1700.0 B: 1516.0

A transformation \(T\) of the real numbers is defined by \[ y=T(x)=\frac{ax-b}{cx-d}\,, \] where \(a,b,c\), \(d\) are real numbers such that \(ad\neq bc\). Find all numbers \(x\) such that \(T(x)=x.\) Show that the inverse operation, \(x=T^{-1}(y)\) expressing \(x\) in terms of \(y\) is of the same form as \(T\) and find corresponding numbers \(a',b',c'\),\(d'\). Let \(S_{r}\) denote the set of all real numbers excluding \(r\). Show that, if \(c\neq0,\) there is a value of \(r\) such that \(T\) is defined for all \(x\in S_{r}\) and find the image \(T(S_{r}).\) What is the corresponding result if \(c=0\)? If \(T_{1},\) given by numbers \(a_{1},b_{1},c_{1},d_{1},\) and \(T_{2},\) given by numbers \(a_{2},b_{2},c_{2},d_{2}\) are two such transformations, show that their composition \(T_{3},\) defined by \(T_{3}(x)=T_{2}(T_{1}(x)),\) is of the same form. Find necessary and sufficient conditions on the numbers \(a,b,c,d\) for \(T^{2}\), the composition of \(T\) with itself, to be the identity. Hence, or otherwise, find transformations \(T_{1},T_{2}\) and their composition \(T_{3}\) such that \(T_{1}^{2}\) and \(T_{2}^{2}\) are each the identity but \(T_{3}^{2}\) is not.

1993 Paper 1 Q6
D: 1500.0 B: 1500.0

Let \(N=10^{100}.\) The graph of \[ \mathrm{f}(x)=\frac{x^{N}}{1+x^{N}}+2 \] for \(-3\leqslant x\leqslant3\) is sketched in the following diagram. \noindent

\psset{xunit=1.0cm,yunit=1.0cm,algebraic=true,dotstyle=o,dotsize=3pt 0,linewidth=0.5pt,arrowsize=3pt 2,arrowinset=0.25} \begin{pspicture*}(-4.15,-1.01)(4.08,4.09) \psaxes[labelFontSize=\scriptstyle,xAxis=true,yAxis=true,labels=none,Dx=1,Dy=1,ticksize=0pt 0,subticks=2]{->}(0,0)(-4.15,-1.01)(4.08,4.09)[\(x\),140] [\(y\),-40] \psline(-4,3)(-1,3) \psline(-1,3)(-1,2) \psline(-1,2)(1,2) \psline(1,2)(1,3) \psline(1,3)(4,3) \rput[tl](-1.39,-0.2){\(-1\)} \rput[tl](1,-0.2){\(1\)} \rput[tl](0.19,1.9){\(2\)} \rput[tl](0.19,3.18){\(3\)} \end{pspicture*} \par
Explain the main features of the sketch. Sketch the graphs for \(-3\leqslant x\leqslant3\) of the two functions \[ \mathrm{g}(x)=\frac{x^{N+1}}{1+x^{N}} \] and \[ \mathrm{h}(x)=10^{N}\sin(10^{-N}x). \] In each case explain briefly the main features of your sketch.

1992 Paper 2 Q1
D: 1600.0 B: 1500.0

Find the limit, as \(n\rightarrow\infty,\) of each of the following. You should explain your reasoning briefly. \begin{alignat*}{4} \mathbf{(i)\ \ } & \dfrac{n}{n+1}, & \qquad & \mathbf{(ii)\ \ } & \dfrac{5n+1}{n^{2}-3n+4}, & \qquad & \mathbf{(iii)\ \ } & \dfrac{\sin n}{n},\\ \\ \mathbf{(iv)\ \ } & \dfrac{\sin(1/n)}{(1/n)}, & & \mathbf{(v)}\ \ & (\arctan n)^{-1}, & & \mathbf{(vi)\ \ } & \dfrac{\sqrt{n+1}-\sqrt{n}}{\sqrt{n+2}-\sqrt{n}}. \end{alignat*}


Solution:

  1. \begin{align*} \lim_{n \to \infty} \frac{n}{n+1} &= \lim_{n \to \infty} \left (1 - \frac{1}{n+1} \right ) \\ &\underbrace{=}_{\text{sum of limits}} \lim_{n \to \infty} 1 - \lim_{n \to \infty} \frac{1}{n+1}\\ &= 1 \end{align*}
  2. \begin{align*} \lim_{n \to \infty} \frac{5n+1}{n^2-3n+4} &= \lim_{n \to \infty} \frac{5/n + 1/n^2}{1-3/n+ 4/n^2} \\ &\underbrace{=}_{\text{ratio of limits}} \frac{\displaystyle \lim_{n \to \infty}(5/n + 1/n^2)}{\displaystyle \lim_{n \to \infty}(1-3/n+ 4/n^2)} \\ &= \frac{0}{1} = 0 \end{align*}
  3. \begin{align*} && \lvert \frac{\sin n}{n} \rvert &\leq \frac{1}{n} \quad \quad (n \geq 1) \\ \Rightarrow && \lim_{n \to \infty} \lvert \frac{\sin n}{n} \rvert &\leq \lim_{n \to \infty}\frac{1}{n} \\ &&&= 0\\ \Rightarrow && \lim_{n \to \infty} \frac{\sin n}{n} &= 0 \end{align*}
  4. First note that \(\displaystyle \lim_{x \to 0} \frac{\sin x}{x} \to 1\), then \(\frac1n\) is a sequence converging to zero, therefore \(\frac{\sin 1/n}{1/n}\) also must tend to \(1\).
  5. Note that \(\lim_{x \to \infty} \tan^{-1} x = \frac{\pi}{2}\) and since \(n\) is a sequence tending to infinity we must have \(\lim_{n \to \infty} \tan^{-1} n = \frac{\pi}{2}\)
  6. \begin{align*} \lim_{n \to \infty} \dfrac{\sqrt{n+1}-\sqrt{n}}{\sqrt{n+2}-\sqrt{n}} &= \lim_{n \to \infty} \dfrac{\frac{1}{\sqrt{n+1}+\sqrt{n}}}{\frac{2}{\sqrt{n+2}+\sqrt{n}}} \\ &= \frac12 \lim_{n \to \infty} \dfrac{\sqrt{n+2}+\sqrt{n}}{\sqrt{n+1}+\sqrt{n}}\\ &= \frac12 \lim_{n \to \infty} \dfrac{\sqrt{1+2/n}+\sqrt{1}}{\sqrt{1+1/n}+\sqrt{1}}\\ &= \frac12 \end{align*}

1992 Paper 3 Q4
D: 1700.0 B: 1500.0

A set of curves \(S_{1}\) is defined by the equation \[ y=\frac{x}{x-a}, \] where \(a\) is a constant which is different for different members of \(S_{1}.\) Sketch on the same axes the curves for which \(a=-2,-1,1\) and \(2\). A second of curves \(S_{2}\) is such that at each intersection between a member of \(S_{2}\) and a member of \(S_{1}\) the tangents of the intersecting curves are perpendicular. On the same axes as the already sketched members of \(S_{1},\) sketch the member of \(S_{2}\) that passes through the point \((1,-1)\). Obtain the first order differential equation for \(y\) satisfied at all points on all members of \(S_{1}\) (i.e. an equation connecting \(x,y\) and \(\mathrm{d}y/\mathrm{d}x\) which does not involve \(a\)). State the relationship between the values of \(\mathrm{d}y/\mathrm{d}x\) on two intersecting curves, one from \(S_{1}\) and one from \(S_{2},\) at their intersection. Hence show that the differential equation for the curves of \(S_{2}\) is \[ x=y(y-1)\dfrac{\mathrm{d}y}{\mathrm{d}x}. \] Find an equation for the member of \(S_{2}\) that you have sketched.

1991 Paper 1 Q6
D: 1500.0 B: 1484.8

Criticise each step of the following arguments. You should correct the arguments where necessary and possible, and say (with justification) whether you think the conclusion are true even though the argument is incorrect.

  1. The function \(g\) defined by \[ \mathrm{g}(x)=\frac{2x^{3}+3}{x^{4}+4} \] satisfies \(\mathrm{g}'(x)=0\) only for \(x=0\) or \(x=\pm1.\) Hence the stationary values are given by \(x=0\), \(\mathrm{g}(x)=\frac{3}{4}\) and \(x=\pm1,\) \(\mathrm{g}(x)=1.\) Since \(\frac{3}{4}<1,\) there is a minimum at \(x=0\) and maxima at \(x=\pm1.\) Thus we must have \(\frac{3}{4}\leqslant\mathrm{g}(x)\leqslant1\) for all \(x\).
  2. \({\displaystyle \int(1-x)^{-3}\,\mathrm{d}x=-3(1-x)^{-4}}\quad\) and so \(\quad{\displaystyle \int_{-1}^{3}(1-x)^{-3}\,\mathrm{d}x=0.}\)


Solution:

  1. \begin{align*} && g(x) &= \frac{2x^3+3}{x^4+4} \\ \Rightarrow && g'(x) &= \frac{6x^2(x^4+4) - (2x^3+3)(4x^3)}{(x^4+4)^2} \\ &&&= \frac{-2x^6-12x^3+24x^2}{(x^4+4)} \\ &&&= \frac{-2x^2(x^4+6x-12)}{(x^4+4)} \end{align*} So \(g'(x)\) is not \(0\) for \(x = \pm 1\). We can also note that \(g(-1) = \frac1{5} \neq 1\) Even if the other turning point was \(1\), we would also need to check the behaviour as \(x \to \pm \infty\). We can also note that \(g(-1) = \frac{1}{5} < \frac34\) so the conclusion is also not true.
  2. There are several errors. \[ \int (1-x)^{-3} \d x = \underbrace{\frac{1}{4}}_{\text{correct constant}}(1-x)^{-4} + \underbrace{C}_{\text{constant of integration}} \] We cannot integrate through the asymptote at \(1\). There is a sense in which we could argue \(\displaystyle \int_{-1}^3 (1-x)^{-3} \d x = 0\), specifically using Cauchy principal value \begin{align*} \mathrm {p.v.} \int_{-1}^3 (1-x)^{-3} &=\lim_{\epsilon \to 0} \left [ \int_{-1}^{1-\epsilon} (1-x)^{-3} \d x+ \int_{1+\epsilon}^{3} (1-x)^{-3} \d x\right] \\ &=\lim_{\epsilon \to 0} \left [ \left[ \frac14 (1-x)^{-4}\right]_{-1}^{1-\epsilon}+ \left[ \frac14 (1-x)^{-4}\right]_{1+\epsilon}^3\right] \\ &=\lim_{\epsilon \to 0} \left [ \frac14 \epsilon^{-4}-\frac14 \frac1{2^4} + \frac14 \frac1{2^4} - \frac14 \epsilon^{-4} \right] \\ &= \lim_{\epsilon \to 0} 0 \\ &= 0 \end{align*} However, in many normal ways of treating this integral it would be undefined.

1989 Paper 2 Q4
D: 1600.0 B: 1500.0

The function \(\mathrm{f}\) is defined by \[ \mathrm{f}(x)=\frac{\left(x-a\right)\left(x-b\right)}{\left(x-c\right)\left(x-d\right)}\qquad\left(x\neq c,\ x\neq d\right), \] where \(a,b,c\) and \(d\) are real and distinct, and \(a+b\neq c+d\). Show that \[ \frac{x\mathrm{f}'(x)}{\mathrm{f}(x)}=\left(1-\frac{a}{x}\right)^{-1}+\left(1-\frac{b}{x}\right)^{-1}-\left(1-\frac{c}{x}\right)^{-1}-\left(1-\frac{d}{x}\right)^{-1}, \] \((x\neq0,x\neq a,x\neq b)\) and deduce that when \(\left|x\right|\) is much larger than each of \(\left|a\right|,\left|b\right|,\left|c\right|\) and \(\left|d\right|,\) the gradient of \(\mathrm{f}(x)\) has the same sign as \((a+b-c-d).\) It is given that there is a real value of real value of \(x\) for which \(\mathrm{f}(x)\) takes the real value \(z\) if and only if \[ [\left(c-d\right)^{2}z+\left(a-c\right)\left(b-d\right)+\left(a-d\right)\left(b-c\right)]^{2}\geqslant4\left(a-c\right)\left(b-d\right)\left(a-d\right)\left(b-c\right). \] Describe briefly a method by which this result could be proved, but do not attempt to prove it. Given that \(a < b\) and \(a < c < d\), make sketches of the graph of \(\mathrm{f}\) in the four distinct cases which arise, indicating the cases for which the range of \(\mathrm{f}\) is not the whole of \(\mathbb{R}.\)


Solution: Notice that \(\ln f(x) = \ln (x - a) + \ln (x-b) - \ln (x-c) - \ln (x-d)\) therefore: \begin{align*} \frac{\d}{\d x}: && \frac{f'(x)}{f(x)} &= (x-a)^{-1}+(x-b)^{-1}-(x-c)^{-1} - (x-d)^{-1} \\ &&&= \frac{1}{x} \left ( (1-\frac{a}{x})^{-1}+(1-\frac{b}{x})^{-1}-(1-\frac{c}{x})^{-1} - (1-\frac{d}{x})^{-1}\right) \end{align*} Multiplying by \(x\) gives the desired result. When \(|x|\) is very large then: \begin{align*} \frac{x f'(x)}{f(x)} &\approx 1 + \frac{a}{x} + o(\frac{1}{x^2})+ 1 + \frac{b}{x} + o(\frac{1}{x^2})-(1 + \frac{c}{x} + o(\frac{1}{x^2}))-(1 + \frac{d}{x} + o(\frac{1}{x^2})) \\ &= \frac{a+b-c-d}{x} + o(x^{-2}) \end{align*} Dividing by \(x\) we obtain \(\frac{f'(x)}{f(x)} \approx \frac{a+b-c-d}{x^2} + o(x^{-3})\) if \(|x|\) is sufficiently large this will be dominated by the \(\frac{a+b-c-d}{x^2}\) term which will have the same sign as \((a+b-c-d)\). When \(|x|\) is very large all of the brackets will have the same sign, and therefore \(f(x)\) will be positive, and so \(f'(x)\) must have the same sign as \(a+b-c-d\). To prove this result, we could set \(f(x) = k\) and rearrange to form a quadratic in \(x\). We could then check the discriminant is non-zero. Case 1: \(a < c < d < b\) and \(a+b > c+d \Rightarrow\) not all values reached and approx asymtope from below on the right and above on the left.

TikZ diagram
Case 2: \(a < c < d < b\) and \(a + b < c + d \Rightarrow\) not all values hit, but approach from above on the right and below on the left
TikZ diagram
Case 2: \(a < c < b < d \Rightarrow\) all values hit
TikZ diagram
Case 3: \(a < b < c < d \Rightarrow \) not all values hit
TikZ diagram

1989 Paper 3 Q4
D: 1700.0 B: 1500.0

Sketch the curve whose cartesian equation is \[ y=\frac{2x(x^{2}-5)}{x^{2}-4}, \] and give the equations of the asymptotes and of the tangent to the curve at the origin. Hence, or otherwise, determine (giving reasons) the number of real roots of the following equations:

  1. \(4x^{2}(x^{2}-5)=(5x-2)(x^{2}-4)\);
  2. \(4x^{2}(x^{2}-5)^{2}=(x^{2}-4)^{2}(x^{2}+1)\);
  3. \(4z^{2}(z-5)^{2}=(z-4)^{2}(z+1)\).


Solution:

TikZ diagram
The gradient at the origin is \(\frac{5}{2}\) which we can observe by looking at the taylor series
  1. \begin{align*} && 4x^{2}(x^{2}-5)&=(5x-2)(x^{2}-4) \\ && \frac{2x(x^2-5)}{x^2-4} &= \frac{5x-2}{2x} = \frac52 -\frac1x \end{align*} Therefore it will have two roots as the hyperbola will intersect our graph in two places. (In the upper left and lower right quadrants).
  2. \begin{align*} && 4x^{2}(x^{2}-5)^{2}&=(x^{2}-4)^{2}(x^{2}+1) \\ && \frac{2x(x^2-5)}{x^2-4} &= \frac{(x^2-4)(x^2+1)}{2x} \end{align*}
    TikZ diagram
    No solutions \begin{align*} && 4z^{2}(z-5)^{2}&=(z-4)^{2}(z+1) \\ && \frac{2z(z^2-5)}{z^2-4} &= \frac{(z+5)(z-4)(z+1)}{(z-5)(z+4)} \end{align*}
    TikZ diagram
    5 solutions

1988 Paper 2 Q1
D: 1600.0 B: 1485.1

The function \(\mathrm{f}\) is defined, for \(x\neq1\) and \(x\neq2\) by \[ \mathrm{f}(x)=\frac{1}{\left(x-1\right)\left(x-2\right)} \] Show that for \(\left|x\right|<1\) \[ \mathrm{f}(x)=\sum_{n=0}^{\infty}x^{n}-\frac{1}{2}\sum_{n=0}^{\infty}\left(\frac{x}{2}\right)^{n} \] and that for \(1<\left|x\right|<2\) \[ \mathrm{f}(x)=-\sum_{n=1}^{\infty}x^{-n}-\frac{1}{2}\sum_{n=0}^{\infty}\left(\frac{x}{2}\right)^{n} \] Find an expression for \(\mbox{f}(x)\) which is valid for \(\left|x\right|>2\).


Solution: \begin{align*} && \f(x) &= \frac1{(x-1)(x-2)} \\ &&&=\frac{1}{x-2} -\frac{1}{x-1} \\ \end{align*} Therefore, for \(|x| < 1\) \begin{align*} && \f(x) &=\frac{1}{x-2} -\frac{1}{x-1} \\ &&&= -\frac12 \frac{1}{1-\frac{x}{2}} + \frac{1}{1-x} \\ &&&= \sum_{n=0}^{\infty} x^n - \frac12 \sum_{n=0}^\infty \l \frac{x}2 \r^2 \end{align*} where both geometric series converge since \(|x| < 1\) and \(|\frac{x}{2}| < 1\) When \(1 < |x|< 2 \Rightarrow |\frac{1}{x}| < 1\), we must have: \begin{align*} && \f(x) &=\frac{1}{x-2} -\frac{1}{x-1} \\ &&&= -\frac12 \frac{1}{1-\frac{x}{2}} + \frac1{x}\frac{1}{1-\frac{1}{x}} \\ &&&= - \frac12 \sum_{n=0}^\infty \l \frac{x}2 \r^2 - \frac{1}{x} \sum_{n=0}^{\infty} x^{-n} \\ &&&= - \frac12 \sum_{n=0}^\infty \l \frac{x}2 \r^2 - \sum_{n=1}^{\infty} x^{-n} \\ \end{align*} Finally, when \(|x| > 2\), ie \(|\frac{2}{x}| < 1\) we have \begin{align*} && \f(x) &=\frac{1}{x-2} -\frac{1}{x-1} \\ &&& =\frac1{x} \frac{1}{1-\frac{2}{x}} - \frac{1}{x}\frac{1}{1-\frac{1}{x}} \\ &&&= \frac1{x} \sum_{n=0}^{\infty} \l \frac{2}{x} \r^n - \sum_{n=1}^{\infty}x^{-n} \\ &&&= \sum_{n=1}^{\infty} 2^{n-1} x^{-n} - \sum_{n=1}^{\infty}x^{-n} \\ \end{align*}

1988 Paper 2 Q7
D: 1600.0 B: 1500.0

The integral \(I\) is defined by \[ I=\int_{1}^{2}\frac{(2-2x+x^{2})^{k}}{x^{k+1}}\,\mathrm{d}x \] where \(k\) is a constant. Show that \[ I=\int_{0}^{1}\frac{(1+x^{2})^{k}}{(1+x)^{k+1}}\,\mathrm{d}x=\int_{0}^{\frac{1}{4}\pi}\frac{\mathrm{d}\theta}{\left[\sqrt{2}\cos\theta\cos\left(\frac{1}{4}\pi-\theta\right)\right]^{k+1}}=2\int_{0}^{\frac{1}{8}\pi}\frac{\mathrm{d}\theta}{\left[\sqrt{2}\cos\theta\cos\left(\frac{1}{4}\pi-\theta\right)\right]^{k+1}}. \] Hence show that \[ I=2\int_{0}^{\sqrt{2}-1}\frac{(1+x^{2})^{k}}{(1+x)^{k+1}}\,\mathrm{d}x \] Deduce that \[ \int_{1}^{\sqrt{2}}\left(\frac{2-2x^{2}+x^{4}}{x^{2}}\right)^{k}\frac{1}{x}\,\mathrm{d}x=\int_{1}^{\sqrt{2}}\left(\frac{2-2x+x^{2}}{x}\right)^{k}\frac{1}{x}\,\mathrm{d}x \]


Solution: \begin{align*} I &=\int_{1}^{2}\frac{(2-2x+x^{2})^{k}}{x^{k+1}}\,\mathrm{d}x \\ u = x-1 &, \quad \d u = \d x \\ &= \int_{u = 0}^{u=1} \frac{(u^2+1)^k}{(u+1)^{k+1}} \d u \\ &= \boxed{\int_0^1 \frac{(1+x^2)^k}{(1+x)^{k+1}} \d x} \\ x = \tan \theta &, \quad \d x = \sec^2 \theta \d \theta \\ &= \int_{\theta = 0}^{\theta = \pi/4} \frac{\sec^{2k+2} \theta }{(1 + \tan \theta)^{k+1}} \d \theta \\ &= \int_0^{\pi/4} \frac{\d \theta}{\cos^{2k+2} \theta (\frac{\sin \theta + \cos \theta}{\cos \theta})^{k+1}} \\ &= \int_0^{\pi/4} \frac{\d \theta}{\cos^{k+1} \theta ({\sin \theta + \cos \theta})^{k+1}} \\ &= \int_0^{\pi/4} \frac{\d \theta}{\cos^{k+1} \theta (\sqrt{2} \cos (\frac{\pi}{4} - \theta))^{k+1}} \\ I &= \boxed{ \int_0^{\pi/4} \frac{\d \theta}{(\sqrt{2}\cos \theta \cos (\frac{\pi}{4} - \theta))^{k+1}}} \\ \end{align*} Since \(f(\theta) = \cos \theta \cos (\frac{\pi}{4} - \theta)\) is symmetric about \(\frac{\pi}{8}\) this integral is twice the integral to \(\frac{\pi}{8}\). \(\tan 2 \theta = \frac{2\tan \theta}{1 - \tan^2 \theta} \Rightarrow 1 = \frac{2 \tan \frac{\pi}{8}}{1 - \tan^2 \frac{\pi}{8}} \Rightarrow \tan \frac{\pi}{8} = \sqrt{2}-1\). Therefore, using the same substitution we must have: \[ I=2\int_{0}^{\sqrt{2}-1}\frac{(1+x^{2})^{k}}{(1+x)^{k+1}}\,\mathrm{d}x \] Let \(u = x^2\), then \(\d u = 2 x\d x\) \begin{align*} \int_{1}^{\sqrt{2}}\left(\frac{2-2x^{2}+x^{4}}{x^{2}}\right)^{k}\frac{1}{x}\,\mathrm{d}x &= \int_{u = 1}^{u = 2} \l \frac{2-2u+u^2}{u}\r^k \frac{1}{2u} \d u \\ &= \frac12 I \\ &= \int_{0}^{\sqrt{2}-1}\frac{(1+x^{2})^{k}}{(1+x)^{k+1}}\,\mathrm{d}x \\ u = 1+x & \quad \d u = \d x \\ &= \int_1^{\sqrt{2}} \frac{(1+(u-1)^2)^k}{u^{k+1}} \d u \\ &= \int_{1}^{\sqrt{2}}\left(\frac{2-2u+u^{2}}{u}\right)^{k}\frac{1}{u}\,\mathrm{d}x \\ &= \int_{1}^{\sqrt{2}}\left(\frac{2-2x+x^{2}}{x}\right)^{k}\frac{1}{x}\,\mathrm{d}x \end{align*}

1987 Paper 1 Q8
D: 1500.0 B: 1500.0

Explain why the use of the substitution \(x=\dfrac{1}{t}\) does not demonstrate that the integrals \[ \int_{-1}^{1}\frac{1}{(1+x^{2})^{2}}\,\mathrm{d}x\quad\mbox{ and }\quad\int_{-1}^{1}\frac{-t^{2}}{(1+t^{2})^{2}}\,\mathrm{d}t \] are equal. Evaluate both integrals correctly.


Solution: When we apply the substitution \(x = \frac1{t}\), \(t\) runs from \(-1 \to -\infty\) as \(x\) goes from \(-1 \to 0\). Then it runs from \(\infty \to 1\) as \(x\) runs from \(0 \to 1\). So we would be able to show that: \[ \int_{-1}^{1}\frac{1}{(1+x^{2})^{2}}\,\mathrm{d}x = \int_{-1}^{-\infty}\frac{-t^{2}}{(1+t^{2})^{2}}\,\mathrm{d}t + \int_{\infty}^1 \frac{-t^{2}}{(1+t^{2})^{2}}\,\mathrm{d}t \] Let \(x = \tan u, \d x = \sec^2 u \d u\) \begin{align*} \int_{-1}^1 \frac1{(1+x^2)^2} \d x &= \int_{u = -\pi/4}^{u = \pi/4} \frac{\sec^2 u}{(1+\tan^2 u)^2} \d u \\ &= \int_{u = -\pi/4}^{u = \pi/4} \frac{1}{\sec^2 u} \d u \\ &= \int_{-\pi/4}^{\pi/4} \cos^2 u \d u \\ &= \int_{-\pi/4}^{\pi/4} \frac{1 + \cos 2 u}{2} \d u \\ &= \left [ \frac{2u + \sin 2u}{4} \right]_{-\pi/4}^{\pi/4} \\ &= \frac{\pi}{4} + \frac{1}{2} \end{align*} Let \(t = \tan u, \d t = \sec^2 u \d u\) \begin{align*} \int_{-1}^1 \frac{-t^2}{(1+t^2)^2} \d x &= \int_{u = -\pi/4}^{u = \pi/4} \frac{-\tan^2 u \sec^2 u}{(1+\tan^2 u)^2} \d u \\ &= -\int_{u = -\pi/4}^{u = \pi/4} \frac{\tan^2 u}{\sec^2 u} \d u \\ &= -\int_{-\pi/4}^{\pi/4} \sin^2 u \d u \\ &= -\int_{-\pi/4}^{\pi/4} \frac{1 - \cos 2 u}{2} \d u \\ &= -\left [ \frac{2u - \sin 2u}{4} \right]_{-\pi/4}^{\pi/4} \\ &= \frac{1}{2}-\frac{\pi}{4} \end{align*}