\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}

Show that if the scalar product of the velocity and acceleration of an
object in motion is negative (or positive) then the speed of the
object is decreasing (or increasing).

\textbf{Answer}

$$\frac{d}{dt}|\underline{v}|^2 = \frac{d}{dt}\underline{v}\bullet
\underline{v} =2\underline{v} \bullet \underline{v}$$

Speed $\it{v}=|\underline{v}|$

If $\underline{v} \bullet \underline{a} > 0$ then the speed is
increasing.

If $\underline{v} \bullet \underline{a} < 0$ then the speed is
decreasing.


\end{document}
