The mathematical foundation of latus rectum calculations stems from the fundamental definitions of conic sections and their geometric properties in coordinate geometry.
Parabola Derivation:
Starting with the standard parabola y² = 4px, the focus is at (p, 0). The latus rectum is the vertical chord through this focus. Substituting x = p into the equation: y² = 4p(p) = 4p². Therefore, y = ±2p, giving a total chord length of 4p.
Ellipse Derivation:
For an ellipse x²/a² + y²/b² = 1, the foci are at (±c, 0) where c² = a² - b². The latus rectum passes through (c, 0) vertically. Substituting x = c: c²/a² + y²/b² = 1, solving for y: y² = b²(1 - c²/a²) = b²(b²/a²) = b⁴/a². Therefore, y = ±b²/a, giving total length 2b²/a.
Hyperbola Derivation:
For hyperbola x²/a² - y²/b² = 1, the foci are at (±c, 0) where c² = a² + b². Following similar substitution at x = c: c²/a² - y²/b² = 1, solving: y² = b²(c²/a² - 1) = b²(b²/a²) = b⁴/a². The result is identical to the ellipse: latus rectum = 2b²/a.
Eccentricity Relationships:
The latus rectum relates to eccentricity e through: For ellipse/hyperbola, latus rectum = a(1-e²) for ellipse and a(e²-1) for hyperbola, providing alternative calculation methods.
Parametric Representations:
In parametric form, the latus rectum endpoints can be expressed directly, providing computational advantages for complex geometric analysis and computer graphics applications.