Skip to content
Medium

Graphing y = xΒ² + bx + c

Simple Explanation

When a = 1, the graph of y = xΒ² + bx + c is an upward-opening parabola (U-shaped) with a minimum point (the vertex). Its axis of symmetry is a vertical line through the vertex, and the graph is a mirror image of itself across that line.

Why Do We Need It?

This is the simplest quadratic graph shape β€” recognizing it as always U-shaped and upward when a = 1 gives you an instant mental picture before plotting a single point.

See It

Graph of y = xΒ² βˆ’ 2x βˆ’ 3
-6-6-4-4-2-22244660xy(1, -4)

An upward-opening parabola with vertex at (1, -4), crossing the x-axis at x = -1 and x = 3

Formula

Vertex Formula of a Quadratic Function

Vertex = (βˆ’b/2a, f(βˆ’b/2a)), for y = axΒ² + bx + c

Gives the exact coordinates of the turning point (vertex) of a parabola directly from its coefficients, without needing to complete the square.

a, b, c
β€” the coefficients of y = axΒ² + bx + c (a β‰  0)
βˆ’b/2a
β€” the x-coordinate of the vertex, and the equation of the axis of symmetry
f(βˆ’b/2a)
β€” the y-coordinate of the vertex β€” the minimum or maximum value of the function

When to use it: Whenever you need the highest or lowest point of a parabola, or its axis of symmetry, directly from the equation y = axΒ² + bx + c.

Worked Example

Find the vertex of an upward parabola

Find the vertex of y = xΒ² βˆ’ 2x βˆ’ 3.

    Why Does This Work?

    Since a = 1 is positive, the squared term always adds a nonnegative amount as x moves away from the vertex in either direction, so the graph always curves upward from its lowest point β€” never downward.

    Real-Life Example

    The shape of a suspension cable

    A cable hanging under a uniformly distributed load (like a suspension bridge) approximately forms an upward-opening parabola.

    The lowest point of the cable is exactly the vertex of a parabola shaped like y = xΒ² + bx + c β€” engineers use this vertex to find the cable's lowest sag point.

    Practice

    What is the vertex of y = xΒ² βˆ’ 4x + 1?

    Medium

    Common mistake

    Forgetting the negative sign inside the vertex formula, x = βˆ’b/2a β€” for y = xΒ² βˆ’ 2x βˆ’ 3 (b = βˆ’2), the x-coordinate is βˆ’(βˆ’2)/2 = 1, not βˆ’2/2 = βˆ’1.

    Quick Review

    • When a = 1, y = xΒ² + bx + c always opens upward (U-shaped), with a minimum vertex.
    • Vertex x-coordinate: x = βˆ’b/2a. Substitute back in to find the y-coordinate.
    • The graph is symmetric about the vertical line through the vertex.