\documentclass[a4paper,12pt]{article}
\usepackage{epsfig}
\newcommand{\ds}{\displaystyle}
\setlength{\textwidth}{6.5in} \setlength{\textheight}{9in}
\setlength{\topmargin}{-.25in} \setlength{\oddsidemargin}{-.25in}
\newcommand\br{\textbf{R}}
\pagestyle{empty}
\begin{document}

\parindent=0pt

\bf{Question}

\quad  In each case sketch the curve $\gamma$ and find its total
path length:

\medskip
\begin{tabular}{rl}
\hspace{1.5cm}(i)&\ $\gamma(t)=(2\cos t+\cos2t,2\sin t-\sin2t)$,
\quad$0\le t\le2\pi$;\\ (ii)&\
$\gamma(t)=(\sin^3t,\cos^3t)$,\quad$0\le t\le2\pi$.
\end{tabular}



\bf{Answer}

\begin{description}
\item{(i)}
Hypocycloid: point of radius 1 rolling inside a circle of radius
3.

\begin{center}
\epsfig{file=342-4A-11.eps, width=50mm}
\end{center}

\begin{eqnarray*}
\gamma'(t) & = & (-2\sin t - 2 \sin 2t, 2\cos t - 2\cos 2t)\\ \|
\gamma'(t) \|^2 & = & 4(1 + \sin t \sin 2t - 2\cos t \cos 2t +
1)\\ & = & 8(1-\cos 3t)\\ \Rightarrow  \textrm{length} & = &
\int_0^{2\pi} \sqrt{8} (1-\cos 3t)^{\frac{1}{2}} \,dt\\ & = &
\sqrt{8} \sqrt{2} \int_0^{2\pi} \underbrace{\left | \sin
\frac{3t}{2} \right | }_{note!} \,dt\\ & = & 4 \times 3
\int_0^{\frac{2\pi}{3}} \sin \frac{3t}{2} \,dt =16
\end{eqnarray*}

\item{(ii)}
\begin{eqnarray*}
x & = & s^3\\ y & = & c^3\\ \| \gamma'(t) \| & = & \| ( 3s^2c,
-3c^2s) \|\\ & = & 3 |sc|\\ \Rightarrow  \textrm{length} & = & 4
\int_0^{2\pi} \frac{3}{2} \sin 2t \,dt\\ & = & 4 \left [ -
\frac{3}{4} \cos 2t \right ]_0^{2\pi} = 6
\end{eqnarray*}
\end{description}


\end{document}
