Question Find the values for $k$ such that the system of equations: $x^2+y^2=k$ and $y^2=4(x-2)$ has no solutions, a unique solution and two solutions
My attempt:
If we try to solve this problem by substituiton the second equations into the first we get:
$$x^2+4(x-2)=k$$
which has discriminant $48+4k$. Thus the equation has $0,1$ and $2$ solutions when $k<-12$, $k=-12$ and $k>-12$ respectively.
However I notice this doesn't match the picture where it's clear the nature of the solutions changes when $k=4$ , why is this?
As a function of $k$, the number of solutions to the equation $x^2+4(x-2)=k$ is not equal to the number of solutions to the original equation. When you substituted, you lost information.
It is true that if $x^2+4(x-2)=k$ has no solutions, then the original system has no solutions. But the converse is not true. The system might have no solutions even though $x^2+4(x-2)=k$ does. For example, with $k=-3$, we get solutions $x=1, -5$ to the substituted equation. But neither of these gives a solution for $y^2=4(x-2)$.
The real constraint on the number of solutions to the system is that $y^2\geq0$. When $y=0$, we get $x=2$, which by the other equation implies $k=4$.