How to Graph a Parabola- Methods and Practice

What You're Actually Graphing

A parabola is just the set of all points equidistant from a fixed point (the focus) and a line (the directrix). In algebra class, you deal with parabolas that open up, down, left, or right. Most of the time, you're working with vertical parabolas that look like a U.

Every parabola has three things you need to find:

That's it. Once you have these three, you can sketch a parabola in under 30 seconds.

The Three Forms of a Quadratic Equation

Before you start graphing, you need to know which form you're working with. Each form tells you something different at a glance.

Standard Form

y = ax² + bx + c

This is what you get when you expand everything. The a tells you if it opens up (a > 0) or down (a < 0). The c value is your y-intercept. Finding the vertex from this form requires a formula.

Vertex Form

y = a(x - h)² + k

The vertex is right there — it's (h, k). No calculation needed. This form is the easiest to graph from.

Intercept Form

y = a(x - p)(x - q)

The x-intercepts are p and q. Useful when you can factor the quadratic easily.

Method 1: Graphing from Vertex Form

This is the fastest method when your equation is already in vertex form, or when you can convert it by completing the square.

Step-by-Step

Example: Graph y = 2(x - 3)² + 1

Step 1: Identify the vertex. It's (3, 1). Plot this point.

Step 2: Identify a. It's 2, which means the parabola opens upward and is narrower than y = x².

Step 3: Find additional points. Go 1 unit right and left from the vertex, then use the "a" value to find the height. When x = 4, y = 2(1)² + 1 = 3. When x = 2, y = 2(-1)² + 1 = 3.

Step 4: Draw the parabola through these points, making sure it's symmetric about x = 3.

Method 2: Graphing from Intercept Form

Good when you can factor the quadratic and find the x-intercepts easily.

Step-by-Step

Example: Graph y = (x + 2)(x - 4)

Step 1: Find the x-intercepts. Set each factor to zero: x + 2 = 0 gives x = -2. x - 4 = 0 gives x = 4. Plot (-2, 0) and (4, 0).

Step 2: Find the axis of symmetry. It's halfway between the intercepts: x = (-2 + 4) / 2 = 1.

Step 3: Find the vertex. Plug x = 1 into the equation: y = (1 + 2)(1 - 4) = 3 × (-3) = -9. The vertex is (1, -9).

Step 4: Find the y-intercept. Set x = 0: y = (0 + 2)(0 - 4) = -8. Plot (0, -8).

Step 5: Connect the points with a smooth U-shaped curve.

Method 3: Graphing from Standard Form

This is what you use when the equation is in ax² + bx + c form and you can't easily convert it.

The Vertex Formula

The x-coordinate of the vertex is -b/(2a). Plug this back in to find the y-coordinate.

Example: Graph y = x² - 6x + 8

Step 1: Find the vertex x-coordinate: -(-6) / (2 × 1) = 6/2 = 3.

Step 2: Find the y-coordinate: (3)² - 6(3) + 8 = 9 - 18 + 8 = -1. Vertex is (3, -1).

Step 3: Find the y-intercept: it's c = 8. Plot (0, 8).

Step 4: Find a few more points on each side of the vertex, then sketch.

Comparing the Three Methods

Method Best When Key Info Given Difficulty
Vertex Form Already in (x-h)² + k form Vertex directly Easy
Intercept Form Can factor easily x-intercepts directly Easy
Standard Form Fully expanded form only y-intercept, direction Medium

How to Graph a Parabola: The Quick Method

Forget overcomplicating this. Here's the bare-bones process that works every time:

  1. Find the vertex — either read it from vertex form, calculate with -b/(2a), or find the midpoint of the intercepts
  2. Find the y-intercept — plug in x = 0
  3. Find two symmetric points — pick an x-value on one side of the vertex, calculate y, then mirror it across the axis of symmetry
  4. Draw a smooth curve — the parabola must be symmetric

That's four steps. Everything else is just details.

Common Mistakes That Ruin Your Graph

Practice: Graph These

Try these three for yourself:

  1. y = (x - 2)² - 4
  2. y = -x² + 4x - 3
  3. y = (x + 1)(x - 5)

For number 1, the vertex is (2, -4). For number 2, use -b/(2a) to find the vertex at (2, 1). For number 3, the intercepts are at -1 and 5, giving you a vertex at (2, -9).