87 problems found
Solution:
Let \[ I = \int_{-\frac12 \pi}^{\frac12\pi} \frac {\cos^2\theta}{1-\sin\theta\sin2\alpha} \, \d\theta \text{ and } J = \int_{-\frac12 \pi}^{\frac12\pi} \frac {\sec^2\theta}{1+\tan^2\theta\cos^22\alpha} \, \d\theta \] where \(0 < \alpha < \frac14\pi\,\).
Solution:
In this question \(a\) and \(b\) are distinct, non-zero real numbers, and \(c\) is a real number.
Solution:
Three collinear, non-touching particles \(A\), \(B\) and \(C\) have masses \(a\), \(b\) and \(c\), respectively, and are at rest on a smooth horizontal surface. The particle \(A\) is given an initial velocity \(u\) towards~\(B\). These particles collide, giving \(B\) a velocity \(v\) towards \(C\). These two particles then collide, giving \(C\) a velocity \(w\). The coefficient of restitution is \(e\) in both collisions. Determine an expression for \(v\), and show that \[ \displaystyle w = \frac {abu \l 1+e \r^2}{\l a + b \r \l b+c \r}\;. \] Determine the final velocities of each of the three particles in the cases:
Let \(\f(x)=x^2+px+q\) and \(\g(x)=x^2+rx+s\,\). Find an expression for \(\f ( \g (x))\) and hence find a necessary and sufficient condition on \(a\), \(b\) and \(c\) for it to be possible to write the quartic expression \(x^4+ax^3+bx^2+cx+d\) in the form \(\f ( \g (x))\), for some choice of values of \(p\), \(q\), \(r\) and \(s\). Show further that this condition holds if and only if it is possible to write the quartic expression \(x^4+ax^3+bx^2+cx+d\) in the form \((x^2+vx+w)^2-k\), for some choice of values of \(v\), \(w\) and \(k\). Find the roots of the quartic equation \(x^4-4x^3+10x^2-12x+4=0\,\).
Solution: \begin{align*} && f(g(x)) &= (g(x))^2 + p(g(x)) + q \\ &&&= (x^2+rx+s)^2 + p(x^2+rx+s) + q \\ &&&= x^4 + 2rx^3 + (2s+r^2+p)x^2 +(2rs+pr)x + (s^2+ps+q) \end{align*} So we need \(2r=a ,2s+r^2+p = b, r(2s+p) = c\). (We have full control over \(d\) since we can always chance \(q\) only affecting \(d\). \begin{align*} && r &= \frac{a}{2} \\ && b-r^2 & =rc \\ && b - \frac{a^2}{4} & =\frac{ac}{2} \\ \Rightarrow && 4b-a^2&= 2ac \end{align*} Clearly this condition is necessary. It is sufficient since if it is true the equations are solveable. \((x^2+vx+w)^2 = x^4 + 2vx^3 + (2vw+v^2)x^2+2vw x + w^2\). We don't care about the constant term since we can control this with \(k\), so we just need to check \(4(2vw+v^2) - (2v)^2 = 8wv\) so this does satisfy the condition. The reverse is also clear. \begin{align*} && 0 &= x^4-4x^3+10x^2-12x+4 \\ &&&= (x^2-2x+3)^2-5 \\ \Rightarrow && 0 &= x^2 - 2x+3 \pm \sqrt{5} \\ && x &= \frac{2 \pm \sqrt{4 - 4(3 \pm \sqrt{5})}}{2} \\ &&&= 1 \pm \sqrt{\mp \sqrt{5} -2} \\ &&& = 1 \pm \sqrt{\sqrt{5}-2}, 1 \pm i\sqrt{\sqrt{5}+2} \end{align*}
Let \(P\) be the point on the curve \(y=ax^2+bx+c\) (where \(a\) is non-zero) at which the gradient is \(m\). Show that the equation of the tangent at \(P\) is \[ y-mx=c-\frac{(m-b)^2}{4a}\;. \] Show that the curves \(y=a_1 x^2+b_1 x+c_1\) and \(y=a_2 x^2+b_2 x+c_2\) (where \(a_1\) and \(a_2\) are non-zero) have a common tangent with gradient \(m\) if and only if \[ (a_2 -a_1 )m^2 + 2(a_1 b_2-a_2 b_1)m + 4a_1 a_2(c_2-c_1)+ a_2 b_1^2-a_1 b_2 ^2=0\;. \] Show that, in the case \(a_1 \ne a_2 \,\), the two curves have exactly one common tangent if and only if they touch each other. In the case \(a_1 =a_2\,\), find a necessary and sufficient condition for the two curves to have exactly one common tangent.
Solution: \begin{align*} && y' &= 2ax+b \\ \Rightarrow && m &= 2ax_t+b \\ \Rightarrow && x_t &= \frac{m-b}{2a} \end{align*} Therefore we must have \begin{align*} mx_t &= 2ax_t^2+bx_t \\ y - mx &= ax_t^2+bx_t+c - mx_t \\ &= ax_t^2+bx_t+c - (2ax_t^2+bx_t) \\ &= c - ax_t^2 \\ &= c-a\left (\frac{m-b}{2a} \right)^2 \\ &= c - \frac{(m-b)^2}{4a} \end{align*} They will have a common tangent if and only if the constant terms are equal, ie \begin{align*} && c_1 - \frac{(m-b_1)^2}{4a_1} &= c_2 - \frac{(m-b_2)^2}{4a_2} \\ \Leftrightarrow && (c_1-c_2) &= \frac{(m-b_1)^2}{4a_1} -\frac{(m-b_2)^2}{4a_2} \\ \Leftrightarrow && 4a_1a_2(c_1-c_2) &= a_2(m-b_1)^2-a_1(m-b_2)^2 \\ &&&= (a_2-a_1)m^2+2(a_1b_2-a_2b_1)m+a_2b_1^2-a_1b_2^2 \end{align*} as required. Treating this as a polynomial in \(m\), we can see that the two curves will have exactly one common tangent iff \(\Delta = 0\), ie: \begin{align*} && 0 &= \Delta \\ &&&= (2(a_1b_2-a_2b_1))^2 - 4 (a_2-a_1)(4a_1 a_2(c_2-c_1)+ a_2 b_1^2-a_1 b_2 ^2) \\ &&&= 4a_1^2b_2^2-8a_1a_2b_1b_2+4a_2b_1^2 - 4a_2^2b_1^2-4a_1^2b_2^2 + 4a_1a_2(b_1^2+b_2^2)-16(a_2-a_1)a_1a_2(c_2-c_1) \\ &&&=-8a_1a_2b_1b_2+4a_1a_2(b_1^2+b_2^2)-16(a_2-a_1)a_1a_2(c_2-c_1) \\ &&&=a_1a_2(4(b_1-b_2)^2-16(a_2-a_1)(c_2-c_1)) \\ &&&= 4a_1a_2((b_2-b_1)^2 - 4(a_2-a_1)(c_2-c_1) \end{align*} But this is just the discriminant of the difference, ie equivalent to the two parabolas just touching. (Assuming \(a_1-a_2 \neq 0\) and we do end up with a quadratic). If \(a_1 = a_2 = a\) then we need exactly one solution to \(2a(b_1-b_2)m +4a^2(c_2-c_1)+a(b_1^2-b_2^2) = 0\), ie \(b_1 \neq b_2\).
Show that if \(\displaystyle \int\frac1{u \, \f(u)}\; \d u = \F(u) + c\;\), then \(\displaystyle \int\frac{m}{x \, \f(x^m)} \;\d x = \F(x^m) + c\;\), where \(m\ne0\). Find:
Solution: \begin{align*} u = x^m, \d u = m x^{m-1} && \int \frac{m}{x f(x^m)} \d x &= \int \frac{m x^{m-1}}{uf(u)} \d x \\ &&&= \int \frac{1}{u f(u)} \d u \\ &&&= F(u) + c \\ &&&= F(x^m) + c \end{align*}
Solution:
Solution:
Differentiate \(\sec {t}\) with respect to \(t\).
Solution: \[\frac{\d}{\d t} \left ( \sec t \right) = \frac{\sin t }{\cos^2 t} = \sec t \tan t \]
Find all real values of \(x\) that satisfy:
Solution:
Given a sequence \(w_0\), \(w_1\), \(w_2\), \(\ldots\,\), the sequence \(F_1\), \(F_2\), \(\ldots\) is defined by $$F_n = w_n^2 + w_{n-1}^2 - 4w_nw_{n-1} \,.$$ Show that $\; F_{n}-F_{n-1} = \l w_n-w_{n-2} \r \l w_n+w_{n-2}-4w_{n-1} \r \; \( for \)n \ge 2\,$.
The first question on an examination paper is: Solve for \(x\) the equation \(\displaystyle \frac 1x = \frac 1 a + \frac 1b \;.\) where (in the question) \(a\) and \(b\) are given non-zero real numbers. One candidate writes \(x=a+b\) as the solution. Show that there are no values of \(a\) and \(b\) for which this will give the correct answer. The next question on the examination paper is: Solve for \(x\) the equation \(\displaystyle \frac 1x = \frac 1 a + \frac 1b +\frac 1c \;.\) where (in the question) \(a\,\), \(b\) and \(c\) are given non-zero numbers. The candidate uses the same technique, giving the answer as \(\displaystyle x = a + b +c \;.\) Show that the candidate's answer will be correct if and only if \(a\,\), \(b\) and \(c\) satisfy at least one of the equations \(a+b=0\,\), \(b+c=0\) or \(c+a=0\,\).
Solution: Suppose \begin{align*} && \frac{1}{a+b} &= \frac{1}{a} + \frac{1}{b} \\ \Rightarrow && ab &= b(a+b)+a(a+b) \\ &&&= (a+b)^2 \\ \Rightarrow && 0 &= a^2+ab + b^2 \\ &&&= \tfrac12 (a^2+(a+b)^2+b^2) \end{align*} Which clearly has no solution for non-zero \(a,b\). Suppose \begin{align*} && \frac{1}{a+b+c} &= \frac1a + \frac1b+\frac1c \\ \Leftrightarrow && abc &= (a+b+c)(bc+ca+ab) \\ \Leftrightarrow && 0 &= (a+b+c)(bc+ca+ab) - abc \\ &&&= (a+b)(b+c)(c+a) \end{align*} Therefore it is true iff \(a+b = 0\) or \(b+c=0\) or \(c+a =0\) as required.
Given that \(x+a>0\) and \(x+b>0\,\), and that \(b>a\,\), show that \[ \frac{\mathrm{d} \ }{\mathrm{d} x} \arcsin \left ( \frac{x + a }{ \ x + b} \right) = \frac{ \sqrt{\;b - a\;}} {( x + b ) \sqrt{ a + b + 2x} \ \ } \] and find $\displaystyle \frac{\mathrm{d} \ }{ \mathrm{d} x} \; \mathrm{arcosh} \left ( \frac{x + b }{ \ x + a} \right)$. Hence, or otherwise, integrate, for \(x > -1\,\),
Solution: \begin{align*} \frac{\mathrm{d} \ }{\mathrm{d} x} \arcsin \left ( \frac{x + a }{ \ x + b} \right ) &= \frac{1}{\sqrt{1-\left ( \frac{x + a }{ \ x + b} \right )^2}} \left ( \frac{b-a}{(x+b)^2} \right) \\ &= \frac{b-a}{(x+b)\sqrt{(x+b)^2-(x+a)^2}} \\ &= \frac{b-a}{(x+b)\sqrt{(b-a)(2x+b+a)}} \\ &= \frac{\sqrt{b-a}}{(x+b)\sqrt{a+b+2x}} \\ \\ \frac{\mathrm{d} \ }{ \mathrm{d} x} \; \mathrm{arcosh} \left ( \frac{x + b }{ \ x + a} \right) &= \frac{1}{\sqrt{\left ( \frac{x + b }{ \ x + a} \right)^2-1}} \left ( -\frac{b-a}{(x+a)^2} \right) \\ &= -\frac{b-a}{(x+a)\sqrt{(x+b)^2-(x+a)^2}} \\ &= -\frac{b-a}{(x+a)\sqrt{(b-a)(a+b+2x)}} \\ &= -\frac{\sqrt{b-a}}{(x+a)\sqrt{a+b+2x}} \end{align*}
A curve is defined parametrically by \[ x=t^2 \;, \ \ \ y=t (1 + t^2 ) \;. \] The tangent at the point with parameter \(t\), where \(t\ne0\,\), meets the curve again at the point with parameter \(T\), where \(T\ne t\,\). Show that \[ T = \frac{1 - t^2 }{2t} \mbox { \ \ \ and \ \ \ } 3t^2\ne 1\;. \] Given a point \(P_0\,\) on the curve, with parameter \(t_0\,\), a sequence of points \(P_0 \, , \; P_1 \, , \; P_2 \, , \ldots\) on the curve is constructed such that the tangent at \(P_i\) meets the curve again at \(P_{i+1}\). If \(t_0 = \tan \frac{ 7 } {18}\pi\,\), show that \(P_3 = P_0\) but \(P_1\ne P_0\,\). Find a second value of \(t_0\,\), with \(t_0>0\,\), for which \(P_3 = P_0\) but \(P_1\ne P_0\,\).