Understanding Conic Sections and the Latus Rectum
Conic sections emerge when a plane intersects a cone's surface at varying angles. Depending on the angle of intersection, you obtain a circle, ellipse, parabola, or hyperbola. Each shape has unique reflective and geometric properties that make the latus rectum—derived from Latin latus (side) and rectum (straight)—particularly useful.
The latus rectum is a specific chord: it passes through a focus of the conic and remains perpendicular to the axis of symmetry. For parabolas, this segment is a single line. For hyperbolas and ellipses, there are two latus recta, one at each focus. The length of this chord reveals important information about the conic's shape and its focal properties.
Latus Rectum Formulas by Conic Type
Each conic section has a distinct formula for calculating its latus rectum length. These formulas depend on the parameters defining the conic's equation in standard form.
Parabola: LR = 4a
Hyperbola: LR = 2b²/a
Ellipse: LR = 2b²/a
a— For parabolas, the distance from the vertex to the focus. For hyperbolas and ellipses, the semi-major or semi-transverse axis length.b— For hyperbolas and ellipses, the semi-minor or semi-conjugate axis length.LR— The length of the latus rectum—the focal chord perpendicular to the axis of symmetry.
Locating the Latus Rectum Endpoints
Once you know the latus rectum length, finding its endpoints requires the vertex or center coordinates and the conic's orientation. For a vertical parabola with vertex at (h, k) and latus rectum length lr:
- If the parabola opens upward: endpoints are at
(h ± lr, k + lr/2) - If the parabola opens downward: endpoints are at
(h ± lr, k − lr/2)
For a horizontal parabola:
- If opening rightward: endpoints are at
(h + lr/2, k ± lr) - If opening leftward: endpoints are at
(h − lr/2, k ± lr)
For hyperbolas and ellipses, the endpoints are positioned symmetrically about each focus, perpendicular to the transverse or major axis.
Practical Application: Parabola Example
Consider the parabola y = 4x² − 2x + 6. Rewriting in vertex form reveals this is a vertical parabola opening upward with vertex near (0.25, 5.75). The parameter a = 4 tells us the focal distance is 1/(4a) = 0.0625. Applying the formula: LR = 4 × 0.0625 = 0.25. The endpoints then lie at (0.25 ± 0.25, 5.75 + 0.125), or approximately (0, 5.875) and (0.5, 5.875).
Common Pitfalls and Practical Tips
Avoid these mistakes when calculating or interpreting the latus rectum.
- Confusing coefficients with axis lengths — In the equation <code>y = ax² + bx + c</code>, the coefficient <code>a</code> is not the distance to the focus. Convert to vertex form first, or use <code>1/(4a)</code> to find the focal parameter.
- Forgetting the orientation matters — A parabola opening upward has endpoints above the vertex; opening downward, below it. Similarly, horizontal parabolas have endpoints left or right of the vertex. Check your leading coefficient's sign.
- Mixing up formulas across conic types — Parabolas use <code>LR = 4a</code>, while hyperbolas and ellipses use <code>LR = 2b²/a</code>. These are not interchangeable. Confirm which conic section you're working with before applying a formula.
- Ignoring eccentricity implications — Hyperbolas and ellipses have two latus recta positioned at the two foci. The distance between these foci depends on the eccentricity and the semi-major axis length—overlooking this can lead to missing one of the chords entirely.