DoAssignment.ca

A2.6 · Sketch quadratic graphs from vertex form

Learn to sketch quadratic graphs from vertex form through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Quadratic Functions

Read the vertex, use symmetry, and plot a few accurate points

A quadratic graph is a U-shaped curve or an upside-down U-shaped curve. Its shape is called a parabola. Vertex form gives a useful starting point for sketching because it shows the turning point directly. In this lesson, you will locate that point, decide which way the parabola opens, and plot matching points on both sides. A sketch should show the important features clearly; it does not need to include every possible point.

What you will learn

1. Prerequisite bridge: coordinates and squared numbers

A point on a graph is written as an ordered pair, such as (2,5)(2, 5). The first number gives the horizontal position, called the xx-coordinate. The second gives the vertical position, called the yy-coordinate. To plot a point, move across to its xx-coordinate and then up or down to its yy-coordinate.
The square of a number is the number multiplied by itself. For instance, 32=93^2=9 and (−3)2=9(-3)^2=9. Opposite numbers have the same square. This fact helps explain why quadratic graphs have matching points on either side of a central vertical line.
In vertex form, the expression inside the brackets tells how far an xx-value is from a central xx-coordinate. Squaring that distance gives the same result for equal distances to the left and right.

2. Read the vertex form

The vertex form of a quadratic equation is y=a(x−h)2+ky=a(x-h)^2+k. The vertex is the turning point of the parabola. Its coordinates are (h,k)(h,k). The values hh and kk tell where the vertex is, while aa tells the direction and steepness of the curve.
The axis of symmetry is a vertical line through the vertex. It divides the parabola into matching left and right sides. Its equation is x=hx=h. The graph is symmetric because inputs the same distance from hh make the squared part equal.
If aa is positive, the parabola opens upward and the vertex is its lowest point. If aa is negative, it opens downward and the vertex is its highest point. A larger value of |a| makes the graph narrower than the graph with a=1a=1; a value of |a| between zero and one makes it wider. Here, |a| means the non-negative size of aa without its sign.
Be careful with the sign inside the brackets. In (x−4)2(x-4)^2, the vertex has xx-coordinate 44. In (x+4)2(x+4)^2, the vertex has xx-coordinate −4-4, because x+4=x−(−4)x+4=x-(-4). The sign of kk is read directly as the vertical coordinate.
y=a(x−h)2+ky=a(x-h)^2+k

3. Build a sketch from points

Start by plotting the vertex. Draw or imagine the axis of symmetry through it. Then choose horizontal distances from the vertex and calculate the corresponding yy-values. A small table helps keep the coordinates organized.
For a horizontal distance of one unit, the squared part is 11. For a distance of two units, it is 44. Multiply each result by aa, then add kk. This gives points on the right side and matching points on the left side. The graph should curve smoothly through them.
For example, if the vertex is at (2,1)(2,1) and a=1a=1, moving one unit from the vertex gives a vertical change of one unit. Moving two units gives a vertical change of four units. If aa were negative, those changes would go downward instead of upward. This distance-based view connects the equation to the shape without needing to guess the curve.
A useful sketch includes the vertex, the axis of symmetry, enough plotted points to show the shape, and a smooth curve. Label the vertex when the sketch could otherwise be unclear. Do not connect the plotted points with straight line segments; the graph is curved.

4. Guided example and application

The worked example shows how to organize the information before drawing. Notice that the table includes points on both sides of the axis. These points are not separate guesses: symmetry means each pair has the same height.

Distance from the vertex and vertical change

Horizontal distance from vertexSquared distanceVertical change from vertex
000
11a
244a

Worked example

Sketch a quadratic in vertex form

