11.2 Parabola Definitions, Standard Equations, and Focal Properties

Key Takeaways

  • A parabola is defined as the locus of points P(x, y) equidistant from a fixed focus F and a fixed directrix line l: |PF| = d(P, l), corresponding to eccentricity e = 1.
  • The focal parameter p > 0 represents the distance from the focus to the directrix. The four standard orientations are y^2 = 2px (right), y^2 = -2px (left), x^2 = 2py (up), and x^2 = -2py (down).
  • For any focal chord AB passing through the focus F(p/2, 0) of y^2 = 2px with endpoints A(x_1, y_1) and B(x_2, y_2), the ordinate product is y_1 y_2 = -p^2 and the abscissa product is x_1 x_2 = p^2/4.
  • The length of a focal chord AB on y^2 = 2px is given by |AB| = x_1 + x_2 + p = 2p / (sin^2 θ), where θ is the inclination angle of the chord.
  • The focal lengths satisfy the harmonic mean property: 1/|AF| + 1/|BF| = 2/p, which is independent of the slope of the focal chord.
Last updated: July 2026

11.2 Parabola Definitions, Standard Equations, and Focal Properties

The parabola is unique among conic sections because its eccentricity is precisely equal to $1$ ($e = 1$). In Gaokao Mathematics, parabola problems frequently combine coordinate algebra, focal chord identities, geometric tangency, and optimization.


1. Geometric Definition of the Parabola

A parabola is the locus of all points $P(x, y)$ in a plane that are equidistant from a fixed point $F$ (the focus) and a fixed straight line $l$ (the directrix) not passing through $F$.

PF=d(P,l)|PF| = d(P, l)

Fundamental Elements:

  • Focal Parameter ($p$): The distance from the focus $F$ to the directrix $l$, where $p > 0$.
  • Vertex ($O$): The midpoint of the perpendicular segment from the focus $F$ to the directrix $l$. For standard equations, the vertex is positioned at the origin $(0, 0)$.
  • Axis of Symmetry: The line passing through the focus $F$ perpendicular to the directrix $l$.
  • Eccentricity ($e$): $e = \frac{|PF|}{d(P, l)} = 1$.

2. Four Standard Equations and Canonical Orientations

Depending on which axis serves as the axis of symmetry and the direction of opening, the standard equation of a parabola centered at the origin $(0,0)$ takes one of four forms.

| Orientation | Standard Equation | Focus Coordinates ($F$) | Directrix Equation ($l$) | Focal Radius Formula $r = |PF|$ | :--- | :--- | :--- | :--- | :--- | | Opens Right | $y^2 = 2px \quad (p>0)$ | $F\left(\dfrac{p}{2}, 0\right)$ | $x = -\dfrac{p}{2}$ | $r = x_0 + \dfrac{p}{2}$ | | Opens Left | $y^2 = -2px \quad (p>0)$ | $F\left(-\dfrac{p}{2}, 0\right)$ | $x = \dfrac{p}{2}$ | $r = -x_0 + \dfrac{p}{2}$ | | Opens Upward | $x^2 = 2py \quad (p>0)$ | $F\left(0, \dfrac{p}{2}\right)$ | $y = -\dfrac{p}{2}$ | $r = y_0 + \dfrac{p}{2}$ | | Opens Downward | $x^2 = -2py \quad (p>0)$ | $F\left(0, -\dfrac{p}{2}\right)$ | $y = \dfrac{p}{2}$ | $r = -y_0 + \dfrac{p}{2}$ |

Gaokao Memory Tip for Focus & Directrix: The term containing the first power ($x$ or $y$) indicates the axis of symmetry. The coefficient of the first-power term is $\pm 2p$. Therefore, the focus coordinate on that axis is $\frac{\text{coefficient}}{4}$, and the directrix is the negative of that coordinate. Example: For $x^2 = -8y$, the first-power term is $y$ with coefficient $-8$. Focus $y$-coordinate is $\frac{-8}{4} = -2 \implies F(0, -2)$, and directrix is $y = 2$.


3. Core Algebraic Properties of Focal Chords

Consider the standard parabola $y^2 = 2px$ ($p>0$) with focus $F\left(\frac{p}{2}, 0\right)$. Let a line $AB$ passing through $F$ intersect the parabola at two points $A(x_1, y_1)$ and $B(x_2, y_2)$. The segment $AB$ is called a focal chord.

1. Line Parameterization:

If the line $AB$ has inclination angle $\theta \neq 90^\circ$ (slope $k = \tan \theta$), its equation can be written as $x = my + \frac{p}{2}$ (where $m = \frac{1}{k} = \cot \theta$).

Substituting $x = my + \frac{p}{2}$ into $y^2 = 2px$: y2=2p(my+p2)    y22pmyp2=0y^2 = 2p\left(my + \frac{p}{2}\right) \implies y^2 - 2pmy - p^2 = 0

2. Vieta's Relations for Focal Chords:

  • Sum of ordinates: $y_1 + y_2 = 2pm$
  • Product of ordinates: $y_1 y_2 = -p^2$ (Constant! Independent of line slope $k$)
  • Product of abscissas: $x_1 x_2 = \frac{y_1^2 y_2^2}{4p^2} = \frac{(-p^2)^2}{4p^2} = \frac{p^2}{4}$ (Constant!)

3. Focal Chord Length Formulas:

Using the definition $|AF| = x_1 + \frac{p}{2}$ and $|BF| = x_2 + \frac{p}{2}$: AB=AF+BF=x1+x2+p|AB| = |AF| + |BF| = x_1 + x_2 + p

