Conic sections are the family of curves — circles, parabolas, ellipses, and hyperbolas — produced when a plane intersects a double cone at different angles. All four share a common Cartesian structure (they’re all second-degree equations in x and y), but each has a distinct standard form and defining geometric property. Recognizing which conic a given equation represents, and converting a general equation into standard form, is a core algebraic skill that ties together coordinate geometry, calculus, and physics applications like orbital motion.
Table of Contents
ToggleWhy They’re Called “Conic Sections”
Each curve corresponds to a specific angle at which a flat plane slices through a double cone (two cones joined at their apex, extending in opposite directions):
- A plane perpendicular to the cone’s axis produces a circle
- A plane tilted slightly produces an ellipse
- A plane parallel to the cone’s slanted side produces a parabola
- A plane that cuts through both halves of the double cone produces a hyperbola
This geometric origin explains why all four share an underlying algebraic relationship, even though their graphs look quite different.
The General Second-Degree Equation
Every conic section can be written in the general form:
Ax² + Bxy + Cy² + Dx + Ey + F = 0
For the conics covered here (axis-aligned, no rotation), B = 0, simplifying things considerably. Which specific conic you get depends on the relationship between A and C:
| Condition | Conic type |
|---|---|
| A = C | Circle |
| A ≠ C, same sign | Ellipse |
| A and C have opposite signs | Hyperbola |
| A = 0 or C = 0 (only one squared term) | Parabola |
Circles
Standard form:
(x - h)² + (y - k)² = r²
where (h, k) is the center and r is the radius.
Defining property: every point on the circle is exactly r units from the center — this is literally the definition, and it’s why the equation has this specific structure (it’s the distance formula, squared, set equal to r²).
Worked example: Convert x² + y² – 6x + 4y – 3 = 0 to standard form.
Step 1 — Group x-terms and y-terms:
(x² - 6x) + (y² + 4y) = 3
Step 2 — Complete the square for each group:
(x² - 6x + 9) + (y² + 4y + 4) = 3 + 9 + 4
(x - 3)² + (y + 2)² = 16
Result: Center (3, -2), radius 4.
Parabolas
Standard form (vertical axis):
y = a(x - h)² + k
where (h, k) is the vertex.
Alternative form emphasizing the geometric definition:
(x - h)² = 4p(y - k)
where p is the distance from the vertex to the focus (and also to the directrix, on the opposite side).
Defining property: every point on a parabola is equidistant from a fixed point (the focus) and a fixed line (the directrix) — this distance-based definition, rather than the vertex-form equation, is the parabola’s fundamental geometric identity.
Worked example: Find the focus and directrix of y² = 12x.
Comparing to the standard form (x – h)² = 4p(y – k) — here it’s y² = 4px (horizontal-opening parabola), so:
4p = 12 → p = 3
Result: With vertex at the origin, the focus is at (3, 0) and the directrix is the vertical line x = -3. Every point on this parabola is exactly the same distance from (3, 0) as it is from the line x = -3 — a property you can verify directly with the distance formula for any point on the curve.
Ellipses
Standard form (center at origin, major axis horizontal):
x²/a² + y²/b² = 1
where a > b, a is the semi-major axis length, and b is the semi-minor axis length.
Defining property: the sum of distances from any point on the ellipse to two fixed points (the foci) is constant. This is the property behind the classic “two pins and a loop of string” method for drawing an ellipse by hand.
Worked example: Convert 9x² + 4y² = 36 to standard form and identify key features.
Step 1 — Divide both sides by 36:
x²/4 + y²/9 = 1
Step 2 — Identify a² and b²: Since 9 > 4, the larger denominator (9) corresponds to a², meaning this ellipse’s major axis is vertical, not horizontal:
a² = 9 → a = 3
b² = 4 → b = 2
Step 3 — Find the foci using c² = a² – b²:
c² = 9 - 4 = 5 → c = √5
Result: Vertical major axis of length 6 (from -3 to 3 on the y-axis), minor axis of length 4, foci at (0, √5) and (0, -√5).
Hyperbolas
Standard form (center at origin, transverse axis horizontal):
x²/a² - y²/b² = 1
Defining property: the difference of distances from any point on the hyperbola to two fixed foci is constant — note the contrast with an ellipse, where it’s the sum that stays constant.
Worked example: Convert 4x² – y² = 16 to standard form and find the asymptotes.
Step 1 — Divide both sides by 16:
x²/4 - y²/16 = 1
Step 2 — Identify a² and b²:
a² = 4 → a = 2
b² = 16 → b = 4
Step 3 — Find the asymptotes, which for a horizontal hyperbola follow y = ±(b/a)x:
y = ±(4/2)x = ±2x
Result: This hyperbola opens left-right, centered at the origin, with asymptotes y = 2x and y = -2x. Unlike an ellipse, a hyperbola is unbounded — its two branches extend infinitely, approaching but never touching these asymptote lines.
Quick Comparison Table
| Conic | Standard form | Defining property | Bounded? |
|---|---|---|---|
| Circle | (x-h)² + (y-k)² = r² | Constant distance from one point | Yes |
| Parabola | (x-h)² = 4p(y-k) | Equal distance from a point and a line | No |
| Ellipse | x²/a² + y²/b² = 1 | Constant sum of distances from two points | Yes |
| Hyperbola | x²/a² – y²/b² = 1 | Constant difference of distances from two points | No |
Real-World Relevance: Why These Shapes Matter Beyond Algebra
- Circles and ellipses describe orbital motion — planetary orbits are ellipses with the sun at one focus (Kepler’s First Law), and satellite orbits follow the same principle
- Parabolas describe projectile motion under constant gravity, and their reflective property (parallel rays reflecting to the focus) is why satellite dishes and car headlights use parabolic shapes
- Hyperbolas appear in navigation systems (LORAN, which locates a position based on the difference in signal arrival times from two fixed stations — directly mirroring the hyperbola’s defining property)
Common Student Mistakes
- Forgetting to divide by the constant when converting to standard form — as in the ellipse and hyperbola examples above, standard form requires the equation to equal exactly 1, not some other constant
- Mixing up which axis is major/transverse — the larger denominator (under the positive terms) indicates the longer axis direction; students often assume horizontal orientation by default without checking which denominator is actually larger
- Confusing the sum/difference property between ellipses and hyperbolas — these are easy to mix up since both involve two foci, but the defining relationship (sum vs difference) is what fundamentally distinguishes them
- Sign errors when completing the square — particularly for circles and the general form of ellipses/hyperbolas, forgetting to add the completed-square constant to both sides of the equation is a frequent algebraic slip
Frequently Asked Questions
How can I quickly identify which conic an equation represents without fully converting it to standard form? Check the coefficients of x² and y² in the general equation: equal coefficients with the same sign indicate a circle, different (but same-signed) coefficients indicate an ellipse, opposite signs indicate a hyperbola, and a missing x² or y² term entirely indicates a parabola.
What’s the difference between a hyperbola’s transverse axis and conjugate axis? The transverse axis passes through both vertices and both foci (the axis along which the hyperbola actually opens), while the conjugate axis is perpendicular to it, passing through the center and used to determine the asymptote slopes, but not touching the curve itself.
Why do ellipses have two foci instead of one? This follows directly from the defining property — a single point can’t produce the “constant sum of distances” relationship that makes an ellipse’s characteristic oval shape; two foci are mathematically necessary for that property to define a closed, non-circular curve (a circle is the special case where both foci coincide at the center).
Are all conic sections represented by second-degree equations? Yes — this is precisely why they’re grouped together as a family: every circle, parabola, ellipse, and hyperbola (in standard axis-aligned position or rotated) can be expressed as a second-degree equation in x and y, which is the shared algebraic signature underlying their different geometric origins.

