6.2 Conic Sections: Parabolas, Ellipses, and Hyperbolas
Key Takeaways
- A conic section is formed by the intersection of a plane with a double-napped cone, categorized by eccentricity e: parabola (e = 1), ellipse (0 <= e < 1), and hyperbola (e > 1).
- For a parabola with vertex (h, k), standard forms are (x - h)^2 = 4p(y - k) for vertical orientation (focus at (h, k+p)) and (y - k)^2 = 4p(x - h) for horizontal orientation (focus at (h+p, k)).
- For an ellipse centered at (h, k), a is the semi-major axis, b is the semi-minor axis, c is the focal distance, and the focal relationship is a^2 = b^2 + c^2.
- For a hyperbola centered at (h, k), the focal relationship is c^2 = a^2 + b^2, and asymptotes pass through the center with slopes +-(b/a) for horizontal transverse axes or +-(a/b) for vertical transverse axes.
6.2 Conic Sections: Parabolas, Ellipses, and Hyperbolas
Conic sections are curves generated by intersecting a double-napped right circular cone with a plane. Depending on the angle of intersection relative to the generator line of the cone, the resulting non-degenerate curves are classified as parabolas, ellipses (including circles), or hyperbolas.
1. General Equation and Conic Classification
Without rotation of axes, the general equation of a second-degree polynomial in two variables is:
Assuming the equation represents a non-degenerate conic section, the conic type is determined by comparing the coefficients $A$ and $C$ of the squared terms:
| Conic Section | Coefficient Relationship | Eccentricity ($e$) | Locus Property |
|---|---|---|---|
| Parabola | $A = 0$ OR $C = 0$ (exactly one squared term) | $e = 1$ | Distance to focus equals distance to directrix line: $d_F = d_D$. |
| Ellipse | $A \cdot C > 0$ and $A \neq C$ (same signs, unequal) | $0 < e < 1$ | Sum of distances to two fixed foci is constant: $d_1 + d_2 = 2a$. |
| Circle | $A = C$ (same sign and equal magnitude) | $e = 0$ | Set of points equidistant from a single center point: $d = r$. |
| Hyperbola | $A \cdot C < 0$ (opposite signs) | $e > 1$ | Absolute difference of distances to two foci is constant: $ |
2. Parabolas: Locus, Focus, Directrix, and Latus Rectum
A parabola is the locus of all points $P(x, y)$ equidistant from a fixed point $F$ (the focus) and a fixed line $D$ (the directrix). The point halfway between the focus and directrix is the vertex $(h, k)$. The parameter $p$ represents the directed distance from the vertex to the focus.
Standard Forms of Parabolas
Vertical Axis: (x - h)^2 = 4p(y - k) Horizontal Axis: (y - k)^2 = 4p(x - h)
Opens UP if p > 0 Opens RIGHT if p > 0
Opens DOWN if p < 0 Opens LEFT if p < 0
-
Vertical Axis of Symmetry ($x = h$):
- Standard Equation: $(x - h)^2 = 4p(y - k)$
- Focus: $(h, k + p)$
- Directrix Line: $y = k - p$
- Focal Length: $|p|$; Focal Width (Latus Rectum): $|4p|$
-
Horizontal Axis of Symmetry ($y = k$):
- Standard Equation: $(y - k)^2 = 4p(x - h)$
- Focus: $(h + p, k)$
- Directrix Line: $x = h - p$
- Focal Length: $|p|$; Focal Width (Latus Rectum): $|4p|$
Worked Example 1: Parabola Analysis via Completing the Square
Determine the vertex, focus, directrix, and axis of symmetry for the parabola:
Solution:
- Isolate $y$-terms on the left side and $x$-terms/constants on the right side:
- Complete the square for $y$ by adding $\left(\frac{6}{2}\right)^2 = 9$ to both sides:
- Factor out the coefficient of $x$ on the right side to achieve standard form:
- Extract key parabolic parameters:
- Standard form: $(y - k)^2 = 4p(x - h) \implies (h, k) = (2, -3)$
- Focal parameter: $4p = -8 \implies p = -2$ (opens left)
- Focus: $(h + p, k) = (2 + (-2), -3) = (0, -3)$
- Directrix Line: $x = h - p = 2 - (-2) \implies x = 4$
- Axis of Symmetry: $y = -3$
3. Ellipses: Axes, Foci, and Eccentricity
An ellipse is the locus of points $P(x, y)$ such that the sum of distances from $P$ to two fixed foci $F_1$ and $F_2$ is a constant $2a$. The center of the ellipse is $(h, k)$, $a$ is the semi-major axis length, $b$ is the semi-minor axis length, and $c$ is the focal distance, satisfying $a > b > 0$ and $a^2 = b^2 + c^2$.
Standard Equations of Ellipses
| Feature | Horizontal Major Axis | Vertical Major Axis |
|---|---|---|
| Standard Equation | $\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1$ | $\frac{(x - h)^2}{b^2} + \frac{(y - k)^2}{a^2} = 1$ |
| Foci Locations | $(h \pm c, k)$ | $(h, k \pm c)$ |
| Major Vertices | $(h \pm a, k)$ | $(h, k \pm a)$ |
| Minor Co-Vertices | $(h, k \pm b)$ | $(h \pm b, k)$ |
| Focal Identity | $c = \sqrt{a^2 - b^2}$ | $c = \sqrt{a^2 - b^2}$ |
| Eccentricity | $e = \frac{c}{a} = \frac{\sqrt{a^2 - b^2}}{a}$ | $e = \frac{c}{a} = \frac{\sqrt{a^2 - b^2}}{a}$ |
Worked Example 2: Ellipse Equation and Focal Extraction
Convert $9x^2 + 25y^2 - 36x + 50y - 164 = 0$ into standard form. Find the center, vertices, foci, and eccentricity.
Solution:
- Group variables and factor leading coefficients:
- Complete the squares inside parentheses:
- Divide by $225$ to obtain standard form:
- Identify parameters:
- Center: $(h, k) = (2, -1)$
- Major axis horizontal ($a^2 = 25 \implies a = 5$, $b^2 = 9 \implies b = 3$)
- Focal distance: $c = \sqrt{a^2 - b^2} = \sqrt{25 - 9} = \sqrt{16} = 4$
- Major Vertices: $(h \pm a, k) = (2 \pm 5, -1) \implies (7, -1)$ and $(-3, -1)$
- Foci: $(h \pm c, k) = (2 \pm 4, -1) \implies (6, -1)$ and $(-2, -1)$
- Eccentricity: $e = \frac{c}{a} = \frac{4}{5} = 0.8$
4. Hyperbolas: Transverse Axes, Foci, and Asymptotes
A hyperbola is the locus of points $P(x, y)$ such that the absolute difference of distances to two foci $F_1$ and $F_2$ is a constant $2a$. The focal distance $c$ satisfies $c^2 = a^2 + b^2$, meaning $c > a$.
Standard Equations of Hyperbolas
| Feature | Horizontal Transverse Axis | Vertical Transverse Axis |
|---|---|---|
| Standard Equation | $\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1$ | $\frac{(y - k)^2}{a^2} - \frac{(x - h)^2}{b^2} = 1$ |
| Vertices | $(h \pm a, k)$ | $(h, k \pm a)$ |
| Foci | $(h \pm c, k)$ | $(h, k \pm c)$ |
| Focal Identity | $c = \sqrt{a^2 + b^2}$ | $c = \sqrt{a^2 + b^2}$ |
| Asymptotes | $y - k = \pm \frac{b}{a}(x - h)$ | $y - k = \pm \frac{a}{b}(x - h)$ |
Worked Example 3: Hyperbola Analysis with Asymptote Equations
Convert $16x^2 - 9y^2 - 64x - 54y - 161 = 0$ into standard form. Find the center, vertices, foci, and asymptotes.
Solution:
- Group terms and factor out coefficients:
- Complete the squares (note the negative factor $-9$ distributed on $y$):
- Divide by $144$:
- Compute parameters:
- Center: $(h, k) = (2, -3)$
- Transverse axis is horizontal ($a^2 = 9 \implies a = 3$, $b^2 = 16 \implies b = 4$)
- Focal length: $c = \sqrt{a^2 + b^2} = \sqrt{9 + 16} = 5$
- Vertices: $(2 \pm 3, -3) \implies (5, -3)$ and $(-1, -3)$
- Foci: $(2 \pm 5, -3) \implies (7, -3)$ and $(-3, -3)$
- Asymptote Equations: $y - (-3) = \pm \frac{4}{3}(x - 2) \implies y + 3 = \pm \frac{4}{3}(x - 2)$
5. CLEP Exam Traps & Common Errors
- Trap 1: Confusing Focal Relations ($a^2 = b^2 + c^2$ vs. $c^2 = a^2 + b^2$)
For ellipses, $a$ is the longest semi-axis, so $a^2 = b^2 + c^2 \implies c = \sqrt{a^2 - b^2}$. For hyperbolas, $c$ is the longest parameter from the center to the foci, so $c^2 = a^2 + b^2 \implies c = \sqrt{a^2 + b^2}$. Using the wrong formula flips focal locations. - Trap 2: Asymptote Slope Numerator/Denominator Inversion
Remember that slope is always $\frac{\Delta y}{\Delta x}$. The parameter under the $y$-term in the standard equation (square-rooted) is always the numerator of the asymptote slope, while the parameter under the $x$-term is the denominator. - Trap 3: Sign Errors when Completing the Square on Hyperbolas
When factoring $-9(y^2 + 6y)$, completing the square requires adding $+9$ inside the parenthesis. Adding $+9$ inside a parenthesis scaled by $-9$ actually subtracts $81$ from the left side, so you must subtract $81$ from the right side as well.
Find the focus and directrix of the parabola given by (x - 3)^2 = -12(y + 2).
What are the foci of the ellipse defined by the equation (x + 1)^2 / 9 + (y - 4)^2 / 25 = 1?
Determine the equations of the asymptotes for the hyperbola (y - 1)^2 / 36 - (x + 2)^2 / 64 = 1.
Classify the conic section represented by the equation 4x^2 - 9y^2 + 16x + 54y - 101 = 0.