Last verified · v1.0
Calculator · math
Conic Sections Calculator
Enter coefficients A through F to classify any conic section. Computes discriminant Δ=B²−4AC, conic type, and center coordinates instantly.
Inputs
Conic Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
Understanding the General Conic Equation
A conic section arises from the intersection of a plane with a double-napped right circular cone. The general second-degree equation in two variables captures every conic — circle, ellipse, parabola, and hyperbola — in a single unified algebraic form:
Ax² + Bxy + Cy² + Dx + Ey + F = 0
Six real coefficients (A, B, C, D, E, and F) completely determine the shape, orientation, size, and position of the resulting curve. This standardized representation, as documented in Richland Community College's authoritative Conic Sections reference, forms the algebraic foundation for all second-degree curve analysis in analytic geometry.
The Discriminant: Δ = B² − 4AC
The most powerful diagnostic metric for classifying any conic section is the discriminant:
Δ = B² − 4AC
Comparing Δ to zero immediately identifies the conic type without requiring any coordinate transformation or algebraic reduction to standard form. This classification rule derives from the theory of invariants under rotation of axes, as detailed by Rice University's RUSMP guide, Exploring Conics with Graphing Technology:
- Δ < 0 — Ellipse (reduces to a circle when B = 0 and A = C)
- Δ = 0 — Parabola
- Δ > 0 — Hyperbola
Degenerate cases — a single point, two intersecting lines, or the empty set — also satisfy one of these discriminant conditions but fail the separate non-degeneracy test on the full 3×3 coefficient matrix determinant.
Variable Definitions
- A — Coefficient of x². Controls horizontal curvature; must be nonzero for an x-directed conic.
- B — Coefficient of the xy cross-term. Any nonzero B indicates the conic is rotated with respect to the coordinate axes.
- C — Coefficient of y². Controls vertical curvature; must be nonzero for a y-directed conic.
- D — Coefficient of the linear x term. Shifts the center horizontally from the origin.
- E — Coefficient of the linear y term. Shifts the center vertically from the origin.
- F — Constant term. Scales the overall figure and governs whether a real curve exists.
Center Coordinates for Non-Rotated Conics
When B = 0, the axes of symmetry align with the coordinate axes. The center (h, k) satisfies two linear equations obtained by setting the partial derivatives of the quadratic terms equal to zero:
- h = −D / (2A) (valid when A ≠ 0)
- k = −E / (2C) (valid when C ≠ 0)
For a parabola where only one second-degree coefficient is nonzero, only one center coordinate is well-defined; the other describes the axis of symmetry's linear offset.
Worked Examples
Example 1 — Circle
Equation: x² + y² − 4x + 6y − 3 = 0. Coefficients: A = 1, B = 0, C = 1, D = −4, E = 6, F = −3.
Discriminant: Δ = 0² − 4(1)(1) = −4 < 0 → Ellipse. Since B = 0 and A = C = 1, this degenerates to a circle. Center: h = 4/2 = 2, k = −6/2 = −3. Center at (2, −3); radius = √16 = 4.
Example 2 — Hyperbola
Equation: x² − y² − 1 = 0. Coefficients: A = 1, B = 0, C = −1, D = 0, E = 0, F = −1.
Discriminant: Δ = 0 − 4(1)(−1) = 4 > 0 → Hyperbola. Vertices at (±1, 0); asymptotes y = ±x.
Example 3 — Rotated Ellipse
Equation: x² + xy + y² − 1 = 0. Coefficients: A = 1, B = 1, C = 1.
Discriminant: Δ = 1 − 4(1)(1) = −3 < 0 → Ellipse. The nonzero B = 1 confirms a rotation of 45° relative to the coordinate axes.
Real-World Applications
- Orbital mechanics — Planetary orbits are ellipses with the Sun at one focus (Kepler's First Law; eccentricity 0 < e < 1).
- Satellite dish design — Parabolic reflectors focus all incoming parallel signals to a single focal point.
- Cooling towers — Hyperboloid structures derive structural efficiency from their hyperbolic cross-sections.
- Optics and lenses — Hyperbolic and elliptic lens profiles eliminate spherical aberration in high-precision instruments.
- Projectile motion — Under uniform gravity and no air resistance, a projectile's path traces a true parabola.
Reference