\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt

{\bf Question}

A projectile moves under gravity near the earths surface such that
its distance from its point of projection is always increasing.
Find the maximum angle above the horizontal with which the
particle could have been thrown.  (Assume no air resistance).

\vspace{.25in}

{\bf Answer}

$$$$

\begin{center}
\setlength{\unitlength}{.5in}
\begin{picture}(2.5,2)

\put(0,0){\vector(0,1){2}}

\put(0,0){\vector(1,0){2}}

\put(2.2,0){\makebox(0,0){$x$}}

\put(0,2.2){\makebox(0,0){$y$}}

\put(0,0){\vector(1,1){1}}

\put(0,0){\line(1,1){1.2}}

\put(0.4,0.2){\makebox(0,0){$\alpha$}}

\put(1.3,1.3){\makebox(0,0){$V$}}

\put(1.62,1.4){$\bullet$}

\put(1.7,1.5){\vector(0,-1){1}}

\put(2,1.4){\makebox(0,0){$mg$}}

\end{picture}
\end{center}

Use Newton's second law and integrate to obtain

$x = (V \cos \alpha) t$ and $y = (V\sin \alpha) t -
\frac{1}{2}gt^2$

The Distance of the particle from 0 is $r = \sqrt{x^2 + y^2}$

We require that $r$ is always increasing with time: $\ds \dot r =
\frac{x \dot x + y \dot y}{r} >0$

Now $\ds x \dot x + y \dot y = \frac{1}{2} g^2 t^3 - \frac{3}{2}g
V \sin \alpha t^2 + V^2t$

Now $\dot r = 0$ when $\ds t = \frac{3}{2} \frac{V \sin \alpha}{g}
\pm \frac{V}{2g}\sqrt{9 \sin^2 \alpha - 8}$

We want to choose $\alpha$ so that no such $t$ exists i.e. to
ensure that the above $t$ is not real.  This occurs when $9 \sin^2
\alpha
<8$ Thus $\alpha < 70.8 ^\circ$




\end{document}
