DoAssignment.ca

A1.6 · Convert vertex form to standard form and verify equivalence

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

Ontario Grade 11 Mathematics

Mathematical Models

Expand, simplify, and verify that the two expressions are equivalent

A quadratic expression can be written in different forms. Vertex form makes the location of the vertex easy to read, while standard form shows the coefficients of the squared, linear, and constant terms. In this lesson, you will change an expression from vertex form to standard form and check that the two forms represent the same expression. You will use familiar multiplication and combining-like-terms skills. No equation solving is needed.

What you will learn

1. Prerequisite bridge: powers, products, and like terms

A quadratic expression contains a squared variable, such as x2x^2. To expand a squared bracket, multiply the bracket by itself. For example, (x+3)2(x+3)^2 means (x+3)(x+3)(x+3)(x+3), not x2+9x^2+9.
Use the distributive property: multiply each term in one bracket by each term in the other bracket. Then combine like terms. Like terms have the same variable part, such as xx and xx or x2x^2 and x2x^2. A squared term and a plain variable term are not like terms.
For instance, expanding (x+3)(x+3)(x+3)(x+3) gives x2+3x+3x+9x^2+3x+3x+9. The two middle terms are like terms, so they combine to make 6x6x. This careful expansion is the main prerequisite for changing forms.
(x+3)2=x2+6x+9(x+3)^2=x^2+6x+9

2. What the two forms show

Vertex form is written as y=a(x−h)2+ky=a(x-h)^2+k. The numbers aa, hh, and kk are fixed values. The bracket is squared, then multiplied by aa, and finally kk is added. In this form, the vertex is (h,k)(h,k).
Standard form is written as y=ax2+bx+cy=ax^2+bx+c. The values aa, bb, and cc are the coefficients of the squared term, the linear term, and the constant term. A coefficient is the number multiplying a term.
To convert vertex form to standard form, expand the squared bracket, multiply by the outside value aa, and combine terms. Be especially careful with the sign inside the bracket: (x−h)(x-h) uses hh, while a bracket such as (x+4)(x+4) can be read as (x−(−4))(x-(-4)).
Equivalent expressions have the same value for every allowed input. Expanding the vertex form and simplifying it to the stated standard form verifies equivalence. Checking a single input can catch an error, but it does not by itself show that the expressions match for every input.
a(x−h)2+k=ax2−2ahx+ah2+ka(x-h)^2+k=ax^2-2ahx+ah^2+k

3. A reliable conversion and verification routine

First, copy the vertex-form expression carefully. Identify the number multiplying the squared bracket and the value added outside it. Next, expand the bracket square using multiplication. Do not distribute the outside number before the bracket has been squared unless you keep every term organized.
Then multiply each term in the expanded bracket by the outside number. Finally, combine like terms and arrange the result in standard form: squared term first, linear term second, and constant last.
To verify, compare your simplified result with the proposed standard form. Check that the coefficients of the squared term and linear term agree, and that the constants agree. You can also substitute a convenient value, such as x=0x=0, into both expressions as an extra arithmetic check. This numerical check supports the expansion, but matching coefficients is what confirms the expressions are identical.
y=ax2+bx+cy=ax^2+bx+c

4. Reading the result

The same quadratic expression can look different depending on its form. Converting forms does not change the expression or its values; it changes how the expression is displayed. The vertex-form numbers may help identify the vertex, while the standard-form coefficients are clear after expansion.
The table below pairs each part of standard form with its role in the expression. It is a reading guide, not a new conversion rule. Once your expansion is complete, use it to check that no term has been omitted or placed in the wrong part.

Parts of standard form

PartWhat it tells you
ax2ax^2The squared term and its coefficient
bxbxThe linear term and its coefficient
ccThe constant term

Worked example

Example 1: Positive multiplier and a positive bracket value

Convert y=2(x−3)2+5y=2(x-3)^2+5 to standard form, then verify the result.
  1. Expand the bracket
    Multiply (x−3)(x-3) by (x−3)(x-3). The two middle products are both −3x-3x, so their sum is −6x-6x.
    (x−3)2=x2−6x+9(x-3)^2=x^2-6x+9
  2. Apply the outside multiplier
    The factor 22 multiplies every term inside the expanded expression. The added 55 remains outside that multiplication.
    y=2x2−12x+18+5y=2x^2-12x+18+5
  3. Combine and arrange
    The constants 1818 and 55 are like terms. Adding them gives the constant term in standard form.
    y=2x2−12x+23y=2x^2-12x+23
  4. Verify the expansion
    Expanding the original expression gives the same squared-term coefficient, linear-term coefficient, and constant as the proposed standard form. As an additional arithmetic check, setting x=0x=0 gives 2323 in each form.
    2(0−3)2+5=23=2(0)2−12(0)+232(0-3)^2+5=23=2(0)^2-12(0)+23
