COLLEGE ALGEBRA • QUADRATICS & POLYNOMIALS

Quadratic Models and Optimization (Max/Min)

Harnessing the geometry of parabolas to find optimal values in real-world models.

Historical Context & Motivation

The quest to find extreme values — the largest area, the shortest path, the greatest profit — is one of the oldest threads in mathematics. Long before calculus provided a general framework for optimization, scholars recognized that certain geometric and algebraic relationships naturally produce maximum or minimum outcomes. The quadratic function, with its characteristic parabolic shape, became the first algebraic object whose extrema could be located through purely algebraic means, without limits or derivatives. Understanding this history illuminates why the vertex of a parabola remains one of the most practically powerful ideas in algebra.

c. 300 BCE
Euclid's Geometric Extrema
In Elements, Euclid demonstrated that among all rectangles with a fixed perimeter, the square encloses the greatest area — an optimization result equivalent to maximizing a quadratic expression.
c. 628 CE
Brahmagupta's Algebraic Solutions
The Indian mathematician Brahmagupta developed general methods for solving quadratic equations, including negative and zero solutions, laying the algebraic groundwork for analyzing parabolic relationships systematically.
1637
Descartes and Coordinate Geometry
René Descartes published La Géométrie, unifying algebra and geometry. Quadratic equations could now be visualized as parabolas on the coordinate plane, making the vertex — the point of maximum or minimum — geometrically tangible.
1800s
Industrial-Era Optimization
Engineers and economists applied quadratic models to problems of cost minimization, projectile trajectories, and structural design. The vertex formula became an essential tool well before formal optimization theory matured.
Modern Era
Quadratic Models in Data Science
Today, quadratic regression and parabolic curve fitting appear in economics, physics, biology, and machine learning. The algebraic vertex remains the fastest route to the optimal value of any quadratic model.

The central question driving this lesson is straightforward yet far-reaching: given a quantity modeled by a quadratic function, how do we determine its maximum or minimum value, and under what input does that extremum occur? This question arises whenever revenue depends quadratically on price, when projectile height depends on time, or when area depends on a constrained dimension. The algebraic answer resides at the vertex of the parabola.

Core Principles & Definitions

A quadratic function is any function of the form f(x) = ax² + bx + c where a, b, and c are real constants and a ≠ 0. The graph of every quadratic function is a parabola — a symmetric, U-shaped curve whose orientation and width are governed by the leading coefficient a. Whether the parabola opens upward or downward determines whether the function possesses a global minimum or a global maximum, respectively. The following foundational ideas anchor the entire theory of quadratic optimization.

1

Standard Form

The representation f(x) = ax² + bx + c explicitly displays the coefficients used to compute the vertex. The sign of a dictates concavity: a > 0 yields a parabola opening upward (minimum), while a < 0 yields one opening downward (maximum).
2

Vertex Form

The form f(x) = a(x − h)² + k directly reveals the vertex (h, k). The value k is the optimum of the function, and h is the input at which it occurs. Converting from standard to vertex form is accomplished via completing the square.
3

Axis of Symmetry

Every parabola is symmetric about the vertical line x = −b/(2a). This axis of symmetry passes through the vertex, meaning the x-coordinate of the vertex is always h = −b/(2a).
4

Domain & Range

The domain of any quadratic function is all real numbers. The range, however, is restricted by the vertex: if a > 0, the range is [k, ∞); if a < 0, the range is (−∞, k]. This is precisely because k is the extreme value.
5

Global vs. Local Extrema

A quadratic function has exactly one extremum, and it is always global — there is no other local maximum or minimum. This simplicity makes quadratics uniquely tractable for optimization compared to higher-degree polynomials.
KEY TAKEAWAY
Think of a parabola as a cross-section of a satellite dish. The vertex is the focal point where all incoming signals converge — it is the single most important point on the curve. In optimization, every quadratic model has exactly one such critical point, and that point is where the function achieves its best (maximum or minimum) value. No searching, no iteration — the algebra hands you the answer directly.

