Read this lesson as text

Optimization Problems

AP Calculus · Axiom Academy

Using calculus to find the best possible solution to real-world problems Optimization means finding the maximum or minimum value of a function subject to constraints. These are among the most practical applications of derivatives on the AP exam. Draw a picture and label all quantities Write the objective function — what you want to maximize or minimize Write a constraint equation — a relationship that limits the variables Reduce to one variable using the constraint Take the derivative and set equal to zero Verify it's a max or min (use First or Second Derivative Test) Classic Example: Fencing a Rectangular Pen A farmer has 200 meters of fencing and wants to enclose the largest possible rectangular area against a barn (only 3 sides need fencing). Find the maximum area. Setup: Let x be the side perpendicular to the barn. The side parallel is 200 - 2x . Objective: Maximize A(x) = x(200 - 2x) = 200x - 2x^2 Verify: A''(x) = -4 < 0 — confirmed maximum! Answer: Maximum area = 50(200 - 100) = 5 , 000 m&sup2; Always define variables and draw a diagram The constraint lets you eliminate one variable from the objective Check endpoints of the domain — the max/min might be there Verify using the Second Derivative Test or by comparing values Common AP types: area/volume optimization, distance minimization, cost minimization

This is the written version of the interactive lesson above. See the full AP Calculus course.