Quadratic equations and functions center on that term, and they're the foundation for understanding parabolas. Mastering them gives you tools to solve problems involving projectile motion, optimization, area, and much more.
This section covers the key features of quadratic functions, multiple methods for solving quadratic equations, graphing through transformations, and how domain and range work for parabolas.
Key features of quadratic functions

Characteristics of quadratic functions
A quadratic function is a polynomial function of degree 2, meaning the highest exponent on the variable is 2. The standard form is:
where , , and are real numbers and . (If were zero, the term would vanish and you'd just have a linear function.)
The graph of every quadratic function is a parabola, a symmetrical U-shaped curve.
Components of a parabola
- Vertex: the point where the parabola changes direction. It's either the minimum (when the parabola opens up) or the maximum (when it opens down). You find the x-coordinate of the vertex using:
Then plug that x-value back into to get the y-coordinate.
- Axis of symmetry: the vertical line that passes through the vertex, splitting the parabola into two mirror-image halves. Its equation is also .
- Direction of opening: determined by the sign of .
- If , the parabola opens upward (vertex is a minimum).
- If , the parabola opens downward (vertex is a maximum).
- y-intercept: found by substituting into the function, which gives you . So the y-intercept is always the point .
- x-intercepts (also called zeros or roots): found by setting and solving for . A parabola can have two, one, or zero real x-intercepts depending on the discriminant (more on that below).
Solving quadratic equations
A quadratic equation in standard form is , where . There are three main methods for solving these.
Factoring method
Factoring works by rewriting the quadratic as a product of two linear expressions, then applying the zero-product property: if , then or .
Steps for factoring when (leading coefficient is 1):
- Write the equation in standard form: .
- Find two numbers that multiply to and add to .
- Write the factored form: , where and are those two numbers.
- Set each factor equal to zero and solve.
When , you need two numbers that multiply to and add to . Use those to split the middle term, then factor by grouping.
Example: Solve . You need two numbers that multiply to 6 and add to 5. That's 2 and 3. or

Completing the square method
This method rewrites the equation so one side is a perfect square. It's especially useful for deriving vertex form.
- Start with . If , divide every term by .
- Move the constant term to the right side.
- Take half the coefficient of , square it, and add that value to both sides.
- Factor the left side as a perfect square: .
- Take the square root of both sides (don't forget ) and solve for .
Example: Solve .
- Move the constant:
- Half of 6 is 3, and . Add 9 to both sides:
- Factor:
- Solve: , so
Quadratic formula
The quadratic formula solves any quadratic equation:
The expression under the radical, , is called the discriminant. It tells you the nature of the solutions before you even solve:
- Positive discriminant → two distinct real solutions
- Zero discriminant → one repeated real solution (the parabola touches the x-axis at exactly one point)
- Negative discriminant → no real solutions; instead you get two complex conjugate solutions (you'll work with these more in the complex numbers part of this unit)
Graphing quadratic functions
Transformations of quadratic functions
Every quadratic function can be understood as a transformation of the parent function . The most useful form for graphing transformations is vertex form:
where is the vertex. Each parameter controls a specific transformation:
- Vertical shift: the value moves the graph up () or down ().
- Horizontal shift: the value moves the graph right () or left (). Watch the sign carefully: shifts right 3, while shifts left 3.

Reflections and dilations
- Reflection across the x-axis happens when is negative. This flips the parabola so it opens in the opposite direction.
- Vertical stretch or compression depends on :
- If , the parabola is narrower than the parent (vertical stretch).
- If , the parabola is wider than the parent (vertical compression).
For example, takes the parent parabola, shifts it right 1, up 5, stretches it vertically by a factor of 2, and reflects it so it opens downward. The vertex is .
Domain and range of quadratic functions
Domain of quadratic functions
The domain is the set of all possible input values. For any quadratic function , the domain is all real numbers, since you can square any real number without restriction.
In applied problems, the context might limit the domain. For instance, if represents time, you'd restrict to .
Range of quadratic functions
The range is the set of all possible output values, and it depends on whether the parabola opens up or down.
- If (opens upward), the vertex is the lowest point. The range is , where is the y-coordinate of the vertex.
- If (opens downward), the vertex is the highest point. The range is .
In real-world contexts, interpret these based on what the variables represent. If you're modeling the height of a ball over time, the range tells you every possible height the ball reaches, from launch to peak and back down.