A calculus optimization workflow that does not skip the model

Turn a word problem into one objective function, then use calculus and endpoint checks to justify the best feasible value.

LaTeX article Updated July 11, 2026

f(x)=0f'(x)=0

Objective versus constraint

The objective is the quantity being optimized: area, cost, distance, or time. Constraints describe what combinations are allowed. Mixing them produces an equation with too many variables and no clear target.

Use the constraint to eliminate variables from the objective before differentiating.

The feasible domain matters

Physical lengths cannot be negative, capacities may be bounded, and denominators may exclude values. The domain is part of the model and determines which critical points are candidates.

On a closed interval, endpoints must be compared with interior critical points.

Justify the optimum

A zero derivative identifies a stationary candidate, not automatically a maximum. Use sign changes, the second derivative, or direct value comparison to justify the conclusion.

State the requested quantity in context rather than ending with an unexplained variable value.

Worked example

Common mistakes

  • Differentiating the constraint instead of the objective.
  • Keeping two independent variables after a constraint is available.
  • Ignoring endpoints or feasibility.

Keep these ideas

  • Name the objective explicitly.
  • Reduce to one variable before differentiating.
  • A critical point needs a maximum or minimum justification.
Vocab
Mean value theorem
Math glossaryMean value theorem
f(c)=f(b)f(a)baf'(c)=\frac{f(b)-f(a)}{b-a}

Guarantees an instantaneous rate equal to an interval's average rate.

Learn more
Critical number
Math glossaryCritical number
f(c)=0 or undefinedf'(c)=0\ \text{or undefined}

A domain input where the derivative is zero or does not exist.

Learn more
Local maximum
Math glossaryLocal maximum
f(c)f(x)f(c)\ge f(x)

A function value at least as large as nearby values.

Learn more
Concavity
Math glossaryConcavity
f(x)>0concave upf''(x)>0\Rightarrow\text{concave up}

Describes whether graph slopes are increasing or decreasing.

Learn more
Linearization
Math glossaryLinearization
L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a)

A tangent-line approximation near a chosen input.

Learn more
Math glossary