Problems

Filters
Clear Filters

11 problems found

2017 Paper 2 Q6
D: 1600.0 B: 1484.8

Let \[ S_n = \sum_{r=1}^n \frac 1 {\sqrt r \ } \,, \] where \(n\) is a positive integer.

  1. Prove by induction that \[ S_n \le 2\sqrt n -1\, . \]
  2. Show that \((4k+1)\sqrt{k+1} > (4k+3)\sqrt k\,\) for \(k\ge0\,\). Determine the smallest number \(C\) such that \[ S_n \ge 2\sqrt n + \frac 1 {2\sqrt n} -C \,.\]


Solution:

  1. Claim: \(S_n \leq 2\sqrt{n} -1\). Proof: (By induction) (Base case: \(n = 1\)). \(\frac{1}{\sqrt{1}} \leq 1 = 2 \cdot \sqrt1 - 1\). Therefore the base case is true. (Inductive step): Suppose our result is true for \(n = k\). Then consider \(n = k+1\). \begin{align*} && \sum_{r=1}^{k+1} \frac{1}{\sqrt{r}} &=\sum_{r=1}^{k} \frac{1}{\sqrt{r}} + \frac{1}{\sqrt{k+1}} \\ &&&\leq 2\sqrt{k} - 1 + \frac{1}{\sqrt{k+1}} \\ &&&= \frac{2 \sqrt{k}\sqrt{k+1}+1}{\sqrt{k+1}} - 1 \\ &&&\underbrace{\leq}_{AM-GM} \frac{(k+k+1)+1}{\sqrt{k+1}} - 1 \\ &&&=\frac{2(k+1)}{\sqrt{k+1}} - 1 \\ &&&= 2\sqrt{k+1}-1 \end{align*} Therefore, since if our statement is true for \(n = k\), it is also true for \(n = k+1\). By the principle of mathematical induction we can say that it is true for all \(n \geq 1, n \in \mathbb{Z}\)
  2. Claim: \((4k+1)\sqrt{k+1} > (4k+3)\sqrt k\,\) for \(k\ge0\,\) Proof: \begin{align*} && (4k+1)\sqrt{k+1} &> (4k+3)\sqrt k \\ \Leftrightarrow && (4k+1)^2(k+1) &> (4k+3)^2k \\ \Leftrightarrow && (16k^2+8k+1)(k+1) &> (16k^2 + 24k+9)k \\ \Leftrightarrow && 16 k^3 + 24 k^2 + 9 k +1&> 16k^3 + 24k^2+9k \end{align*} But this last inequality is clearly true, hence our original inequality is true. Suppose \(S_n \geq 2\sqrt{n} + \frac{1}{2 \sqrt{n}} - C\), then adding \(\frac{1}{\sqrt{n+1}}\) to both sides we have: \begin{align*} S_{n+1} &\geq 2\sqrt{n} + \frac{1}{2 \sqrt{n}} - C + \frac{1}{\sqrt{n+1}} \\ &= 2\sqrt{n+1} + \frac{1}{2\sqrt{n+1}} - C + \frac{1}{2\sqrt{n+1}} +\frac{1}{2 \sqrt{n}} +2(\sqrt{n} - \sqrt{n+1})\\ &= 2\sqrt{n+1} + \frac{1}{2\sqrt{n+1}} - C + \frac{1}{2\sqrt{n+1}} +\frac{1}{2 \sqrt{n}} -\frac{2}{\sqrt{n+1} + \sqrt{n}}\\ \end{align*} Therefore as long as the inequality is satisfied for \(n=1\), ie \(1 \geq 2\sqrt{1} + \frac{1}{2 \sqrt{1}} - C = \frac52 - C \Rightarrow C \geq \frac32\)

2015 Paper 1 Q5
D: 1516.0 B: 1500.0

  1. The function \(\f\) is defined, for \(x>0\), by \[ \f(x) =\int_{1}^3 (t-1)^{x-1} \, \d t \,. \] By evaluating the integral, sketch the curve \(y=\f(x)\).
  2. The function \(\g\) is defined, for \(-\infty < x < \infty\), by \[ \g(x)= \int_{-1}^1 \frac 1 {\sqrt{1-2xt +x^2} \ }\, \d t \,.\] By evaluating the integral, sketch the curve \(y=\g(x)\).


