Finding Parabola Equations- Complete Guide

What Is a Parabola Equation?

A parabola is the U-shaped curve you get when you graph a quadratic function. Every parabola can be described by an equation, and there are several forms these equations take depending on what information you have.

The three main forms you'll encounter are standard form, vertex form, and factored form. Each one tells you something different about the parabola.

This guide covers how to find parabola equations from various starting points—whether you have a graph, a vertex, roots, or a few points.

The Three Forms of Parabola Equations

Standard Form

This is the basic quadratic equation:

f(x) = ax² + bx + c

The coefficient a determines the direction and width. If a is positive, the parabola opens upward. If a is negative, it opens downward. Larger absolute values of a make the curve narrower.

The values b and c shift the parabola horizontally and vertically, but not in a straightforward way.

Vertex Form

Vertex form is:

f(x) = a(x - h)² + k

Here, (h, k) is the vertex of the parabola. This form is useful when you know where the parabola turns.

Factored Form

When you know the x-intercepts, factored form works:

f(x) = a(x - r₁)(x - r₂)

The values r₁ and r₂ are the roots. This form only applies when the parabola crosses the x-axis.

Quick Comparison of the Three Forms

FormEquationBest When You Know
Standardax² + bx + cThree points on the curve
Vertexa(x - h)² + kThe turning point (h, k)
Factoreda(x - r₁)(x - r₂)The x-intercepts (roots)

How to Find a Parabola Equation from the Vertex

If you know the vertex and one other point, you can write the equation immediately.

Example: Vertex is (2, 5) and the parabola passes through (4, 9).

Start with vertex form: f(x) = a(x - 2)² + 5

Substitute the other point: 9 = a(4 - 2)² + 5

9 = a(4) + 5

4 = 4a

a = 1

Answer: f(x) = (x - 2)² + 5

That's it. Plug in what you know, solve for a, done.

How to Find a Parabola Equation from X-Intercepts

When you have the roots, factored form is the fastest route.

Example: X-intercepts are at x = -3 and x = 1. The parabola passes through (0, 6).

Start with: f(x) = a(x + 3)(x - 1)

Substitute (0, 6): 6 = a(0 + 3)(0 - 1)

6 = a(3)(-1)

6 = -3a

a = -2

Answer: f(x) = -2(x + 3)(x - 1)

If you need standard form, expand it: -2(x² + 2x - 3) = -2x² - 4x + 6

How to Find a Parabola Equation from Three Points

This is the most common scenario. You have no vertex, no roots—just three points.

You need to set up a system of equations using standard form ax² + bx + c.

Example: Points are (1, 2), (3, 8), and (5, 20).

Set up three equations:

Solve the system. Subtract equation 1 from equations 2 and 3:

From the first reduced equation: b = 3 - 4a

Substitute into the second: 9 = 12a + 2(3 - 4a)

9 = 12a + 6 - 8a

9 = 4a + 6

3 = 4a

a = 3/4

b = 3 - 4(3/4) = 3 - 3 = 0

Back-substitute to find c: 2 = 3/4 + 0 + c

c = 5/4

Answer: f(x) = (3/4)x² + 5/4

How to Find a Parabola from a Graph

Reading information from a graph takes practice, but here's what to look for:

Once you have the vertex or roots, follow the methods above.

Converting Between Forms

Vertex Form to Standard Form

Expand and simplify. Example: f(x) = 2(x - 3)² + 4

f(x) = 2(x² - 6x + 9) + 4

f(x) = 2x² - 12x + 18 + 4

f(x) = 2x² - 12x + 22

Factored Form to Standard Form

Multiply out the factors. Example: f(x) = 3(x + 2)(x - 5)

f(x) = 3(x² - 5x + 2x - 10)

f(x) = 3(x² - 3x - 10)

f(x) = 3x² - 9x - 30

Standard Form to Vertex Form

Use completing the square. Example: f(x) = 2x² + 8x + 5

Factor out a from the x terms: f(x) = 2(x² + 4x) + 5

Complete the square inside: take half of 4 (which is 2), square it (4), add and subtract inside:

f(x) = 2(x² + 4x + 4 - 4) + 5

f(x) = 2((x + 2)² - 4) + 5

f(x) = 2(x + 2)² - 8 + 5

f(x) = 2(x + 2)² - 3

Vertex is (-2, -3).

Getting Started: Your Action Steps

  1. Identify what you have. Three points? Vertex plus a point? Roots? The form you use depends entirely on your starting information.
  2. Pick the right form. Standard form if you have three points. Vertex form if you know the turning point. Factored form if you know the roots.
  3. Set up your equation. Plug in your known values.
  4. Solve for the unknown coefficient. Usually this is just solving for a.
  5. Write your final equation. Expand if you need a different form.

Common Mistakes to Avoid

When to Use Each Form

Use vertex form when someone asks about maximum or minimum values, or when you need to graph the parabola quickly. The vertex is visible immediately.

Use factored form when solving quadratic equations or when x-intercepts are the relevant information.

Use standard form for most algebra problems, when comparing coefficients, or when working with systems of equations.

You can always convert between forms—memorize the conversion methods above and pick whichever makes the current problem easier.