Eccentricity and Conic Classification
The eccentricity e = c/a determines the type of conic: e < 1 gives an ellipse, e = 1 gives a parabola, and e > 1 gives a hyperbola. For a circle, e = 0.
First step in most conic problems. JEE frequently asks you to identify or compare conics based on eccentricity values.
Focal Chord Property
For a focal chord with endpoints P and Q on a conic, the semi-latus rectum l satisfies 1/SP + 1/SQ = 2/l, where S is the focus. This is a harmonic mean relation between SP and SQ.
Saves time in problems involving focal chords, latus rectum lengths, and minimum/maximum distance from the focus.
Parametric Representation of Conics
Parabola y² = 4ax uses (at², 2at). Ellipse x²/a² + y²/b² = 1 uses (a cos t, b sin t). Hyperbola x²/a² - y²/b² = 1 uses (a sec t, b tan t).
Parametric form simplifies tangent, normal, and chord equations. Most JEE solutions use parametric coordinates for cleaner algebra.