Conics Formulas- Complete Reference Guide

Conics Formulas: Complete Reference Guide

Conic sections are the curves you get when you slice a cone with a plane. Circle, ellipse, parabola, hyperbola—four shapes, four sets of rules. This guide gives you every formula you need, organized so you can find what you're looking for fast.

No fluff. Just the math.

The Four Conics at a Glance

ConicShapeEccentricity (e)
CirclePerfect rounde = 0
EllipseStretched circle0 < e < 1
ParabolaU-shaped curvee = 1
HyperbolaTwo separate curvese > 1

Circle Formulas

A circle is a special case of an ellipse where all points are equidistant from the center. The distance is the radius.

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²

When the center isn't at the origin, shift everything by (h, k).

Circle Formulas Quick Reference

Ellipse Formulas

An ellipse is stretched from a circle. It has two radii: the semi-major axis (a) and semi-minor axis (b).

Standard Equation (Center at Origin, Horizontal Major Axis)

x²/a² + y²/b² = 1

When a > b, the major axis is horizontal. When b > a, it's vertical.

Standard Equation (Center at Origin, Vertical Major Axis)

x²/b² + y²/a² = 1

Ellipse with Center (h, k)

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

Ellipse Key Measurements

Parabola Formulas

A parabola is the set of all points equidistant from a focus point and a directrix line. It has one axis of symmetry.

Standard Equation (Vertex at Origin, Opens Up/Down)

y² = 4px opens right when p > 0, left when p < 0

x² = 4py opens up when p > 0, down when p < 0

Parabola with Vertex (h, k)

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

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

Parabola Key Measurements

Hyperbola Formulas

A hyperbola has two separate branches. It has two foci and two vertices. The difference in distances to the foci is constant.

Standard Equation (Center at Origin, Opens Left/Right)

x²/a² - y²/b² = 1

Standard Equation (Center at Origin, Opens Up/Down)

y²/a² - x²/b² = 1

Hyperbola with Center (h, k)

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

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

Hyperbola Key Measurements

General Conic Equation

Every conic can be written in the general form:

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

The discriminant (B² - 4AC) tells you which conic you have:

Value of B² - 4ACConic Type
< 0Ellipse (or circle if A = C and B = 0)
= 0Parabola
> 0Hyperbola

Conic Formulas Comparison Table

PropertyCircleEllipseParabolaHyperbola
Standard formx² + y² = r²x²/a² + y²/b² = 1y² = 4pxx²/a² - y²/b² = 1
Eccentricity00 < e < 11e > 1
Foci1 (center)212
DirectrixNone212
Area formulaπr²πabN/AN/A

How to Identify a Conic from an Equation

Follow these steps when you see an equation and need to classify it:

Step 1: Check for xy Term

If there's an xy term, rotate your axes. The angle of rotation is:

θ = ½ arctan(B/A)

Step 2: Check the Discriminant

Calculate B² - 4AC from the general form.

Negative = ellipse, Zero = parabola, Positive = hyperbola.

Step 3: Check Coefficients

If A = C and B = 0, it's a circle.

If A or C is zero but not both, it's a parabola.

How to Write the Equation of a Conic

Writing a Circle Equation

Example: Circle with center (3, -2) and radius 5.

Plug into (x - h)² + (y - k)² = r²:

(x - 3)² + (y + 2)² = 25

Writing an Ellipse Equation

Example: Ellipse with center (0, 0), a = 5, b = 3, horizontal major axis.

x²/25 + y²/9 = 1

Writing a Parabola Equation

Example: Parabola with vertex (0, 0), focus at (0, 4).

p = 4, opens up, so x² = 4(4)y:

x² = 16y

Writing a Hyperbola Equation

Example: Hyperbola with center (0, 0), a = 3, b = 4, opens left/right.

x²/9 - y²/16 = 1

Distance and Focus Formulas

The definition-based formulas for each conic:

Parametric Equations

Sometimes parametric form is more useful:

Circle

x = r cos(t), y = r sin(t)

Ellipse

x = a cos(t), y = b sin(t)

Parabola

x = t, y = t² (vertex at origin, opens up)

Hyperbola

x = a sec(t), y = b tan(t)

Quick Reference: All Conics Summary

ConicCentered at OriginWith Center (h, k)Key Feature
Circlex² + y² = r²(x-h)² + (y-k)² = r²All points = r from center
Ellipsex²/a² + y²/b² = 1(x-h)²/a² + (y-k)²/b² = 1Sum of distances to foci = 2a
Parabolay² = 4px(y-k)² = 4p(x-h)Distance to focus = distance to directrix
Hyperbolax²/a² - y²/b² = 1(x-h)²/a² - (y-k)²/b² = 1Difference of distances to foci = 2a

Bookmark this page. You'll be back.