๐ŸฌHonors Algebra II

Conic Section 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 satellite dish design, planetary orbits, and headlight reflectors. In Honors Algebra II, you need to recognize these curves from their equations, convert between forms, and understand how changing parameters affects the shape. The core concepts here (distance relationships, symmetry, and the interplay between algebraic and geometric representations) will follow you straight into precalculus and calculus.

Don't just memorize formulas. For each conic, know what geometric property defines it (equidistant points? constant sum of distances?) and how to identify it from an equation. When you see a problem, ask yourself: What's the center? What's the orientation? What do the constants tell me about the shape?


Curves Defined by Equal Distance

These conics are built on the simplest geometric idea: points that maintain a specific distance relationship to a center or axis.

Circle Equation

  • Standard form: (xโˆ’h)2+(yโˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2 โ€” every point is exactly rr units from the center (h,k)(h, k)
  • Radius rr determines size. The equation uses r2r^2, so don't forget to take the square root when finding the actual radius. If you see =49= 49, the radius is 7, not 49.
  • Only conic with equal coefficients โ€” when A=CA = C and B=0B = 0 in general form, you've got a circle

Parabola Equation (Vertical Axis)

  • Standard form: (xโˆ’h)2=4p(yโˆ’k)(x - h)^2 = 4p(y - k) โ€” the set of points equidistant from the focus and directrix
  • Parameter pp is the directed distance from vertex to focus. Positive pp opens upward, negative opens downward.
  • Vertex at (h,k)(h, k) with focus at (h,k+p)(h, k + p) and directrix at y=kโˆ’py = k - p

Parabola Equation (Horizontal Axis)

  • Standard form: (yโˆ’k)2=4p(xโˆ’h)(y - k)^2 = 4p(x - h) โ€” same distance property, but oriented left-right
  • Sign of pp determines direction โ€” positive opens right, negative opens left
  • Focus at (h+p,k)(h + p, k) with directrix at x=hโˆ’px = h - p. The squared variable tells you the axis of symmetry.

Compare: Vertical vs. Horizontal Parabolas โ€” both use the 4p4p coefficient and vertex form, but the squared variable switches. If (xโˆ’h)2(x - h)^2 is squared, the parabola opens vertically; if (yโˆ’k)2(y - k)^2 is squared, it opens horizontally. Quick check: the variable that is not squared tells you which direction the parabola opens along.


Curves Defined by Sum or Difference of Distances

Ellipses and hyperbolas are defined by their relationship to two foci. The key is whether you're adding or subtracting those distances.

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 curve to both foci is constant (equals 2a2a, where aa is the semi-major axis)
  • Larger denominator determines orientation. If a2a^2 is under the xx-term and a2>b2a^2 > b^2, the major axis is horizontal. If the larger denominator is under the yy-term, the major axis is vertical. The variable aa always refers to the semi-major axis, regardless of which fraction it sits beneath.
  • Relationship: c2=a2โˆ’b2c^2 = a^2 - b^2 gives the focal distance, where cc is the distance from center to each focus

Hyperbola Equation (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 โ€” the absolute difference of distances to the foci is constant (equals 2a2a)
  • The positive term determines orientation. The xx-term is positive here, so the branches open left and right.
  • Asymptotes: yโˆ’k=ยฑba(xโˆ’h)y - k = \pm\frac{b}{a}(x - h) โ€” these lines guide the hyperbola's shape as it extends outward

Hyperbola Equation (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 โ€” same difference property, but branches open up and down
  • Relationship: c2=a2+b2c^2 = a^2 + b^2 for hyperbolas. Note this is addition, unlike ellipses.
  • Asymptotes: yโˆ’k=ยฑab(xโˆ’h)y - k = \pm\frac{a}{b}(x - h) โ€” the slope formula flips compared to horizontal hyperbolas because aa is now associated with the yy-direction

Compare: Ellipse vs. Hyperbola โ€” both involve two foci and use similar-looking equations, but ellipses add (with a + sign between fractions) while hyperbolas subtract (with a โˆ’ sign). Also: ellipses use c2=a2โˆ’b2c^2 = a^2 - b^2, hyperbolas use c2=a2+b2c^2 = a^2 + b^2. This is a classic exam trap. The geometric reason: in an ellipse the foci are inside the curve (so c<ac < a), while in a hyperbola the foci are outside the vertices (so c>ac > a).


Classification and Conversion Tools

These formulas help you identify conic types and convert between equation forms.

General Form of a Conic Section

  • Form: Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0 โ€” the universal equation that contains all conics
  • Discriminant B2โˆ’4ACB^2 - 4AC classifies the conic: negative = ellipse or circle, zero = parabola, positive = hyperbola

Converting general form to standard form requires completing the square. Here's the process:

  1. Group all xx-terms together and all yy-terms together. Move the constant to the other side.
  2. Factor out the leading coefficient from each group (e.g., factor 4 from 4x2โˆ’16x4x^2 - 16x).
  3. Complete the square inside each group. Remember to add the same value to both sides (accounting for the factored coefficient).
  4. Rewrite each group as a squared binomial and simplify the right side.
  5. If needed, divide both sides so the equation equals 1 (for ellipses and hyperbolas) or isolate the unsquared variable (for parabolas).

Eccentricity Formula

  • Formula: e=cae = \frac{c}{a} โ€” measures how "stretched" a conic is from circular
  • Classification by eccentricity: e=0e = 0 (circle), 0<e<10 < e < 1 (ellipse), e=1e = 1 (parabola), e>1e > 1 (hyperbola)
  • Higher eccentricity = more elongated. Earth's orbit has eโ‰ˆ0.017e \approx 0.017, which is nearly circular. Halley's Comet, by contrast, has eโ‰ˆ0.967e \approx 0.967, producing a very elongated ellipse.

Compare: Eccentricity in Ellipses vs. Hyperbolas โ€” both use e=c/ae = c/a, but ellipses always have e<1e < 1 (foci inside the curve) while hyperbolas have e>1e > 1 (foci outside the vertices). If a free-response question asks you to describe a conic's shape, eccentricity is your go-to metric.


Focus-Directrix Relationships

The directrix provides an alternative way to define parabolas using the equal-distance property.

Directrix for Vertical Parabola

  • Equation: y=kโˆ’py = k - p โ€” a horizontal line located โˆฃpโˆฃ|p| units from the vertex, on the opposite side from the focus
  • Defines the parabola geometrically: every point on the curve is equidistant from the focus (h,k+p)(h, k + p) and this directrix
  • The directrix is always perpendicular to the axis of symmetry.

Directrix for Horizontal Parabola

  • Equation: x=hโˆ’px = h - p โ€” a vertical line located โˆฃpโˆฃ|p| units from the vertex, on the opposite side from the focus
  • Same distance property applies: point-to-focus distance equals point-to-directrix distance for every point on the parabola
  • Sign of pp matters. If p>0p > 0, the focus is right of the vertex and the directrix is left. Flip for p<0p < 0.

Compare: Directrix orientation matches the parabola's opening direction. Vertical parabolas (opening up/down) have horizontal directrices; horizontal parabolas (opening left/right) have vertical directrices. The directrix is always "behind" the vertex relative to where the parabola opens.


Quick Reference Table

Geometric PropertyConic
Equidistant from centerCircle
Equidistant from focus and directrixParabola (both orientations)
Constant sum of distances to fociEllipse
Constant difference of distances to fociHyperbola (both orientations)
Uses c2=a2โˆ’b2c^2 = a^2 - b^2Ellipse
Uses c2=a2+b2c^2 = a^2 + b^2Hyperbola
Discriminant B2โˆ’4AC<0B^2 - 4AC < 0Circle, Ellipse
Discriminant B2โˆ’4AC=0B^2 - 4AC = 0Parabola
Discriminant B2โˆ’4AC>0B^2 - 4AC > 0Hyperbola

Self-Check Questions

  1. Given the equation (xโˆ’2)216+(y+3)225=1\frac{(x-2)^2}{16} + \frac{(y+3)^2}{25} = 1, is the major axis horizontal or vertical? What is the center?

  2. How can you tell the difference between an ellipse and a hyperbola just by looking at the standard form equation?

  3. Compare the formulas for cc in ellipses versus hyperbolas. Why does this difference make geometric sense?

  4. A parabola has vertex at (1,โˆ’2)(1, -2) and focus at (1,0)(1, 0). Write its equation and find the directrix.

  5. You're given 4x2+9y2โˆ’16x+18yโˆ’11=04x^2 + 9y^2 - 16x + 18y - 11 = 0. What type of conic is this, and what's your first step to convert it to standard form?