Problems

Filters
Clear Filters

2 problems found

2008 Paper 2 Q7
D: 1600.0 B: 1472.0

  1. By writing \(y=u{(1+x^2)\vphantom{\dot A}}^{\frac12}\), where \(u\) is a function of \(x\), find the solution of the equation \[ \frac 1 y \frac{\d y} {\d x} = xy + \frac x {1+x^2} \] for which \(y=1\) when \(x=0\).
  2. Find the solution of the equation \[ \frac 1 y \frac{\d y} {\d x} = x^2y + \frac {x^2 } {1+x^3} \] for which \(y=1\) when \(x=0\).
  3. Give, without proof, a conjecture for the solution of the equation \[ \frac 1 y \frac{\d y} {\d x} = x^{n-1}y + \frac {x^{n-1} } {1+x^n} \] for which \(y=1\) when \(x=0\), where \(n\) is an integer greater than 1.

2001 Paper 1 Q5
D: 1500.0 B: 1544.5

Show that (for \(t>0\))

  1. \[ \int_0^1 \frac1{(1+tx)^2} \d x = \frac1{(1+t)} \]
  2. \[ \int_0^1 \frac{-2x}{(1+tx)^3} \d x = -\frac1{(1+t)^2} \]
Noting that the right hand side of (ii) is the derivative of the right hand side of (i), conjecture the value of \[ \int_0^1 \frac{6x^2}{(1+x)^{4}} \d x \;. \] (You need not verify your conjecture.)


Solution:

  1. For the first one, consider \begin{align*} && \int_0^1 \frac{1}{(1+tx)^2} \d x &= \left [ -\frac{1}{t}(1+tx)^{-1} \right]_0^1 \\ &&&= \frac{1}{t} - \frac{1}{t(1+t)} \\ &&&= \frac{t+1-1}{t(t+1)} = \frac{1}{t+1} \end{align*}
  2. Consider \begin{align*} && \int_0^1 \frac{-2x}{(1+tx)^3} \d x &= \int_0^1 \frac{\frac{2}{t}(1+tx) -\frac{2}{t}}{(1+tx)^3} \d x \\ &&&= -\frac{2}{t} \int_0^1 \left (\frac{1}{(1+tx)^2}- \frac{1}{(1+tx)^3} \right) \d x \\ &&&= -\frac{2}{t} \frac{1}{t+1} + \frac{2}{t} \left [ \frac{1}{-2t}(1+tx)^{-2}\right]_0^1 \\ &&&= -\frac{2}{t(t+1)} + \frac2t\left (\frac{1}{2t} - \frac{1}{2t(1+t)^2} \right) \\ &&&= -\frac{2}{t} \left ( \frac{1}{t+1} + \frac{1}{2t(1+t)^2} - \frac{1}{2t}\right) \\ &&&= -\frac{2}{t} \frac{2t(1+t)+1-(1+t)^2}{2t(1+t)^2} \\ &&&= -\frac{2}{t} \frac{2t^2+2t+1-1-2t-t^2}{2t(1+t)^2} \\ &&&= -\frac{1}{(1+t)^2} \end{align*}
I would expect it to be \(\frac{2}{(1+t)^3}\). This is actually an application of differentiating under the integral sign and is completely valid where functions are well behaved.