Visual Explanation — Anatomy of a Parabola

The diagram below illustrates the essential geometry of a downward-opening parabola, the type encountered when modeling a quantity to be maximized. It labels the vertex, axis of symmetry, x-intercepts (roots), and the direction of opening. Understanding these features visually is critical before applying the algebraic formulas.

Anatomy of a downward-opening parabola (a < 0). The vertex marks the maximum point, the dashed vertical line is the axis of symmetry x = h, and the yellow dots mark the x-intercepts (roots), equidistant from the axis.

Notice how the parabola is perfectly symmetric about the vertical line through the vertex. This symmetry is not coincidental — it is a direct algebraic consequence of the squared term in the quadratic expression. For an upward-opening parabola (a > 0), the entire picture inverts: the vertex sits at the lowest point, and the function has a global minimum instead of a maximum. In either case, the vertex coordinates (h, k) give us the optimal input and the optimal output, respectively.

Mathematical Framework

The algebraic machinery for locating the vertex of a parabola, and thereby solving quadratic optimization problems, rests on two equivalent approaches: using the vertex formula derived from standard form, or converting to vertex form via completing the square. Both methods yield identical results; the choice depends on context and personal preference.

STANDARD FORM
f(x) = ax² + bx + c, a ≠ 0
a = leading coefficient (controls direction and width), b = linear coefficient, c = constant term (y-intercept).
VERTEX FORMULA
h = −b / (2a), k = f(h) = c − b² / (4a)
h is the x-coordinate of the vertex (the optimal input), and k is the y-coordinate (the optimal output). Computing h first, then substituting back into f to find k, is the standard procedure.
VERTEX FORM
f(x) = a(x − h)² + k
Obtained from standard form by completing the square. The vertex (h, k) is read directly. Since (x − h)² ≥ 0 for all x, the term a(x − h)² achieves its extreme value of 0 when x = h, making f(h) = k the optimum.

Derivation via Completing the Square

Starting from f(x) = ax² + bx + c, factor a from the first two terms to get f(x) = a(x² + (b/a)x) + c. To complete the square inside the parentheses, add and subtract (b/(2a))² = b²/(4a²), yielding f(x) = a[(x + b/(2a))² − b²/(4a²)] + c. Distributing a and simplifying gives f(x) = a(x + b/(2a))² + c − b²/(4a). Since the vertex form is f(x) = a(x − h)² + k, we identify h = −b/(2a) and k = c − b²/(4a). This derivation confirms that the vertex formula is not an arbitrary recipe but a direct consequence of the algebraic structure of the quadratic.

Optimization Decision Rule
If a > 0, the parabola opens upward and f has a global minimum at the vertex. If a < 0, the parabola opens downward and f has a global maximum at the vertex. In applied problems, always check the sign of a before interpreting the vertex as a maximum or minimum.

Applied Quadratic Models — Classification & Examples

Quadratic models arise naturally in a wide array of disciplines. Recognizing when a real-world scenario produces a quadratic relationship is the first step toward optimization. The table below catalogs common model types, the variable being optimized, and the sign of the leading coefficient that determines whether a maximum or minimum is sought.

Common quadratic model types and their optimization goals
Model TypeTypical FunctionSign of aOptimization Goal
Projectile Motionh(t) = −16t² + v₀t + h₀a < 0Maximum height
Revenue / ProfitR(x) = −px² + qxa < 0Maximum revenue
Fencing / EnclosureA(x) = x(P/2 − x)a < 0Maximum area
Cost MinimizationC(x) = ax² + bx + ca > 0Minimum cost
Distance / ErrorD(x) = (x − μ)²a > 0Minimum distance
Side-by-side comparison of two fundamental quadratic models. Left: a revenue function with a < 0 has a maximum at the vertex. Right: a cost function with a > 0 has a minimum at the vertex. In both cases, the vertex gives the optimal operating point.

