Please I need the code tikz for this figure.
I have this code but it's not correct :
[![\begin{figure}
\begin{tikzpicture}\[x=1.5cm,y=1.5cm\]
\draw\[thick\] plot\[domain=-100:40,samples=100\] ({3.5*cos(\x)},{1.5*sin(\x)+.3*cos(2*\x)}) node {$Q$};
\foreach \x/\i in {-40/j,-70/i} {
\draw\[thick\] ({2.5*cos(\x)},{1*sin(\x)+.15*cos(2.2*\x)}) circle(.4);
\draw\[thick,dotted\] ({2.5*cos(\x)},{1*sin(\x)+.15*cos(2.2*\x)}) circle(.5);
\draw ({2.5*cos(\x)},{1*sin(\x)+.15*cos(2.2*\x)}) node {$\varphi_{\delta}^{\pm}$};
\draw ({2.5*cos(\x)},{1*sin(\x)+.15*cos(2.2*\x)})++(-.37,.6) node {$U_{\delta}^{\pm}$};
\draw ({2.5*cos(\x)},{1*sin(\x)+.15*cos(2.2*\x)})++(-.1,.2) node {$K_{\delta}^{\pm}$};
\end{tikzpicture}
\caption{The contruction of cut-off functions}\label{Fig4}
\end{figure}][1]][1]
Thank you

