Conic Equations and Graphing- Complete Tutorial

What Are Conic Sections?

Conic sections are the curves you get when you slice a cone with a plane. That's it. Four basic shapes: circles, ellipses, parabolas, and hyperbolas. Each has its own equation form and graphing quirks.

These aren't abstract math curiosities. Engineers use them. Astronomers use them. Video game physics engines use them. If you want to graph any conic section by hand or recognize one from its equation, you're in the right place.

The Four Conic Equations

Circle

A circle is the simplest conic. Every point sits at the same distance from the center.

Standard form: (x - h)² + (y - k)² = r²

The center is at (h, k). The radius is r. That's all you need.

Ellipse

An ellipse is a stretched circle. Two focal points, not one. The sum of distances to both foci stays constant.

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

If a > b, the ellipse stretches horizontally. If b > a, it stretches vertically. The center is still (h, k).

Parabola

A parabola is the set of points equidistant from a focus and a directrix line. Only one variable gets squared.

Standard forms:

The value of p tells you which way it opens and how steep it is.

Hyperbola

A hyperbola has two separate curves. The difference of distances to the foci stays constant.

Standard forms:

The sign of the squared terms tells you the orientation. Positive term = that axis direction.

How to Graph a Circle

Example: (x - 2)² + (y + 1)² = 16

Step 1: Identify the center. h = 2, k = -1. Center is (2, -1).

Step 2: Find the radius. r² = 16, so r = 4.

Step 3: Plot the center.

Step 4: Count 4 units in every direction from the center. Mark those points.

Step 5: Sketch the circle through those points.

If the equation isn't in standard form, complete the square first. Group x terms, group y terms, move constants, factor, and divide.

How to Graph an Ellipse

Example: (x + 3)²/25 + (y - 1)²/9 = 1

Step 1: Center is at (-3, 1).

Step 2: a² = 25, so a = 5. b² = 9, so b = 3.

Step 3: Since a > b, the major axis is horizontal. It stretches 5 units left and right from the center.

Step 4: The minor axis stretches 3 units up and down.

Step 5: Plot the four endpoints: (-8, 1), (2, 1), (-3, -2), (-3, 4). Connect them with a smooth oval.

The vertices are at the ends of the major axis. The co-vertices are at the ends of the minor axis.

How to Graph a Parabola

Example: (y - 2)² = 8(x + 1)

Step 1: Rewrite in standard form. Already done.

Step 2: Identify the vertex. h = -1, k = 2. Vertex is (-1, 2).

Step 3: Find p. 4p = 8, so p = 2.

Step 4: Since the x term is squared, the parabola opens horizontally. Since (y - k)² = 4p(x - h) and p is positive, it opens to the right.

Step 5: The focus is 2 units right of the vertex: (1, 2). The directrix is the line x = -3.

Step 6: Plot a few points. Pick y values, solve for x. Then sketch.

How to Graph a Hyperbola

Example: (x - 1)²/16 - (y + 2)²/9 = 1

Step 1: Center is at (1, -2).

Step 2: a² = 16, so a = 4. b² = 9, so b = 3.

Step 3: Since the x term is positive, the transverse axis runs horizontally.

Step 4: Plot the vertices: (1 ± 4, -2) = (-3, -2) and (5, -2).

Step 5: The asymptotes pass through the center with slopes ± b/a = ± 3/4. Draw them as diagonal guides.

Step 6: Sketch the two branches, opening left and right, approaching the asymptotes.

Quick Comparison Table

Conic Standard Form Key Feature Number of Foci
Circle (x-h)² + (y-k)² = r² Both variables squared, same sign, same coefficient 1 (center)
Ellipse (x-h)²/a² + (y-k)²/b² = 1 Both variables squared, same sign, different coefficients 2
Parabola (x-h)² = 4p(y-k) Only one variable squared 1
Hyperbola (x-h)²/a² - (y-k)²/b² = 1 Both variables squared, opposite signs 2

How to Identify the Conic from a General Equation

Given Ax² + Bxy + Cy² + Dx + Ey + F = 0, look at the discriminant: B² - 4AC

If there's a Bxy term, rotate the axes. That's a more advanced move. For most homework problems, B = 0, so just check the squared terms.

Common Mistakes to Avoid

Getting Started: Your First Graph

Pick an equation. Any equation from your homework. Work through these steps:

  1. Write it in the form Ax² + By² + Dx + Ey + F = 0
  2. Complete the square for x and y separately
  3. Factor to get standard form
  4. Identify the conic type and its parameters
  5. Plot the center or vertex
  6. Find and plot key points (vertices, endpoints)
  7. Draw guide lines if needed (asymptotes, axis lines)
  8. Sketch the curve

Do five problems. After that, it clicks. You'll see the pattern in the algebra and stop second-guessing yourself.