I have the equation $x=\sqrt{4xy - 4y^2}$, and I know that $x=2y$ when expressed in terms of $y$, but I'm not sure of the process to get there.
I know that \begin{align}\sqrt{4xy - 4y^2} &= \sqrt{4y(x-y)}\\ &= 2 \sqrt{y(x-y)} \\ &= 2(xy-y^2)^{\frac12} \end{align}
but pretty stumped.
$$x=\sqrt{4xy - 4y^2}$$ $$x^2=4xy-4y^2$$ $$x^2-4xy+4y^2=0$$ $$(x-2y)^2=0$$ $$x-2y=0$$ $$x=2y$$