๐Ÿ“˜Intermediate Algebra

Essential Conic Sections Equations

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Conic sections aren't just abstract curves. They're the mathematical foundation for everything from satellite dish design to planetary orbits. In Algebra 2, you need to recognize these shapes from their equations, convert between forms, and identify key features like centers, vertices, foci, and directrices. The equations encode geometric relationships: distance formulas, symmetry, and the interplay between variables.

What separates students who ace conic sections from those who struggle? Understanding why each equation looks the way it does. A circle uses addition because all points are equidistant from the center. A hyperbola uses subtraction because it describes the difference of distances. Don't just memorize formulas. Know what geometric principle each equation represents and how changing parameters shifts, stretches, or flips the curve.


Closed Curves: Circles and Ellipses

These conics share a key feature: they're bounded curves where the equation uses addition between the squared terms. The difference lies in whether the curve is perfectly round or stretched along one axis.

Circle Equation

  • Standard form: (xโˆ’h)2+(yโˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2 โ€” all points are equidistant from center (h,k)(h, k)
  • Radius rr determines size; it's squared in the equation, so you'll often need to take a square root when solving
  • Equal coefficients on both squared terms distinguish circles from ellipses when you see the equation in general form

Ellipse Equation

  • Standard form: (xโˆ’h)2a2+(yโˆ’k)2b2=1\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1 โ€” the sum of distances from any point on the ellipse to the two foci is constant
  • The semi-major axis is always associated with the larger denominator, and the semi-minor axis with the smaller one. Whichever denominator is bigger tells you the orientation: if a2a^2 is under the xx-term, the ellipse is wider horizontally; if it's under the yy-term, it's taller vertically.
  • Foci location uses c2=a2โˆ’b2c^2 = a^2 - b^2, where aa is the larger value. The foci sit along the major axis, each cc units from the center.

Compare: Circle vs. Ellipse โ€” both use addition and equal 1 in standard form, but circles have equal denominators (a=ba = b) while ellipses have unequal denominators. If a problem gives you an equation and asks you to classify it, check whether the denominators match.


Open Curves: Hyperbolas

Hyperbolas are defined by the difference of distances to two foci, which is why their equations use subtraction. The key skill is identifying which term comes first, because that determines whether the curve opens horizontally or vertically.

Hyperbola (Horizontal Transverse Axis)

  • Standard form: (xโˆ’h)2a2โˆ’(yโˆ’k)2b2=1\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1 โ€” branches open left and right
  • Vertices lie at (hยฑa,k)(h \pm a, k), exactly aa units from the center along the x-axis
  • Asymptotes pass through the center with slopes ยฑba\pm \frac{b}{a}, forming boundary lines the branches approach but never touch

Hyperbola (Vertical Transverse Axis)

  • Standard form: (yโˆ’k)2a2โˆ’(xโˆ’h)2b2=1\frac{(y - k)^2}{a^2} - \frac{(x - h)^2}{b^2} = 1 โ€” branches open up and down
  • The positive term always comes first. Whichever variable's squared term is positive determines the opening direction.
  • Foci location uses c2=a2+b2c^2 = a^2 + b^2 (addition, unlike ellipses), with foci along the transverse axis

Compare: Horizontal vs. Vertical Hyperbola โ€” the only difference is which squared term is positive. Positive x2x^2 means horizontal opening; positive y2y^2 means vertical opening. Be careful: this is the opposite of how parabola orientation works, so don't mix them up.


Single-Branch Curves: Parabolas

Parabolas have only one squared term, which is why they extend infinitely in one direction rather than closing. The parameter pp controls both the width of the curve and the location of the focus and directrix.

Parabola (Vertical Axis of Symmetry)

  • Standard form: (xโˆ’h)2=4p(yโˆ’k)(x - h)^2 = 4p(y - k) โ€” opens up when p>0p > 0, down when p<0p < 0
  • Focus is at (h,k+p)(h, k + p), located inside the curve at distance โˆฃpโˆฃ|p| from the vertex
  • Directrix is the horizontal line y=kโˆ’py = k - p, always on the opposite side of the vertex from the focus

Parabola (Horizontal Axis of Symmetry)

  • Standard form: (yโˆ’k)2=4p(xโˆ’h)(y - k)^2 = 4p(x - h) โ€” opens right when p>0p > 0, left when p<0p < 0
  • Focus is at (h+p,k)(h + p, k), and the directrix is the vertical line x=hโˆ’px = h - p
  • Recognition tip: whichever variable is squared determines the axis of symmetry. Squared xx = vertical axis of symmetry (opens up/down). Squared yy = horizontal axis of symmetry (opens left/right).

Compare: Vertical vs. Horizontal Parabola โ€” both use the 4p4p coefficient, but the squared variable switches. Unlike hyperbolas, the squared term tells you the axis of symmetry, not the opening direction. The sign of pp controls opening direction.


Unifying Concepts: General Form and Classification

These tools help you identify and compare conics when they're not given in standard form. Getting comfortable converting between forms is one of the most useful skills you can build for exams.

General Form of a Conic Section

General form: Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0

This is a universal equation that can represent any conic. When B=0B = 0 (no xyxy term, which is the typical case in Algebra 2), you classify by comparing AA and CC:

  • A=CA = C (same value, same sign) โ†’ Circle
  • Aโ‰ CA \neq C but same sign โ†’ Ellipse
  • AA and CC have opposite signs โ†’ Hyperbola
  • Either A=0A = 0 or C=0C = 0 (only one squared term) โ†’ Parabola

Converting to standard form requires completing the square. Group the xx-terms together and the yy-terms together, then complete the square for each group.

Eccentricity Formula

Formula: e=cae = \frac{c}{a} โ€” this measures how "stretched" a conic is away from being circular.

  • e=0e = 0 โ†’ Circle (foci merge into the center)
  • 0<e<10 < e < 1 โ†’ Ellipse
  • e=1e = 1 โ†’ Parabola
  • e>1e > 1 โ†’ Hyperbola

Higher eccentricity means the foci are farther from the center relative to the vertices, producing a more elongated shape.

Compare: Ellipse vs. Hyperbola eccentricity โ€” both use e=c/ae = c/a, but ellipses have c<ac < a (foci inside the curve) while hyperbolas have c>ac > a (foci outside the vertices). This is why the c2c^2 formulas differ: subtraction for ellipses, addition for hyperbolas.


Quick Reference Table

FeatureApplies To
Addition between squared termsCircle, Ellipse
Subtraction between squared termsHyperbola (both orientations)
Only one squared termParabola (both orientations)
c2=a2โˆ’b2c^2 = a^2 - b^2Ellipse
c2=a2+b2c^2 = a^2 + b^2Hyperbola
Eccentricity e<1e < 1Ellipse, Circle (e=0e = 0)
Eccentricity e>1e > 1Hyperbola
Has a directrixParabola (primary), all conics (advanced)

Self-Check Questions

  1. Given the equation (xโˆ’2)216+(y+1)216=1\frac{(x-2)^2}{16} + \frac{(y+1)^2}{16} = 1, is this a circle or an ellipse? How do you know?

  2. Compare the foci formulas for ellipses and hyperbolas. Why does one use subtraction and the other addition?

  3. A parabola has vertex at (3,โˆ’2)(3, -2) and focus at (3,1)(3, 1). Write its equation and identify whether it opens up, down, left, or right.

  4. You're given 4x2โˆ’9y2โˆ’16x+18yโˆ’29=04x^2 - 9y^2 - 16x + 18y - 29 = 0. Without completing the square, what type of conic is this? What feature of the equation tells you?

  5. Compare and contrast: How do you determine the orientation of a hyperbola versus a parabola from their standard form equations?