Skip to main content
Calkulon
Back to Guides
6 min read6 Steps

How to Calculate Parabola Features: Focus, Directrix, and Latus Rectum

Learn to manually find a parabola's focus, directrix, and latus rectum from its equation. Step-by-step guide with formulas and examples.

Skip the math — use the calculator

Step-by-Step Instructions

1

Identify the Parabola's Orientation and General Form

First, observe which variable is squared (`x` or `y`) to determine if the parabola is vertical (opens up/down) or horizontal (opens left/right). Then, rearrange the equation to group the squared variable's terms and move others to the opposite side. Your goal is to get it ready for completing the square, matching either `(x - h)^2 = 4p(y - k)` or `(y - k)^2 = 4p(x - h)`.

2

Complete the Square to Find the Vertex (h, k)

Focus on the side with the squared variable. Complete the square for that variable (e.g., for `x^2 + Bx`, add `(B/2)^2` to both sides). Factor the perfect square trinomial (e.g., `x^2 + Bx + (B/2)^2 = (x + B/2)^2`). On the other side of the equation, simplify and then factor out the coefficient of the non-squared variable (e.g., factor `4p` from `4py - 4pk` to get `4p(y - k)`). This step will reveal the Vertex `(h, k)`.

3

Determine the Value of 'p'

Once your equation is in standard form, identify the coefficient of the non-squared term (e.g., the `4p` in `4p(y - k)`). Set this coefficient equal to `4p` and solve for `p`. The sign of `p` tells you the direction the parabola opens.

4

Calculate the Focus

Using your determined `h`, `k`, and `p` values, apply the correct formula for the focus based on your parabola's orientation: * For a vertical parabola: `(h, k + p)` * For a horizontal parabola: `(h + p, k)`

5

Determine the Directrix Equation

Again, using `h`, `k`, and `p`, apply the correct formula for the directrix equation based on your parabola's orientation: * For a vertical parabola: `y = k - p` * For a horizontal parabola: `x = h - p`

6

Find the Latus Rectum Length

The length of the latus rectum is simply the absolute value of `4p`. Use the `4p` value you identified in Step 3 (before dividing by 4 to get `p`). The length will always be a positive value.

Hey there, math explorers! Ever wondered what makes a parabola tick? Beyond just a curve, a parabola has fascinating features like its focus, directrix, and latus rectum that define its shape and properties. Understanding how to find these manually not only boosts your math skills but also gives you a deeper appreciation for these curves. While online calculators are super handy for a quick check, let's dive in and learn the magic behind the numbers!

Prerequisites

Before we begin, make sure you're comfortable with:

  • Basic algebraic manipulation (adding, subtracting, multiplying, dividing).
  • Understanding of coordinate geometry (x, y coordinates).
  • The concept of "completing the square."

Understanding the Standard Forms

Parabolas come in two main orientations, each with its own standard equation. The key is to transform your given equation into one of these forms to easily identify its features.

Vertical Parabola (Opens Up or Down)

  • Standard Form: (x - h)^2 = 4p(y - k)

  • Vertex: (h, k)

  • Axis of Symmetry: x = h

  • Focus: (h, k + p)

  • Directrix: y = k - p

    If p > 0, the parabola opens upwards. If p < 0, the parabola opens downwards.

Horizontal Parabola (Opens Left or Right)

  • Standard Form: (y - k)^2 = 4p(x - h)

  • Vertex: (h, k)

  • Axis of Symmetry: y = k

  • Focus: (h + p, k)

  • Directrix: x = h - p

    If p > 0, the parabola opens to the right. If p < 0, the parabola opens to the left.

The Value of 'p' and Latus Rectum

The value of p is super important as it determines the distance from the vertex to the focus and from the vertex to the directrix. The Latus Rectum is the length of the chord passing through the focus and perpendicular to the axis of symmetry. Its length is always |4p|.

Worked Example: Let's Find Everything!

Let's find the vertex, focus, directrix, axis of symmetry, and latus rectum for the parabola with the equation: x^2 - 4x - 8y + 20 = 0