Solution:

  1. \(\,\) \begin{align*} && f(x) &= \int_1^3 (t-1)^{x-1} \d t \\ &&&= \left [ \frac1x(t-1)^{x} \right]_1^3 \\ &&&= \frac{2^x}{x} \end{align*}
    TikZ diagram
  2. \(\,\) \begin{align*} && g(x) &= \int_{-1}^1 \frac{1}{\sqrt{1-2xt+x^2}} \d t \\ &&&= \left [ -\frac{1}{x}(1 +x^2 - 2xt)^{\frac12} \right]_{-1}^1 \\ &&&= \frac1x \left ( \sqrt{1+x^2+2x}-\sqrt{1+x^2-2x}\right) \\ &&&= \frac1x \left ( |1+x|-|1-x| \right) \end{align*}
    TikZ diagram

2013 Paper 1 Q1
D: 1516.0 B: 1516.0

  1. Use the substitution \(\sqrt x = y\) (where \(y\ge0\)) to find the real root of the equation \[ x + 3\, \sqrt x - \tfrac12 =0\,. \]
  2. Find all real roots of the following equations:
    • \(x+10\,\sqrt{x+2\, }\, -22 =0\,\);
    • \(x^2 -4x + \sqrt{2x^2 -8x-3 \,}\, -9 =0\,\).


Solution:

  1. \begin{align*} && 0 &= x + 3\sqrt{x} - \frac12 \\ \sqrt{x} = y: && 0&= y^2 + 3y - \frac12 \\ \Rightarrow && y &= \frac{-3\pm\sqrt{3^2+2}}{2} \\ &&&= \frac{-3 \pm \sqrt{11}}{2} \\ y > 0: && x &= \left ( \frac{\sqrt{11}-3}{2} \right)^2 \end{align*}
    • \begin{align*} && 0 &= x + 10\sqrt{x+2} - 22 \\ y = \sqrt{x+2}: && 0 &= y^2 - 2 + 10y - 22 \\ &&&= y^2 + 10y - 24 \\ &&&= (y-2)(y+12) \\ \Rightarrow && y &= 2, -12 \\ y > 0: && x &= 2 \end{align*}
    • Let \(y = \sqrt{2x^2-8x-3}\), so \begin{align*} && 0 &= x^2 - 4x +\sqrt{2x^2-8x-3} - 9 \\ && 0 &= \frac{y^2+3}{2} + y - 9 \\ &&&= \frac12 y^2 +y - \frac{15}{2} \\ &&&= \frac12 (y-3)(y+5) \\ \Rightarrow && y &= 3,-5 \\ y > 0: && 9 &= 2x^2-8x-3 \\ \Rightarrow && 0 &= 2x^2-8x-12 \\ &&&= 2(x^2-4x-6) \\ \Rightarrow && x &= 2 \pm \sqrt{10} \end{align*}

2013 Paper 1 Q8
D: 1516.0 B: 1474.0

  1. The functions \(\mathrm{a, b, c}\) and \(\mathrm{d}\) are defined by
    • \({\rm a}(x) =x^2 \ \ \ \ (-\infty < x < \infty),\)
    • \({\rm b}(x) = \ln x \ \ \ \ (x > 0),\)
    • \({\rm c}(x) =2x \ \ \ \ (-\infty < x < \infty),\)
    • \({\rm d}(x)= \sqrt x \ \ \ \ (x\ge0) \,.\)
    Write down the following composite functions, giving the domain and range of each: \[ \rm cb, \quad ab, \quad da, \quad ad. \]
  2. The functions \(\mathrm{f}\) and \(\mathrm{g}\) are defined by
    • \(\f(x)= \sqrt{x^2-1\,} \ \ \ \ (\vert x \vert \ge 1),\)
    • \(\g(x) = \sqrt{x^2+1\,} \ \ \ \ (-\infty < x < \infty).\)
    Determine the composite functions \(\mathrm{fg}\) and \(\mathrm{gf}\), giving the domain and range of each.
  3. Sketch the graphs of the functions \(\h\) and \({\rm k}\) defined by
    • \(\h(x) = x+\sqrt{x^2-1\,}\, \ \ \ \ ( x \ge1)\),
    • \({\rm k}(x) = x-\sqrt{x^2-1\,}\, \ \ \ \ (\vert x\vert \ge1),\)
    justifying the main features of the graphs, and giving the equations of any asymptotes. Determine the domain and range of the composite function \(\mathrm{kh}\).


