Chapter 3: Applications of the Derivative
In Chapter 2, we learned how to find the derivative () to determine the gradient of a curve. Now, we apply that skill to solve real-world problems. By finding where a gradient is zero, we can identify the highest and lowest points of a function—a process called Optimization.
3.1 Stationary Points
A stationary point occurs where the gradient of the function is zero (). At these points, the tangent to the curve is perfectly horizontal.
There are three main types of stationary points:
- Local Maximum: The “peak” of a hill. The gradient changes from positive to negative.
- Local Minimum: The “bottom” of a valley. The gradient changes from negative to positive.
- Stationary Point of Inflection: The curve flattens out momentarily but then continues in the same direction.
3.2 Determining the Nature of a Point
To find out if a stationary point is a maximum or minimum, we use a Sign Table to check the gradient just before and just after the point.
| (Just before) | (The point) | (Just after) | |
| Positive (+) | Negative (-) | ||
| Shape | / | — | \ |
| Conclusion | Local Maximum |
3.3 Increasing and Decreasing Functions
- A function is increasing on an interval if .
- A function is decreasing on an interval if .
Worked Example 1: Finding Stationary Points Find the coordinates and nature of the stationary points for .
- Differentiate: .
- Set to Zero: .
- Find -coordinates: > * . Point is .
- . Point is .
- Test Nature (for ):
- Check : (Negative).
- Check : (Positive).
- Since it goes Negative Zero Positive, is a Local Minimum.
3.4 Optimization in Practice
Optimization is the process of finding the “best” value (e.g., maximum area or minimum cost).
The Strategy:
- Create an equation for the variable you want to optimize (e.g., Area ).
- Ensure the equation has only one independent variable (you may need to substitute).
- Differentiate the equation.
- Set the derivative to zero and solve.
Worked Example 2: Maximizing Area
A farmer has 40m of fencing to create a rectangular paddock against a straight wall (only 3 sides need fencing). Find the dimensions that maximize the area.
- Let the sides perpendicular to the wall be . Let the side parallel be .
- Constraint: .
- Area Formula: .
- Differentiate: .
- Set to Zero: .
- Find : .
- Answer: Dimensions are 10m by 20m for a maximum area of 200m².
3.5 Practice Problems
Part A: Stationary Points
- Find the stationary points of and determine their nature.
- For , find the coordinates of the local maximum and local minimum.
Part B: Intervals
- Determine the interval for which is a decreasing function.
Part C: Optimization
- The height of a projectile is given by , where is time in seconds. Find the maximum height reached.
- Challenge: A box with a square base and no top must have a volume of . Find the side length of the base () that minimizes the surface area. (Hint: , ).
Solutions (Summary)
- 1. . Point is . It is a Local Minimum.
- 2. . Max at , Min at .
- 3. . Decreasing when .
- 4. seconds. .
- 5. . . .