Quadratic Forms in ℝ²
Consider a symmetric matrix:
\[
P = \begin{bmatrix} a & b \\ b & c \end{bmatrix} \in \mathbb{R}^{2 \times 2}
\]
and the quadratic form:
\[
q(x,y) = \begin{bmatrix} x & y \end{bmatrix} P \begin{bmatrix} x \\ y \end{bmatrix} = ax^2 + 2bxy + cy^2
\]
The level sets $$\{(x,y) \in \mathbb{R}^2 : q(x,y) = 1\}$$ describe conic sections centered at the origin.
The possible cases are:
- Ellipse (including circles): if $$P$$ is positive definite, i.e. all eigenvalues are strictly positive. In this case, $$q(x,y)$$ defines closed, bounded level sets.
- Hyperbola: if $$P$$ is indefinite, i.e. $$P$$ has eigenvalues of opposite sign. Then the level sets are open curves extending to infinity.
- Degenerate case (pair of parallel lines): if $$\det(P) = 0$$, so that $$P$$ has a zero eigenvalue. In this situation, the quadratic form vanishes along a line.
- Negative definite: if both eigenvalues are negative, the set $$\{q(x,y) = 1\}$$ is empty (no real solutions).