Solution:

  1. \begin{align*} cb(x) &= c(b(x)) \\ &= 2 \ln x \quad (x > 0) \\ ab(x) &= (b(x))^2 \\ &= (\ln x)^2 \quad (x > 0) \\ da(x) &= \sqrt{a(x)} \\ &= \sqrt{x^2} \\ &= |x| \quad (-\infty < x < \infty) \\ ad(x) &= (d(x))^2 \\ &= (\sqrt{x})^2 \\ &= x \quad (x \geq 0) \end{align*} The domains are specified above. The ranges are \(\mathbb{R}, \mathbb{R}_{\geq 0}, \mathbb{R}_{\geq 0}, \mathbb{R}_{\geq 0}\) respectively.
  2. \begin{align*} fg(x) &= \sqrt{g(x)^2-1} \quad (|g(x)| \geq 1) \\ &= \sqrt{x^2+1-1} \\ &= |x| \end{align*} So \(fg: \mathbb{R} \to \mathbb{R}_{\geq 0}\). \begin{align*} gf(x) &= \sqrt{f(x)^2 + 1} \\ &= \sqrt{\left ( \sqrt{x^2-1} \right)^2+1} \quad (|x| \geq 1) \\ &= |x| \end{align*} So \(gf: \mathbb{R}_{\geq 0} \to \mathbb{R}_{\geq 0}\)
    • TikZ diagram
    • TikZ diagram
    \begin{align*} kh(x) &= h(x) - \sqrt{h(x)^2 -1} \quad (|h(x)| \geq 1)\\ &= x + \sqrt{x^2+1} - \sqrt{(x + \sqrt{x^2+1})^2 - 1} \\ &= x + \sqrt{x^2+1} - \sqrt{x^2 + x^2 - 2x} \quad (x \geq 1) \\ &= x + \sqrt{x^2+1} - \sqrt{2x^2-2x} \quad (x \geq 1) \end{align*} This has domain \(x \geq 1\) and range, \((0, 1]\)

2009 Paper 2 Q5
D: 1600.0 B: 1500.0

Expand and simplify \((\sqrt{x-1}+1)^2\,\).

  1. Evaluate \[ \int_{5}^{10} \frac{ \sqrt{x+2\sqrt{x-1} \;} + \sqrt{x-2\sqrt{x-1} \;} } {\sqrt{x-1}} \,\d x\;. \]
  2. Find the total area between the curve \[ y= \frac{\sqrt{x-2\sqrt{x-1}\;}}{\sqrt{x-1}\;} \] and the \(x\)-axis between the points \(x=\frac54\) and \(x=10\).
  3. Evaluate \[ \int_{\frac54}^{10} \frac{ \sqrt{x+2\sqrt{x-1}\;} + \sqrt{x-2\sqrt{x+1}+2 \;} } {\sqrt{x^2-1} } \;\d x\;. \]

2009 Paper 2 Q7
D: 1600.0 B: 1500.0

