\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{j}+t\underline{k}$$

\textbf{Answer}

Position: $\underline{r}=t^2\underline{j}+t\underline{k}$

Velocity: $\underline{v}=2t\underline{j}+\underline{k}$

Speed: $\it{v}=\sqrt{4t^2+1}$

Acceleration: $\underline{a}=2\underline{j}$

Path: the parabola $y=z^2$ in the plane $x=0$.

\end{document}
