What Is the Directrix of a Parabola?
The directrix of a parabola is the fixed straight line such that every point on the parabola is the same distance from the directrix as it is from the focus. It is always perpendicular to the axis of symmetry, it never touches the curve, and it sits on the opposite side of the vertex from the focus.
This is the defining rule of the parabola itself. If F is the focus, P is any point on the curve, and M is the foot of the perpendicular from P to the directrix, then:
$$PF = PM \quad \text{for every point } P \text{ on the parabola.}$$
That single equation, "distance to the focus equals perpendicular distance to the directrix," is what makes the shape a parabola rather than any other curve. The focus and the directrix are partners: the focus of a parabola is the point side of the definition, and the directrix is the line side. The vertex is the one point caught exactly in the middle, so it lies halfway between the focus and the directrix.
How Do You Find the Directrix of a Parabola?
The directrix comes straight from the standard equation, and it is always the mirror image of the focus across the vertex. For a parabola with vertex at the origin opening to the right:
$$y^2 = 4ax \quad \Rightarrow \quad \text{directrix } x = -a,$$
where a is the distance from the vertex to the focus, and also the distance from the vertex to the directrix. The two distances are equal by definition, which is exactly why the directrix sits at $-a$ when the focus sits at $+a$. The four standard orientations follow the same single number a:
Equation | Opens | Focus | Directrix |
|---|---|---|---|
$y^2 = 4ax$ | right | $(a, 0)$ | $x = -a$ |
$y^2 = -4ax$ | left | $(-a, 0)$ | $x = a$ |
$x^2 = 4ay$ | up | $(0, a)$ | $y = -a$ |
$x^2 = -4ay$ | down | $(0, -a)$ | $y = a$ |
The recipe is the same every time. Read 4a off the coefficient, divide by 4 to get a, then place the directrix a units from the vertex on the opposite side from the focus, as a line perpendicular to the axis. For a translated parabola $(y - k)^2 = 4a(x - h)$, the vertex moves to $(h, k)$ and the directrix rides along with it to $x = h - a$.
Why the directrix lands at x = −a
This is worth deriving once, because then the equation stops being a thing to memorise. Take the simplest case: vertex at the origin, focus at the unknown point $(a, 0)$, and a vertical directrix at the unknown line $x = -a$. A point $(x, y)$ on the parabola must obey "distance to focus equals perpendicular distance to directrix." The distance to the focus is $\sqrt{(x - a)^2 + y^2}$, and the perpendicular distance to the vertical line $x = -a$ is simply $x + a$:
$$\sqrt{(x - a)^2 + y^2} = x + a.$$
Square both sides and expand:
$$x^2 - 2ax + a^2 + y^2 = x^2 + 2ax + a^2.$$
The $x^2$ and $a^2$ terms cancel, leaving $y^2 = 4ax$, the standard form. So setting the directrix at $x = -a$ is what produces the equation $y^2 = 4ax$, the directrix position is not a separate fact, it falls out of the equidistance rule directly.
Finding the Directrix When You Are Given the Equation in Another Form
Real problems rarely hand you a clean $y^2 = 4ax$. Two situations come up constantly, so it helps to name them before the examples.
From a quadratic $y = ax^2 + bx + c$. This is the algebra-class form. Complete the square to get it into vertex form $(x - h)^2 = 4p(y - k)$, read the vertex $(h, k)$ and the value of p, then the directrix is $y = k - p$. (Note that this p is the focal distance, the same role as a in the conic-section form, just a different letter common in algebra texts.)
From a focus and a vertex. The directrix is the reflection of the focus across the vertex. If the vertex is $(0,0)$ and the focus is $(0, 3)$, the directrix is the line $y = -3$, the same distance on the far side.
Both reduce to the same idea: locate the vertex, find a, then step a units the other way to lay down a line perpendicular to the axis.
Examples of the Directrix of a Parabola
With the equation and the equidistance rule in hand, here is the directrix being located. The problems move from a direct read-off up to recovering the directrix after completing the square.
Example 1 - Find the directrix of the parabola $y^2 = 12x$
Compare with $y^2 = 4ax$: here $4a = 12$, so $a = 3$. The parabola opens right with focus at $(3, 0)$, so the directrix sits 3 units to the left of the vertex, perpendicular to the axis.
Final answer: the directrix is $x = -3$.
Example 2 - Find the directrix of the parabola $x^2 = -8y$
Wrong attempt. A student reads $4a = 8$, gets $a = 2$, and writes the directrix as $y = -2$, taking the number positive and putting the line below the vertex out of habit. Check that against the equation: the right side is $-8y$, so the parabola opens downward, which means the focus sits below the vertex. The directrix must therefore sit above it. A line at $y = -2$ would be on the same side as the focus, which is impossible, the directrix and focus are always on opposite sides.
Correct. Match $x^2 = -8y$ with $x^2 = -4ay$, so $4a = 8$ and $a = 2$. The parabola opens down, focus at $(0, -2)$, so the directrix is the line on the opposite side: $y = 2$.
Final answer: the directrix is $y = 2$.
Example 3 - Find the directrix of $y^2 = -20x$
Match with $y^2 = -4ax$: $4a = 20$, so $a = 5$, and the parabola opens left with focus at $(-5, 0)$. The directrix sits to the right of the vertex:
$$\text{directrix } x = 5.$$
Final answer: the directrix is $x = 5$.
Example 4 - A parabola has the equation $(y - 1)^2 = 8(x - 2)$. Find its directrix
The vertex has shifted to $(h, k) = (2, 1)$. From $4a = 8$, $a = 2$, and the parabola opens right (positive coefficient, axis horizontal). The directrix is vertical, a units to the left of the new vertex:
$$\text{directrix } x = h - a = 2 - 2 = 0.$$
Final answer: the directrix is $x = 0$ (the y-axis).
Example 5 - Find the directrix of the parabola $y = \frac{1}{8}x^2$
Rewrite into conic form. Multiply through: $8y = x^2$, so $x^2 = 8y$. Match with $x^2 = 4ay$, giving $4a = 8$ and $a = 2$. The parabola opens up, focus at $(0, 2)$, so the directrix is below the vertex:
$$\text{directrix } y = -2.$$
Final answer: the directrix is $y = -2$.
Example 6 - A parabola opens upward, has vertex at $(3, -1)$, and a focus at $(3, 1)$. Find its directrix
The directrix is the reflection of the focus across the vertex. The focus is 2 units above the vertex ($1 - (-1) = 2$, so $a = 2$), so the directrix is the horizontal line 2 units below the vertex:
$$\text{directrix } y = -1 - 2 = -3.$$
Final answer: the directrix is $y = -3$. As a check, the vertex's y-coordinate $-1$ is exactly midway between the focus ($y = 1$) and the directrix ($y = -3$), as it must be.
Why the Directrix of a Parabola Matters
The directrix looks like a bookkeeping line, but it is the geometric definition that makes the parabola the shape it is, and that definition has real reach.
It is what defines the curve. Drop the directrix and "parabola" loses its meaning, the equidistance between a point and a line is the property an engineer relies on when designing a reflector. A satellite dish works because the surface is the set of points balanced between the focus and a directrix plane; that balance is what forces every parallel ray to converge.
Conic sections as one family. The focus-directrix idea generalises. Each conic has a focus and a directrix, and the ratio of the two distances, the eccentricity, is what separates them: $e = 1$ gives a parabola, $e < 1$ an ellipse, $e > 1$ a hyperbola. The directrix is the line that makes eccentricity measurable in the first place.
Antenna and microphone design. Parabolic microphones used on sports sidelines and in wildlife recording rely on the same focus-directrix geometry to pick a single distant sound out of background noise.
For a Class 11 student, the directrix is where the parabola stops being "a U-shaped graph" and becomes a precise locus: the curve is literally the answer to "which points are balanced between this point and this line?"
Where Things Go Sideways With the Directrix of a Parabola
Mistake 1: Putting the directrix on the same side as the focus
Where it slips in: A student finds a correctly but does not check which way the curve opens.
Don't do this: Place the directrix at $y = -2$ for $x^2 = -8y$, on the same side as the focus.
The correct way: Read the opening direction first. The focus sits inside the curve; the directrix sits on the far side of the vertex. They are mirror images across the vertex, never neighbours.
Mistake 2: Confusing 4a with a
Where it slips in: The equation gives $y^2 = 16x$ and the student writes the directrix as $x = -16$.
Don't do this: Treat the whole coefficient as the focal distance.
The correct way: The coefficient is 4a, not a. From $4a = 16$, divide by 4 to get $a = 4$, so the directrix is $x = -4$. The factor of 4 is built into the standard form on purpose.
Mistake 3: Forgetting to shift the directrix for a translated parabola
Where it slips in: The vertex is at $(h, k)$, not the origin, and the student reports the directrix relative to the origin.
Don't do this: Write $x = -a$ when the vertex has moved to $(h, k)$.
The correct way: Locate the vertex first, then measure a units from it. For a right-opening parabola the directrix is $x = h - a$, not $x = -a$.
Key Takeaways
The directrix of a parabola is the fixed line where every point on the curve is equidistant from the directrix and the focus.
For $y^2 = 4ax$ the directrix is $x = -a$; read the coefficient as $4a$, divide by 4, and place the line on the opposite side of the vertex from the focus.
The directrix and focus are mirror images across the vertex, which sits exactly halfway between them.
The most common mistake is putting the directrix on the same side as the focus, check the opening direction before placing the line.
The focus-directrix definition is what unifies all conics through eccentricity, parabola, ellipse, and hyperbola.
Practice These Problems to Solidify Your Understanding
Find the directrix of the parabola $y^2 = 24x$.
Find the directrix of the parabola $x^2 = -16y$.
Find the directrix of $(x - 1)^2 = 8(y + 2)$.
Answer to Question 1: $x = -6$, since $4a = 24$ gives $a = 6$ and the parabola opens right. Answer to Question 2: $y = 4$, since the parabola opens downward, $4a = 16$ gives $a = 4$, and the directrix sits above the vertex. Answer to Question 3: $y = -4$; the vertex is $(1, -2)$, the parabola opens up with $a = 2$, so the directrix is $y = -2 - 2 = -4$. If Question 2 gave you $y = -4$, recheck the opening direction (see Mistake 1).
Want a live Bhanzu trainer to walk your child through conic sections and the directrix of a parabola? Book a free demo class — online globally.
Also Read:
Was this article helpful?
Your feedback helps us write better content