\documentclass[a4paper,12pt]{article}
\setlength\oddsidemargin{0pt} \setlength\evensidemargin{0pt}
\setlength\topmargin{0pt}
\begin{document}
\parindent=0pt
{\bf Exam Question

Topic: Arc Length}

Calculate the length of the curve given by $$x=t^2,y=2t,(0\le t\le
1).$$ Give your answer both in exact form and also as an
approximation rounded to four decimal places, using your
calculator. \vspace{0.5in}

{\bf Solution}


$$L=\int_0^1\sqrt{x'(t)^2+y'(t)^2}\ dt =\int_0^1\sqrt{4t^2+4}\ dt
= 2\int_0^1\sqrt{t^2+1}\ dt $$

Let $t=\sinh u;dt=\cosh u\ du.$

\begin{eqnarray*} L & = & \int_0^{\sinh^{-1}1}2\cosh^2u\ du \\ & = &
\int_0^{\sinh^{-1}1}(1+\cosh 2u\ du \\ & = & \left[u+\frac{\sinh
2u}{2}\right]_0^{\sinh^{-1}1}\\ & = & \left[u+\sinh u\cosh u
\right]_0^{\sinh^{-1}1} \\ & = &
\sinh^{-1}1+1.\cosh\left(\sinh^{-1}1\right) \\ & = &
\sinh^{-1}1+\sqrt{1+\sinh^2\left(\sinh^{-1}1\right)} \\ & = &
\sinh^{-1}1+\sqrt{2}=2.2956\ \mathrm{(4\ d.p.)}
\end{eqnarray*}








\end{document}
