Raymond B. answered 01/31/21
Math, microeconomics or criminal justice
x^2 + (y-2)^2 = 1 is a circle with radius=1 and center (0,2)
you can solve it for either x or y, but they aren't functions, just relations, since a circle is not a function, as you can draw vertical lines that cut the circle in more than one point.
You could try to split the relation in two, and make 2 functions that are equivalent to the circle, 2 semi-circles
x = +sqr(1- (y-2)^2) and
x =-sqr(1-(y-2)^2)
x=f(y) and x=g(y) are 2 semi-circles, but not functions, just relations. they are the left half of a circle and the right half
and
(y-2)^2 = 1-x^2
y-2 = sqr(1-x^2)
y = 2+sqr(1-x^2) or y = j(x)
and y= 2-sqr(1-x^2) or y=k(x)
j(x) and k(x) are semicircles