Quadratic Function's Maximum

Maxima And Minima Of Quadratic Functions

PL
accountshelp.org
6 min read
Maxima And Minima Of Quadratic Functions
Maxima And Minima Of Quadratic Functions

The Highest Point and the Lowest Point

Picture this: you're on a roller coaster, climbing that slow, stomach-dropping incline. For a moment, you're at the very top — higher than everything around you — before gravity takes over and sends you plummeting. That peak? Day to day, it's a maximum. And that dip into the valley below? A minimum.

Quadratic functions work the same way. They curve, they turn, they have one definitive high point or low point, and finding it tells you something real about the situation you're modeling. Whether you're calculating profit, tracking the arc of a ball, or optimizing a design, that turning point is where the action happens.

Here's the thing — the math isn't scary. Once you see the pattern, it clicks. And honestly, that's when quadratics stop feeling like homework and start feeling like a tool.

What Is a Quadratic Function's Maximum or Minimum?

A quadratic function is any function that looks like f(x) = ax² + bx + c*, where a isn't zero. Graph it, and you get a smooth U-shaped curve called a parabola. That parabola either opens upward like a smile or downward like a frown.

The vertex is the single point where the parabola changes direction. It's the exact spot where the curve stops going one way and starts going the other.

  • If the parabola opens upward (a > 0*), the vertex is the minimum point — the lowest spot on the entire graph.
  • If the parabola opens downward (a < 0*), the vertex is the maximum point — the highest spot on the entire graph.

There's no other turning point. No second peak, no hidden valley. Just one vertex, one moment of change. That's what makes quadratics so clean to work with.

The Vertex Formula

The x-coordinate of the vertex is always:

x = -b / (2a)*

Plug that back into the original function to get the y-coordinate. That gives you the full vertex point (x, y), which is your maximum or minimum value.

It's worth knowing where this comes from, even if you never derive it yourself. The vertex sits exactly halfway between the roots (if they exist), right on the axis of symmetry. The formula x = -b/(2a)* is just the midpoint of those roots, simplified.

Why It Matters

Real-world quantities don't just keep increasing forever. Profit eventually drops as costs rise. Even so, a ball thrown in the air comes back down. A company's efficiency peaks and then plateaus. Quadratics are one of the simplest ways to model these "rise and fall" situations — and the vertex tells you where the peak or valley actually is.

Skip the vertex, and you're flying blind. Even so, you might know that a projectile follows a parabolic path, but without finding the vertex, you don't know how high it goes or when it gets there. You might have a profit function, but without the vertex, you don't know the maximum profit or the production level that achieves it.

This is why optimization problems — finding the best outcome — so often come down to finding a vertex. It's the mathematical version of asking: "What's the sweet spot?"

How to Find the Maximum or Minimum

Let's walk through it with a concrete example. Say you're running a small business, and your daily profit P depends on the number of items you produce, x:

P(x) = -2x² + 40x - 150*

Step 1: Identify a, b, and c

Here, a = -2*, b = 40*, c = -150*.

Since a is negative, the parabola opens downward, so the vertex will be a maximum. Good to know — we're looking for the best possible outcome, not the worst.

Step 2: Find the x-coordinate of the vertex

x = -b / (2a) = -40 / (2 × -2) = -40 / -4 = 10*

So producing 10 items per day hits the sweet spot.

Step 3: Find the y-coordinate (the actual maximum value)

Plug x = 10* back into the original function:

For more on this topic, read our article on equation for trajectory of a projectile or check out formula for calculating the distance between two points.

P(10) = -2(10)² + 40(10) - 150 = -200 + 400 - 150 = 50*

The maximum daily profit is 50 (whatever your units are — dollars, hundreds of dollars, doesn't matter for the method).

Step 4: Interpret the result

At 10 items produced, profit peaks at 50. That said, produce fewer, and you're not taking full advantage of your setup. This leads to produce more, and costs climb faster than revenue. The vertex told you exactly where to aim.

Alternative: Completing the Square

Sometimes you want the vertex form of a quadratic: f(x) = a(x - h)² + k*, where (h, k) is the vertex. You can get there by completing the square.

Starting with f(x) = ax² + bx + c*:

f(x) = a(x² + (b/a)x) + c*

Take half of (b/a), square it, add and subtract inside the parentheses:

f(x) = a(x² + (b/a)x + (b/2a)² - (b/2a)²) + c*

f(x) = a((x + b/2a)² - (b/2a)²) + c*

f(x) = a(x + b/2a)² - a(b/2a)² + c*

f(x) = a(x + b/2a)² + (c - b²/4a)*

So h = -b/2a* and k = c - b²/4a*. And same vertex, different path to get there. Completing the square is more work, but it gives you the full vertex form, which is useful for graphing and understanding transformations.

Common Mistakes People Make

Confusing the Sign of a

This is the most common error. In real terms, if a is positive, the parabola opens up and the vertex is a minimum. If a is negative, it opens down and the vertex is a maximum. Even so, mix this up, and you'll report the wrong type of extreme value. Always check the sign first.

Forgetting to Check the Context

The vertex gives you the mathematical maximum or minimum, but real-world constraints might make that value meaningless. If your profit function says the maximum occurs at x = 10*, but you can only produce whole items, you need to check x = 10* and nearby integers. If the domain is restricted (say, x must be between 0 and 20), verify the vertex falls within that range.

Using the Wrong Formula

Some students try to use the quadratic formula or factor the equation when they just need the vertex. The quadratic formula finds roots, not the vertex. If you only need the maximum or minimum value, the vertex formula is faster and more direct.

Mixing Up x and y

The vertex formula gives you the x-coordinate. But the maximum or minimum value* is the y-coordinate — you have to plug x back in to find it. And a lot of students stop there and call it the answer. The vertex is a point, not just a number.

Practical Tips That Actually Work

Memorize the Vertex Formula

x = -b / (2a)*

It's short, it's simple, and it shows up everywhere. Drill it until it's automatic. You don't need to understand the derivation to use it effectively — though knowing where it comes from helps when you forget.

Always Check the Sign of a First

Before you do any calculations, look at a. But positive means minimum. Negative means maximum. This one-second check saves you from reporting the wrong type of extreme value later.

Use Technology to Verify

Graphing calculators and online tools can plot the function and show the vertex visually. Use them to double-check your work, not to replace the algebra. The point is to understand the process, not just get the answer.

New

Latest Posts

Related

Related Posts

Thank you for reading about Maxima And Minima Of Quadratic Functions. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
AC

accountshelp

Staff writer at accountshelp.org. We publish practical guides and insights to help you stay informed and make better decisions.