Optimisation
Optimisation problems ask for a maximum or minimum value in context.
- Define variables clearly.
- Build a single-variable model.
- Differentiate.
- Solve \(f'(x)=0\).
- Check the result and answer in context.
Example structure
If an area is given by \(A(x)=x(20-2x)\), then
\[A'(x)=20-4x.\]
Solving \(A'(x)=0\) gives \(x=5\).