\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}

Find the velocity, speed and acceleration of the particle with
position given by $\un{r}(t)$ at time
$t$. Also determine the particles path.

$$\underline{r}=t^2\underline{i}+\underline{k}$$


\textbf{Answer}

Position: $\underline{r}=t^2\underline{i}+\underline{k}$

Velocity: $\underline{v}=2t\underline{i}$

Speed: $\it{v}=2|t|$

Acceleration: $\underline{a}=2\underline{i}$

Path: the line $z=1$, $y=0$.


\end{document}