A key modeling skill is translating a word problem into a quadratic function. Typically, a constraint equation (such as a fixed perimeter or a linear demand relationship) allows you to express one variable in terms of another, and then the quantity to be optimized becomes a quadratic in a single variable. Once you have f(x) = ax² + bx + c, the vertex formula immediately gives the answer. In applied contexts, always verify that the optimal x-value lies within the feasible domain — for example, negative quantities of goods or negative time are typically meaningless.

Worked Example — Maximizing Revenue

A company sells a product at $50 per unit and currently sells 200 units per week. Market research indicates that for every $2 increase in price, the company will sell 5 fewer units per week. What price maximizes weekly revenue, and what is that maximum revenue?

Maximizing Weekly Revenue
1
Step 1 — Define the VariableLet x represent the number of $2 price increases. Then the new price is (50 + 2x) dollars per unit, and the new quantity sold is (200 − 5x) units per week.
2
Step 2 — Write the Revenue FunctionRevenue equals price times quantity: R(x) = (50 + 2x)(200 − 5x). Expanding: R(x) = 10,000 − 250x + 400x − 10x² = −10x² + 150x + 10,000.
R(x) = −10x² + 150x + 10,000
3
Step 3 — Identify CoefficientsIn standard form, a = −10, b = 150, c = 10,000. Since a = −10 < 0, the parabola opens downward, confirming that the vertex is a maximum.
4
Step 4 — Find the Vertex x-CoordinateApply the vertex formula: h = −b/(2a) = −150/(2 × (−10)) = −150/(−20) = 7.5. This means 7.5 price increases of $2 each.
h = 7.5
5
Step 5 — Compute the Optimal PriceThe optimal price is 50 + 2(7.5) = 50 + 15 = $65 per unit. At this price, the quantity sold is 200 − 5(7.5) = 200 − 37.5 = 162.5 units. Since fractional units may not be realistic, one could evaluate R at x = 7 and x = 8 to find the best integer solution, but the model's theoretical optimum is at x = 7.5.
Optimal price = $65
6
Step 6 — Find the Maximum RevenueSubstitute x = 7.5 into R: R(7.5) = −10(7.5)² + 150(7.5) + 10,000 = −10(56.25) + 1,125 + 10,000 = −562.50 + 1,125 + 10,000 = 10,562.50.
Maximum weekly revenue = $10,562.50
Feasibility Check
Always verify the solution's domain. Here x must satisfy 200 − 5x ≥ 0, giving x ≤ 40, and the price must be positive, so 50 + 2x > 0 for all non-negative x. Since h = 7.5 lies well within [0, 40], the solution is feasible.

Strengths & Limitations of Quadratic Optimization

Quadratic optimization via the vertex formula is elegant and efficient, but it carries inherent assumptions and limitations that are important to understand, especially before moving on to calculus-based optimization or multivariable models.

Strengths and limitations of algebraic quadratic optimization
StrengthsLimitations
Closed-form solution — the vertex formula gives an exact answer with no iteration or approximation required.Only works when the model is genuinely quadratic. If higher-order terms are significant, the model may have multiple local extrema that this method misses.
Guaranteed global optimum — a quadratic has exactly one extremum, so you never need to compare candidates.Real-world relationships are often only approximately quadratic over a limited domain; extrapolation beyond that domain is unreliable.
No calculus required — accessible at the algebra level, making it the earliest optimization tool students encounter.Restricted to single-variable functions. Multi-variable optimization (e.g., constrained optimization with Lagrange multipliers) is beyond this framework.
Geometric intuition — the vertex, axis of symmetry, and concavity provide visual understanding of the optimization.The domain must be checked manually; the algebraic optimum may lie outside the feasible region of the applied problem.
KEY TAKEAWAY
Quadratic optimization is analogous to designing a bridge with a single arch: the vertex formula tells you exactly where the highest (or lowest) point of the arch will be, and the structure is completely determined by three parameters. However, just as an arch bridge cannot span every terrain, a quadratic model cannot capture every relationship. When the assumptions hold, it is the most efficient optimization tool available; when they do not, more powerful techniques from calculus and numerical analysis are necessary.

