I have drawn this figure:
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node[shape=circle,draw=black] (a1) at (0,0) {1};
\node[shape=circle,draw=black] (a2) at (5,0) {$2$};
\node[shape=circle,draw=black] (a3) at (3,1) {3};
\node[shape=circle,draw=black] (a4) at (2,-2) {4};
\node[shape=circle,draw=black] (a5) at (4,-1) {5};
\draw (a1) -- (a2);
\draw (a1) -- (a3);
\draw (a1) -- (a4);
\draw (a1) -- (a5);
\end{tikzpicture}
\end{figure}
However I need to add some dots and want it to be like this. Can someone please tell me how to add dots like below in my picture. Thanks a lot.
Below is the image I want my picture to appear to be.



start angle,end angle,radiusand how i use them? – Charlotte Jun 02 '20 at 13:54