Problems

Filters
Clear Filters

1 problem found

2018 Paper 2 Q10
D: 1600.0 B: 1500.0

A uniform elastic string lies on a smooth horizontal table. One end of the string is attached to a fixed peg, and the other end is pulled at constant speed \(u\). At time \(t=0\), the string is taut and its length is \(a\). Obtain an expression for the speed, at time \(t\), of the point on the string which is a distance \(x\) from the peg at time \(t\). An ant walks along the string starting at \(t=0\) at the peg. The ant walks at constant speed \(v\) along the string (so that its speed relative to the peg is the sum of \(v\) and the speed of the point on the string beneath the ant). At time \(t\), the ant is a distance \(x\) from the peg. Write down a first order differential equation for \(x\), and verify that \[ \frac{\d }{\d t} \left( \frac x {a+ut}\right) = \frac v {a+ut} \,. \] Show that the time \(T\) taken for the ant to reach the end of the string is given by \[uT = a(\e^k-1)\,,\] where \(k=u/v\). On reaching the end of the string, the ant turns round and walks back to the peg. Find in terms of \(T\) and \(k\) the time taken for the journey back.


Solution: Points always maintain a constant fraction of the distance from the start, so the point distance \(x\) from the start at time \(t\) is moving with speed \(\frac{x}{a+ut} u\) The point is moving with speed \(v+\frac{x}{a+ut} u\) or in other words \begin{align*} && \frac{\d x}{\d t} &= v + \frac{x}{a+ut}u \\ \Rightarrow && \frac{\d x }{\d t} - \frac{u}{a+ut} x &= v \\ \Rightarrow && \frac{1}{a+ut} \frac{\d x}{\d t} - \frac{u}{(a+ut)^2} x &= \frac{1}{a+ut} v\\ \Rightarrow && \frac{\d}{\d x} \left ( \frac{x}{a+ut} \right) &= \frac{v}{a+ut} \\ \Rightarrow && \frac{x}{a+ut} &=\frac{v}{u} \ln (a + ut) + C \\ t = 0, x = 0: && 0 &= \frac{v}{u} \ln a + C \\ \Rightarrow && x &= (a+ut) \frac{v}{u} \ln \left ( \frac{a+ut}{a} \right) \\ \\ \Rightarrow && 1 &= \frac{v}{u} \ln \left ( \frac{a+uT}{a} \right) \\ \Rightarrow && e^k &= 1 + \frac{uT}{a} \\ \Rightarrow && uT &= a(e^k-1) \end{align*} On the return journey, we have \begin{align*} && \frac{\d x}{\d t} &= \frac{x}{a+ut}u - v \\ \Rightarrow && \frac{\d x}{\d t} - \frac{u}{a+ut} x &= - v \\ \Rightarrow && \frac{\d }{\d x} \left ( \frac{x}{a+ut} \right) &= -\frac{v}{a+ut} \\ \Rightarrow &&f &= -\frac{v}{u} \ln(a+ut) + K \\ t = T, f = 1: && 1 &= -\frac{v}{u}\ln(a+uT) + K \\ \Rightarrow && f &= 1+\frac{v}{u}\ln \left ( \frac{a+uT}{a+ut} \right) \\ \Rightarrow && 0 &= 1+\frac{v}{u} \ln \left ( \frac{a+uT}{a+uT_2} \right) \\ \Rightarrow && e^k &= \frac{a+uT_2}{a+uT}\\ \Rightarrow && uT_2 &= (a+uT)e^k - a \\ \Rightarrow && T_2 - T &= \frac{1}{u} \left ( (a+uT)e^k - a - uT\right) \\ &&&= \frac{1}{u} \left ((a+a(e^k-1))e^k-a-a(e^k-1) \right) \\ &&&= \frac{1}{u} \left (ae^{2k} -ae^k \right) \\ &&&= \frac{ae^k}{u} \left ( e^k-1 \right) \\ &&&= Te^k \end{align*}