\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt

{\bf Question}

A particle of mass $m$ hangs vertically on the end of a spring of
stiffness $k$ and natural length $l$.  The particle is displaced
vertically downwards a distance $\frac{l}{2}$ and released from
rest.
\begin{description}
\item[(a)] What is the maximum height achieved  by the particle in
the subsequence motion?
\item[(b)] Show that the particle oscillates up and down with a
frequency $\ds \sqrt{\frac{k}{m}}.$
\end{description}
\vspace{.25in}

{\bf Answer}

\setlength{\unitlength}{.5in}
\begin{picture}(3,6)

\put(1,0){\vector(0,1){2}} \put(1,0){\vector(0,-1){0}}
\put(0.95,1){$\bullet$} \put(1,1){\line(0,1){2}}
\put(1,3){\line(2,1){.3}} \put(1.3,3.15){\line(-2,1){.6}}
\put(.7,3.45){\line(2,1){.6}} \put(1.3,3.75){\line(-2,1){.6}}
\put(.7,4.05){\line(2,1){.3}} \put(1,4.2){\line(0,1){.8}}
\put(0,5){\line(1,0){2}}  \put(.2,5){\line(1,1){.3}}
\put(.5,5){\line(1,1){.3}} \put(.8,5){\line(1,1){.3}}
\put(1.1,5){\line(1,1){.3}} \put(1.4,5){\line(1,1){.3}}
\put(1.7,5){\line(1,1){.3}} \put(1.5,1){\vector(0,1){4}}
\put(1.5,1){\vector(0,-1){0}} \put(1.6,3){$x$} \put(1.1,0){$mg$}
\put(-.2,1.8){$k(x-l)$}

\end{picture}

\bigskip
Using Newton's 2nd law:
\begin{eqnarray*} m \ddot x & = & mg - k(x - l) \\ \ddot x & =
& g + \frac{kl}{m} - {k}{m} x \hspace{.1in}(*) \\ {\rm Energy:\
K.E. + P.E.} & = & {\rm constant} \\ \frac{1}{2} m \dot x^2 +
\frac{1}{2}k(x - l)^2 & = & 0 + \frac{1}{2} k\left(\frac{3}{2}l -
l\right)
\end{eqnarray*}

Since initially $\dot x = 0$ and $x = \frac{3}{2}l$

\begin{description}
\item[(a)]
At the maximum height  $v = 0.$

Therefore $\ds \frac{1}{2} k(x - l)^2 = \frac{1}{2} k \left(
\frac{l}{2} \right) ^2 \Rightarrow x = \frac{l}{2}$

\item[(b)]
Solving (*) gives: $\ds x = l + \frac{mg}{k} + A \cos
\left(\sqrt{\frac{k}{m}}t+ B\right),$ where A and B are constants
and the frequency is $\ds \sqrt{\frac{k}{m}}$
\end{description}



\end{document}
