Introductory Quantitative Techniques for Economics — Unit 4
Optimization means finding the value of a variable x that makes a function y = f(x) as large (maximum) or as small (minimum) as possible.
Find x such that f(x) is the highest possible value.
Find x such that f(x) is the lowest possible value.
A point that is the best in its neighbourhood (nearby region) — but not necessarily the best overall.
Think of it as: best on your street, not necessarily in the city.
A point that is the best over the entire domain of the function.
Best in the entire city — no other point beats it.
Geometrically, an optimum occurs where the tangent to the curve is horizontal — i.e., slope = 0.
| Situation | Slope Before x* | Slope After x* | Type |
|---|---|---|---|
| Maximum | Positive (+) | Negative (−) | Peak / ∩ |
| Minimum | Negative (−) | Positive (+) | Trough / ∪ |
| Inflection Point | Same sign | Same sign | Neither (saddle) |
For f(x) to have a local optimum at x = x*, the first derivative must equal zero:
After finding critical point x* from FOC, differentiate again (second derivative) to confirm the nature:
SOC is inconclusive. The point could be a maximum, minimum, or inflection point. Higher-order derivatives or graphical inspection needed.
| Condition | f '(x*) | f ''(x*) | Result |
|---|---|---|---|
| Maximum | = 0 | < 0 | 🏔️ Local Max |
| Minimum | = 0 | > 0 | 🏞️ Local Min |
| Inconclusive | = 0 | = 0 | ❓ Need further test |
A firm wants to find the output level Q* that maximizes profit π.
Let TR = 50Q − 2Q² and TC = Q³ − 5Q² + 20Q + 10
A firm wants to produce a given output at the lowest possible total cost, or find the output where average cost is minimized.
A firm maximizes Total Revenue TR regardless of profit (common in Baumol's model of firm behaviour).
Demand: P = 100 − 4Q → TR = 100Q − 4Q²
| Application | Objective Function | FOC | SOC | Optimum Rule |
|---|---|---|---|---|
| Profit Max | π = TR − TC | dπ/dQ = 0 | d²π/dQ² < 0 | MR = MC |
| Cost Min (AC) | AC = TC/Q | d(AC)/dQ = 0 | d²AC/dQ² > 0 | MC = AC |
| Revenue Max | TR = P × Q | dTR/dQ = 0 | d²TR/dQ² < 0 | MR = 0 |
| General Max | y = f(x) | f'(x*) = 0 | f''(x*) < 0 | Concave at x* |
| General Min | y = f(x) | f'(x*) = 0 | f''(x*) > 0 | Convex at x* |