\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt

{\bf Question}

Water flows into a reservoir from a river at the rate of $R \,
{\rm kgs}^{-1}.$ The outflow from the reservoir is $kd \, {\rm
kgs}^{-1},$ where $d$ is the depth of the reservoir and $k (>0)$
is a constant.  Assuming that the reservoir is a cylinder with
cross-sectional area $A$ and depth $d$ find the depth of the
reservoir as a function of time if it initially has a depth $d_0.$

\vspace{.25in}

{\bf Answer}

$$$$
\begin{center}
\setlength{\unitlength}{.5in}
\begin{picture}(3,0.5)
\put(0,0.5){\vector(1,0){0.5}}

\put(0.5,0.5){\line(1,0){0.5}}

\put(1.2,0.25){\line(1,0){1}}

\put(1.2,0,25){\line(0,1){0.5}}

\put(1.2,0.75){\line(1,0){1}}

\put(2.2,0.25){\line(0,1){0.5}}

\put(2.4,0.25){\vector(0,1){0.5}}

\put(2.4,0.75){\vector(0,-1){0.5}}

\put(2.5,0.5){\makebox(0,0)[l]{$d(t)$}}

\put(3.2,0.5){\makebox(0,0)[l]{$\longrightarrow$}}

\put(4,0.5){\makebox(0,0){$kd$}}

\put(0.3,0.8){\makebox(0,0)[l]{$R$}}

\end{picture}
\end{center}

Mass is conserved, so $\ds \frac{dm}{dt} =$ net inflow; $m = Ad
\rho$

$\ds A \rho \dot d = R - kd$

This differential equation for $d$ has the solution:

$\ds d(t) = \frac{R}{k} - B\exp\left(-\frac{k}{A\rho}t\right)$

Now d(0) = d$_0$ therefore $\ds d = \frac{R}{k} + \left( d_0 -
\frac{R}{k} \right) \exp\left(- \frac{kt}{A\rho}\right)$



\end{document}
