[step:Case 2: Intersection of a line and a circle gives degree 1 or 2]Suppose $P$ is an intersection of a line and a circle, both determined by points of $S$. The coordinates $(p_1, p_2)$ of $P$ satisfy
\begin{align*}
\alpha x + \beta y + \gamma &= 0, \\
x^2 + y^2 + \delta x + \varepsilon y + \zeta &= 0,
\end{align*}
with $\alpha, \beta, \gamma, \delta, \varepsilon, \zeta \in K$ and $(\alpha, \beta) \neq (0, 0)$.
Without loss of generality, assume $\beta \neq 0$ (the case $\alpha \neq 0$ is handled identically by interchanging the roles of $x$ and $y$). Solve the linear equation for $y$:
\begin{align*}
y = -\frac{\alpha x + \gamma}{\beta}.
\end{align*}
Since $\alpha, \beta, \gamma \in K$ and $\beta \neq 0$, this expresses $y$ as a degree-1 polynomial in $x$ with coefficients in $K$. Substituting into the circle equation:
\begin{align*}
x^2 + \left(-\frac{\alpha x + \gamma}{\beta}\right)^2 + \delta x + \varepsilon \left(-\frac{\alpha x + \gamma}{\beta}\right) + \zeta = 0.
\end{align*}
Multiplying through by $\beta^2 \neq 0$ and expanding:
\begin{align*}
\beta^2 x^2 + (\alpha x + \gamma)^2 + \delta \beta^2 x - \varepsilon \beta (\alpha x + \gamma) + \zeta \beta^2 &= 0, \\
(\alpha^2 + \beta^2) x^2 + (2\alpha\gamma + \delta\beta^2 - \varepsilon\alpha\beta) x + (\gamma^2 - \varepsilon\beta\gamma + \zeta\beta^2) &= 0.
\end{align*}
Define the coefficients
\begin{align*}
A &:= \alpha^2 + \beta^2, \\
B &:= 2\alpha\gamma + \delta\beta^2 - \varepsilon\alpha\beta, \\
C &:= \gamma^2 - \varepsilon\beta\gamma + \zeta\beta^2.
\end{align*}
All three lie in $K$. Since $(\alpha, \beta) \neq (0,0)$, we have $A = \alpha^2 + \beta^2 > 0$ (in $\mathbb{R}$), so $A \neq 0$ and the equation $Ax^2 + Bx + C = 0$ is a genuine quadratic over $K$.
The quadratic formula gives
\begin{align*}
p_1 = \frac{-B \pm \sqrt{B^2 - 4AC}}{2A},
\end{align*}
where $d := B^2 - 4AC \in K$ is the discriminant.
We distinguish two sub-cases.
**Sub-case 2a: $d$ is a perfect square in $K$** (i.e., $d = e^2$ for some $e \in K$). Then $p_1 = \frac{-B \pm e}{2A} \in K$, and $p_2 = -\frac{\alpha p_1 + \gamma}{\beta} \in K$. Therefore $K(p_1, p_2) = K$ and $[\mathbb{Q}(S \cup \{P\}) : \mathbb{Q}(S)] = 1$.
**Sub-case 2b: $d$ is not a perfect square in $K$.** Then $\sqrt{d} \notin K$, so $p_1 = \frac{-B + \sqrt{d}}{2A}$ or $p_1 = \frac{-B - \sqrt{d}}{2A}$. In either case, $K(p_1) = K(\sqrt{d})$, which is a degree-2 extension of $K$: the element $\sqrt{d}$ satisfies the polynomial $t^2 - d \in K[t]$, which is irreducible over $K$ because $d$ has no square root in $K$. By the [Structure of Simple Algebraic Extensions](/theorems/1251), $[K(\sqrt{d}) : K] = 2$.
Since $p_2 = -(\alpha p_1 + \gamma)/\beta$ is a $K$-linear expression in $p_1$, we have $K(p_1, p_2) = K(p_1) = K(\sqrt{d})$. Therefore
\begin{align*}
[\mathbb{Q}(S \cup \{P\}) : \mathbb{Q}(S)] = [K(p_1, p_2) : K] = 2.
\end{align*}
In both sub-cases, $[\mathbb{Q}(S \cup \{P\}) : \mathbb{Q}(S)] \in \{1, 2\}$.[/step]