Let \(y= (x-a)^n \e^{bx} \sqrt{1+x^2}\,\), where \(n\) and \(a\) are constants and \(b\) is a non-zero constant. Show that \[ \frac{\d y}{\d x} = \frac{(x-a)^{n-1} \e^{bx} \q(x)}{\sqrt{1+x^2}}\,, \] where \(\q(x)\) is a cubic polynomial. Using this result, determine:

  1. $\displaystyle \int \frac {(x-4)^{14} \e^{4x}(4x^3-1)} {\sqrt{1+x^2\;}} \, \d x\,;\(
  2. \)\displaystyle \int \frac{(x-1)^{21}\e^{12x}(12x^4-x^2-11)} {\sqrt{1+x^2\;}}\,\d x\,;\(
  3. \)\displaystyle \int \frac{(x-2)^{6}\e^{4x}(4x^4+x^3-2)} {\sqrt{1+x^2\;}}\,\d x\,.$

2008 Paper 1 Q2
D: 1500.0 B: 1500.0

The variables \(t\) and \(x\) are related by \(t=x+ \sqrt{x^2+2bx+c\;} \,\), where \(b\) and \(c\) are constants and \(b^2 < c\). Show that \[ \frac{\d x}{\d t} = \frac{t-x}{t+b}\;, \] and hence integrate \(\displaystyle \frac1 {\sqrt{x^2+2bx+c}}\,\). Verify by direct integration that your result holds also in the case \(b^2=c\) if \(x+b > 0\) but that your result does not hold in the case \(b^2=c\) if \(x+b < 0\,\).


Solution: \begin{align*} && t &= x+ \sqrt{x^2+2bx+c} \\ && \frac{\d t}{\d x} &= 1 + \frac{x+b}{\sqrt{x^2+2bx+c}} \\ &&&= \frac{x + \sqrt{x^2+2bx+c} + b}{\sqrt{x^2+2bx+c}} \\ &&&= \frac{t+b}{t-x} \\ \Rightarrow && \frac{\d x}{\d t} &= \frac{t-x}{t+b} \\ \\ && \int \frac{1}{\sqrt{x^2+2bx+c}} \d x &= \int \frac{1}{t-x} \frac{t-x}{t+b} \d t \\ &&&= \int \frac{1}{t+b} \d t \\ &&&= \ln (t + b) +C \\ &&&= \ln \left (x + \sqrt{x^2+2bx+c} + b \right) + C \end{align*} If \(b^2 = c\) then we have \(x^2+2bx+b^2 = (x+b)^2\) so \(\sqrt{x^2+2bx+c^2} = x+b\) (if \(x+b>0\)), so \begin{align*} && \int \frac{1}{\sqrt{x^2+2bx+c}} \d x &= \int \frac{1}{x+b} \d x\\ &&&= \ln (x + b) + C \\ &&&= \ln(x+b) + \ln 2 + C' \\ &&&= \ln (2(x+b)) + C' \\ &&&= \ln \left(x + b + \sqrt{(x+b)^2} \right)+C'\\ &&&= \ln \left(x + b + \sqrt{x^2+2bx+c} \right)+C'\\ \end{align*} If \(x+b < 0\) then the antiderivative is \(\ln 0\). \begin{align*} && \int \frac{1}{\sqrt{x^2+2bx+c}} \d x &= -\int \frac{1}{x+b} \d x\\ &&&= -\ln |x + b| + C \\ \end{align*} which are clearly different.

2007 Paper 2 Q6
D: 1600.0 B: 1469.4

  1. Differentiate \(\ln\big (x+\sqrt{3+x^2}\,\big)\) and \(x\sqrt{3+x^2}\) and simplify your answers. Hence find \(\int \! \sqrt{3+x^2}\, \d x\).
  2. Find the two solutions of the differential equation \[ 3\left(\frac{\d y}{\d x}\right)^{\!2} + 2 x \frac {\d y}{\d x} =1 \] that satisfy \(y=0\) when \(x=1\).


