Cal11 calculator

How to Determine Maximums of A Function Without A Calculator

Reviewed by Calculator Editorial Team

Finding the maximum value of a function is a fundamental skill in calculus. While graphing calculators can provide quick visual solutions, understanding the mathematical process allows you to determine maximums without relying on technology. This guide explains the step-by-step methods for finding function maximums using calculus techniques.

Introduction

A function's maximum value is the highest point on its graph. In calculus, we find these points using derivatives and tests. The process involves:

  1. Finding critical points where the derivative is zero or undefined
  2. Applying the first derivative test to determine if these points are maxima
  3. Optionally using the second derivative test for confirmation

These methods work for continuous functions on closed intervals, which is the most common scenario in applied mathematics.

Finding Critical Points

Critical points occur where the derivative of the function is either zero or undefined. These points are potential candidates for maxima, minima, or points of inflection.

For a function f(x), find critical points by solving:

f'(x) = 0 or f'(x) is undefined

Example: For f(x) = x³ - 3x² + 4,

  1. Find the derivative: f'(x) = 3x² - 6x
  2. Set derivative to zero: 3x² - 6x = 0 → 3x(x - 2) = 0
  3. Critical points at x = 0 and x = 2

First Derivative Test

The first derivative test examines the sign of the derivative on either side of a critical point to determine if it's a maximum.

If f'(x) changes from positive to negative at a critical point, that point is a local maximum.

Example: For f(x) = x³ - 3x² + 4 at x = 2:

  1. Test x = 1.99: f'(1.99) = positive
  2. Test x = 2.01: f'(2.01) = negative
  3. Conclusion: x = 2 is a local maximum

Second Derivative Test

The second derivative test provides a quicker method to identify maxima by examining the concavity at critical points.

If f''(x) < 0 at a critical point, that point is a local maximum.

Example: For f(x) = x³ - 3x² + 4 at x = 2:

  1. Find second derivative: f''(x) = 6x - 6
  2. Evaluate at x = 2: f''(2) = 6 = positive
  3. Conclusion: x = 2 is a local minimum (contradicts first derivative test)

When the second derivative test is inconclusive (f''(x) = 0), always fall back to the first derivative test.

Worked Example

Find the maximum value of f(x) = -x² + 4x + 5 on the interval [0, 5].

  1. Find derivative: f'(x) = -2x + 4
  2. Find critical point: -2x + 4 = 0 → x = 2
  3. Evaluate first derivative test:
    • x = 1.99: f'(1.99) = positive
    • x = 2.01: f'(2.01) = negative
  4. Conclusion: x = 2 is a local maximum
  5. Calculate maximum value: f(2) = -4 + 8 + 5 = 9

The maximum value of the function on this interval is 9 at x = 2.

Common Mistakes

  • Forgetting to check endpoints of closed intervals
  • Assuming all critical points are maxima without testing
  • Misapplying the first derivative test by not testing both sides
  • Ignoring the possibility of multiple maxima in a function
  • Using the second derivative test when it's inconclusive

FAQ

Can a function have more than one maximum?
Yes, a function can have multiple local maxima. For example, f(x) = sin(x) has maxima at π/2 + 2πn for any integer n.
What if the derivative is undefined at a critical point?
Critical points can occur where the derivative is undefined, such as at cusps or vertical tangents. You should still apply the first derivative test by examining the sign of the derivative on either side of the point.
How do I know if a critical point is a maximum or minimum?
Use the first derivative test to examine the sign change of the derivative around the critical point. A change from positive to negative indicates a local maximum, while a change from negative to positive indicates a local minimum.
What if the second derivative test gives zero?
When the second derivative is zero at a critical point, the test is inconclusive. You must use the first derivative test or consider higher derivatives if available.
Can I find maxima without calculus?
For simple functions, you can estimate maxima by testing values around suspected points. However, calculus provides a precise and systematic method for finding maxima.