S7-SA1-0065
What is the Second Derivative Test for Maxima and Minima?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
The Second Derivative Test is a powerful method used to find the highest (maxima) and lowest (minima) points of a function. It helps us decide if a critical point (where the first derivative is zero) is a peak or a valley on a graph, by looking at the sign of the second derivative at that point.
Simple Example
Quick Example
Imagine you are tracking the number of runs scored by a cricket team over different overs in a match. If you want to find the over where the run rate was at its highest or lowest, you can use ideas similar to the Second Derivative Test. It helps pinpoint exactly when the team was scoring fastest or slowest.
Worked Example
Step-by-Step
Let's find the maxima/minima for the function f(x) = x^3 - 3x + 2.
1. Find the first derivative: f'(x) = 3x^2 - 3.
---2. Set the first derivative to zero to find critical points: 3x^2 - 3 = 0 => 3(x^2 - 1) = 0 => x^2 = 1 => x = 1 or x = -1. These are our critical points.
---3. Find the second derivative: f''(x) = 6x.
---4. Evaluate the second derivative at each critical point.
---5. For x = 1: f''(1) = 6(1) = 6. Since f''(1) > 0, x = 1 is a point of local minimum. The value is f(1) = 1^3 - 3(1) + 2 = 0.
---6. For x = -1: f''(-1) = 6(-1) = -6. Since f''(-1) < 0, x = -1 is a point of local maximum. The value is f(-1) = (-1)^3 - 3(-1) + 2 = -1 + 3 + 2 = 4.
Answer: The function has a local minimum at (1, 0) and a local maximum at (-1, 4).
Why It Matters
Understanding maxima and minima is crucial in many fields. Engineers use it to design structures that are strong yet use minimal material, like optimizing the shape of a bridge. Economists use it to find the maximum profit or minimum cost for a business. Even in AI/ML, similar concepts help algorithms find the best solutions.
Common Mistakes
MISTAKE: Confusing the first and second derivative signs. Students might think a positive first derivative means a maximum. | CORRECTION: A positive FIRST derivative means the function is increasing. A positive SECOND derivative at a critical point means it's a minimum.
MISTAKE: Forgetting to evaluate the second derivative at the critical points. They might just look at the general second derivative expression. | CORRECTION: You MUST substitute the x-values of the critical points into the second derivative to determine its sign at that specific point.
MISTAKE: Assuming that if the second derivative is zero, there's no extremum. | CORRECTION: If f''(x) = 0, the Second Derivative Test is inconclusive. You then need to use the First Derivative Test or check higher-order derivatives.
Practice Questions
Try It Yourself
QUESTION: For the function f(x) = x^2 - 4x + 5, find the local minimum using the Second Derivative Test. | ANSWER: f'(x) = 2x - 4. Setting f'(x) = 0 gives x = 2. f''(x) = 2. Since f''(2) = 2 > 0, x = 2 is a local minimum. The minimum value is f(2) = 2^2 - 4(2) + 5 = 4 - 8 + 5 = 1.
QUESTION: Find the local maxima/minima for g(x) = 2x^3 - 9x^2 + 12x + 1 using the Second Derivative Test. | ANSWER: g'(x) = 6x^2 - 18x + 12 = 6(x^2 - 3x + 2) = 6(x-1)(x-2). Critical points are x=1, x=2. g''(x) = 12x - 18. At x=1, g''(1) = 12(1)-18 = -6 < 0 (Local Maximum). At x=2, g''(2) = 12(2)-18 = 6 > 0 (Local Minimum).
QUESTION: If the cost function for making 'x' mobile covers is C(x) = x^3 - 6x^2 + 15x + 50, find the number of covers 'x' that minimizes the marginal cost. (Marginal cost is C'(x)). | ANSWER: We need to minimize C'(x). Let M(x) = C'(x) = 3x^2 - 12x + 15. Now find M'(x) = 6x - 12. Set M'(x) = 0 => 6x - 12 = 0 => x = 2. Now find M''(x) = 6. Since M''(2) = 6 > 0, x = 2 minimizes the marginal cost.
MCQ
Quick Quiz
If for a function f(x), at a critical point x=c, the second derivative f''(c) is negative, what does it imply?
The function has a local minimum at x=c.
The function has a local maximum at x=c.
The function is increasing at x=c.
The test is inconclusive.
The Correct Answer Is:
B
A negative second derivative (f''(c) < 0) at a critical point indicates a local maximum. This means the curve is bending downwards at that point, forming a peak.
Real World Connection
In the Real World
Think about a delivery app like Zepto or Swiggy. They use complex algorithms to figure out the fastest route for a delivery rider to minimize delivery time. These algorithms often use concepts like the Second Derivative Test to find optimal points (like the shortest path or the quickest sequence of deliveries) to ensure your chai reaches you hot and fresh!
Key Vocabulary
Key Terms
CRITICAL POINT: A point where the first derivative is zero or undefined, indicating a potential maximum, minimum, or saddle point. | MAXIMA: The highest point(s) of a function in a given interval. | MINIMA: The lowest point(s) of a function in a given interval. | FIRST DERIVATIVE: Tells us the slope of the tangent to the curve, indicating if the function is increasing or decreasing. | SECOND DERIVATIVE: Tells us about the concavity of the function (whether it's curving upwards or downwards).
What's Next
What to Learn Next
Now that you understand how to find maxima and minima, you can explore optimization problems. These problems use these tests to find the best possible solution in real-world situations, like maximizing the area of a field or minimizing the material needed for a container. It's super useful!