Solution:

  1. \(\,\) \begin{align*} && y &= \ln (x + \sqrt{3+x^2}) \\ \Rightarrow && y' &= \frac{1}{x + \sqrt{3+x^2}} \cdot \left (1 + \frac{x}{\sqrt{3+x^2}} \right) \\ &&&= \frac{1}{\sqrt{3+x^2}} \\ \\ && y &= x\sqrt{3+x^2} \\ && y' &= \sqrt{3+x^2} + \frac{x^2}{\sqrt{3+x^2}} \\ &&&= 2\sqrt{3+x^2} - \frac{3}{\sqrt{3+x^2}} \\ \\ \Rightarrow && \sqrt{3+x^2} &= \frac12(x \sqrt{3+x^2})' + \frac32(\ln(x+\sqrt{3+x^2})' \\ \Rightarrow && \int \sqrt{3+x^2}\, \d x &= \frac12x\sqrt{3+x^2} + \frac32 \ln (x+\sqrt{3+x^2}) + C \end{align*}
  2. \(\,\) \begin{align*} && 3 \left ( \frac{\d y}{\d x} \right)^2 + 2x \frac{\d y}{\d x} &= 1 \\ && \frac{\d y}{\d x} &= \frac{-x \pm \sqrt{x^2+3} }3 \\ \Rightarrow && y &= -\frac{x^2}{6} \pm \frac16x\sqrt{3+x^2} \pm \frac12 \ln (x+\sqrt{3+x^2}) + C \\ y = 0, x = 1: && 0 &= -\frac16 \pm \frac13 \pm \frac12 \ln 3 \\ \Rightarrow && y &= -\frac{x^2}{6} \pm \frac12x\sqrt{3+x^2} \pm \frac32 \ln (x+\sqrt{3+x^2}) + \frac16 \mp \frac13 \mp \frac12 \ln 3 \end{align*}

2000 Paper 3 Q2
D: 1700.0 B: 1484.2

Use the substitution \(x = 2-\cos \theta \) to evaluate the integral $$ \int_{3/2}^2 \left(x - 1 \over 3 - x\right)^{\!\frac12}\! \d x. $$ Show that, for \(a < b\), $$ \int_p^q \left( x - a \over b - x\right)^{\!\frac12} \!\d x = \frac{(b-a)(\pi +3{\surd3} -6)}{12}, $$ where \(p= {(3a+b)/4}\) and \(q={(a+b)/2}\).

1998 Paper 2 Q2
D: 1600.0 B: 1454.6

Use the first four terms of the binomial expansion of \((1-1/50)^{1/2}\), writing \(1/50 = 2/100\) to simplify the calculation, to derive the approximation \(\sqrt 2 \approx 1.414214\). Calculate similarly an approximation to the cube root of 2 to six decimal places by considering \((1+N/125)^a\), where \(a\) and \(N\) are suitable numbers. [You need not justify the accuracy of your approximations.]


Solution: \begin{align*} && (1-1/50)^{1/2} &= 1 + \frac12 \cdot \left ( -\frac1{50} \right) + \frac1{2!} \frac12 \cdot \left ( -\frac12 \right)\cdot \left ( -\frac1{50} \right)^2 + \frac1{3!} \frac12 \cdot \left ( -\frac12 \right) \cdot \left ( -\frac32 \right)\cdot \left ( -\frac1{50} \right)^3 + \cdots \\ &&&=1-\frac{1}{100} - \frac12 \frac1{10000} -\frac12 \frac1{1000000} +\cdots \\ &&&= 0.9899495 + \cdots \\ \Rightarrow && \frac{7\sqrt{2}}{10} &\approx 0.9899495 \\ \Rightarrow && \sqrt{2} &\approx \frac{9.899495}{7} \\ &&&\approx 1.414214 \end{align*} \begin{align*} && (1 + 3/125)^{1/3} &= \frac{\sqrt[3]{125+3}}{5} \\ &&& = \frac{8\sqrt[3]{2}}{10} \\ && (1 + 3/125)^{1/3} &= 1 + \frac13 \left ( \frac{3}{125} \right) + \frac1{2!} \cdot \frac{1}{3} \cdot \left ( -\frac23\right) \left ( \frac{3}{125}\right)^2 +\cdots \\ &&&= 1+ \frac{8}{1000} - \frac{64}{1000000} \\ &&&= 1.007936 \\ \Rightarrow && \sqrt[3]{2} &= \frac{10.07936}{8} \\ &&&= 1.259920 \end{align*}

