For which real values of $c$ are there real solutions to the system of equations $$x^2 + y^2 + z^2 = 1 \tag{1}$$ $$x^2 + y^2 + c = z \tag{2}$$
My work so far:
We can subtract the two equations and get $$z = \frac{-1 \pm \sqrt{5 +4c}}{2} \\ c \geq -\frac 5 4.$$
This is a necessary, but not sufficient, condition. Since $x^2 + y^2 \geq 0$, we can add the following additional conditions $$z^2 \ \leq 1 \\ z \geq c$$ and therefore $$c \leq 1.$$
Do all values of $c \in [-\frac 5 4, 1]$ have real solutions? For which values of $c$ are there two satisfying $z$ and for which only one? How do I prove these?
$c=z^2+z-1$ and the range of $z$ is exactly $[-1,1]$. Since $c$ as a function of $z$ is differentiable, $c$ obtains its extreme values either at the boundary points or where its derivative is $0$. Since it’s continuous, it obtains every point between its extremes. Because $[-1,1]$ is compact, it obtains its extrema on the interval. The derivative is $2z+1$ giving a potential extreme at $-1/2$. Testing $-1,-1/2,1$ gives $0,-5/4,1$, so the range of $c$ is exactly $[-5/4,1]$.
You can double check this without any calculus by noting that $c=(z+1/2)^2-5/4$, so this is always at least $-5/4$ and since $|z+1/2|\leq |z|+1/2\leq 3/2$, $c\leq 9/4-5/4=1$.