\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt

{\bf Question}

A particle moves along the curve ${\bf r}  =  (t^2 + 1) {\bf i} +
(3t -2) {\bf j} + (2t^3 - 4t^2) {\bf k}$.  Find the velocity,
acceleration, speed and magnitude of the acceleration at $t=2$.

\vspace{.25in}

{\bf Answer}

\begin{eqnarray*} {\bf r} & = & (t^2 + 1) {\bf i} + (3t -2) {\bf
j} + (2t^3 - 4t^2) {\bf k} \\ {\bf v} = \dot {\bf r} & = & 2t{\bf
i} + 3{\bf j} + (6t^2 - 8t){\bf k} \\ {\bf v} & = & 4{\bf i} +
3{\bf j} + 8{\bf k} {\rm \ \ \ \ \ \ \ \ \ \ at\ } t = 2 \\ {\bf
a} = \ddot {\bf r}& = & 2{\bf i} + (12t - 8) {\bf k} \\ & = &
2{\bf i} + 16{\bf k} {\rm \ \ \ \ \ \ \ \ \ \ \ \ \ \ at\ } t = 2
\end{eqnarray*}



\end{document}
