Show $y= \sqrt{2x-x^2}$ maps out a circle of radius centered at the coordinate $(x,y) = (1,0)$. Further show that the circle is described by the equation $r = 2 \cos \phi$ ($\phi$ is defined to the x axis)
How am I suppose to approach this? I am aware that y and x have to a positive value $\sqrt{2x-x^2}$, but what does $r = 2 \cos \phi$ has to do with this?
First consider that
\begin{equation*} y = \sqrt{2x-x^{2}} \implies y^{2} = 2x-x^{2} \end{equation*}
and, completing the square for $2x-x^{2}$, we obtain
\begin{equation*} y^{2}+(x-1)^{2} = 1 \end{equation*}
which is a circle of radius $1$ centered at $(1,0)$. Actually, though, $y = \sqrt{2x-x^{2}}$ only maps out the top half of a circle of radius $1$. You need $y = \pm\sqrt{2x-x^{2}}$ to get the whole thing.
After that, recall that $(x,y)$ in the $xy$-plane can be written as
\begin{equation*} (r\cos{(\phi)},r\sin{(\phi)}) \end{equation*}
for some $r>0$ and $0\leq \phi < 2\pi$. So you have that
\begin{equation*} y^{2} + (x-1)^{2} = r^{2}\sin^{2}{(\phi)} + r^{2}\cos^{2}{(\phi)}-2r\cos{(\phi)}+1 = 1 \end{equation*}
whereby
\begin{equation*} r^{2} - 2r\cos{(\phi)} = 0\implies r = 2\cos{(\phi)}. \end{equation*}