1987 Paper 1 Q5
D: 1500.0 B: 1500.0

Using the substitution \(x=\alpha\cos^{2}\theta+\beta\sin^{2}\theta,\) show that, if \(\alpha<\beta\), \[ \int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x=\pi. \] What is the value of the above integral if \(\alpha>\beta\)? Show also that, if \(0<\alpha<\beta\), \[ \int_{\alpha}^{\beta}\frac{1}{x\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x=\frac{\pi}{\sqrt{\alpha\beta}}. \]


Solution: Using the suggested substitution, we can find. \begin{align*} && x &=\alpha\cos^{2}\theta+\beta\sin^{2}\theta \\ && x-\alpha &=\alpha(\cos^{2}\theta-1)+\beta\sin^{2}\theta \\ &&& = (\beta - \alpha) \sin^2 \theta \\ && \beta - x &= -\alpha\cos^{2}\theta+\beta(1-\sin^{2}\theta) \\ &&&= (\beta-\alpha)\cos^2 \theta \\ && x &=\alpha\cos^{2}\theta+\beta\sin^{2}\theta \\ \Rightarrow && \frac{dx}{d\theta} &= (\beta - \alpha) 2 \cos \theta \sin\theta \\ \\ &&\int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x &= \int_0^{\pi/2} \frac{1}{(\beta - \alpha)\sin\theta \cos \theta} (\beta - \alpha) 2 \cos \theta \sin \theta \, d \theta \\ &&&= \int_0^{\pi/2} \frac{1}{\bcancel{(\beta - \alpha)}\bcancel{\sin\theta \cos \theta}} \bcancel{(\beta - \alpha)} 2 \bcancel{\cos \theta \sin \theta} \, d \theta \\ &&&= \int_0^{\pi/2} 2 d \theta \\ && &= 2 \frac{\pi}{2} = \boxed{\pi} \end{align*} If \(\alpha > \beta\) we can rewrite the integral as: \begin{align*} \int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x &= \int_{\alpha}^{\beta}\frac{1}{\sqrt{(x-\beta)(\alpha-x)}}\,\mathrm{d}x \\ &= -\int_{\beta}^{\alpha}\frac{1}{\sqrt{(x-\beta)(\alpha-x)}}\,\mathrm{d}x \\ &= -\pi \end{align*} Where the last step we are directly using the first integral with the use of \(\alpha\) and \(\beta\) reversed. Finally, using the substitution \(xt = 1\), we fortunately lose the \(\frac1{x}\) term: \begin{align*} && x &= \frac{1}{t} \\ && \frac{dx}{dt} &= -\frac1{t^2} \\ \\ && \int_{\alpha}^{\beta}\frac{1}{x\sqrt{(x-\alpha)(\beta-x)}}\,\mathrm{d}x &= \int_{\alpha}^{\beta}\frac{t}{\sqrt{(\frac{1}{t}-\alpha)(\beta-\frac{1}{t})}} \frac{-1}{t^2}\,\mathrm{d}t \\ && &= \int_{\frac1{\alpha}}^{\frac1\beta}\frac{-1}{\sqrt{(1-t\alpha)(t\beta-1)}}\,\mathrm{d}t \\ && &= \int_{\frac1{\alpha}}^{\frac1\beta}\frac{-1}{\sqrt{\alpha\beta}\sqrt{(\frac1{\alpha}-t)(t-\frac1{\beta})}}\,\mathrm{d}t \\ && &= \frac1{\sqrt{\alpha\beta}}\int_{\frac1{\alpha}}^{\frac1\beta}\frac{-1}{\sqrt{(\frac1{\alpha}-t)(t-\frac1{\beta})}}\,\mathrm{d}t \\ &&&= \boxed{\frac{\pi}{\sqrt{\alpha\beta}}} \end{align*} Where again the last step we are using the intermediate integral, with the roles of \(\alpha\) and \(\beta\) replaced with \(\frac{1}{\beta}\) and \(\frac1{\alpha}\)