Sketch y=−2(x−1)2+3y=-2(x-1)^2+3. State the vertex, axis of symmetry, and opening direction, then find points one and two units from the vertex.
  1. Read the vertex
    Compare the equation with vertex form. The bracket is (x−1)(x-1), so h=1h=1, and the final number gives k=3k=3. Therefore, the vertex is (1,3)(1,3).
    (h,k)=(1,3)(h,k)=(1,3)
  2. Find the axis and direction
    The axis is the vertical line through the vertex. Since a=−2a=-2 is negative, the parabola opens downward, and the vertex is its highest point.
    x=1x=1
  3. Calculate nearby points
    Choose xx-values one and two units from 11. Substituting each value gives the matching yy-coordinate. Equal distances on opposite sides produce equal heights.
    x−10123y−5131−5\begin{array}{c|ccccc}x&-1&0&1&2&3\\\hline y&-5&1&3&1&-5\end{array}
  4. Draw the curve
    Plot the vertex and the four calculated points. Draw a smooth, downward-opening curve through them. Check that the points at equal distances from x=1x=1 have the same height.
    (−1,−5), (0,1), (1,3), (2,1), (3,−5)(-1,-5),\ (0,1),\ (1,3),\ (2,1),\ (3,-5)
Answer: The sketch has vertex (1,3)(1,3), axis of symmetry x=1x=1, and opens downward. It passes through (0,1)(0,1), (2,1)(2,1), (−1,−5)(-1,-5), and (3,−5)(3,-5).
Check: The points at x=0x=0 and x=2x=2 are both one unit from the axis and have y=1y=1. The points at x=−1x=-1 and x=3x=3 are both two units from it and have y=−5y=-5. This confirms the symmetry.

Common mistakes and how to avoid them

Reading the vertex’s xx-coordinate with the same sign as the number inside the brackets.
Correction: The bracket is x−hx-h. For example, (x+3)2(x+3)^2 can be read as (x−(−3))2(x-(-3))^2, so its vertex has xx-coordinate −3-3.
Using the sign of kk to decide which way the parabola opens.
Correction: The sign of aa decides the opening direction. The value kk moves the vertex up or down.
Plotting only points to the right of the vertex.
Correction: Plot matching points to the left as well. The two sides must have equal heights at equal distances from the axis.
Drawing straight lines between the plotted points.
Correction: Join the points with a smooth curve that opens in the direction indicated by aa.

Lesson summary

Check your understanding

Question 1

For y=3(x+2)2−1y=3(x+2)^2-1, what is the vertex?
  1. (2,−1)(2,-1)
  2. (−2,−1)(-2,-1)
  3. (−2,1)(-2,1)
  4. (3,−2)(3,-2)
Show answer and explanation
(−2,−1)(-2,-1)
The bracket x+2x+2 is x−(−2)x-(-2), so h=−2h=-2. The final number is k=−1k=-1. The vertex is (−2,−1)(-2,-1).

Question 2

Which way does y=−12(x−4)2+2y=-\frac{1}{2}(x-4)^2+2 open?
  1. Upward, because the vertex is above the xx-axis
  2. Downward, because the coefficient is negative
  3. Upward, because the coefficient is between zero and one
  4. Downward, because the vertex has positive coordinates
Show answer and explanation
Downward, because the coefficient is negative
The coefficient a=−12a=-\frac{1}{2} is negative, so the parabola opens downward. The vertex’s location does not determine the direction.

Question 3

A parabola has vertex (1,2)(1,2) and axis x=1x=1. If (3,6)(3,6) lies on it, which other point must lie on it?
  1. (−1,6)(-1,6)
  2. (−1,2)( -1,2)
  3. (5,6)(5,6)
  4. (3,−6)(3,-6)
Show answer and explanation
(−1,6)(-1,6)
The point (3,6)(3,6) is two units to the right of the axis. Its matching point is two units to the left, at x=−1x=-1, with the same yy-coordinate. So the point is (−1,6)(-1,6).

Key terms

Quadratic
An equation whose graph is a parabola and whose variable includes a squared term.
Vertex
The turning point of a parabola.
Axis of symmetry
The vertical line that divides a parabola into matching left and right sides.
Parabola
The curved graph of a quadratic equation.

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.6. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question