Connection to Calculus & Advanced Optimization

The vertex formula is, in a sense, a preview of what calculus generalizes. In differential calculus, finding the maximum or minimum of any differentiable function f involves setting f′(x) = 0 and solving. For the quadratic f(x) = ax² + bx + c, the derivative is f′(x) = 2ax + b, and setting it to zero gives x = −b/(2a) — precisely the vertex formula. The second derivative f″(x) = 2a tells us the concavity: positive means minimum, negative means maximum. The table below contrasts the algebraic and calculus approaches.

Algebraic vs. calculus-based optimization
FeatureAlgebraic (Vertex Formula)Calculus (Derivative Test)
Applicable functionsQuadratics only (degree 2)Any differentiable function
Finding critical pointsh = −b/(2a)Solve f′(x) = 0
Max vs. min determinationSign of aSign of f″(x) at critical point
Number of extremaAlways exactly oneVaries — may be zero, one, or many
PrerequisitesAlgebraLimits, derivatives, chain rule

Understanding quadratic optimization deeply prepares you for calculus-based optimization in several ways. First, the concept of a critical point — an input where the rate of change is zero — is exactly the vertex for a parabola, and generalizes to any differentiable function. Second, the role of concavity in determining whether a critical point is a maximum or minimum (via the sign of a or f″) carries directly into the second derivative test. Third, the practice of building a model from a word problem, identifying the quantity to optimize, and checking feasibility is identical in both algebraic and calculus settings. Students who master quadratic optimization often find the transition to calculus-based optimization significantly smoother.

Practice Problems

PROBLEM 1CONCEPTUAL
A quadratic function f(x) = ax² + bx + c has a = 3. Without computing anything, does f have a maximum or a minimum? Explain how you know, and describe what the graph looks like.
PROBLEM 2BASIC CALCULATION
Find the vertex of f(x) = −2x² + 12x − 7. State whether it is a maximum or minimum, and give the value.
PROBLEM 3INTERMEDIATE
Convert f(x) = 3x² − 24x + 50 to vertex form by completing the square. Then identify the minimum value of f and the x-value at which it occurs.
PROBLEM 4APPLIED
A farmer has 240 meters of fencing to enclose a rectangular pasture along a river (no fencing is needed on the river side). Express the area A as a function of the width x, find the dimensions that maximize the area, and state the maximum area.
PROBLEM 5CRITICAL THINKING
A ball is thrown upward from the top of a 48-foot building with an initial velocity of 32 ft/s. Its height is modeled by h(t) = −16t² + 32t + 48. (a) Find the maximum height and when it occurs. (b) Find when the ball hits the ground. (c) Explain why the vertex formula and the quadratic formula address fundamentally different questions about the same function.

Lesson Summary

A quadratic function f(x) = ax² + bx + c graphs as a parabola whose single extremum occurs at the vertex (h, k). The x-coordinate is found via the vertex formula h = −b/(2a), and the y-coordinate k = f(h) is the optimal value. If a > 0, the vertex is a global minimum; if a < 0, it is a global maximum. Alternatively, converting to vertex form f(x) = a(x − h)² + k via completing the square reveals the vertex directly.

In applied settings — projectile motion, revenue maximization, area optimization, cost minimization — the key modeling step is expressing the quantity to be optimized as a quadratic in one variable, often by using a constraint equation to eliminate a second variable. Always verify that the optimal input lies within the feasible domain. This algebraic technique foreshadows the calculus-based optimization methods you will encounter later, where the vertex formula generalizes to setting f′(x) = 0 and applying the second derivative test.

Varsity Tutors • College Algebra • Quadratic Models and Optimization (Max/Min)