Maxima and Minima

Master the concepts of maxima and minima with our comprehensive guide. Learn about critical points, optimization, and real-world applications.

1. Introduction

Understanding Maxima and Minima

Maxima and minima are the highest and lowest points of a function in a given interval. They are crucial in optimization problems and real-world applications.

Key Definitions:

  • Local Maximum: A point where the function value is greater than all nearby points
  • Local Minimum: A point where the function value is less than all nearby points
  • Global Maximum: The highest point of the function in its entire domain
  • Global Minimum: The lowest point of the function in its entire domain

2. Basic Concepts

Critical Points and Tests

Critical Points:

  • f'(x) = 0 (First derivative equals zero)
  • f'(x) is undefined

First Derivative Test:

  • If f'(x) changes from positive to negative at x = c, then f(c) is a local maximum
  • If f'(x) changes from negative to positive at x = c, then f(c) is a local minimum

Second Derivative Test:

  • If f''(c) < 0, then f(c) is a local maximum
  • If f''(c) > 0, then f(c) is a local minimum
  • If f''(c) = 0, the test is inconclusive
Example 1
Find the critical points of f(x) = x³ - 3x² + 2
Solution:
1. Find the first derivative: f'(x) = 3x² - 6x
2. Set f'(x) = 0: 3x² - 6x = 0
3. Solve: x(3x - 6) = 0
4. Critical points: x = 0 and x = 2

3. Methods to Find Maxima/Minima

Step-by-Step Methods

Method 1: First Derivative Test

  1. Find f'(x)
  2. Set f'(x) = 0 and solve for x
  3. Test the sign of f'(x) around each critical point
  4. Determine if each point is a maximum or minimum

Method 2: Second Derivative Test

  1. Find f'(x) and f''(x)
  2. Set f'(x) = 0 and solve for x
  3. Evaluate f''(x) at each critical point
  4. Use the second derivative test to classify each point
Example 2
Find the maxima and minima of f(x) = x³ - 3x² + 2
Solution:
1. First derivative: f'(x) = 3x² - 6x
2. Second derivative: f''(x) = 6x - 6
3. Critical points: x = 0 and x = 2
4. At x = 0: f''(0) = -6 < 0, so it's a local maximum
5. At x = 2: f''(2) = 6 > 0, so it's a local minimum

4. Applications

Real-World Applications

Common Applications:

  • Optimizing profit in business
  • Minimizing cost in manufacturing
  • Maximizing area with fixed perimeter
  • Finding optimal dimensions for containers
  • Determining maximum/minimum values in physics problems
Example 3
A company's profit function is P(x) = -x² + 100x - 2000, where x is the number of units sold. Find the number of units that maximizes profit.
Solution:
1. Find P'(x) = -2x + 100
2. Set P'(x) = 0: -2x + 100 = 0
3. Solve: x = 50
4. Verify: P''(x) = -2 < 0, so x = 50 is a maximum
Therefore, selling 50 units maximizes profit.

5. Optimization Problems

Solving Optimization Problems

Steps for Optimization:

  1. Identify the quantity to be optimized
  2. Write an equation for the quantity in terms of one variable
  3. Find the derivative and set it equal to zero
  4. Solve for the variable
  5. Verify that the solution is a maximum or minimum
Example 4
Find the dimensions of a rectangle with perimeter 100 meters that has maximum area.
Solution:
1. Let x be the length, then width = (100 - 2x)/2 = 50 - x
2. Area A = x(50 - x) = 50x - x²
3. A' = 50 - 2x
4. Set A' = 0: 50 - 2x = 0
5. Solve: x = 25
6. Verify: A'' = -2 < 0, so x = 25 is a maximum
Therefore, the rectangle should be 25m × 25m (a square).

Ready to Test Your Knowledge?

Put your understanding of Maxima and Minima to the test with our comprehensive set of 20 practice questions, ranging from basic to advanced difficulty.

Practice Maxima & Minima Questions