\documentclass[a4paper,12pt]{article}
\newcommand{\un}{\underline}
\usepackage{epsfig}
\begin{document}
\parindent=0pt

\begin{center}
\textbf{Vector Functions and Curves}

\textit{\textbf{One variable functions}}
\end{center}

\textbf{Question}

Given that the position and velocity vectors of a moving object are
always perpendicular, show that the objects' path lies on a sphere.


\textbf{Answer}

$$\frac{d}{dt}|\underline{r}|^2 = \frac{d}{dt}\underline{r} \bullet
\underline{r} = 2\underline{r} \bullet \underline{v} =0$$
$\Rightarrow$ $|\underline{r}|$ is constant.

Hence $\underline{r}(t)$ lies on a sphere which is centered at the
origin.

\end{document}
