6 problems found
Solution:
Use the binomial expansion to show that the coefficient of \(x^r\) in the expansion of \((1-x)^{-3}\) is \(\frac12 (r+1)(r+2)\,\).
Solution: Notice that the coefficient of \(x^r\) is \((-1)^r\frac{(-3) \cdot (-3-1) \cdots (-3-r+1)}{r!} = (-1)^r \frac{(-1)(-2)(-3)(-4) \cdots (-(r+2))}{(-1)(-2)r!} = (-1)^r(-1)^{r+2}\frac{(r+2)!}{2r!} = \frac{(r+2)(r+1)}2\).
In this question, you may use without proof the results \[ 4 \cosh^3 y - 3 \cosh y = \cosh (3y) \ \ \ \ \text{and} \ \ \ \ \mathrm{arcosh} \, y = \ln ( y+\sqrt{y^2-1}). \] \noindent[ {\bf Note: } \(\mathrm{arcosh}y\) is another notation for \(\cosh^{-1}y\,\)] Show that the equation \(x^3 - 3a^2x = 2a^3 \cosh T\) is satisfied by \( 2a \cosh \l \frac13 T \r\) and hence that, if \(c^2\ge b^3>0\), one of the roots of the equation \(x^3-3bx=2c\) is \(\ds u+\frac{b}{u}\), where \(u = (c+\sqrt{c^2-b^3})^{\frac13}\;\). Show that the other two roots of the equation \(x^3-3bx=2c\) are the roots of the quadratic equation \[\ds x^2 + \Big( u+\frac{b}{u}\Big) x + u^2+\frac{b^2}{u^2}-b=0\, ,\] and find these roots in terms of \(u\), \(b\) and \(\omega\), where \(\omega = \frac{1}{2}(-1 + \mathrm{i}\sqrt{3})\). Solve completely the equation \(x^3-6x=6\,\).
Show that \[ \int_0^1 \frac{x^4}{1+x^2} \, \d x = \frac \pi {4} - \frac 23 \;. \] Determine the values of
Solution: \begin{align*} && \int_0^1 \frac{x^4}{1+x^2} \d x &= \int_0^1 \frac{(x^2-1)(1+x^2)+1}{x^2+1} \d x\\ &&&= \int_0^1 \frac{1}{1+x^2} \d x -\int_0^1 (1-x^2) \d x \\ &&&= \left [\tan^{-1}x \right]_0^1 - \left [x - \tfrac13x^3 \right]_0^1 \\ &&&= \frac{\pi}{4} - \frac23 \end{align*}
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)\)
Show that, when the polynomial \({\rm p} (x)\) is divided by \((x-a)\), where \(a\) is a real number, the remainder is \({\rm p}(a)\).
Solution: Notice by polynomial division, we can write \(p(x) = (x-a)q(x) + r(x)\) where degree \(r(x) < 1\), ie \(r(x)\) is a constant. Evaluating at \(x = a\), we have \(p(a) = (a-a)q(a) + r(a) = r(a)\). Therefore \(r(a) = p(a)\) and since \(r(x)\) is a constant, it is always \(p(a)\).