I have the following:
\begin{tikzpicture}[line cap=round,line join=round]
\draw[dashed,domain=0:9,samples=20] plot (\x,{1/(\x+.5)+3});
\draw[dashed,domain=0:9,samples=20] plot (\x,-{1/(\x+.5)+2});
\end{tikzpicture}
Is it possible to properly join the two ends of each curve to obtain a nice final dashed line surrounding the domain defined by the two curves?
