MATH 2 • ALGEBRA & FUNCTIONS

Quadratic Function Features — I can interpret a quadratic function's key features (vertex, axis of symmetry, intercepts) from a graph, table, or equation.

Learn to decode every parabola by identifying its vertex, axis of symmetry, and intercepts.

Historical Context & Motivation

Humans have been working with quadratic equations for thousands of years, long before anyone had a graphing calculator. Ancient civilizations needed to solve problems involving areas of land, trajectories of objects, and architectural design — all of which naturally involve squared terms. Over time, mathematicians developed powerful tools for understanding these equations, ultimately leading to the rich visual framework of parabolas and their key features that we study today.

~2000 BCE
Babylonian Quadratics
Babylonian scribes solved quadratic-type problems on clay tablets, using geometric methods to find unknown lengths and areas. They didn't write equations, but their procedures were equivalent to solving ax² + bx + c = 0.
~300 BCE
Greek Conic Sections
Greek mathematicians, particularly Apollonius of Perga, studied parabolas as cross-sections of cones. The word "parabola" comes from the Greek word meaning "to place beside," referring to how the curve relates to a rectangle of equal area.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote one of the first algebra textbooks, systematically solving quadratic equations using completing the square — a technique you'll use in this course to find the vertex form of a quadratic.
1637
Descartes & Coordinate Geometry
René Descartes introduced the coordinate plane, making it possible to graph equations as curves. Suddenly, quadratic equations could be visualized as parabolas, and features like the vertex and intercepts became geometric objects you could see and measure.

Today, understanding the key features of a quadratic function is essential in fields from physics (projectile motion) to business (profit optimization). The central question this lesson addresses is: given a quadratic function in any form — graph, table, or equation — how do you quickly identify its vertex, axis of symmetry, and intercepts?

Core Principles & Definitions

A quadratic function is any function that can be written in the form f(x) = ax² + bx + c, where a, b, and c are real numbers and a ≠ 0. The graph of every quadratic function is a U-shaped curve called a parabola. Whether the parabola opens upward or downward depends on the sign of a: positive a means it opens up, negative a means it opens down. Every parabola has a set of key features that completely describe its shape and position on the coordinate plane.

1

Vertex

The vertex is the highest or lowest point on the parabola. If the parabola opens upward, the vertex is the minimum; if it opens downward, the vertex is the maximum. It is written as the ordered pair (h, k).
2

Axis of Symmetry

The axis of symmetry is a vertical line that passes through the vertex and divides the parabola into two mirror-image halves. Its equation is x = h, where h is the x-coordinate of the vertex.
3

X-Intercepts (Roots/Zeros)

The x-intercepts are the points where the parabola crosses the x-axis. They are found by setting f(x) = 0. A quadratic can have 0, 1, or 2 x-intercepts depending on how the parabola sits relative to the x-axis.
4

Y-Intercept

The y-intercept is the point where the parabola crosses the y-axis. It is found by evaluating f(0). In standard form f(x) = ax² + bx + c, the y-intercept is simply the point (0, c).
KEY TAKEAWAY
Think of a parabola like a symmetrical bridge. The vertex is the peak (or valley) of the bridge, the axis of symmetry is the invisible center line that you could fold the bridge along so both halves match up perfectly, the x-intercepts are where the bridge meets the ground, and the y-intercept tells you how high the bridge is at its starting reference point.

Anatomy of a Parabola

The diagram below shows a parabola with all of its key features labeled. Study how the vertex, axis of symmetry, x-intercepts, and y-intercept relate to each other on the coordinate plane. Notice how the axis of symmetry acts as a mirror line — every point on the left side of the parabola has a matching point on the right side at the same height.

A parabola showing f(x) = x² − 4x − 5 with its vertex at (2, −9), axis of symmetry at x = 2, x-intercepts at (−1, 0) and (5, 0), and y-intercept at (0, −5).

In the diagram above, the parabola opens upward because the leading coefficient a is positive (a = 1). The vertex sits at the very bottom of the curve at (2, −9), making it the minimum point. The dashed yellow line represents the axis of symmetry at x = 2. Notice that the two x-intercepts at x = −1 and x = 5 are equidistant from the axis of symmetry — each is exactly 3 units away. This symmetry is a defining property of every parabola.

Mathematical Framework

Quadratic functions can be written in three main forms, and each form makes certain features easy to read. Understanding how to move between these forms and extract features from each one is a core skill in this course.

STANDARD FORM
f(x) = ax² + bx + c
a = leading coefficient (determines opening direction and width), b = linear coefficient, c = y-intercept. The axis of symmetry is x = −b / (2a), and you substitute that value back to find the vertex.
VERTEX FORM
f(x) = a(x − h)² + k
The vertex is read directly as (h, k). The axis of symmetry is x = h. Note the subtraction sign: if you see (x − 3)², then h = 3, not −3.
FACTORED (INTERCEPT) FORM
f(x) = a(x − p)(x − q)
The x-intercepts are read directly as (p, 0) and (q, 0). The axis of symmetry is x = (p + q) / 2, and you can find the vertex by substituting that x-value back into the function.
AXIS OF SYMMETRY (FROM STANDARD FORM)
x = −b / (2a)
This formula gives the x-coordinate of the vertex directly from the standard-form coefficients. Once you know this value, substitute it into f(x) to get the y-coordinate, completing the vertex as (−b/(2a), f(−b/(2a))).
💡 Remember
The discriminant b² − 4ac tells you how many x-intercepts to expect: if it is positive, there are two; if it equals zero, there is exactly one (the vertex touches the x-axis); if it is negative, there are none (the parabola doesn't cross the x-axis).

Reading Features from Graphs, Tables, and Equations

One of the most important skills with quadratic functions is being able to identify key features regardless of how the function is presented. You might be given an equation, a graph, or a table of values — and you need to extract the same information from each representation.

Three representations of the same quadratic function f(x) = 2x² − 8x + 6: as an equation (left), a table (center), and a graph (right). Each leads to the same key features.

When reading features from a table, look for two key clues. First, the x-intercepts appear as rows where f(x) = 0. Second, the vertex can be identified as the row with the smallest (or largest) output value, and you can confirm it by checking for symmetry: outputs at equal distances from the vertex should be the same. For instance, in the table above, f(1) = 0 and f(3) = 0 are symmetric around x = 2, and f(0) = 6 and f(4) = 6 are also symmetric around x = 2, confirming the axis of symmetry.

When reading features from a graph, locate the turning point of the curve to find the vertex. The x-intercepts are the points where the curve crosses the x-axis, and the y-intercept is where it crosses the y-axis. If the graph has gridlines, read coordinates carefully; if not, approximate the values as closely as possible.

Worked Example

Let's work through a complete example, identifying every key feature of a quadratic function given in standard form.

Find all key features of f(x) = −x² + 6x − 8
1
Step 1 — Identify coefficients and opening directionFrom the standard form f(x) = ax² + bx + c, we read a = −1, b = 6, and c = −8. Since a is negative, the parabola opens downward, so the vertex will be a maximum point.
Opens downward (a = −1)
2
Step 2 — Find the y-interceptThe y-intercept is the value of f(0). Substitute x = 0: f(0) = −(0)² + 6(0) − 8 = −8. So the y-intercept is the point (0, −8).
y-intercept: (0, −8)
3
Step 3 — Find the axis of symmetryApply the formula x = −b / (2a). With b = 6 and a = −1, we get x = −6 / (2 × (−1)) = −6 / (−2) = 3. The axis of symmetry is the vertical line x = 3.
Axis of symmetry: x = 3
4
Step 4 — Find the vertexThe x-coordinate of the vertex is the axis of symmetry value, x = 3. Substitute into f(x): f(3) = −(3)² + 6(3) − 8 = −9 + 18 − 8 = 1. The vertex is (3, 1).
Vertex: (3, 1) — this is the maximum
5
Step 5 — Find the x-interceptsSet f(x) = 0: −x² + 6x − 8 = 0. Multiply both sides by −1 to simplify: x² − 6x + 8 = 0. Factor: (x − 2)(x − 4) = 0. So x = 2 and x = 4. Notice that 2 and 4 are equidistant from the axis of symmetry at x = 3, which confirms our work.
x-intercepts: (2, 0) and (4, 0)
VERIFICATION TIP
Always check your x-intercepts against the axis of symmetry. The two x-intercepts should be equidistant from the axis of symmetry. In this example, 2 and 4 are both exactly 1 unit from x = 3. If they're not equidistant, double-check your factoring or your axis of symmetry calculation.

Comparing the Three Forms of a Quadratic

Each form of a quadratic equation has strengths and limitations. Choosing which form to use depends on what information you need most quickly. The table below summarizes what each form reveals at a glance versus what requires extra calculation.

Comparison of features easily read from each quadratic form
FeatureStandard Form: ax² + bx + cVertex Form: a(x − h)² + kFactored Form: a(x − p)(x − q)
VertexCalculate using x = −b/(2a), then substituteRead directly as (h, k)Calculate: x = (p+q)/2, then substitute
Axis of Symmetryx = −b/(2a)x = h (read directly)x = (p + q)/2
Y-Intercept(0, c) — read directlySubstitute x = 0 and simplifySubstitute x = 0: f(0) = a·p·q
X-InterceptsFactor or use quadratic formulaSet equal to 0 and solve for x(p, 0) and (q, 0) — read directly
DirectionSign of aSign of aSign of a
KEY TAKEAWAY
Think of the three forms like different maps of the same city. Standard form is like a street map — it gives you the overall layout and starting point (y-intercept). Vertex form is like a topographic map — it shows you the peak or valley immediately. Factored form is like a highway map — it shows you where you cross major intersections (the x-axis). Same function, different perspectives.

Connection to Advanced Topics

The skills you develop interpreting quadratic features lay the groundwork for analyzing more complex functions. In precalculus and calculus, you will study polynomial, rational, and exponential functions that have their own sets of key features. The vocabulary and thinking patterns you build now — finding intercepts, identifying turning points, recognizing symmetry — transfer directly to those future courses.

How quadratic feature analysis extends to higher-level mathematics
ConceptQuadratics (This Course)Advanced (Precalculus/Calculus)
Turning PointsExactly 1 vertex (max or min)Polynomials of degree n can have up to n − 1 turning points
X-Intercepts0, 1, or 2 real rootsA polynomial of degree n has up to n real roots
Finding Max/MinUse x = −b/(2a) or vertex formUse derivatives (calculus) to find critical points
SymmetryEvery parabola has a vertical axis of symmetryEven functions have y-axis symmetry; odd functions have origin symmetry

In real-world applications, quadratic models appear in projectile motion (physics), revenue and profit optimization (business), and structural engineering (arches and cables). In each case, the vertex often represents the most important quantity — the maximum height of a ball, the price that maximizes profit, or the highest point of an arch. Mastering quadratic features now means you'll be ready to solve these applied problems with confidence.

Practice Problems

PROBLEM 1CONCEPTUAL
A parabola has its vertex at (4, −3) and opens upward. Is the vertex a maximum or a minimum? How many x-intercepts could this parabola have? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Find the vertex, axis of symmetry, and y-intercept of f(x) = x² + 8x + 12.
PROBLEM 3INTERMEDIATE
A quadratic function in vertex form is given as g(x) = −2(x − 1)² + 8. Find all key features: vertex, axis of symmetry, y-intercept, and x-intercepts.
PROBLEM 4APPLIED
A ball is thrown upward from a platform. Its height in feet after t seconds is modeled by h(t) = −16t² + 48t + 10. Find the maximum height of the ball and the time at which it hits the ground (round to two decimal places).
PROBLEM 5CRITICAL THINKING
A table shows values for a quadratic function: x = −1 → f(x) = 10, x = 0 → f(x) = 4, x = 1 → f(x) = 0, x = 2 → f(x) = −2, x = 3 → f(x) = −2, x = 4 → f(x) = 0, x = 5 → f(x) = 4. Determine the vertex, axis of symmetry, x-intercepts, and y-intercept. Then write the equation in standard form.

Lesson Summary

Every quadratic function produces a U-shaped curve called a parabola whose key features include the vertex (the maximum or minimum point), the axis of symmetry (the vertical mirror line x = h), the x-intercepts (where the curve crosses the x-axis, found by solving f(x) = 0), and the y-intercept (the point (0, c) in standard form). These features can be identified from an equation using formulas like x = −b/(2a), from a table by locating zero outputs and symmetric pairs, or from a graph by visually reading the turning point and axis crossings.

The three algebraic forms — standard form (reveals y-intercept), vertex form (reveals vertex and axis of symmetry), and factored form (reveals x-intercepts) — each highlight different features at a glance. The sign of the leading coefficient a determines whether the parabola opens upward (a > 0, vertex is a minimum) or downward (a < 0, vertex is a maximum), and the discriminant b² − 4ac tells you how many x-intercepts to expect. Mastering these features prepares you for optimization problems, projectile motion, and the study of higher-degree polynomials.

Varsity Tutors • Math 2 • Quadratic Function Features