2 problems found
Solution:
A particle \(P\) moves so that, at time \(t\), its displacement \( \bf r \) from a fixed origin is given by \[ {\bf r} =\left( \e^{t}\cos t \right) {\bf i}+ \left(\e^t \sin t\right) {\bf j}\,.\] Show that the velocity of the particle always makes an angle of \(\frac{\pi}{4}\) with the particle's displacement, and that the acceleration of the particle is always perpendicular to its displacement. Sketch the path of the particle for \(0\le t \le \pi\). A second particle \(Q\) moves on the same path, passing through each point on the path a fixed time \(T\) after \(P\) does. Show that the distance between \(P\) and \(Q\) is proportional to \(\e^{t}\).
Solution: \begin{align*} && {\bf r} &=\left( \e^{t}\cos t \right) {\bf i}+ \left(\e^t \sin t\right) {\bf j} \\ \Rightarrow && \dot{\bf r} &= \left( \e^{t}\cos t -\e^t \sin t\right) {\bf i}+ \left(\e^t \sin t+\e^t \cos t\right) {\bf j} \\ \Rightarrow && \mathbf{r}\cdot\dot{ \mathbf{r}} &= e^{2t}(\cos^2 t - \sin t \cos t) + e^{2t}(\sin^2 t+ \sin t \cos t) \\ &&&= e^{2t} (\cos^2 t + \sin ^2 t)\\ &&&= e^{2t} \\ \\ && | {\bf r}| &= e^{t} \\ && |{\bf \dot{r}}| &= e^t \sqrt{(\cos t - \sin t)^2 + (\sin t + \cos t)^2} \\ &&&= e^t \sqrt{2 \cos^2 t + 2 \sin^2 t} \\ &&&= \sqrt{2} e^t \\ \\ \Rightarrow && \frac{\mathbf{r}\cdot\dot{ \mathbf{r}}}{ |{\bf {r}}| |{\bf \dot{r}}|} &= \frac{e^{2t}}{\sqrt{2}e^te^t} \\ &&&= \frac{1}{\sqrt{2}} \end{align*} Therefore the angle between the velocity and displacement is \(\frac{\pi}{4}\). \begin{align*} && \ddot{\bf{r}} &= \left( \e^{t}(\cos t - \sin t) - \e^t (\sin t + \cos t)\right) {\bf i}+ \left(\e^t (\sin t + \cos t) + \e^t(\cos t - \sin t)\right) {\bf j} \\ &&&= \left ( -2\e^{t} \sin t \right) {\bf i}+ \left ( 2\e^{t} \cos t \right) {\bf j} \\ \Rightarrow && {\bf r} \cdot \ddot{\bf{r}} &= 2e^{2t} \left ( -\sin t \cos t + \sin t \cos t \right) \\ &&&= 0 \end{align*} Therefore the acceleration is perpendicular.