I'm wondering how to define the expression(?) $x^2+y^2 = 4$, because I realised it's not a function because it cannot be expressed in terms of $x$ or $y$ alone. Is it even called an expression?
Of course I then thought that you could split it into two functions $f(x) = \pm\sqrt{4-x^2}$, but then I realized that $x^2+y^2 = 4$ doesn't have a domain nor a range, so this doesn't really work, as a function needs these. So how do you define a range and domain for things like $x^2+y^2=4$?
In short: What's the technical way of defining $x^2+y^2=4$ in terms of domain/range of the variables, and what is the name for a thing like this?
Edit:
A function can be defined as:
\begin{align}f:\quad &[-2,2]\to[0,2]\\ &x \mapsto \sqrt{x^2-4}\end{align}
Is there a similar way to describe $x^2+y^2=4$ ?
$f(x)=\sqrt{4-x^2}$ does have a domain and range.
$$\text{Dom}\,f=[-2,2]\quad\text{and}\quad\text{Range}\,f=[0,1]$$
As for the equation, $x^2+y^2=4$, is a subset of $\Bbb R^2$, and is called a $\textbf{relation}$.