Expressed in terms of the slope $k$ or inclination angle $\theta$: AB=p(m2+1)+p=p(1k2+1)+p=x1+x2+p|AB| = p(m^2 + 1) + p = p\left(\frac{1}{k^2} + 1\right) + p = x_1 + x_2 + p AB=2psin2θ|AB| = \frac{2p}{\sin^2 \theta}

Minimum Focal Chord Length: Since $\sin^2 \theta \le 1$, the focal chord reaches its minimum length when $\theta = 90^\circ$ ($AB$ is perpendicular to the $x$-axis). The minimum length is $|AB|_{\text{min}} = 2p$, known as the latus rectum.

4. Harmonic Mean Property of Focal Radii:

1AF+1BF=1x1+p2+1x2+p2=x1+x2+p(x1+p2)(x2+p2)=x1+x2+px1x2+p2(x1+x2)+p24\frac{1}{|AF|} + \frac{1}{|BF|} = \frac{1}{x_1 + \frac{p}{2}} + \frac{1}{x_2 + \frac{p}{2}} = \frac{x_1 + x_2 + p}{\left(x_1 + \frac{p}{2}\right)\left(x_2 + \frac{p}{2}\right)} = \frac{x_1 + x_2 + p}{x_1 x_2 + \frac{p}{2}(x_1 + x_2) + \frac{p^2}{4}}

Substituting $x_1 x_2 = \frac{p^2}{4}$: 1AF+1BF=x1+x2+pp24+p2(x1+x2)+p24=x1+x2+pp2(x1+x2+p)=2p\frac{1}{|AF|} + \frac{1}{|BF|} = \frac{x_1 + x_2 + p}{\frac{p^2}{4} + \frac{p}{2}(x_1 + x_2) + \frac{p^2}{4}} = \frac{x_1 + x_2 + p}{\frac{p}{2}(x_1 + x_2 + p)} = \frac{2}{p}

This shows that $\frac{1}{|AF|} + \frac{1}{|BF|} = \frac{2}{p}$ is an invariant constant for any focal chord!


4. Circle Tangency Theorem on Focal Chords

Theorem: For any focal chord $AB$ of the parabola $y^2 = 2px$, the circle constructed with $AB$ as a diameter is always tangent to the directrix $x = -\frac{p}{2}$.

Proof:

  1. Let $M$ be the midpoint of $AB$. Its $x$-coordinate is $x_M = \frac{x_1 + x_2}{2}$.
  2. The radius of the circle with diameter $AB$ is $R = \frac{|AB|}{2} = \frac{x_1 + x_2 + p}{2}$.
  3. The distance $d$ from the midpoint $M(x_M, y_M)$ to the directrix line $x = -\frac{p}{2}$ is: d=xM(p2)=x1+x22+p2=x1+x2+p2d = x_M - \left(-\frac{p}{2}\right) = \frac{x_1 + x_2}{2} + \frac{p}{2} = \frac{x_1 + x_2 + p}{2}
  4. Since $d = R$, the distance from the center of the circle to the directrix equals the radius of the circle. Hence, the circle is tangent to the directrix!

5. Worked Gaokao Exam Examples

Example 1: Finding Parabola Parameter from Focal Chord Length

Problem: A line passing through the focus $F$ of the parabola $y^2 = 2px$ ($p>0$) intersects the parabola at points $A$ and $B$. If the length of chord $AB$ is $8$ and the $x$-coordinate of the midpoint $M$ of $AB$ is $3$, find the value of $p$ and the parabola equation.

Solution:

  1. Let $A(x_1, y_1)$ and $B(x_2, y_2)$. The focal chord length formula gives $|AB| = x_1 + x_2 + p = 8$.
  2. The $x$-coordinate of the midpoint $M$ is $x_M = \frac{x_1 + x_2}{2} = 3 \implies x_1 + x_2 = 6$.
  3. Substitute $x_1 + x_2 = 6$ into the chord length formula: 6+p=8    p=26 + p = 8 \implies p = 2
  4. Therefore, the standard equation of the parabola is $y^2 = 4x$.

Example 2: Application of Harmonic Focal Chord Identity

Problem: Let $F$ be the focus of the parabola $y^2 = 4x$. A line passing through $F$ with inclination angle $60^\circ$ intersects the parabola at $A$ and $B$. Find $|AB|$ and verify the focal segment reciprocal sum.

Solution:

  1. For $y^2 = 4x$, $2p = 4 \implies p = 2$, focus $F(1, 0)$. Directrix $x = -1$.
  2. Inclination angle $\theta = 60^\circ \implies \sin 60^\circ = \frac{\sqrt{3}}{2}$.
  3. Using the chord length formula $|AB| = \frac{2p}{\sin^2 \theta}$: AB=2(2)(32)2=434=163|AB| = \frac{2(2)}{\left(\frac{\sqrt{3}}{2}\right)^2} = \frac{4}{\frac{3}{4}} = \frac{16}{3}
  4. Verify harmonic mean identity: $\frac{1}{|AF|} + \frac{1}{|BF|} = \frac{2}{p} = \frac{2}{2} = 1$.
  5. Both results match Gaokao analytical standards.
Loading diagram...
Anatomy of a Parabola with Focal Chord and Directrix Projection
Test Your Knowledge

A parabola has the standard equation x^2 = -8y. What are the coordinates of its focus and the equation of its directrix?

A
B
C
D
Test Your Knowledge

Let F be the focus of the parabola y^2 = 4x. A line passing through F with slope k = 1 intersects the parabola at points A and B. What is the length of the focal chord AB?

A
B
C
D
Test Your Knowledge

For the parabola y^2 = 2px (p > 0), a line passing through the focus F intersects the parabola at points A and B. If |AF| = 3 and |BF| = 6, what is the value of parameter p?

A
B
C
D