Answer: The standard form is y=2x2−12x+23y=2x^2-12x+23.
Check: The expansion produces coefficients 22, −12-12, and 2323, matching all three parts of the standard form.

Worked example

Example 2: Negative multiplier and a bracket with addition

Convert y=−3(x+2)2+4y=-3(x+2)^2+4 to standard form, then verify the result.
  1. Expand the bracket
    Multiply (x+2)(x+2) by itself. Each cross-product is 2x2x, so together they make 4x4x.
    (x+2)2=x2+4x+4(x+2)^2=x^2+4x+4
  2. Multiply every term by the negative value
    The outside multiplier is −3-3, so it changes the sign and scales each term in the bracket. The separate +4+4 is not multiplied by −3-3.
    y=−3x2−12x−12+4y=-3x^2-12x-12+4
  3. Combine the constants
    Combine −12-12 and 44. The squared and linear terms stay unchanged.
    y=−3x2−12x−8y=-3x^2-12x-8
  4. Verify the result
    The expanded expression has the same three coefficients as the proposed standard form. Substituting x=0x=0 also gives −8-8 in both forms.
    −3(0+2)2+4=−8=−3(0)2−12(0)−8-3(0+2)^2+4=-8=-3(0)^2-12(0)-8
Answer: The standard form is y=−3x2−12x−8y=-3x^2-12x-8.
Check: The negative multiplier applies to all three expanded terms, and the constant then combines to −8-8.

Common mistakes and how to avoid them

Writing (x−3)2(x-3)^2 as x2+9x^2+9.
Correction: Treat the square as two brackets multiplied together. Include both cross-products; here they combine to −6x-6x.
Multiplying the outside value by only the squared term.
Correction: After expanding the bracket, distribute the outside value to every term inside it.
Keeping the wrong sign when expanding a bracket such as (x+2)2(x+2)^2.
Correction: Multiply the bracket by itself. Both cross-products are positive in this example, giving a positive linear term.
Combining the outside constant with a term before applying the multiplier.
Correction: Keep the multiplication and the separate added constant distinct until the bracket terms have been multiplied.
Calling the expressions equivalent because they match at just one input.
Correction: Use the full expansion and compare the squared, linear, and constant coefficients. A single input is only an extra check.

Lesson summary

Check your understanding

Question 1

Which is the standard form of y=−(x−2)2+3y=-(x-2)^2+3?
  1. y=−x2+4x−1y=-x^2+4x-1
  2. y=−x2−4x+7y=-x^2-4x+7
  3. y=−x2+4x+7y=-x^2+4x+7
  4. y=x2−4x−1y=x^2-4x-1
Show answer and explanation
y=−x2+4x−1y=-x^2+4x-1
The square expands to x2−4x+4x^2-4x+4. Multiplying by −1-1 gives −x2+4x−4-x^2+4x-4, and adding 33 gives −x2+4x−1-x^2+4x-1.

Question 2

Which expression is equivalent to y=2(x+1)2−6y=2(x+1)^2-6?
  1. y=2x2+4x−4y=2x^2+4x-4
  2. y=2x2+2x−4y=2x^2+2x-4
  3. y=2x2+4x+8y=2x^2+4x+8
  4. y=−2x2−4x−4y=-2x^2-4x-4
Show answer and explanation
y=2x2+4x−4y=2x^2+4x-4
The bracket expands to x2+2x+1x^2+2x+1. Multiplying by 22 and subtracting 66 gives 2x2+4x−42x^2+4x-4.

Question 3

A student says y=3(x−1)2+2y=3(x-1)^2+2 is equivalent to y=3x2−6x+5y=3x^2-6x+5. Which check supports the student's claim?
  1. Expanding gives 3x2−6x+3+23x^2-6x+3+2, which simplifies to 3x2−6x+53x^2-6x+5.
  2. Both expressions contain a squared term, so they must be equivalent.
  3. At x=0x=0, both expressions equal 55, which alone proves equivalence.
  4. The vertex-form constant is 22, so the standard-form constant must be 22.
Show answer and explanation
Expanding gives 3x2−6x+3+23x^2-6x+3+2, which simplifies to 3x2−6x+53x^2-6x+5.
The bracket square is x2−2x+1x^2-2x+1. Multiplying by 33 gives 3x2−6x+33x^2-6x+3, and adding 22 gives the stated standard form. Matching the full expansion verifies equivalence.

Key terms

Vertex form
A way to write a quadratic expression as a(x−h)2+ka(x-h)^2+k.
Standard form
A way to write a quadratic expression as ax2+bx+cax^2+bx+c.
Coefficient
A number that multiplies a variable term.
Equivalent expressions
Expressions that have the same value for every input.
Distributive property
A rule for multiplying a factor by each term in a sum or difference.

Continue through MBF3C

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

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

Official curriculum reference

Report a correction or ask a question