DoAssignment.ca

A2.7 · Convert vertex form to standard form

Learn to convert vertex form to standard form through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Quadratic Functions

Expand the squared binomial, then collect like terms.

A quadratic expression can be written in different forms. Vertex form shows the vertex of its graph directly. Standard form makes the squared term, linear term, and constant easy to identify. In this lesson, you will convert vertex form to standard form by expanding and simplifying. The expressions describe the same quadratic; only their written forms change.

What you will learn

1. Prerequisite bridge: expand and collect

Before converting, review two skills. The distributive property means multiplying a factor by every term inside parentheses. For example, 3(x+2)=3x+63(x+2)=3x+6. Like terms have the same variable part. You can combine 4x4x and −x-x to get 3x3x, but you cannot combine x2x^2 and xx.
A squared binomial is two terms in parentheses raised to the power of two. Squaring the parentheses means multiplying the entire binomial by itself. It does not mean squaring each term and leaving out the product between them.
For example, (x+4)2(x+4)^2 means (x+4)(x+4)(x+4)(x+4). Multiplying each term in the first pair by each term in the second pair gives x2+4x+4x+16x^2+4x+4x+16. Combining the like terms gives x2+8x+16x^2+8x+16.
(x+p)2=x2+2px+p2(x+p)^2=x^2+2px+p^2

2. What the two forms show

Vertex form is written as y=a(x−h)2+ky=a(x-h)^2+k. The letters aa, hh, and kk stand for numbers. The vertex is the turning point of the quadratic graph, and its coordinates in this form are (h,k)(h,k). For this conversion, focus on the expression and the operations shown.
Standard form is written as y=ax2+bx+cy=ax^2+bx+c. Here, aa is the coefficient of x2x^2, bb is the coefficient of xx, and cc is the constant term. A coefficient is a number multiplying a variable. A constant has no variable.
To convert, expand the square first. Then multiply by the outside factor aa. Finally, add or subtract kk and collect like terms. This order helps keep the signs and terms organized.
The sign inside the brackets matters. In (x−h)2(x-h)^2, the squared binomial expands to x2−2hx+h2x^2-2hx+h^2. The term h2h^2 is positive because it comes from squaring hh. In (x+h)2(x+h)^2, the middle term is positive instead.
(x−h)2=x2−2hx+h2(x-h)^2=x^2-2hx+h^2

3. A visual guide to the conversion

The table shows what each part of vertex form contributes after expansion. It is a guide to the steps. The outside factor multiplies all three terms produced by expanding the square.
After multiplication, the squared term and linear term are in the order used by standard form. If there is an additional number outside the brackets, combine it with the constant.
a(x−h)2+k=ax2−2ahx+ah2+ka(x-h)^2+k=ax^2-2ahx+ah^2+k

4. Apply the method

Converting forms is useful when you need the same quadratic written in a way that highlights different features. Vertex form displays the vertex directly. Standard form displays the coefficients of x2x^2, xx, and the constant. The conversion does not change the quadratic; it rewrites it using expansion and simplification.
When checking your work, substitute a convenient value for xx into both expressions. If they are equivalent, they give the same result for that value. A check is helpful, but it does not replace careful expansion.

What each part contributes

Part of vertex formAfter expandingAfter multiplying by aa
(x−h)2(x-h)^2x2−2hx+h2x^2-2hx+h^2ax2−2ahx+ah2ax^2-2ahx+ah^2
+k+kAdded after expansionCombine with the constant term

Worked example

Convert a quadratic with a positive outside factor

Convert y=2(x−3)2+5y=2(x-3)^2+5 to standard form.
  1. Expand the square
    Write the squared binomial as its expanded equivalent. The middle term is negative because the bracket contains x−3x-3.
    (x−3)2=x2−6x+9(x-3)^2=x^2-6x+9
  2. Multiply every term
    The factor 22 is outside the brackets, so it multiplies the squared expression's three terms.
    2(x2−6x+9)=2x2−12x+182(x^2-6x+9)=2x^2-12x+18
  3. Add the remaining constant
    The original expression also has +5+5. Combine it with 1818, since both are constants.
    2x2−12x+18+5=2x2−12x+232x^2-12x+18+5=2x^2-12x+23
Answer: The standard form is y=2x2−12x+23y=2x^2-12x+23.
Check: For x=3x=3, the original gives y=5y=5. The converted form gives 18−36+23=518-36+23=5, so both forms agree for this value.

Common mistakes and how to avoid them

Writing (x−3)2(x-3)^2 as x2+9x^2+9 and leaving out the middle term.
Correction: Multiply (x−3)(x-3) by (x−3)(x-3). The two products involving one xx and one −3-3 combine to make −6x-6x.
Multiplying the outside factor by only the first term.
Correction: Use the distributive property on every term inside the expanded expression. For example, 22 must multiply the squared term, the linear term, and the constant.
Treating the sign inside the brackets as the sign of the final constant.
Correction: Square the constant from the brackets. For example, (−3)2=9(-3)^2=9. The sign of the middle term still depends on the sign inside the brackets.
Adding the outside constant before expanding and losing track of terms.
Correction: Expand and multiply first. Then combine the outside constant with the resulting constant term.

Lesson summary

Check your understanding

Question 1

Which expression is the standard form of y=3(x+2)2−1y=3(x+2)^2-1?
  1. y=3x2+12x+11y=3x^2+12x+11
  2. y=3x2+6x+11y=3x^2+6x+11
  3. y=3x2+12x+13y=3x^2+12x+13
  4. y=3x2−12x+11y=3x^2-12x+11
Show answer and explanation
y=3x2+12x+11y=3x^2+12x+11
Expand (x+2)2(x+2)^2 to get x2+4x+4x^2+4x+4. Multiply each term by 33 to get 3x2+12x+123x^2+12x+12, then subtract 11 to get 3x2+12x+113x^2+12x+11.

Question 2

When converting y=−2(x−1)2+4y=-2(x-1)^2+4, what is the coefficient of xx in standard form?
  1. −4-4
  2. 44
  3. −2-2
  4. 22
Show answer and explanation
44
The squared binomial expands to x2−2x+1x^2-2x+1. Multiplying by −2-2 gives −2x2+4x−2-2x^2+4x-2. Adding 44 gives −2x2+4x+2-2x^2+4x+2, so the coefficient of xx is 44.

Key terms

Quadratic
An expression or function whose highest power of the variable is two.
Vertex form
A way to write a quadratic as y=a(x−h)2+ky=a(x-h)^2+k.
Standard form
A way to write a quadratic as y=ax2+bx+cy=ax^2+bx+c.
Coefficient
A number multiplying a variable or variable term.
Like terms
Terms with the same variable part, such as 5x5x and −2x-2x.

Continue through MCF3M

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCF3M), expectation A2.7. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question