S7-SA1-0539
What are Absolute Maxima?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
The Absolute Maximum of a function is the highest point that the function ever reaches over its entire domain or a specific interval. Think of it as the peak of a mountain range, not just a small hill.
Simple Example
Quick Example
Imagine your school had a cricket tournament and you tracked the runs scored by your favourite batsman in every match. The absolute maximum runs would be the highest score he achieved in ANY single match throughout the entire tournament, even if he scored well in other matches too.
Worked Example
Step-by-Step
Let's find the absolute maximum of the function f(x) = -x^2 + 4x + 1 for x values between 0 and 5.
STEP 1: Find the critical points by taking the first derivative and setting it to zero. f'(x) = -2x + 4.
---
STEP 2: Set f'(x) = 0. So, -2x + 4 = 0, which means 2x = 4, and x = 2. This is our critical point.
---
STEP 3: Evaluate the function at the critical point (x=2) and at the endpoints of the interval (x=0 and x=5).
---
STEP 4: For x = 2: f(2) = -(2)^2 + 4(2) + 1 = -4 + 8 + 1 = 5.
---
STEP 5: For x = 0: f(0) = -(0)^2 + 4(0) + 1 = 0 + 0 + 1 = 1.
---
STEP 6: For x = 5: f(5) = -(5)^2 + 4(5) + 1 = -25 + 20 + 1 = -4.
---
STEP 7: Compare the values: 5, 1, and -4. The largest value is 5.
The Absolute Maximum of the function in the interval [0, 5] is 5, occurring at x = 2.
Why It Matters
Understanding absolute maxima helps engineers design the strongest bridge by finding the maximum load it can bear, or helps scientists in medicine find the peak effectiveness of a new drug. In AI/ML, it's used to optimize models for the best performance, leading to smarter apps and devices.
Common Mistakes
MISTAKE: Confusing absolute maximum with local maximum. | CORRECTION: A local maximum is the highest point in a small neighbourhood, but the absolute maximum is the highest point over the *entire* domain or given interval.
MISTAKE: Forgetting to check the function values at the endpoints of the interval. | CORRECTION: The absolute maximum can sometimes occur at the boundaries of the given interval, not just at critical points inside it.
MISTAKE: Only finding the x-value where the maximum occurs, not the actual maximum value. | CORRECTION: The absolute maximum is the y-value (or f(x) value) of the highest point, not just its x-coordinate.
Practice Questions
Try It Yourself
QUESTION: What is the absolute maximum of the function f(x) = 5 - x^2 for x values between -1 and 2? | ANSWER: The maximum value is 5, occurring at x=0.
QUESTION: Find the absolute maximum of g(x) = x^3 - 3x + 2 on the interval [0, 2]. | ANSWER: The maximum value is 4, occurring at x=2.
QUESTION: A mobile app's daily users (in thousands) are given by U(t) = -t^2 + 6t + 10, where t is the number of days since launch (0 <= t <= 7). What is the absolute maximum number of users the app had in its first week? | ANSWER: The maximum number of users is 19 thousand, occurring on day 3.
MCQ
Quick Quiz
For a continuous function on a closed interval, where can the absolute maximum occur?
Only at critical points
Only at the endpoints of the interval
At critical points or at the endpoints of the interval
Nowhere, it only exists for open intervals
The Correct Answer Is:
C
The absolute maximum of a continuous function on a closed interval can occur either at a critical point (where the derivative is zero or undefined) or at one of the endpoints of the interval.
Real World Connection
In the Real World
When ISRO launches a satellite, engineers calculate the absolute maximum altitude it can reach to ensure it clears obstacles or enters the correct orbit. Similarly, a FinTech company might use this to find the maximum possible profit from an investment strategy under certain market conditions.
Key Vocabulary
Key Terms
CRITICAL POINT: A point where the derivative of a function is zero or undefined, often indicating a peak or valley. | ENDPOINTS: The starting and ending values of an interval being considered. | DOMAIN: All possible input values for which a function is defined. | LOCAL MAXIMUM: A point that is higher than all nearby points on a graph.
What's Next
What to Learn Next
Now that you understand absolute maxima, you should explore 'Absolute Minima'. It's the opposite concept – finding the lowest point – and together, they form the foundation of optimization problems in calculus.


