Quadratic functions are the building blocks of curved relationships in math. They produce U-shaped graphs called parabolas, each with a vertex, axis of symmetry, and predictable behavior determined by just a few coefficients. Mastering these functions is essential for modeling real-world situations and solving optimization problems, both of which show up heavily in pre-calc and beyond.
Quadratic Functions and Parabolas

Features of parabolas
A parabola is a U-shaped curve that's symmetric about a vertical line called the axis of symmetry. Every parabola has a few key features you need to know:
- Vertex: The turning point of the parabola, where it changes direction. This is either the minimum or maximum point of the function.
- If in , the parabola opens upward (cup-shaped), and the vertex is a minimum.
- If , the parabola opens downward (cap-shaped), and the vertex is a maximum.
- Axis of symmetry: A vertical line through the vertex that divides the parabola into two mirror-image halves. Its equation is .
- Y-intercept: The point where the parabola crosses the y-axis. You find it by evaluating .
- X-intercepts (roots/zeros): The points where the parabola crosses the x-axis. A quadratic can have 0, 1, or 2 real x-intercepts depending on the discriminant.
The domain of any quadratic function is all real numbers. The range depends on the vertex and direction of opening:
- If : range is
- If : range is
where is the y-coordinate of the vertex.

Graphing quadratic functions
There are two main forms you'll work with, and each one reveals different information at a glance.
Standard form:
- controls the direction of opening and the width of the parabola.
- : narrower than the parent function
- : wider than the parent function
- works together with to determine the horizontal position of the vertex. The axis of symmetry is at .
- is the y-intercept (the value of ).
Vertex form:
This form directly gives you the vertex at . The value of still controls width and direction, just like in standard form. Vertex form is the most convenient for graphing because you can read the vertex right off the equation.
Steps to graph a quadratic function:
- Identify the vertex. In vertex form, read directly. In standard form, compute , then plug that x-value back in to get the y-coordinate.
- Draw the axis of symmetry as a dashed vertical line through the vertex.
- Plot the y-intercept .
- Use the axis of symmetry to reflect the y-intercept to a symmetric point on the other side of the vertex.
- Plot one or two additional points on one side of the vertex and reflect them as well.
- Connect the points in a smooth U-shape.

Extrema of quadratic functions
The minimum or maximum value of a quadratic function always occurs at the vertex. To find it:
- Calculate the x-coordinate of the vertex:
- Substitute that x-value back into the function to get the y-coordinate:
That y-coordinate is the extreme value of the function.
- : the vertex gives a minimum (the graph goes up in both directions from there).
- : the vertex gives a maximum (the graph goes down in both directions from there).
These extrema are what make quadratics so useful for optimization: any quantity that can be modeled as a quadratic has a guaranteed max or min that you can calculate exactly.
Applications of quadratic optimization
Optimization problems ask you to find the maximum or minimum value of some quantity. When that quantity can be expressed as a quadratic function, the vertex gives you the answer directly.
General approach:
- Identify what you're trying to maximize or minimize (area, profit, height, etc.).
- Define your variables and write a constraint equation from the given information.
- Use the constraint to express the quantity as a quadratic function of a single variable.
- Find the vertex to determine the optimal value.
- Interpret the result in context, including units.
Example: A farmer has 100 m of fencing to enclose a rectangular garden. What dimensions maximize the area?
-
Let = width and = length.
-
The perimeter constraint gives , so .
-
Area as a function of : .
-
Find the vertex: . Then .
-
Maximum area: .
The optimal garden is a 25 m ร 25 m square. Notice that the coefficient is negative, confirming this vertex is indeed a maximum.
Solving Quadratic Equations
There are several methods for solving , and each has its strengths.
Factoring works when the quadratic breaks neatly into linear factors. For example, factors as , giving roots and . This is the fastest method when it works, but not every quadratic factors cleanly over the integers.
Completing the square rewrites the equation in vertex form. This method always works and is especially useful when you need the vertex form of the function. The process: take , isolate the -terms, then add to both sides to create a perfect square trinomial.
Quadratic formula is the universal method that works for any quadratic equation:
The discriminant tells you the nature of the roots before you even solve:
- : two distinct real roots (the parabola crosses the x-axis twice)
- : one repeated real root (the parabola touches the x-axis at the vertex)
- : no real roots, two complex conjugate roots (the parabola doesn't cross the x-axis)
For an Honors Pre-Calc course, you should be comfortable choosing the most efficient method for a given problem. If the equation looks factorable, try that first. If you need exact answers and the numbers are messy, go straight to the quadratic formula.