43 problems found
Solution:
Let \(a_n\) be the coefficient of \(x^n\) in the series expansion, in ascending powers of \(x\), of \[\displaystyle \frac{1+x}{(1-x)^2(1+x^2)} \,, \] where \(\vert x \vert <1\,\). Show, using partial fractions, that either \(a_n =n+1\) or \(a_n = n+2\) according to the value of \(n\). Hence find a decimal approximation, to nine significant figures, for the fraction \( \displaystyle \frac{11\,000}{8181}\). \newline [You are not required to justify the accuracy of your approximation.]
Solution: \begin{align*} && \frac{1+x}{(1-x)^2(1+x^2)} &= \frac{A}{1-x} + \frac{B}{(1-x)^2} + \frac{Cx+D}{1+x^2} \\ \Rightarrow && 1 + x &= A(1-x)(1+x^2) + B(1+x^2) + Cx(1-x)^2 + D(1-x)^2 \\ \Rightarrow && 2 &= 2B \tag{\(x = 1\)} \\ \Rightarrow && 1 &= B \\ \Rightarrow && 1 &= A+B+D \tag{\(x = 0\)}\\ \Rightarrow && A &= -D \\ \Rightarrow && 0 &= 4A+2B-4C+4D \tag{\(x = -1\)}\\ \Rightarrow && C &= \frac12\\ \Rightarrow && 3 &= -5A+5B+2C+D \tag{\(x=2\)} \\ \Rightarrow && 3 &= -6A+6 \\ \Rightarrow && A,D &=-\frac12,\frac12 \\ \Rightarrow && \frac{1+x}{(1-x)^2(1+x^2)} &= \frac{1}{(1-x)^2} +\frac{1}{2(1-x)}+ \frac{x-1}{2(1+x^2)} \\ &&&=\sum_{k=0}^{\infty}(k+1)x^k + \sum_{k=0}^{\infty}\frac12 x^k + \sum_{k=0}^{\infty}\frac12 (-1)^kx^{2k+1} - \sum_{k=0}^{\infty}\frac12 (-1)^kx^{2k} \end{align*} Therefore the coefficient of \(x^n\) is \(n+1\) or \(n+2\) depending on whether the coefficients from the final series add constructively \(n \equiv 1, 2 \pmod{4}\) or destructively. \begin{align*} \frac{11\, 000}{8181} &= \frac{(10+1) \cdot 1000}{(10-1)^2 \cdot (100+1)} \\ &= \frac{(1+\frac{1}{10})}{(1-\frac{1}{10})^2 \cdot (1+\frac1{10})} \\ &= 1 + \frac3{10} + \frac4{10^2} + \frac{4}{10^3}+\frac{5}{10^4} + \frac{7}{10^5} + \frac{8}{10^6} + \cdots \\ & \quad \quad \cdots + \frac{8}{10^7} + \frac{9}{10^8} + \frac{11}{10^9} + \frac{12}{10^{10}} + \cdots \\ &= 1.34457890 + \frac{12}{10^{10}} + \cdots \end{align*} \begin{align*} && \sum_{k=m}^{\infty} (k+2)x^k &= x^m \sum_{k=0}^{\infty} (k+m+2)x^{k} \\ && &= \frac{x^k}{(1-x)^2} + \frac{(m+2)x^k}{1-x} \\ \Rightarrow && |\sum_{k=m}^{\infty} a_k \left ( \frac1{10} \right )^k | &\leq \frac{1}{10^m}\left ( \frac{1}{(1-\frac1{10})^2} + \frac{m+2}{1-\frac1{10}} \right) \\ &&&= \frac{1}{10^{m-1}} \left ( \frac{9m+28}{81}\right ) \end{align*} Therefore for this will be less than \(10^{-9}\), when \(m = 11\), so our approximation is valid to 9sf
Sketch the curve with cartesian equation \[ 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 determine the number of real roots of the following equations:
Solution: \begin{align*} && y &= \frac{2x(x^2-5)}{x^2-4} \\ &&&= 2x(x^2-5)(-\tfrac14)(1-\tfrac14x^2)^{-1} \\ &&&= \tfrac52x + \cdots \\ &&&= \frac{2x(x^2-4)-2x}{x^2-4} \\ &&&= 2x - \frac{2x}{x^2-4} \end{align*}
The equation of a curve is \(y=\f ( x )\) where \[ \f ( x ) = x-4-\frac{16 \l 2x+1 \r^2}{x^2 \l x - 4 \r} \;. \]
Solution:
Evaluate the following integrals, in the different cases that arise according to the value of the positive constant \(a\,\):
Solution:
If \(m\) is a positive integer, show that \(\l 1+x \r^m + \l 1-x \r^m \ne 0\) for any real \(x\,\). The function \(\f\) is defined by \[ \f (x) = \frac{ (1+x )^m - ( 1-x )^m}{ (1+x )^m + (1-x )^m} \;. \] Find and simplify an expression for \(\f'(x)\). In the case \(m=5\,\), sketch the curves \(y = \f (x)\) and \(\displaystyle y = \frac1 { \f (x )}\;\).
Solution: If \(m\) is even, clearly that expression is positive since it's the sum of two (different) squares. If \(m\) is odd, then we can expand it as a sum of powers of \(x^2\) with a leading coefficient of \(1\) so it is also positive. \begin{align*} && f (x) = \frac{ (1+x )^m - ( 1-x )^m}{ (1+x )^m + (1-x )^m} \\ && f'(x) &= \frac{(m(1+x )^{m-1} + m( 1-x )^{m-1})((1+x)^m + (1-x)^m ) - ((1+x )^m - ( 1-x )^m)(m(1+x)^{m-1} - m(1-x)^{m-1} )}{\l (1+x)^m + (1-x)^m \r^2} \\ &&&= \frac{2m(1+x)^m(1-x)^{m-1}+2m(1+x)^{m-1}(1-x)^m}{\l (1+x)^m + (1-x)^m \r^2} \\ &&&= \frac{2m(1+x)^{m-1}(1-x)^{m-1}(1+x+1-x)}{\l (1+x)^m + (1-x)^m \r^2} \\ &&&= \frac{4m(1+x)^{m-1}(1-x)^{m-1}}{\l (1+x)^m + (1-x)^m \r^2} \\ \end{align*}
Give a sketch of the curve \( \;\displaystyle y= \frac1 {1+x^2}\;\), for \(x\ge0\). Find the equation of the line that intersects the curve at \(x=0\) and is tangent to the curve at some point with \(x>0\,\). Prove that there are no further intersections between the line and the curve. Draw the line on your sketch. By considering the area under the curve for \(0\le x\le1\), show that \(\pi>3\,\). Show also, by considering the volume formed by rotating the curve about the \(y\) axis, that \(\ln 2 >2/3\,\). [Note: \(\displaystyle \int_0^ 1 \frac1 {1+x^2}\, \d x = \frac\pi 4\,.\;\)]
Solution:
Show that (for \(t>0\))
Solution:
In this question, the function \(\sin^{-1}\) is defined to have domain \( -1\le x \le 1\) and range \linebreak \( - \frac{1}{2}\pi \le x \le \frac{1}{2}\pi\) and the function \(\tan^{-1}\) is defined to have the real numbers as its domain and range \( - \frac{1}{2}\pi < x < \frac{1}{2}\pi\).
Solution:
Let \[ {\f}(x)=a x-\frac{x^{3}}{1+x^{2}}, \] where \(a\) is a constant. Show that, if \(a\ge 9/8\), then \(\mathrm{f}' (x) \ge0\) for all \(x\).
Solution: \begin{align*} && f(x) &= a x-\frac{x^{3}}{1+x^{2}} \\ \Rightarrow && f'(x) &= a - \frac{3x^2(1+x^2)-x^3 \cdot 2 x}{(1+x^2)^2} \\ &&&= a - \frac{-x^4+3x^2}{(1+x^2)^2} \\ &&&= a - \frac{-t^2+3t}{(1+t)^2} \\ &&&= \frac{a+2at+at^2-t^2-3t}{(1+t)^2} \\ &&&= \frac{(a-1)t^2+(2a-3)t+a}{(1+t)^2} \\ \\ && 0 \leq \Delta &= (2a-3)^2 - 4 \cdot (a-1) \cdot a \\ &&&= 4a^2-12a+9 - 4a^2+4a \\ &&&= -8a + 9 \\ \Leftrightarrow && a &\geq 9/8 \end{align*} Therefore if \(a \geq 9/8\) the numerator is always non-negative and \(f'(x) \geq 0\)
The function \(\f(x)\) is defined by $$ \f(x) = \frac{x( x - 2 )(x-a)}{ x^2 - 1}. $$ Prove algebraically that the line \(y = x + c\) intersects the curve \(y = \f ( x )\) if \(\vert a \vert \ge1\), but there are values of \(c\) for which there are no points of intersection if \(\vert a \vert <1\). Find the equation of the oblique asymptote of the curve \(y=\f(x)\). Sketch the graph in the two cases
Solution: \begin{align*} && x+ c &= f(x) \\ \Rightarrow && (x+c)(x^2-1) &= x(x-2)(x-a) \\ \Rightarrow && x^3 + cx^2-x-c &= x^3-(2+a)x^2+2ax \\ \Rightarrow && 0 &= (c+2+a)x^2-(1+2a)x-c \\ && 0 &\leq \Delta = (1+2a)^2 + 4(2+c+a)c \\ &&&= 4c^2+(4a+8)c + (1+2a)^2 \\ && \Delta_c &= 16(a+2)^2-16(1+2a)^2 \\ &&&= 16(1-a)(3a+3) \\ &&&= 48(1-a^2) \end{align*} Therefore if \(|a| \geq 1\) we must have \(\Delta_c \leq 0\) which means \(\Delta \geq 0\) and so there are always solutions. If \(|a| < 1\) there are values for \(c\) where \(\Delta < 0\) and there would be no solutions. \begin{align*} && y &= \frac{x^3-(2+a)x^2+2ax}{x^2-1} \\ &&&= \frac{(x^2-1)(x-(2+a))+(2a+1)x-(2+a)}{x^2-1} \\ &&&= x - (2+a) + \frac{(2a+1)x-(2+a)}{x^2-1} \end{align*} therefore the oblique asymptote has equation \(y = x - (2+a)\)
Find \(\displaystyle \ \frac{\d y}{\d x} \ \) if $$ y = \frac{ax+b}{cx+d}. \tag{*} $$ By using changes of variable of the form \((*)\), or otherwise, show that \[ \int_0^1 \frac{1}{(x+3)^2} \; \ln \left(\frac{x+1}{x+3}\right)\d x = {\frac16} \ln3 - {\frac14}\ln 2 - \frac 1{12}, \] and evaluate the integrals \[ \int_0^1 \frac{1}{(x+3)^2} \; \ln \left(\frac{x^2+3x+2}{(x+3)^2}\right)\d x \mbox{ and } \int_0^1 \frac{1}{(x+3)^2} \; \ln\left(\frac{x+1}{x+2}\right)\d x . \] [Not on original paper:] By changing to the variable \(y\) defined by $$ y=\frac{2x-3}{x+1},$$ evaluate the integral $$ \int_2^4 \frac{2x-3}{(x+1)^3}\; \ln\!\left(\frac{2x-3}{x+1}\right)\d x.$$ Evaluate the integral $$ \int_9^{25} {\big({2z^{-3/2} -5z^{-2}}\big)}\ln{\big(2-5z^{-1/2}\big)}\; \d z.$$
Solution: \begin{align*} && y &= \frac{ax+b}{cx+d} \\ &&&= \frac{\frac{a}{c}(cx+d) - \frac{da}{c} + b}{cx+d} \\ \Rightarrow && y' &= \left (b - \frac{da}{c} \right)(-1)(cx+d)^{-2} \cdot c \\ &&&= (ad-bc)(cx+d)^{-2} \end{align*} \begin{align*} && y &= \frac{x+1}{x+3} \\ && \frac{\d y}{\d x} &= \frac{2}{(x+3)^2} \\ \Rightarrow && I &= \int_0^1 \frac{1}{(x+3)^2} \; \ln \left(\frac{x+1}{x+3}\right)\d x \\ &&&= \int_{y=1/3}^{y=1/2} \frac12 \ln y \, \d y \\ &&&= \frac12 \left [ y \ln y - y \right]_{1/3}^{1/2} \\ &&&= \frac12 \left ( \frac12\ln \frac12 - \frac12 - \frac13 \ln\frac13 + \frac13 \right) \\ &&&= \frac16 \ln 3 -\frac14 \ln 2 -\frac1{12} \end{align*} \begin{align*} && J &= \int_0^1 \frac1{(x+3)^2} \ln \left ( \frac{x^2+3x+2}{(x+3)^2} \right) \d x \\ &&&= \int_0^1 \frac1{(x+3)^2} \left ( \ln \frac{x+1}{x+3} + \ln \frac{x+2}{x+3} \right) \d x \\ &&&= I + \int_0^1 \frac1{(x+3)^2} \ln \left ( \frac{x+2}{x+3} \right) \d x \\ &&&= I + \int_{y=2/3}^{y=3/4} \ln y\, \d y \\ &&&= I + \left [ y \ln y- y\right]_{2/3}^{3/4} \\ &&&= I + \left ( \frac34 \ln \frac34 - \frac34 - \frac23 \ln \frac23 + \frac23 \right) \\ &&&= I + \left ( \frac34 \ln 3 - \frac32 \ln 2- \frac1{12} - \frac23 \ln 2 + \frac23 \ln 3\right) \\ &&&= I + \left ( \frac{17}{12} \ln 3 - \frac{13}6 \ln 2- \frac1{12} \right) \\ &&&= \frac16 \ln 3 -\frac14 \ln 2 -\frac1{12} + \left ( \frac{17}{12} \ln 3 - \frac{13}6 \ln 2- \frac1{12} \right) \\ &&&= \frac{19}{12} \ln 3 -\frac{29}{12}\ln 2 - \frac16 \end{align*} \begin{align*} && K &= \int_0^1 \frac{1}{(x+3)^2} \; \ln\left(\frac{x+1}{x+2}\right)\d x \\ &&&= \int_0^1 \frac{1}{(x+3)^2} \; \left ( \ln\left(\frac{x+1}{x+3}\right) - \ln \left ( \frac{x+3}{x+2} \right) \right)\d x \\ &&&= \frac16 \ln 3 -\frac14 \ln 2 -\frac1{12} - \left ( \frac{17}{12} \ln 3 - \frac{13}6 \ln 2- \frac1{12} \right) \\ &&&= -\frac54 \ln 3 +\frac{23}{12} \ln 2 \end{align*}
The curve \(C\) has equation $$ y = \frac x {\sqrt{x^2-2x+a}}\; , $$ where the square root is positive. Show that, if \(a>1\), then \(C\) has exactly one stationary point. Sketch \(C\) when (i) \(a=2\) and (ii) \(a=1\).
Solution: \begin{align*} && y &= \frac x {\sqrt{x^2-2x+a}} \\ && y' &= \frac{\sqrt{x^2-2x+a} - \frac{x(x-1)}{\sqrt{x^2-2x+a}}}{x^2-2x+a} \\ &&&= \frac{-x+a}{(x^2-2x+a)^{3/2}} \end{align*} Since the denominator is always positive, the only stationary point is when \(x = a\)