\usepackage{tikz}
\usetikzlibrary{arrows.meta,positioning}
\begin{document}
\def\R{8}
\def\Rp{7.8}
\def\CC{10}
\centering
\begin{tikzpicture}[line cap=round,line join=round,x=1.0cm,y=1.0cm]
\clip(-10,-10) rectangle (10,10);
\drawcolor=gray, line width=3pt,dash pattern=on 7pt off 7pt --(0,-10);
\begin{scope}[rotate=11]
\foreach \C in {2,3,4}{
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(\x,{sqrt( abs((\x)^(4/3)\C-(\x)^(2)))});
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(-\x,{sqrt(abs((\x)^(4/3)\C-(\x)^(2)))});
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(\x,{-sqrt(abs((\x)^(4/3)\C-(\x)^(2)))});
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(-\x,{-sqrt(abs((\x)^(4/3)\C-(\x)^(2)))});
\draw[-{Stealth[scale=3]},draw opacity=0] ({\C^(3/2)},0) -- ({\C^(3/2)},0.25);
\draw[-{Stealth[scale=3]},draw opacity=0] ({-\C^(3/2)},0) -- ({-\C^(3/2)},0.25);}
\foreach \C in {6,10,25}{
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(\x,{sqrt( abs((\x)^(4/3)\C-(\x)^(2)))});
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(-\x,{sqrt(abs((\x)^(4/3)\C-(\x)^(2)))});
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(\x,{-sqrt(abs((\x)^(4/3)\C-(\x)^(2)))});
\draw[line width=2.pt,smooth,samples=200,domain=0:{\C^(3/2)}] plot(-\x,{-sqrt(abs((\x)^(4/3)\C-(\x)^(2)))});%}
\draw[-{Stealth[scale=3]},draw opacity=0] ({\R^(3/2)\C^(-3/4)},{\Rsqrt(1-\R\C^(-3/2))})--
({\Rp^(3/2)\C^(-3/4)},{\Rpsqrt(1-\Rp\C^(-3/2))});
\draw[-{Stealth[scale=3]},draw opacity=0] ({-\R^(3/2)\C^(-3/4)},{\Rsqrt(1-\R\C^(-3/2))})--
({-\Rp^(3/2)\C^(-3/4)},{\Rpsqrt(1-\Rp\C^(-3/2))});
\draw[-{Stealth[scale=3]},draw opacity=0] ({\Rp^(3/2)\C^(-3/4)},{-\Rpsqrt(1-\Rp\C^(-3/2))})--
({\R^(3/2)\C^(-3/4)},{-\Rsqrt(1-\R\C^(-3/2))});
\draw[-{Stealth[scale=3]},draw opacity=0]({-\Rp^(3/2)\C^(-3/4)},{-\Rpsqrt(1-\Rp\C^(-3/2))})--
({-\R^(3/2)\C^(-3/4)},{-\Rsqrt(1-\R\C^(-3/2))});
}
\draw[line width=2pt] (0,-10) -- (0,10);
\draw-{Stealth[scale=3]},draw opacity=0--(0,\Rp);
\draw-{Stealth[scale=3]},draw opacity=0--(0,-\R);
\drawcolor=red, fill=redrectangle (1,3);
\draw [color=white] (0,1.5) node{\Large S} ;
\drawcolor=blue, fill=bluerectangle (1,-3);
\draw[color=white] (0,-1.5) node{\Large N} ;
\end{scope}
\drawcolor=blue, line width=3pt circle (4);
\drawcolor=blue, line width=3pt,dash pattern=on 7pt off 7pt --(4,0);
\begin{scope}[rotate=11]
\draw-Stealth,color=red,line width=2pt--(4.1,0.5);
\draw-Stealth,color=red,line width=2pt--(0,4);
\draw-Stealth,color=red,line width=2pt--(0,-5);
\draw[-Stealth,color=red,line width=2pt] (4.48081,1.68121)
--(3.50953,1.91916);
\draw-Stealth,color=red,line width=2pt
-- (4.48081,-1.68121);
\draw-Stealth,color=red,line width=2pt
-- (2.08677,3.41253);
\draw-Stealth,color=red,line width=2pt
--(2.83512,-4.07584);
\end{scope}
\end{tikzpicture}
\end{document}
clipthe picture. – Jun 17 '16 at 17:27