Tested tool guide
Tested browser tools
Checked August 16, 2026
What Conic Sections Explorer does, with a checked example
Choose a conic family and vary its defining parameters to see the curve, equation, foci, directrix or directrices, and eccentricity change together. The explorer connects symbolic standard forms with geometric landmarks, especially when comparing the closed ellipse and circle with the open parabola and two-branched hyperbola. A frequent surprise is that a directrix is not generally a line through a focus. It is a separate reference line, and a circle has no finite directrix in the usual focus-directrix description.
Worked example
A concrete input and expected output from the current implementation.
Input
Select ellipse; set h = 0, k = 0, a = 5, b = 3, with a horizontal major axis.
->
Expected output
Equation: x^2/25 + y^2/9 = 1; foci: (-4, 0) and (4, 0); eccentricity: 0.8; directrices: x = -6.25 and x = 6.25.
The focal offset is c = sqrt(a^2 - b^2) = sqrt(25 - 9) = 4. Therefore e = c/a = 4/5 = 0.8, and the directrices are x = +/-a/e = +/-6.25.