Conic sections represent the curves obtained by slicing a three-dimensional double-napped right circular cone by an intersecting flat plane at various angles of inclination.
Let a plane intersect a double right circular cone of semi-vertical angle $\alpha$ at an angle $\beta$ with the vertical cone axis:
- Circle: When $\beta = 90^\circ$ (plane is perpendicular to the cone axis), the section is a Circle.
- Ellipse: When $\alpha < \beta < 90^\circ$ (plane cuts through a single nappe entirely), the section is an Ellipse.
- Parabola: When $\beta = \alpha$ (plane is parallel to a generator/slant height of the cone), the section is an unbounded Parabola.
- Hyperbola: When $0 \le \beta < \alpha$ (plane is parallel to the cone axis or cuts both nappes), the section forms a two-branched Hyperbola.
- Degenerate Conics: If the intersecting plane passes through the apex (vertex) of the cone:
- $\beta > \alpha$: The section degenerates into a single Point.
- $\beta = \alpha$: The section degenerates into a single Straight Line (generator).
- $\beta < \alpha$: The section degenerates into a Pair of Intersecting Straight Lines.
| Conic Section | Eccentricity ($e$) | Geometric Characteristic | Canonical Algebraic Equation |
|---|---|---|---|
| Circle | $e = 0$ | Directrix is at infinity; distance from center is constant $r$ | $(x - h)^2 + (y - k)^2 = r^2$ |
| Parabola | $e = 1$ | Distance from focus equals distance from directrix ($SP = PM$) | $y^2 = 4ax$ |
| Ellipse | $0 < e < 1$ | Point moves closer to focus than directrix ($SP < PM$) | $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 \quad (a > b)$ |
| Hyperbola | $e > 1$ | Point moves farther from focus than directrix ($SP > PM$) | $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ |
| Rectangular Hyperbola | $e = \sqrt{2}$ | Semi-transverse axis equals semi-conjugate axis ($a = b$) | $x^2 - y^2 = a^2$ |
Let focus be $S(x_0, y_0)$, directrix be $ax + by + c = 0$, and eccentricity be $e$. For any point $P(x, y)$ on the conic:
$$SP = \sqrt{(x - x_0)^2 + (y - y_0)^2}, \quad PM = \frac{|ax + by + c|}{\sqrt{a^2 + b^2}}$$