Graphing Quadratic Functions
Quadratic functions produce U-shaped curves called parabolas. Graphing them accurately comes down to finding a few key properties: the vertex, axis of symmetry, and intercepts. Once you have those points, the symmetry of the parabola does most of the work for you.
Parabola shape of quadratics
A quadratic function has the general form , where , , and are constants and . The graph is always a parabola, and the sign of controls its direction:
- : the parabola opens upward (U-shaped), like
- : the parabola opens downward (inverted U), like
The size of also matters. A larger makes the parabola narrower (steeper sides), while a smaller makes it wider. For example, is narrower than , and is wider.
Axis of symmetry and vertex
The axis of symmetry is a vertical line that splits the parabola into two mirror-image halves. Its equation is:
The vertex sits right on this line. It's the turning point of the parabola. To find it:
- Calculate the x-coordinate:
- Plug that x-value back into to get the y-coordinate
- The vertex is the point
The vertex tells you the extreme value of the function:
- If , the vertex is the minimum (lowest point)
- If , the vertex is the maximum (highest point)
Quick example: For , you get . Then . The vertex is , and since , this is the minimum.

Intercepts of quadratic functions
x-intercepts are where the parabola crosses the x-axis (where ). Set and solve for . You can factor, complete the square, or use the quadratic formula:
The discriminant () tells you how many x-intercepts to expect:
- : two distinct x-intercepts
- : exactly one x-intercept (the vertex touches the x-axis)
- : no x-intercepts (the parabola doesn't reach the x-axis)
y-intercept is where the parabola crosses the y-axis (where ). Substitute into the function: . So the y-intercept is always the point .
Graphing quadratics with key points
Here's the full process for graphing a quadratic by its properties:
- Determine direction: Check the sign of . Positive opens up, negative opens down.
- Find the vertex: Use , then plug that x-value into for the y-coordinate.
- Draw the axis of symmetry: Sketch the vertical line as a dashed line through the vertex.
- Find the y-intercept: Evaluate . Plot the point .
- Find x-intercepts (if they exist): Solve . Check the discriminant first to know what to expect.
- Plot a symmetric point: For any point you've plotted on one side of the axis of symmetry, there's a mirror point on the other side at the same height. For instance, if the axis is and you have the y-intercept at , then is also on the parabola.
- Sketch the curve: Connect the points with a smooth U-shaped curve through the vertex.
If you end up with no x-intercepts, just pick an extra x-value or two on either side of the vertex to get more points for your sketch.

Advanced Quadratic Concepts
- Vertex form: By completing the square, you can rewrite as , where is the vertex. This form makes the vertex immediately visible.
- Transformations: Compared to the parent function , the value of shifts the parabola left or right, shifts it up or down, and stretches or compresses it (and flips it if negative).
- The focus and directrix define a parabola as a conic section, but those concepts typically come up in later courses.
Real-world applications of quadratics
Quadratic functions naturally model situations where you need to find a maximum or minimum value.
- Projectile motion: The height of a ball thrown upward follows a quadratic path. The vertex gives the maximum height.
- Profit optimization: Revenue or profit functions are often quadratic. The vertex identifies the price or quantity that maximizes profit.
- Area optimization: Given a fixed amount of fencing, the enclosed area can be expressed as a quadratic function of one side length.
Steps for solving optimization problems:
- Identify what quantity you need to maximize or minimize.
- Define a variable and write that quantity as a quadratic function.
- Find the vertex to get the optimal value.
- Interpret the answer in context.
Example: A farmer has 100 meters of fencing and wants to enclose a rectangular field along a barn wall (so only three sides need fencing). If the two widths are each meters, the length is , and the area is . The vertex is at , giving a maximum area of square meters. The optimal dimensions are 25 m by 50 m.