Let's take a circle. It has the following general equation to describe it:
$(x-u)^2+(y-v)^2=r^2$
,where $u,v$ is the coordinates of the center of the circle, and $r$ is the radius of the circle. If I could understand it well: all those points with coordinates $x,y$ which makes this equation true are lying on this circle exactly.
First quetion: am I right?
Also, I want to define $y$ from this equation, and I got this:
$y^2=r^2-x^2+2xu-u^2-2yv-v^2$
Second question: is this formule right? I'm not sure that I didn't screw this up. If it's wrong, what's the right form of defining $y$ from the general formula?
You are right on the first question.
For the second, you have not really isolated $y$. For note that you have $y$'s on both sides of your equation.You could write $(y-v)^2=r^2-(x-u)^2$ and then $$y=v\pm\sqrt{r^2-(x-u)^2}.$$
The solution with the $+$ gives the equation of the top half of the circle, and the solution with the $-$ gives the equation of the bottom half.