Definition
Quadratic optimization is the process of using the properties of a quadratic function—specifically its vertex—to find the maximum or minimum value of a system under given constraints.
Why It Matters
Optimization is the search for the “perfect trade-off.” In business and engineering, if you miss the vertex of your quadratic model, you are leaving money on the table or wasting precious resources. It is the mathematical solution to the problem of “too much of a good thing” becoming bad (diminishing returns) and allows for the precise allocation of scarce capital.
Core Concepts
- The Optimization Goal: Identifying whether the scenario requires maximizing or minimizing.
- The Vertex as the Solution: For , the extreme value occurs at .
- How to read: “The condition for f of x equals a x squared plus b x plus c, the extreme value occurs at x equals negative b divided by 2 a.”
- Meaning / when to use: The input that produces the maximum or minimum output for any quadratic model. The core of quadratic optimization.
- Revenue Modeling: Revenue is often , where is price and is linear demand.
- How to read: “The revenue R of p equals p times q of p, where p is price and q of p is the linear demand function.”
- Meaning / when to use: Common model where revenue = price × quantity demanded (quantity usually falls linearly with price). Leads to a downward-opening quadratic whose vertex is the revenue-maximizing price.
- Physical Constraints: Using fixed perimeters or costs to reduce a problem to one quadratic variable.