Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A stationary point occurs on a curve where the gradient is zero, i.e., dy/dx = 0.
There are three main types of stationary points: Local Maximum, Local Minimum, and Stationary Point of Inflexion.
The Second Derivative Test is the most common method to determine the nature of a stationary point.
A function is increasing when dy/dx > 0 and decreasing when dy/dx < 0.
If the second derivative is zero, the nature must be checked by testing the gradient slightly to the left and right of the point (First Derivative Test).
📐Formulae
Stationary Point Condition:
Local Minimum: at the stationary point
Local Maximum: at the stationary point
Point of Inflexion (Possible):
💡Examples
Problem 1:
Find the coordinates and the nature of the stationary points for the curve .
Solution:
- Find : .
- Set : .
- Find -coordinates: At . At .
- Find : .
- Test : (Minimum).
- Test : (Maximum). Final Answer: (1, 0) is a Local Minimum; (-1, 4) is a Local Maximum.
Explanation:
We first differentiated the function to find the x-values where the slope is zero. After finding the corresponding y-coordinates, we used the second derivative to check the concavity: a positive second derivative indicates a 'cup' shape (minimum) and a negative one indicates a 'cap' shape (maximum).
Problem 2:
A closed rectangular box has a square base of side cm and a total surface area of cm². Express the height in terms of and find the value of that maximizes the volume.
Solution:
- Surface Area: .
- Volume .
- Maximize: .
- Set (since ).
- Verify nature: . At , , so it is a maximum.
Explanation:
In optimization problems, we express the target variable (Volume) in terms of a single variable (x) using the given constraint (Surface Area). We then differentiate and solve for zero to find the stationary point, verifying it is a maximum using the second derivative.