For basic equations like:-
$$ x^2 + y^2 = 4 $$
we can find out that the radius of the circle is 2. But for an equation like:-
$$ x^2 + (y+1)^2 = 1 $$
What will be the radius of the circle?
For basic equations like:-
$$ x^2 + y^2 = 4 $$
we can find out that the radius of the circle is 2. But for an equation like:-
$$ x^2 + (y+1)^2 = 1 $$
What will be the radius of the circle?
$x^2+(y+1)^2=1$ is a circle whose center is $(0,-1)$ and radius $1$. In general, $(x-a)^2+(y-b)^2=r^2$ is a circle whose center is $(a,b)$ and radius $|r|$.