I am doing this question as a continuation of this following
I don't know well how draw the plot of $\sqrt{|x|}+\sqrt{|y|}=1$. My idea: $$\sqrt{|x|}+\sqrt{|y|}=1\implies \sqrt{|y|}=1-\sqrt{|x|}$$ The last tells me that, since $\sqrt{|y|}\geq 0$ then necessarily $1-\sqrt{|x|}\geq 0\iff -1\leq x\leq 1$. Now squaring the last equation I will have: $$|y|=(1-\sqrt{|x|})^2$$ Now I have some doubts: I know that $|y|=\begin{cases} y \,\,\,\,\,\,,if \,\,\,\,\,y\geq 0\\ -y \,\,\,\,\,\,,if\,\,\,\,\, y\leq 0\end{cases}$
But now how can I use this fact in rewriting the equation? Is the following right? $$y=\begin{cases} (1-\sqrt{|x|})^2\,\,\,, if \,\,y\geq 0\\ -(1-\sqrt{|x|})^2\,\,\,, if \,\,y<0\end{cases}$$ So in essence under $x$ axis I will consider the equation with minus sign and over the equation with $+$?
just plot the graph in the first quadrant and then flip it to all 4 quadrants.
you are guaranteed to get the accurate graph.
here's why the flipping works :
consider $\sqrt{x}+\sqrt{y}=1$
you can only plug in positive x's and output will be positive y's only.
now consider $\sqrt{|x|}+\sqrt{y}=1$
we can put in both positive and negative x values but we can only get positive y values. note carefully that putting $+x$ or $-x$ will not affect the output y value.
now take $\sqrt{|x|}+\sqrt{|y|}=1$
here we can put any kind of x, positive or negative but we get two corresponding y's, potive and negative.
thus we can stretch our domain and range to all real numbers.
so all we do is plot $\sqrt{x}+\sqrt{y}=1$
the final plot is this :