
\documentclass{article}
\usepackage{tikz}
\usepackage{xepersian}
    \begin{document}
  \begin{tikzpicture}
\draw  [<->,  line width=1pt]   (0,-0.25) .. controls (1,-0.75) and (1.5,-1) .. (3,-0.25);
   \node   at (0,0) {1};
    \node  at (3,0) {0};
%%%%%%%%%%%%%%%%%%%%%%%%%
    \node   at (0.5,0) {0};
    \node   at (3.5,0) {0};
%%%%%%%%%%%%%%%%%%%%%%%%%
     \node   at (1,0) {0};
     \node   at (4,0) {0};
\draw  [<->,  line width=1pt]   (1.5,0.25) .. controls (2.5,0.75) and (3,1) .. (4.5,0.25);
       \node   at (1.5,0) {1};
        \node   at (4.5,0) {0};
%%%%%%%%%%%%%%%%%%%%%%%%%
\draw  [<->,  line width=1pt,]   (2,0.25) .. controls (2.5,0.75) and (4,1) .. (5,0.25);
          \node   at (2,0) {0};
           \node   at (5,0) {1};
\end{tikzpicture}
\end{document}