Read the vertex straight off the equation
The vertex form of a quadratic writes the equation so that its most useful point is visible with no work at all:
y = a(x - h)² + k
- (h, k) is the vertex, the parabola’s turning point: the lowest point when the curve opens up, the highest when it opens down.
- x = h is the axis of symmetry, the vertical mirror line through the vertex. The grapher above draws it as the dashed purple line, labeled with its equation.
- a sets the shape: positive opens up, negative opens down, and |a| larger than 1 makes the curve narrower than y = x².
The grapher starts at y = (x - 2)² - 1. Read the equation against the picture: the vertex marker sits at (2, -1), the dashed axis reads x = 2, and the Expanded (standard form) box shows the very same parabola written as y = x² - 4x + 3. Drag the vertex anywhere (it snaps to grid points, or select it and use the arrow keys) and both equations rewrite themselves instantly. If plotting a point like (2, -1) still takes a second thought, warm up on the coordinate plane first.
The sign trap: (x - 2)² means h = +2
Vertex form subtracts h. So the sign you see inside the parentheses is the opposite of the vertex’s x-coordinate:
| You see | Rewrite as (x - h)² | h | Vertex is on the… |
|---|---|---|---|
| (x - 2)² - 1 | already matches, h = 2 | +2 | right of the y-axis |
| (x + 3)² + 2 | (x - (-3))² + 2 | -3 | left of the y-axis |
The safe habit: force whatever is in the parentheses into the shape x - h and read h from that. x + 3 only fits the pattern as x - (-3), so h = -3. There is no such trap for k: it sits outside the parentheses with its true sign, so + 2 really does mean the vertex is 2 units up.
The widget prints this exact warning under its equation boxes because it is the error graders see most: on a test, “the vertex of y = (x + 3)² + 2” answered as (3, 2) instead of (-3, 2).
Reading transformations against the y = x² ghost
Every parabola in vertex form is the basic curve y = x², picked up, moved, and reshaped. Keep the show the y = x² ghost checkbox ticked: the dashed grey ghost stays put while your parabola moves, so each parameter’s job is visible on its own.
| Parameter | What it does to y = x² | Watch for |
|---|---|---|
| h | shifts the graph horizontally (right if h > 0, left if h < 0) | the dashed axis x = h travels with it |
| k | shifts the graph vertically (up if k > 0, down if k < 0) | the vertex rises or sinks, shape unchanged |
| a | stretches or flips: negative opens down, |a| > 1 narrows, 0 < |a| < 1 widens | compare arm steepness against the ghost |
Standard form to vertex form (and back)
The two boxes in the panel are the same parabola in two costumes. Vertex form to standard form is just multiplying out; standard form to vertex form is completing the square, or a two-line shortcut. One important constant: a is identical in both forms. Converting only reshuffles h and k into b and c and back.
Vertex form to standard form: expand
Start with the grapher’s default and multiply out the square:
y = (x - 2)² - 1
First the square: (x - 2)² = (x - 2)(x - 2) = x² - 2x - 2x + 4 = x² - 4x + 4.
Then attach the k: y = x² - 4x + 4 - 1, so
y = x² - 4x + 3
which is exactly what the Expanded (standard form) box shows.
Standard form to vertex form: complete the square
Now run the same example backwards. Start from
y = x² - 4x + 3
- Take the coefficient of x, which is -4. Halve it: -2. Square that: 4.
- Add and subtract the 4 so nothing changes: y = (x² - 4x + 4) - 4 + 3.
- The parentheses are now a perfect square: y = (x - 2)² - 1.
Back to where we started, and the vertex (2, -1) is visible again.
The vertex shortcut from standard form
Completing the square works every time, but if all you need is the vertex of y = ax² + bx + c, there is a faster route:
h = -b / (2a), then k = f(h)
On the same example, a = 1 and b = -4, so h = -(-4) / (2 × 1) = 4/2 = 2. Substitute back: k = f(2) = 2² - 4 × 2 + 3 = 4 - 8 + 3 = -1. Vertex (2, -1), same a, so the vertex form is y = (x - 2)² - 1. Done in two lines.
Which form should you use?
Neither form is “better”; each makes a different question easy.
| You want | Reach for | Because |
|---|---|---|
| The vertex, or the maximum/minimum value | Vertex form | (h, k) is written in the equation |
| The transformations of y = x² | Vertex form | h, k, and a are the shift and stretch |
| The y-intercept | Standard form | set x = 0 and y = c immediately |
| The quadratic formula, or factoring for roots | Standard form | both need a, b, and c |
In y = (x - 2)² - 1 the vertex is instant but the y-intercept takes a step of arithmetic; in y = x² - 4x + 3 the y-intercept (0, 3) is instant but the vertex takes the shortcut above. For how a, b, and c each bend the curve in standard form, and where the roots sit on the graph, see the parabola lesson.
The grapher above also works as a vertex form calculator: place the vertex, set a, and read both forms of the equation instantly.
It’s free to embed on your own site or LMS. Next, explore the standard-form coefficients and roots in the parabola lesson, or rebuild your point plotting instincts on the coordinate plane.