Step 1: Identify the Parabola's Orientation and General Form

First, observe which variable is squared. Here, x is squared, which means this is a vertical parabola (it will open either up or down). Our primary goal is to transform the given equation into the standard form for a vertical parabola: (x - h)^2 = 4p(y - k).

Let's start by rearranging the terms. Group the x terms together on one side and move the y and constant terms to the other side:

x^2 - 4x = 8y - 20

Step 2: Complete the Square to Find the Vertex (h, k)

To get x^2 - 4x into the perfect square form (x - h)^2, we need to complete the square. Take half of the coefficient of the x term (-4), which is -2, and then square it ((-2)^2 = 4). Add this value to both sides of the equation to keep it balanced.

x^2 - 4x + 4 = 8y - 20 + 4

Now, factor the left side and simplify the right side:

(x - 2)^2 = 8y - 16

To match the standard form 4p(y - k), factor out the coefficient of y on the right side:

(x - 2)^2 = 8(y - 2)

By comparing this to (x - h)^2 = 4p(y - k), we can identify:

  • h = 2
  • k = 2

So, the Vertex is (h, k) = (2, 2). The Axis of Symmetry is x = h, which means x = 2.

Step 3: Determine the Value of 'p'

From our standard form equation (x - 2)^2 = 8(y - 2), we can see that the coefficient of (y - k) is 8. This corresponds to 4p in the standard formula.

So, we have 4p = 8.

Divide by 4 to find p:

p = 8 / 4 p = 2

Since p is positive (p = 2) and it's a vertical parabola, we know it opens upwards.

Step 4: Calculate the Focus

For a vertical parabola, the formula for the Focus is (h, k + p). Let's plug in our values for h, k, and p:

Focus = (2, 2 + 2) Focus = (2, 4)

Step 5: Determine the Directrix Equation

For a vertical parabola, the formula for the Directrix is y = k - p. Let's substitute our values:

Directrix: y = 2 - 2 Directrix = y = 0

Step 6: Find the Latus Rectum Length

The length of the Latus Rectum is given by |4p|. From our equation, we found 4p = 8.

Latus Rectum Length = |8| Latus Rectum Length = 8

Common Pitfalls to Avoid

  • Sign Errors: Be super careful with negative signs! When you have (x + 2)^2, remember that h is -2, not 2. The standard form is always (x - h) and (y - k). Same goes for p.
  • Confusing X and Y: Make sure you're using the correct set of formulas for vertical vs. horizontal parabolas. If x is squared, it's a vertical parabola. If y is squared, it's horizontal.
  • Incomplete Square Errors: Don't forget to add the same value to both sides of the equation when completing the square! This is a common mistake that throws off all subsequent calculations.
  • Misidentifying 4p: Sometimes an equation might look like (x - h)^2 = 2(y - k). In this case, 4p = 2, so p = 0.5. Don't assume the coefficient of (y - k) or (x - h) is p itself; it's 4p.

When to Use a Calculator

While mastering manual calculations is incredibly rewarding, there are times when a calculator can be your best friend:

  • Quick Checks: After doing a problem manually, an online parabola calculator is a fantastic way to quickly verify your answers and catch any potential arithmetic errors.
  • Complex Equations: If you're dealing with very large numbers, complicated fractions, or decimals that make manual calculation tedious or prone to errors, a calculator can save you time and frustration.
  • Time Constraints: When you need a result quickly for homework or an exam, and understanding the step-by-step derivation isn't the primary goal, a calculator is invaluable.
  • Visualizing: Many online tools also provide a graph of the parabola, which can help you visualize the vertex, focus, directrix, and axis of symmetry you've calculated.

Conclusion

Great job! You've just learned the ins and outs of calculating the key features of a parabola by hand. This foundational knowledge is incredibly valuable for understanding conic sections and their applications. Keep practicing with different equations, and you'll master these fascinating curves in no time!

Ready to Calculate?

Skip the manual work and get instant results.

Open Calculator

Settings

PrivacyTermsAbout© 2026 Calkulon