01 Key Concepts
Objective Function
The quantity you're trying to maximize or minimize, such as profit, cost, or distance.
Constraints
Limits or restrictions on the variables involved, such as a fixed budget or limited time.
Unconstrained Optimization
Finding a maximum or minimum using calculus (setting the derivative to zero), with no restrictions on the variable's range.
Constrained Optimization
Finding the best outcome while satisfying one or more constraints, often visualized as finding the best point within a feasible region.
Linear Programming
A specific type of constrained optimization where both the objective function and constraints are linear; solutions occur at corners of the feasible region.
02 Solved Examples
- Take the derivative: P'(x) = -4x + 80.
- Set P'(x)=0: -4x+80=0, so x=20.
- Substitute x=20 into P(x): P(20) = -2(20)^2 + 80(20) - 300.
- = -800 + 1600 - 300.
- Divide the budget by the cost per unit: 1000/50.
03 Practice Questions
๐ Optimization โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.