The General Form $y = a(x - h)^2 + k$
Vertex form gives you the parabola's complete fingerprint in one expression: $a$ (direction + width), $(h, k)$ (vertex), and the axis $x = h$. Then we'll learn to expand it.
Printable Worksheets
Print or save as PDF — or build a custom worksheet from any module's questions.
You've met four building blocks: dilation ($a$), reflection ($-a$), vertical shift ($+k$) and horizontal shift ($(x - h)$). Combine them all and you get the GENERAL or VERTEX form: $y = a(x - h)^2 + k$. Take $y = 2(x - 3)^2 - 5$. What is $a$? What is the vertex? Which way does it open? Write down what you can read off WITHOUT graphing.
Every parabola can be written as $y = a(x - h)^2 + k$. Three numbers $-$ $a$, $h$, $k$ $-$ encode the entire shape and position.
The red curve $y = 2(x - 3)^2 - 5$ has $a = 2$ (opens up, narrow), vertex $(3, -5)$, axis $x = 3$. Compare with $y = x^2$ (the parent): it's been shifted right 3, down 5, and stretched by factor 2. All four transformations live in one neat formula.
Know
- Vertex form $y = a(x - h)^2 + k$ and the meaning of each parameter
- Vertex is $(h, k)$, axis of symmetry is $x = h$
- $a > 0$ opens up, $a < 0$ opens down; $|a|$ controls width
Understand
- Why all four transformations combine cleanly into one formula
- Why $(x - h)$ has a sign flip but $+k$ does not
- How vertex form differs from expanded form $y = ax^2 + bx + c$
Can Do
- Read $a$, vertex, axis and direction directly from vertex form
- Expand vertex form to general form $y = ax^2 + bx + c$
- Compare two parabolas by reading their vertex-form parameters
Wrong: Saying $y = 2(x + 3)^2 - 5$ has vertex $(3, -5)$.
Right: $(x + 3) = (x - (-3))$, so $h = -3$. Vertex $(-3, -5)$.
Wrong: Expanding $(x - 3)^2$ as $x^2 - 9$.
Right: $(x - 3)^2 = x^2 - 6x + 9$. There is a middle $-2 \times 3 \times x$ term.
Three reads, in this order:
- $a$: the coefficient out the front. Sign $\to$ direction. Size $\to$ width.
- $h$: inside the bracket, FLIP the sign. $(x - 3) \Rightarrow h = 3$. $(x + 5) \Rightarrow h = -5$.
- $k$: the constant on the end. KEEP the sign.
Vertex is $(h, k)$. Axis of symmetry is $x = h$.
To go from $y = a(x - h)^2 + k$ to $y = ax^2 + bx + c$, multiply out using $(x - h)^2 = x^2 - 2hx + h^2$.
- Expand the bracket: $(x - h)^2 = x^2 - 2hx + h^2$.
- Multiply by $a$: $a(x - h)^2 = ax^2 - 2ahx + ah^2$.
- Add $k$: $y = ax^2 - 2ahx + (ah^2 + k)$.
- Compare coefficients: $b = -2ah$, $c = ah^2 + k$.
Example: $y = 2(x - 3)^2 - 5 = 2(x^2 - 6x + 9) - 5 = 2x^2 - 12x + 18 - 5 = 2x^2 - 12x + 13$.
Watch Me Solve It · 3 examples
- 1Identify $a$$a = 2$. Positive $\to$ opens UP. $|a| = 2 > 1 \to$ narrower than $y = x^2$.
- 2Identify $h$ and $k$$(x - 3) \Rightarrow h = 3$ (flip the sign). $-5 \Rightarrow k = -5$ (keep the sign).
- 3State featuresVertex $(3, -5)$ (a MIN). Axis of symmetry: $x = 3$.All four features come straight from the three parameters.
- 1Identify $a$$a = -\tfrac{1}{2}$. Negative $\to$ opens DOWN. $|a| = \tfrac{1}{2} < 1 \to$ WIDER than $y = x^2$.
- 2Identify $h$ and $k$$(x + 4) = (x - (-4)) \Rightarrow h = -4$. Constant $+3 \Rightarrow k = 3$.
- 3State featuresVertex $(-4, 3)$ (a MAX since $a < 0$). Axis: $x = -4$.Plus sign in the bracket flips to negative $h$.
- 1Expand the bracket$(x - 2)^2 = x^2 - 4x + 4$.
- 2Multiply by $a = 3$$3(x^2 - 4x + 4) = 3x^2 - 12x + 12$.
- 3Add $k = 1$ and tidy$y = 3x^2 - 12x + 12 + 1 = 3x^2 - 12x + 13$.Check: vertex form had $a = 3$; expanded form starts with $3x^2$. Consistent.
Common Pitfalls
Vertex form
- $y = a(x - h)^2 + k$
- Vertex: $(h, k)$
- Axis: $x = h$
Reading parameters
- $a$: direction + width
- $h$: FLIP sign in bracket
- $k$: KEEP sign on end
Square identity
- $(x - h)^2 = x^2 - 2hx + h^2$
- THREE terms
- Middle term $-2hx$
Expanding tips
- Square FIRST
- Multiply by $a$ SECOND
- Combine constants LAST
How are you completing this lesson?
Brain Trainer · 4 problems
Four quick reads and one expansion.
1 State vertex and axis for $y = 4(x - 1)^2 + 7$.
$h = 1$, $k = 7$.Vertex $(1, 7)$, axis $x = 1$2 State vertex and direction for $y = -(x + 2)^2 - 6$.
$h = -2$, $k = -6$, $a = -1$.Vertex $(-2, -6)$, opens down (MAX)3 Expand $(x - 5)^2$.
$x^2 - 2(5)x + 25$.$x^2 - 10x + 25$4 Expand $y = 2(x - 1)^2 + 5$ to general form.
$2(x^2 - 2x + 1) + 5 = 2x^2 - 4x + 2 + 5$.$y = 2x^2 - 4x + 7$
Quick Check · 5 questions
Show Your Working · 3 questions
Q6. For $y = -2(x - 4)^2 + 9$, state $a$, the vertex, the axis of symmetry, the direction (up/down) and whether the vertex is a maximum or minimum.
Q7. Expand $y = -(x - 5)^2 + 2$ into the form $y = ax^2 + bx + c$. Show all working.
Q8. Parabola P: $y = 2(x - 1)^2 + 3$. Parabola Q: $y = -3(x + 2)^2 + 3$. (a) Which is wider? Justify. (b) Which has its vertex higher? Justify. (c) Which opens downward?
Quick Check
1. B — $(x - 3) \Rightarrow h = 3$. Vertex $(3, -5)$.
2. A — $(x + 4) \Rightarrow h = -4$. Axis $x = -4$.
3. C — $a = -\tfrac{1}{2}$: down (sign) and wide (size $< 1$).
4. D — $3(x^2 - 4x + 4) + 1 = 3x^2 - 12x + 13$.
5. A — vertex $(-1, 4)$; $a = 5 > 0$ so MIN.
Show Your Working Model Answers
Q6 (3 marks): $a = -2$ [1]. $(x - 4) \Rightarrow h = 4$; $+9 \Rightarrow k = 9$. Vertex $(4, 9)$ [1]. Axis $x = 4$. $a < 0$ so opens DOWN; vertex is a MAXIMUM [1].
Q7 (3 marks): $(x - 5)^2 = x^2 - 10x + 25$ [1]. $-(x^2 - 10x + 25) = -x^2 + 10x - 25$ [1]. Add 2: $y = -x^2 + 10x - 23$ [1].
Q8 (3 marks): (a) P: $|a| = 2$; Q: $|a| = 3$. P is WIDER (smaller $|a|$) [1]. (b) P vertex $(1, 3)$, Q vertex $(-2, 3)$ — SAME height ($k = 3$ for both) [1]. (c) Q opens DOWN since $a = -3 < 0$; P opens up [1].
Vertex Form from General Form (Completing the Square)
The parabola $y = x^2 - 6x + 11$ is in expanded form. Convert to vertex form $y = (x - h)^2 + k$ by completing the square. (a) Take half the coefficient of $x$ (that's $-3$); square it ($9$). (b) Write $x^2 - 6x + 9 - 9 + 11 = (x - 3)^2 + 2$. (c) State the vertex and axis. Now confirm by expanding $(x - 3)^2 + 2$.
Reveal solution
(a) Half of $-6$ is $-3$; square is $9$. (b) $y = x^2 - 6x + 9 - 9 + 11 = (x - 3)^2 + 2$. (c) Vertex $(3, 2)$, axis $x = 3$. Expanding $(x - 3)^2 + 2 = x^2 - 6x + 9 + 2 = x^2 - 6x + 11$. Matches.
Vertex form
$y = a(x - h)^2 + k$
Vertex
$(h, k)$
Axis
$x = h$
$h$ rule
FLIP sign inside bracket
$k$ rule
KEEP sign on end
Expand
$(x - h)^2 = x^2 - 2hx + h^2$
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.