Problem solving with differentiation uses derivatives to locate maximum or minimum values of a quantity that depends on a variable. The key idea is to model the quantity algebraically, reduce it to a function of one variable, differentiate, and solve where the derivative is zero to find critical points. This method is central to optimisation because it converts practical constraints into mathematics and then uses gradient behavior to identify the best possible value.
Core optimisation rule: Model first, reduce to one variable, differentiate, solve , then substitute back.
| Distinction | First idea | Second idea |
|---|---|---|
| What you solve for | Variable value such as | Quantity value such as |
| Derivative result | Gives candidate points | Does not by itself give the final optimised value |
| Maximum | changes to | Graph has a peak |
| Minimum | changes to | Graph has a trough |
Always check: variable defined, constraint used, derivative set to zero, value substituted back, and extremum justified.