Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Geometric optimization uses calculus to find the best possible shape or measurement under a given constraint. In problems about the largest box, the least-surface can, or the shortest path, the goal is to turn a physical situation into a function. Once the quantity to maximize or minimize is written in one variable, derivatives reveal where the best value occurs.

This method matters because it connects diagrams, formulas, and real design decisions.

Key Facts

  • Optimization goal: maximize or minimize a quantity such as area, volume, surface area, distance, or cost.
  • Critical points occur where f'(x) = 0 or where f'(x) is undefined, within the allowed domain.
  • Closed interval method: check critical points and endpoints to find an absolute maximum or minimum.
  • Box from a cut sheet: V(x) = x(L - 2x)(W - 2x), where x is the cutout square side length.
  • Closed cylinder surface area: S = 2πr^2 + 2πrh and volume constraint V = πr^2h.
  • Shortest path problems often minimize distance using d = sqrt((x2 - x1)^2 + (y2 - y1)^2) or use reflection symmetry.

Vocabulary

Optimization
Optimization is the process of finding the maximum or minimum value of a quantity under given conditions.
Constraint
A constraint is a condition, such as fixed volume or fixed material, that limits the possible solutions.
Objective function
An objective function is the formula for the quantity you want to maximize or minimize.
Critical point
A critical point is an input where the derivative is zero or undefined and a maximum or minimum may occur.
Domain
The domain is the set of input values that make sense in the problem, such as positive lengths only.

Common Mistakes to Avoid

  • Forgetting the constraint, then differentiating a function with too many variables. Use the constraint to rewrite the objective function in one variable before taking the derivative.
  • Ignoring the domain, then accepting an impossible length such as a negative radius or a cutout larger than half the side. Always state the physically meaningful interval before solving.
  • Stopping at f'(x) = 0 without checking endpoints. Absolute maxima and minima on closed intervals can occur at critical points or endpoints.
  • Mixing up the quantity being optimized with the constraint. For example, fixed volume in a can problem does not mean volume is minimized, it means surface area is minimized while volume stays constant.

Practice Questions

  1. 1 A 20 cm by 12 cm sheet has equal squares of side x cut from each corner, then the sides are folded up to make an open box. Write V(x), state the domain, and find the value of x that gives the maximum volume.
  2. 2 A closed cylinder must hold 500 cm^3 of liquid. Use V = πr^2h to write the surface area S = 2πr^2 + 2πrh as a function of r only, then find the radius and height that minimize surface area.
  3. 3 A designer wants the shortest path from point A to a wall and then to point B on the same side of the wall. Explain how reflecting one point across the wall changes the broken path problem into a straight-line distance problem.