42 problems found
In this question, you need not consider issues of convergence. For positive integer \(n\) let \[\mathrm{f}(n) = \frac{1}{n+1} + \frac{1}{(n+1)(n+2)} + \frac{1}{(n+1)(n+2)(n+3)} + \ldots\] and \[\mathrm{g}(n) = \frac{1}{n+1} - \frac{1}{(n+1)(n+2)} + \frac{1}{(n+1)(n+2)(n+3)} - \ldots\,.\]
Let \(\mathrm{p}(x)\) be a polynomial of degree \(n\) with \(\mathrm{p}(x) > 0\) for all \(x\) and let \[\mathrm{q}(x) = \sum_{k=0}^{n} \mathrm{p}^{(k)}(x)\,,\] where \(\mathrm{p}^{(k)}(x) \equiv \dfrac{\mathrm{d}^k \mathrm{p}(x)}{\mathrm{d}x^k}\) for \(k \geqslant 1\) and \(\mathrm{p}^{(0)}(x) \equiv \mathrm{p}(x)\).
The definition of the derivative \(f'\) of a (differentiable) function f is $$f'(x) = \lim_{h\to 0} \frac{f(x + h) - f(x)}{h}. \quad (*)$$
Solution:
For any function \(\f\) satisfying \(\f(x) > 0\), we define the geometric mean, F, by \[ F(y) = e^{\frac{1}{y} \int_{0}^{y} \ln f(x) \, dx} \quad (y > 0). \]
Solution:
Solution:
Solution:
The number \(E\) is defined by $\displaystyle E= \int_0^1 \frac{\e^x}{1+x} \, \d x\,.$ Show that \[ \int_0^1 \frac{x \e^x}{1+x} \, \d x = \e -1 -E\, ,\] and evaluate \(\ds \int_0^1 \frac{x^2\e^x}{1+x} \, \d x\) in terms of \(\e\) and \(E\). Evaluate also, in terms of \(E\) and \(\rm e\) as appropriate:
Solution: \begin{align*} \int_0^1 \frac{x \e^x}{1+x} \, \d x &= \int_0^1 \frac{(x+1-1) \e^x}{1+x} \, \d x \\ &= \int_0^1 \left ( e^x -\frac{\e^x}{1+x} \right )\, \d x \\ &= \e-1-E \end{align*} \begin{align*} \int_0^1 \frac{x^2 \e^x}{1+x} \, \d x &= \int_0^1 \frac{(x^2+x-x) \e^x}{1+x} \, \d x \\ &= \int_0^1 \left ( xe^x -\frac{x\e^x}{1+x} \right )\, \d x \\ &= \left [xe^{x} \right]_0^1 - \int_0^1 e^x \, \d x -(\e-1-E) \\ &= \e-(\e-1)-(\e -1 -E) \\ &= 2-\e + E \end{align*}
The curve \(\displaystyle y=\Bigl(\frac{x-a}{x-b}\Bigr)\e^{x}\), where \(a\) and \(b\) are constants, has two stationary points. Show that \[ a-b<0 \ \ \ \text{or} \ \ \ a-b>4 \,. \]
Solution: \begin{align*} && y &= \left ( \frac{x-a}{x-b} \right )e^x \\ &&y'& = \left ( \frac{x-a}{x-b} \right )e^x + \left ( \frac{(x-b)-(x-a)}{(x-b)^2}\right )e^x \\ &&&= \left ( \frac{(x-b)(x-a) +a-b}{(x-b)^2} \right)e^x \\ &&&= \left ( \frac{x^2-(a+b)x+a-b+ab}{(x-b)^2} \right)e^x \\ && 0 &< \Delta = (a+b)^2 - 4 \cdot 1 \cdot (a-b+ab) \\ &&&= a^2+2ab+b^2-4a+4b-4ab \\ &&&= a^2-2ab+b^2-4a+4b\\ &&&= (a-b)^2-4(a-b) \\ &&&= (a-b)(a-b-4) \\ \end{align*} Considered as a quadratic in \(a-b\) we can see \(a-b < 0\) or \(a-b > 4\)
Show that, if \(y=\e^x\), then \[ (x-1) \frac{\d^2 y}{\d x^2} -x \frac{\d y}{\d x} +y=0\,. \tag{\(*\)} \] In order to find other solutions of this differential equation, now let \(y=u\e^x\), where \(u\) is a function of \(x\). By substituting this into \((*)\), show that \[ (x-1) \frac{\d^2 u}{\d x^2} + (x-2) \frac{\d u}{\d x} =0\,. \tag{\(**\)} \] By setting \( \dfrac {\d u}{\d x}= v\) in \((**)\) and solving the resulting first order differential equation for \(v\), find \(u\) in terms of \(x\). Hence show that \(y=Ax + B\e^x\) satisfies \((*)\), where \(A\) and \(B\) are any constants.
Solution: \begin{align*} && y &= e^x \\ && y' &= e^x \\ && y'' &= e^x \\ \Rightarrow && (x-1)y'' - x y' + y &= (x-1)e^x - xe^x + e^x \\ &&&= 0 \end{align*} Suppose \(y = ue^x\) then \begin{align*} && y' &= u'e^x + ue^x \\ && y'' &= (u''+u')e^x + (u'+u)e^x \\ &&&= (u''+2u' +u)e^x \\ \\ && 0 &= (x-1)y'' - x y' + y \\ &&&= [(x-1)(u''+2u'+u) - x(u'+u)+u]e^x \\ &&&= [(x-1)u'' +(x-2)u']e^x \\ \Rightarrow && 0 &= (x-1)u'' + (x-2)u' \\ v = u': && 0 &= (x-1)v' + (x-2) v \\ \Rightarrow && \frac{v'}{v} &= -\frac{x-2}{x-1} \\ &&&= -1-\frac{1}{x-1} \\ \Rightarrow && \ln v &= -x - \ln(x-1) + C \\ \Rightarrow && v &= A(x-1)e^{-x} \\ && u &= \int Axe^{-x} - Ae^{-x} \d x \\ &&&= \left [-Axe^{-x} +Ae^{-x} \right] + \int Ae^{-x} \d x \\ &&&= -Axe^{-x} + D\\ \Rightarrow && y &= ue^x \\ &&&= -Ax + De^x \end{align*}
The curves \(C_1\) and \(C_2\) are defined by \[ y= \e^{-x} \quad (x>0) \quad \text{ and } \quad y= \e^{-x}\sin x \quad (x>0), \] respectively. Sketch roughly \(C_1\) and \(C_2\) on the same diagram. Let \(x_n\) denote the \(x\)-coordinate of the \(n\)th point of contact between the two curves, where \(0 < x_1 < x_2 < \cdots\), and let \(A_n\) denote the area of the region enclosed by the two curves between \(x_n\) and \(x_{n+1}\). Show that \[ A_n = \tfrac12(\e^{2\pi}-1) \e^{-(4n+1)\pi/2} \] and hence find \(\displaystyle \sum_{n=1}^\infty A_n\).
Solution:
Show that, for any integer \(m\), \[ \int_0^{2\pi} \e^x \cos mx \, \d x = \frac {1}{m^2+1}\big(\e^{2\pi}-1\big)\,. \]
Solution: \begin{align*} && I &= \int_0^{2 \pi} e^{x} \cos m x \d x \\ &&&= \left [e^x \cos m x \right]_0^{2 \pi}-\int_0^{2 \pi} e^x m (-\sin mx) \d x\\ &&&= e^{2\pi}-1 + m\int_0^{2\pi}e^x \sin m x \d x \\ &&&= e^{2\pi}-1 + m\left [e^x \sin m x \right]_0^{2\pi} - m \int_0^{2\pi} e^x m \cos x \d x \\ &&&= e^{2\pi}-1+0 - m^2 I\\ \Rightarrow && (m^2+1)I &= e^{2\pi}-1 \\ \Rightarrow && I &= \frac{1}{m^2+1} (e^{2\pi}-1) \end{align*}
The curve \(C\) has equation \[ y= a^{\sin (\pi \e^ x)}\,, \] where \(a>1\).
Solution:
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:
The function \(\f(t)\) is defined, for \(t\ne0\), by \[ \f(t) = \frac t {\e^t-1}\,. \] \begin{questionparts} \item By expanding \(\e^t\), show that \(\displaystyle \lim _{t\to0} \f(t) = 1\,\). Find \(\f'(t)\) and evaluate \(\displaystyle \lim _{t\to0} \f'(t)\,\). \item Show that \(\f(t) +\frac12 t\) is an even function. [{\bf Note:} A function \(\g(t)\) is said to be {\em even} if \(\g(t) \equiv \g(-t)\).] \item Show with the aid of a sketch that \( \e^t( 1-t)\le 1\,\) and deduce that \(\f'(t)\ne 0\) for \(t\ne0\). \end{questionpart} Sketch the graph of \(\f(t)\).
Solution: