MATH 2 • ALGEBRA & FUNCTIONS

Quadratic Extrema & Intervals — I can determine intervals of increase/decrease and maximum/minimum values for a quadratic function.

Learn how the vertex of a parabola reveals its highest or lowest point and where the function rises or falls.

Historical Context & Motivation

Humans have been studying curves for thousands of years, and the parabola — the U-shaped curve produced by every quadratic function — is one of the most important shapes in mathematics. Ancient Greek mathematicians first explored parabolas by slicing cones at different angles, a field called conic sections. Over the centuries, mathematicians and scientists realized that parabolas describe everything from the arc of a basketball to the path of a rocket. Understanding where a parabola reaches its peak or valley, and where it climbs or descends, became essential knowledge for algebra, physics, engineering, and economics.

~200 BCE
Apollonius & Conic Sections
The Greek mathematician Apollonius of Perga wrote an extensive treatise on conic sections, formally defining the parabola, ellipse, and hyperbola by slicing a cone at various angles.
1638
Galileo & Projectile Motion
Galileo demonstrated that a projectile follows a parabolic path, directly connecting quadratic equations to real-world physics and making the vertex (the highest point) a practical concept.
1637
Descartes & Coordinate Geometry
René Descartes introduced the coordinate plane, making it possible to graph equations like y = ax² + bx + c and visually identify where a parabola increases, decreases, and reaches its extreme value.
1800s
Formal Analysis of Functions
Mathematicians developed rigorous definitions of increasing and decreasing intervals, maximum and minimum values, laying the groundwork for the function analysis you learn in algebra today.

The central question this lesson addresses is straightforward but powerful: given any quadratic function, how can you determine where it reaches its maximum or minimum value, and on which intervals is the function increasing or decreasing? Answering this question unlocks your ability to solve optimization problems — finding the best, highest, lowest, or most efficient outcome.

Core Principles & Definitions

Before diving into calculations, you need to understand four foundational ideas that govern quadratic extrema and intervals. A quadratic function is any function of the form f(x) = ax² + bx + c, where a ≠ 0. Its graph is always a parabola, and every parabola has a single turning point called the vertex. The vertex is the key to everything in this lesson — it tells you the extreme value and divides the parabola into its increasing and decreasing intervals.

1

Direction of Opening

If the leading coefficient a > 0, the parabola opens upward (U-shape), and the vertex is the lowest point — a minimum. If a < 0, the parabola opens downward (∩-shape), and the vertex is the highest point — a maximum.
2

The Vertex

The vertex (h, k) is the turning point of the parabola. Its x-coordinate is found using h = −b / (2a), and its y-coordinate k = f(h) gives the extreme value of the function.
3

Increasing Interval

A function is increasing on an interval when its y-values get larger as x moves to the right. For a parabola opening upward, this happens to the right of the vertex.
4

Decreasing Interval

A function is decreasing on an interval when its y-values get smaller as x moves to the right. For a parabola opening upward, this happens to the left of the vertex.
KEY TAKEAWAY
Think of the vertex like the peak of a hill or the bottom of a valley. If you're riding a bike, you coast downhill on one side and pedal uphill on the other. The very top of the hill (maximum) or the very bottom of the valley (minimum) is where you stop going one direction and start going the other. That turning point is the vertex — and it splits the ride into the 'going down' part (decreasing) and the 'going up' part (increasing).

Visual Explanation

The diagram below shows two parabolas side by side: one that opens upward (a > 0) with a minimum vertex, and one that opens downward (a < 0) with a maximum vertex. Notice how the vertex divides each parabola into an increasing region and a decreasing region. Arrows indicate the direction of increasing x-values.

Left: When a > 0 the parabola opens upward, the vertex is a minimum, the function decreases on (−∞, h) and increases on (h, ∞). Right: When a < 0 the parabola opens downward, the vertex is a maximum, the function increases on (−∞, h) and decreases on (h, ∞).

Study the diagram closely. On the left graph, as you move your finger from left to right along the curve, the y-values drop until you hit the vertex, then they rise. That descent is the decreasing interval, and the ascent is the increasing interval. On the right graph, the pattern reverses: the curve rises to the vertex and then falls. The vertex's x-coordinate always marks the boundary between these two behaviors.

Mathematical Framework

Every quadratic function can be analyzed using a small set of formulas. The standard form and the vertex formula work together to give you everything you need: the location of the vertex, the extreme value, and the intervals of increase and decrease.

STANDARD FORM
f(x) = ax² + bx + c
a = leading coefficient (determines direction of opening), b = linear coefficient, c = constant term (y-intercept).
VERTEX X-COORDINATE
h = −b / (2a)
This formula gives the axis of symmetry of the parabola. Every parabola is symmetric about the vertical line x = h.
VERTEX Y-COORDINATE (EXTREME VALUE)
k = f(h) = a·h² + b·h + c
Substitute h back into the original function to find k. The value k is the maximum or minimum value of the function.
VERTEX FORM
f(x) = a(x − h)² + k
When a quadratic is written in vertex form, you can read the vertex (h, k) directly. The sign of a still determines whether the vertex is a maximum (a < 0) or minimum (a > 0).
📝 Interval Notation Reminder
When writing intervals of increase and decrease, use parentheses — not brackets — around the vertex x-coordinate and the infinity symbols. For example, (−∞, 3) and (3, ∞). We use parentheses because the function is neither increasing nor decreasing at the vertex itself; that's the turning point.

Classifying Quadratic Behavior

The table below summarizes how the sign of the leading coefficient a determines every aspect of a quadratic function's extreme behavior. Memorizing this pattern will let you quickly classify any quadratic without even graphing it.

Summary of quadratic behavior based on the sign of a
Propertya > 0 (Opens Upward)a < 0 (Opens Downward)
ShapeU-shape (valley)∩-shape (hill)
Vertex typeMinimumMaximum
Extreme valuek is the minimum value of f(x)k is the maximum value of f(x)
Decreasing interval(−∞, h)(h, ∞)
Increasing interval(h, ∞)(−∞, h)
Range[k, ∞)(−∞, k]
Graph of f(x) = 2x² − 8x + 3. The vertex is at (2, −5), which is the minimum value. The red-shaded region shows where the function is decreasing on (−∞, 2), and the green-shaded region shows where it is increasing on (2, ∞).

In the graph above, the dashed yellow line at x = 2 is the axis of symmetry. Every parabola is a mirror image of itself across this line. The left half of the curve descends toward the vertex, so f is decreasing on (−∞, 2). The right half ascends away from the vertex, so f is increasing on (2, ∞). Because a = 2 is positive, the parabola opens upward and the vertex gives the minimum output value of −5.

Worked Example

Let's work through a complete problem from start to finish. We'll find the vertex, determine whether it's a maximum or minimum, identify the extreme value, and state the intervals of increase and decrease.

Find the extrema and intervals for f(x) = −3x² + 12x − 7
1
Step 1 — Identify a, b, and cFrom f(x) = −3x² + 12x − 7, we identify a = −3, b = 12, and c = −7. Because a = −3 is negative, the parabola opens downward, so the vertex will be a maximum.
a = −3 → parabola opens downward → maximum
2
Step 2 — Find the vertex x-coordinate (h)Use the formula h = −b / (2a). Substituting: h = −(12) / (2 × (−3)) = −12 / (−6) = 2.
h = 2
3
Step 3 — Find the vertex y-coordinate (k)Substitute h = 2 back into f(x): f(2) = −3(2)² + 12(2) − 7 = −3(4) + 24 − 7 = −12 + 24 − 7 = 5.
k = 5 → Vertex is at (2, 5)
4
Step 4 — State the maximum valueSince the parabola opens downward (a < 0), the vertex is the highest point. The maximum value of the function is k = 5. This means f(x) ≤ 5 for all x.
Maximum value = 5
5
Step 5 — State the intervals of increase and decreaseFor a downward-opening parabola, the function increases as you approach the vertex from the left and decreases after you pass the vertex heading to the right. The function is increasing on (−∞, 2) and decreasing on (2, ∞).
Increasing: (−∞, 2) | Decreasing: (2, ∞)

Common Pitfalls & Tips

Students often make the same handful of mistakes when working with quadratic extrema and intervals. The table below compares common errors with the correct approaches so you can avoid these traps.

Common errors when analyzing quadratic extrema
Common MistakeWhy It's WrongCorrect Approach
Confusing the extreme value with the vertex coordinatesThe extreme value is a single number (k), not the ordered pair (h, k). The vertex is a point; the extreme value is the y-coordinate alone.State: 'The minimum/maximum value is k,' not 'The minimum is (h, k).'
Using brackets [h, ∞) instead of parentheses (h, ∞) for intervalsAt the vertex, the function is neither increasing nor decreasing — it's momentarily flat. So the vertex x-value is not included in either interval.Always use parentheses: (−∞, h) and (h, ∞).
Forgetting the negative sign in h = −b / (2a)Dropping the negative produces the wrong vertex location. If b = 6 and a = 1, h = −6/2 = −3, not 3.Double-check: h = −b / (2a). Write the formula with the negative sign first, then substitute.
Mixing up max/min with increase/decrease directionA minimum (a > 0) means decreasing THEN increasing. A maximum (a < 0) means increasing THEN decreasing.Sketch a quick U or ∩ shape, then read left-to-right to determine which comes first.
💡 QUICK MEMORY TRICK
Think of the sign of 'a' as a facial expression. If a > 0, the parabola makes a smile (U-shape) — it's happy because things are looking up, and the vertex is at the bottom (minimum). If a < 0, the parabola makes a frown (∩-shape) — it's sad because things are going down, and the vertex is at the top (maximum). Smile = min, frown = max.

Connection to Advanced Topics

The skills you're learning now — finding where a function increases, decreases, and reaches extreme values — are the foundational ideas behind calculus. In calculus, you'll use derivatives to analyze any function's increase/decrease behavior, not just quadratics. For now, the vertex formula h = −b / (2a) is a shortcut that works specifically for parabolas. In calculus, the derivative gives you a general tool that replaces this formula and works for polynomials of any degree, exponentials, trigonometric functions, and more.

How quadratic analysis connects to calculus concepts
ConceptAlgebra 2 / Math 2 (Now)Calculus (Future)
Finding extreme valuesh = −b / (2a), then k = f(h)Set the derivative f'(x) = 0 and solve
Intervals of increaseDetermined by vertex location and sign of aWhere the derivative f'(x) > 0
Intervals of decreaseDetermined by vertex location and sign of aWhere the derivative f'(x) < 0
Applies toQuadratic functions onlyAny differentiable function

You'll also encounter optimization problems in physics (maximizing height of a projectile), economics (maximizing profit or minimizing cost), and engineering (minimizing material usage). In all of these contexts, the quadratic model is often the simplest and most common function to analyze. Mastering it now gives you a head start on the bigger ideas ahead.

Practice Problems

PROBLEM 1CONCEPTUAL
Without doing any calculations, explain how you can tell whether a quadratic function f(x) = ax² + bx + c has a maximum or a minimum just by looking at the equation. What specific part of the equation tells you this?
PROBLEM 2BASIC CALCULATION
Find the vertex, state the maximum or minimum value, and give the intervals of increase and decrease for f(x) = x² + 6x + 5.
PROBLEM 3INTERMEDIATE
A quadratic function is given in vertex form: g(x) = −2(x − 4)² + 10. Without expanding, state the vertex, the maximum or minimum value, the intervals of increase and decrease, and the range of the function.
PROBLEM 4APPLIED
A ball is launched from the ground and its height (in feet) after t seconds is modeled by h(t) = −16t² + 96t. What is the maximum height the ball reaches, and during what time interval is the ball rising?
PROBLEM 5CRITICAL THINKING
A quadratic function f(x) = ax² + bx + c has a minimum value of −3 at x = 5 and passes through the point (7, 5). Find the values of a, b, and c, then write the equation of the function.

Lesson Summary

Every quadratic function f(x) = ax² + bx + c produces a parabola whose shape is determined by the leading coefficient a. When a > 0 the parabola opens upward and the vertex represents a minimum value; when a < 0 it opens downward and the vertex represents a maximum value. The vertex x-coordinate is found using h = −b / (2a), and the extreme value is k = f(h).

The vertex divides the parabola into two intervals. For an upward-opening parabola, the function is decreasing on (−∞, h) and increasing on (h, ∞); for a downward-opening parabola these are reversed. Always use parentheses (not brackets) around h in interval notation because the function is neither increasing nor decreasing at the vertex itself. These ideas form the foundation for optimization in both algebra and future calculus courses.

Varsity Tutors • Math 2 • Quadratic Extrema & Intervals