Optimisation through differentiation

optimisation is where we find the maximum or minimum value of a function, usually in order to solve a real-world problem - e.g. what is the optimal dimensions of a box to maximise volume, or what is the optimal price to charge to maximise profits.

Steps

  1. Find an expression for the quantity to be optimised (e.g. area, volume, profit) in terms of just one variable.
    This often involves eliminating other variables using a limiting condition.
  2. Find the derivative of the thing to be optimised with respect to the variable.
  3. Find where the derivative is equal to zero - these are the critical points.
  4. Use the second derivative to work out if each critical point is a maximum or minimum point.

Example: a wire has length 12 cm - what is the maximum area of a rectangle that can be formed?