Define the two sets $$ U:=\left\{(x,y)\in \mathbb{R}^2:\frac{1}{\sqrt{2}}<x^2+y^2\right\}\\[20pt] M:=\{(x,y)\in \mathbb{R}^2:x^2+y^2+\sin(x)=2\} $$
Then $ U $ is an open surrounding of $ M $.
I plotted both sets in Desmos to get an impression of these sets. My first attempt was to choose for each point $ a\in M $ an open ball
$$ U_{\frac{1}{10}}(a):=\left\{v\in \mathbb{R}^2:\|v-a\|_2<\frac{1}{10}\right\} $$
with radius $ \frac{1}{10} $.
But I already fail to show for all $ a:=(a_1,a_2)\in M $ the relation $ U_{\frac{1}{10}}(a)\subseteq U $. So if I take an arbitrary $ v:=(v_1,v_2)\in U_{\frac{1}{10}}(a) $ then I get at first $$ a_1^2+a_2^2+\sin(a_1)=2\\v_1^2+v_2^2+a_1^2+a_2^2-2(v_1a_1+a_2v_2)=(v_1-a_1)^2+(v_2-a_2)^2<\frac{1}{100}. $$
And I want to get the relation $ v_1^2+v_2^2>\frac{1}{\sqrt{2}} $. But how?