\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt

{\bf Question}

A rubber ball is dropped from rest onto a tile floor a distance
$h_1$ away.  The ball bounces up to a height $h_2$.  What is the
coefficient of restitution?

\vspace{.25in}

{\bf Answer}

The ball falls under gravity:

\setlength{\unitlength}{.5in}
\begin{picture}(1,1.5)
\put(0,0){\line(1,0){2}}

\put(0.5,0){\vector(0,1){1}}

\put(0.5,0){\vector(0,-1){0}}

\put(0.25,0.25){\makebox(0,0){y}}

\put(.9,.9){$\bullet$}

\put(1,0){\line(0,1){1}}

\end{picture}

\bigskip

By Newton's 2nd law:
\begin{eqnarray*} m \ddot y & = & -mg \\ mv \frac{dv}{dy} & =
& -mg \hspace {.1in} (v = \dot y) \\ \frac{1}{2} v^2 & = & -gy +
gh_1 \end{eqnarray*}

Hence on impact with the floor $\ds v = v_0 = \sqrt{2gh_1} $

Also if the ball has speed $v_1$ (upwards) just after impact, $\ds
v_1 = \sqrt{2gh_2}$

Now by differentiation  $\ds v_1 = ev_0 \Rightarrow e =
\frac{v_1}{v_0} = \sqrt{\frac{h_2}{h_1}}$



\end{document}
