
Aren't planes described by $(x,y,z)$?
I know that the point (2,0) satisfies a, and the point (1.5,4) satisfies b. But how would I turn these into equations and geometric descriptions?
I'm stuck.

Aren't planes described by $(x,y,z)$?
I know that the point (2,0) satisfies a, and the point (1.5,4) satisfies b. But how would I turn these into equations and geometric descriptions?
I'm stuck.
By the Pythagorean theorem, the distance between two points $(x,y)$ and $(a,b)$ is given by $\sqrt{(x-a)^2+(x-b)^2}$. The condition given in a) then translates to $$\sqrt{(x-4)^2+y^2}=\sqrt{(x-1)^2+y^2}.$$ We can solve this for $y$. Take the square and simplify to obtain $$y=\pm\sqrt{4-x^2}.$ This equation characterizes $S$. It is a circle around the origin with radius $2$.