Conic Section Formulas- Complete Reference

Conic Section Formulas: The Complete Reference

If you're working with conic sections, you need formulas you can actually use. This guide cuts through the noise and gives you every equation you need for circles, parabolas, ellipses, and hyperbolas. No derivations, no theory—just the goods.

The Four Conic Sections

Conic sections come from slicing a cone with a plane at different angles. Each shape has its own set of characteristics and equations. Here's what you're dealing with:

Circle Formulas

The circle is the simplest conic section. Every point is equidistant from the center.

Standard Equation (Center at Origin)

x² + y² = r²

Where r is the radius. That's it.

Standard Equation (Center at (h, k))

(x - h)² + (y - k)² = r²

Shift the origin to wherever your center actually is.

General Form

x² + y² + Dx + Ey + F = 0

Convert to standard form by completing the square.

Circle Key Measurements

Parabola Formulas

Parabolas are defined by having every point equidistant from a focus and a directrix line.

Vertical Parabola (Opens Up or Down)

(x - h)² = 4p(y - k)

Horizontal Parabola (Opens Left or Right)

(y - k)² = 4p(x - h)

Parabola Equation in Terms of Focal Parameter

For a parabola with focus at (a, 0) and directrix x = -a:

y² = 4ax

Here, a equals the focal length.

Ellipse Formulas

An ellipse is the set of points where the sum of distances to two foci is constant.

Standard Equation (Horizontal Major Axis)

((x - h)² / a²) + ((y - k)² / b²) = 1

Major axis is horizontal if a > b.

Standard Equation (Vertical Major Axis)

((x - h)² / b²) + ((y - k)² / a²) = 1

Major axis is vertical if a > b.

Ellipse Key Values

Ellipse Key Measurements

Hyperbola Formulas

A hyperbola is the set of points where the absolute difference of distances to two foci is constant.

Standard Equation (Horizontal Transverse Axis)

((x - h)² / a²) - ((y - k)² / b²) = 1

Opens left and right along the x-axis.

Standard Equation (Vertical Transverse Axis)

((y - k)² / a²) - ((x - h)² / b²) = 1

Opens up and down along the y-axis.

Hyperbola Key Values

Conic Section Comparison Table

Conic Standard Form Eccentricity Key Feature
Circle x² + y² = r² e = 0 All points equidistant from center
Parabola (x - h)² = 4p(y - k) e = 1 One focus, one directrix
Ellipse x²/a² + y²/b² = 1 0 < e < 1 Sum of distances to foci is constant
Hyperbola x²/a² - y²/b² = 1 e > 1 Difference of distances to foci is constant

How to Identify a Conic Section From Its Equation

Given a general second-degree equation:

Ax² + Bxy + Cy² + Dx + Ey + F = 0

The discriminant B² - 4AC tells you what you're dealing with:

Quick Examples

4x² + 9y² = 36 → Divide by 36: x²/9 + y²/4 = 1 → Ellipse

y² = 8x → Already solved: (y - 0)² = 8(x - 0) → Parabola

x² - 4y² = 16 → Divide by 16: x²/16 - y²/4 = 1 → Hyperbola

Getting Started: Solving Conic Problems

Step 1: Identify the Conic

Check the signs and coefficients. If x² and y² have the same sign → ellipse or circle. If only one squared term exists → parabola. If they have opposite signs → hyperbola.

Step 2: Put It in Standard Form

Complete the square for x and y terms. Group the x terms together, complete the square, then do the same for y. This gives you (h, k) and the key parameters.

Step 3: Extract What You Need

Once in standard form, read off:

Step 4: Calculate Desired Measurements

Area, perimeter, arc length—plug your a, b, r values into the appropriate formulas above.

Rotation of Conics

When B ≠ 0 in Ax² + Bxy + Cy² + ... = 0, the conic is rotated. The rotation angle θ eliminates the xy term:

cot(2θ) = (A - C) / B

Use the half-angle formulas to find sin θ and cos θ, then apply the rotation transformation:

x = x'cosθ - y'sinθ
y = x'sinθ + y'cosθ

The rotated equation will have B' = 0, letting you identify the conic type normally.

Polar Equations of Conics

Conics take a clean form in polar coordinates with focus at the origin:

r = (ed) / (1 + e cos θ) or r = (ed) / (1 + e sin θ)

Where:

Conic type depends on e:

Quick Reference Summary

Bookmark this page. You'll be back.