TOPIC
Introduction to quadratic functionsMY PROGRESS
Pug Score
0%
Getting Started
"Let's build your foundation!"
Study Points
+0
Overview
Watch
Read
Next Steps
Get Started
Get unlimited access to all videos, practice problems, and study tools.
Back to Menu
Topic Progress
Pug Score
0%
Getting Started
"Let's build your foundation!"
Videos Watched
0/0
Read
Not viewed
Study Points
+0
Overview
Watch
Read
Next Steps
Read
Characteristics of Quadratic Functions
This lesson breaks down what makes a quadratic function unique: its parabola shape, direction of opening, vertex, axis of symmetry, x- and y-intercepts, and domain and range, with a fully worked graphing example to tie the ideas together.
What Is a Quadratic Function?
A quadratic function is any function that can be written in the form \(f(x) = ax^2 + bx + c\), where \(a\), \(b\), and \(c\) are real numbers and \(a \ne 0\). This form is called the general form of a quadratic function. Every quadratic function, no matter how it's written, produces the same distinctive graph: a curve called a parabola.
Recognizing a quadratic function comes down to spotting that squared term, \(x^2\). It's the presence of this term — and only having powers of \(x\) up to 2 — that separates a quadratic function from a linear or cubic one. Understanding the characteristics below will let you sketch, describe, or compare any quadratic function without having to plot dozens of points.
Shape and Direction of Opening
Every quadratic function graphs as a parabola: a smooth, symmetric curve that looks like a "U" or an upside-down "U". The value of \(a\) in \(f(x) = ax^2 + bx + c\) controls two things about that shape:
- If \(a > 0\), the parabola opens upward, like a valley.
- If \(a < 0\), the parabola opens downward, like a hill.
- The larger \(|a|\) is, the narrower the parabola; the smaller \(|a|\) is, the wider it is.
This single sign check tells you immediately whether the function has a lowest point or a highest point, which matters a lot in real-world problems such as maximizing area or finding minimum cost.
Vertex and Axis of Symmetry
The vertex is the turning point of the parabola — the minimum point when the parabola opens upward, or the maximum point when it opens downward. Every parabola is perfectly symmetric about a vertical line through its vertex, called the axis of symmetry.
For a quadratic function in general form, the x-coordinate of the vertex is found with \(x = -\frac{b}{2a}\), often remembered as the vertex formula. Once you have that x-value, substitute it back into the function to find the corresponding y-coordinate, giving you the full vertex \((h, k)\).
The vertex is also easiest to read directly when the function is written in vertex form, \(f(x) = a(x - h)^2 + k\), where \((h, k)\) is the vertex itself. Converting between forms is covered in more detail when you learn to go from standard form to vertex form.
Intercepts
Two more characteristics describe where the parabola crosses the axes:
- y-intercept: set \(x = 0\); for \(f(x) = ax^2 + bx + c\), the y-intercept is simply \(c\).
- x-intercepts (roots): set \(f(x) = 0\) and solve \(ax^2 + bx + c = 0\). A parabola can have two x-intercepts, one, or none, depending on whether it crosses, touches, or misses the x-axis entirely.
Finding these roots often requires factoring, completing the square, or applying the quadratic formula, especially when the expression doesn't factor neatly.
Domain and Range
Because you can substitute any real number into \(ax^2 + bx + c\), the domain of every quadratic function is all real numbers: \((-\infty, \infty)\).
The range, however, depends on the vertex and the direction of opening:
- If \(a > 0\) (opens upward), the range is \(y \ge k\), where \(k\) is the y-coordinate of the vertex.
- If \(a < 0\) (opens downward), the range is \(y \le k\).
This is one of the most useful characteristics of a quadratic function because it tells you the smallest or largest output value the function can ever produce.
Worked Example
Consider \(f(x) = x^2 - 4x + 3\).
- Direction of opening: \(a = 1 > 0\), so the parabola opens upward.
- Vertex: \(x = -\frac{b}{2a} = -\frac{-4}{2(1)} = 2\). Then \(f(2) = 4 - 8 + 3 = -1\), so the vertex is \((2, -1)\).
- Axis of symmetry: \(x = 2\).
- y-intercept: \(c = 3\), so the graph crosses the y-axis at \((0, 3)\).
- x-intercepts: solving \(x^2 - 4x + 3 = 0\) gives \((x - 1)(x - 3) = 0\), so \(x = 1\) and \(x = 3\).
- Domain and range: domain is all real numbers; since the parabola opens upward with vertex \(y = -1\), the range is \(y \ge -1\).
Notice how every characteristic — opening direction, vertex, symmetry, and intercepts — comes straight from reading the coefficients or applying one formula. Once you can identify these features quickly, graphing any quadratic function becomes a matter of plotting a handful of key points rather than a long table of values.