I'm trying to understand how exactly this inequality represents the inner part of a circle:
$$3\sqrt{x^2+y^2}\leq 10-x^2-y^2$$
I tried taking the squares of both members but what I get in the end is this
$$-(x^4+y^4)+ 29x^2+29y^2 -2x^2y^2 \le 100$$
Which doesn't represent to me a circle, which is what WolframAlpha would plot to me when I plug in the first one
What am I missing?
Let $z=\sqrt{x^2+y^2}>0$ then
$$3\sqrt{(x^2+y^2)}\le 10-x^2-y^2 \iff 3z\le10-z^2 $$$$\iff z^2+3z-10 \le 0 \iff (z+5)(z-2)\le0$$
and since $z+5 >0$ the condition corresponds to
$$z-2 \le 0 \iff x^2+y^2\le 4$$