How To Find Maximum Of A Quadratic Function
Introduction: Why Finding the Maximum of a Quadratic Function Matters
A quadratic function—usually written as f(x) = ax² + bx + c—is one of the most common building blocks in algebra, physics, economics, and engineering. In practice, knowing how to find the maximum of a quadratic function is essential whenever the parabola opens downward ( a < 0) and you need the highest point on its graph. In this article we will explore several reliable methods—completing the square, using calculus, and applying the vertex formula—while also explaining the geometry behind them, providing step‑by‑step examples, and answering frequently asked questions. Consider this: this maximum point, also called the vertex, tells you the greatest value the function can attain, which translates into real‑world answers such as the highest profit achievable, the greatest height of a projectile, or the optimal dimensions for a container. By the end, you will be able to locate the maximum of any downward‑opening quadratic quickly and confidently.
1. Recognize When a Quadratic Has a Maximum
Before diving into calculations, confirm that the parabola indeed has a maximum rather than a minimum. The sign of the leading coefficient a determines the direction of opening:
- a > 0 → parabola opens upward → the function has a minimum (the lowest point).
- a < 0 → parabola opens downward → the function has a maximum (the highest point).
If a is zero, the expression is not quadratic; it reduces to a linear function and has no vertex. Which means, the first step is simply to check the sign of a.
2. The Vertex Formula: Quickest Way for Standard Form
When the quadratic is already in the standard form f(x) = ax² + bx + c, the vertex (h, k) can be obtained directly:
[ h = -\frac{b}{2a}, \qquad k = f(h) = a h^{2} + b h + c ]
Because the vertex is the highest point for a < 0, k is the maximum value of the function.
Step‑by‑step Example
Find the maximum of f(x) = -3x² + 12x - 5.
-
Identify coefficients: a = -3, b = 12, c = -5.
-
Compute the x‑coordinate of the vertex:
[ h = -\frac{b}{2a}= -\frac{12}{2(-3)} = -\frac{12}{-6}=2 ]
-
Substitute h back into the function to get k:
[ k = f(2)= -3(2)^{2}+12(2)-5 = -3(4)+24-5 = -12+24-5 = 7 ]
Thus the vertex is (2, 7) and the maximum value of the quadratic is 7, occurring at x = 2.
3. Completing the Square: Turning the Quadratic into Vertex Form
Sometimes the quadratic is given in a form that makes the vertex less obvious, or you may simply want to see the transformation process. Completing the square rewrites ax² + bx + c into the vertex form a(x – h)² + k.
General Procedure
- Factor out the leading coefficient a from the first two terms (if a ≠ 1).
- Add and subtract the square of half the coefficient of x inside the parentheses.
- Simplify to obtain the expression a(x – h)² + k, where h = -b/(2a) and k is the constant term after simplification.
Worked Example
Convert f(x) = -4x² + 8x + 1 to vertex form and locate its maximum.
-
Factor a = -4 from the first two terms:
[ f(x) = -4\bigl(x^{2} - 2x\bigr) + 1 ]
-
Inside the parentheses, take half of the coefficient of x (‑2 → ‑1) and square it (1). Add and subtract this value:
[ f(x) = -4\bigl(x^{2} - 2x + 1 - 1\bigr) + 1 ]
-
Group the perfect square and the extra term:
[ f(x) = -4\bigl[(x - 1)^{2} - 1\bigr] + 1 ]
-
Distribute -4 and combine constants:
[ f(x) = -4(x - 1)^{2} + 4 + 1 = -4(x - 1)^{2} + 5 ]
Now the vertex is (h, k) = (1, 5). Since a = -4 < 0, the parabola opens downward, making 5 the maximum value at x = 1.
4. Using Calculus: Derivative Method
For readers comfortable with differential calculus, the derivative offers a universal way to locate extrema. The derivative of f(x) = ax² + bx + c is:
[ f'(x) = 2ax + b ]
Setting the derivative equal to zero gives the critical point:
[ 2ax + b = 0 \quad \Longrightarrow \quad x = -\frac{b}{2a} ]
Because the second derivative f''(x) = 2a is constant, its sign tells us the nature of the critical point:
- If a < 0, then f''(x) = 2a < 0 → the critical point is a maximum.
- If a > 0, then f''(x) > 0 → the critical point is a minimum.
After finding x, plug it back into f(x) to obtain the maximum value.
If you found this helpful, you might also enjoy why do we have a government or words that start with b and end with c.
Example with Calculus
Find the maximum of g(x) = -2x² + 6x + 9.
-
Derivative: g'(x) = -4x + 6.
-
Set to zero: -4x + 6 = 0 → x = 6/4 = 1.5.
-
Second derivative: g''(x) = -4 (negative, confirming a maximum).
-
Evaluate g(1.5):
[ g(1.5) = -2(1.5)^{2} + 6(1.5) + 9 = -2(2.25) + 9 + 9 = -4.5 + 9 + 9 = 13.
Thus the maximum is 13.5 at x = 1.5.
5. Geometric Insight: Axis of Symmetry
A quadratic parabola is symmetric about a vertical line called the axis of symmetry. And understanding this line helps visualize why the vertex is the highest (or lowest) point: any point left of the axis has a mirror image on the right with the same function value. Even so, its equation is precisely x = -b/(2a), the same h we obtained earlier. Hence, the peak (or trough) must sit exactly on the axis.
6. Real‑World Applications
| Field | Typical Quadratic | What the Maximum Represents |
|---|---|---|
| Economics | Profit = –0.5q² + 120q – 2000 | Highest possible profit for a given quantity q. |
| Physics | Height = –4.9t² + v₀t + h₀ | Maximum height reached by a projectile launched upward. |
| Engineering | Stress = –k·x² + Fx + C | Largest stress a material can sustain before failure. In practice, |
| Biology | Population = –0. 02t² + 5t + 100 | Peak population size before resources limit growth. |
In each case, converting the underlying equation to vertex form or applying the vertex formula instantly yields the optimal value and the condition (time, quantity, etc.) under which it occurs.
7. Frequently Asked Questions
Q1: What if the coefficient a is zero?
If a = 0, the expression reduces to a linear function f(x) = bx + c, which has no maximum or minimum unless domain restrictions are imposed (e.g., x limited to an interval). In such a scenario, evaluate the endpoints of the interval to find the extreme value.
Q2: Can a quadratic have both a maximum and a minimum?
No. A parabola opens either upward or downward, giving it a single extremum: a minimum when a > 0 and a maximum when a < 0.
Q3: How does completing the square work when a is negative?
The process is identical; you still factor a out, add and subtract the needed constant, and distribute the negative sign. The resulting vertex form will show a negative coefficient before the squared term, confirming a downward opening parabola.
Q4: Is the vertex always at integer coordinates?
Not necessarily. The coordinates (h, k) can be fractions or irrational numbers depending on b and a. Here's one way to look at it: f(x) = -x² + √2 x has its vertex at x = √2/2, a non‑integer value.
Q5: What if the quadratic is given in factored form, like f(x) = a(x – r₁)(x – r₂)?
You can still find the maximum by first expanding to standard form to identify a, b, and c, then applying the vertex formula. Alternatively, note that the axis of symmetry lies exactly halfway between the roots:
[ h = \frac{r₁ + r₂}{2} ]
Plug h into the original factored expression to obtain k.
8. Common Mistakes to Avoid
- Ignoring the sign of a – Attempting to locate a maximum when a is positive will give the minimum instead.
- Miscalculating h – Forgetting the negative sign in h = -b/(2a) leads to the opposite side of the axis.
- Dropping the constant after completing the square – The extra constant that appears after distribution must be added to the final k; otherwise the vertex height will be off.
- Using the derivative incorrectly – Setting f'(x) = 0 is necessary but not sufficient; always check the second derivative or the sign of a to confirm a maximum.
Double‑checking each step prevents these pitfalls.
9. Quick Reference Cheat Sheet
| Method | Formula for x‑coordinate (h) | How to get y‑coordinate (k) | When to Use |
|---|---|---|---|
| Vertex Formula | (-\dfrac{b}{2a}) | Substitute h into original function | Standard form, quick answer |
| Completing the Square | Implicit in (x‑h)² term | Constant term after rewriting | When you need vertex form or want to see the transformation |
| Calculus (Derivative) | (-\dfrac{b}{2a}) from f'(x)=0 | Evaluate f(h) | When already working with derivatives or higher‑order analysis |
10. Conclusion: Mastering the Maximum
Finding the maximum of a quadratic function is a fundamental skill that bridges pure mathematics and practical problem‑solving. By recognizing the sign of the leading coefficient, applying the appropriate technique, and verifying results with geometric intuition, you can confidently determine the highest point of any downward‑opening parabola. This knowledge not only boosts your algebraic fluency but also equips you to tackle real‑world optimization challenges across economics, physics, engineering, and beyond. Whether you prefer the elegance of the vertex formula, the visual clarity of completing the square, or the universal power of calculus, each method converges on the same critical point x = -b/(2a) and the corresponding maximum value k = f(x). Keep the cheat sheet handy, practice with diverse examples, and soon locating the maximum of a quadratic will become second nature.
Latest Posts
Related Posts
If This Caught Your Eye
-
Which Statement Is Always True
Aug 08, 2026
-
Which Statement Is Always True According To Vsepr Theory
Aug 08, 2026
-
Which Statement Is Always True When Describing Sex Linked Inheritance
Aug 08, 2026
-
Which Statement Is An Accurate Description Of Genes
Aug 08, 2026
-
Which Statement Is An Example Of A Central Idea
Aug 08, 2026