\documentclass[a4paper,12pt]{article}
\usepackage{epsfig}
\newcommand{\un}{\underline}
\begin{document}
\parindent=0pt

\begin{center}
\textbf{Vector Functions and Curves}

\textit{\textbf{Applications}}
\end{center}

\textbf{Question}

If an object moves with position vector $\underline{r}(t)$ satisfying
$$\frac{d\underline{r}}{dt} = \underline{a} \times (\un{r}(t)
-\un{b})$$
and with $\un{r}(0)=\un{r}_0$.

$\un{a}$, $\un{b}$ and $\un{r}_0$ are constant vectors with $\un{a}\ne
0$.

Describe the path along which this object moves.


\textbf{Answer}

\begin{eqnarray*}
\frac{d}{dt} |\un{r}-\un{b}|^2 & = & 2(\un{r} - \un{b})\bullet
\frac{d\un{r}}{dt}\\
& = & 2(\un{r}-\un{b})\bullet (\un{a}\times(\un{r}-\un{b}))\\
& = & 0
\end{eqnarray*}
$\Rightarrow |\un{r} -\un{b}|$ is constant.

For all $t$, the object will lie on the sphere with radius $\un{r}_0
-\un{b}$ and centered at the point with position vector $\un{b}$.

$$\frac{d}{dt}(\un{r}-\un{r}_0)\bullet\un{a} = (\un{a}\times
(\un{r}-\un{b})) \bullet\un{a} =0$$
$\Rightarrow \un{r}-\un{r}_) \perp \un{a}$

For all $t$, the object will lie on the plane which passes through
$\un{r}_0$ and has normal $\un{a}$.

So the path of the object is the intersection of the plane and the
sphere. I.e. it lies on the circle of intersection between the sphere
and the plane.

Thus the angle between $\un{r}-\un{b}$ and $\un{a}$ must be constant.

$\Rightarrow \left | \frac{d\un{r}}{dt} \right |$ is constant.

So the path is the entire circle of intersection.  

\end{document}













