S3-SA5-0112
What is a Local Minimum?
Grade Level:
Class 10
AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering
Definition
What is it?
A local minimum is the lowest point in a specific region or 'neighbourhood' of a graph or function, even if there are lower points elsewhere. Think of it as the bottom of a small dip or valley, not necessarily the deepest valley overall. It's a point where the function's value is smaller than or equal to the values at all nearby points.
Simple Example
Quick Example
Imagine you are walking on a road with small ups and downs, like a road through hilly terrain in Himachal Pradesh. A local minimum would be the lowest point you reach in a particular dip in the road, say between two small hills. You might find an even lower point far away in another valley, but for that specific dip, you're at the lowest spot.
Worked Example
Step-by-Step
Let's look at a set of daily temperatures recorded over a week in degrees Celsius: 25, 22, 20, 23, 21, 19, 24.
Step 1: Write down the temperature values: T = [25, 22, 20, 23, 21, 19, 24].
---
Step 2: Identify potential 'lowest points' by comparing each value to its immediate neighbours. Consider 20: it's less than 22 (left) and less than 23 (right).
---
Step 3: Consider 19: it's less than 21 (left) and less than 24 (right).
---
Step 4: The value 20 is a local minimum because it's lower than its immediate neighbours (22 and 23).
---
Step 5: The value 19 is also a local minimum because it's lower than its immediate neighbours (21 and 24).
---
Answer: The local minimums in this temperature series are 20 degrees Celsius and 19 degrees Celsius.
Why It Matters
Understanding local minimums is crucial in fields like AI/ML and Data Science, where algorithms try to find the 'best' solution by searching for the lowest error. Engineers use it to design efficient systems, and economists use it to find optimal costs. It helps create smarter apps and better products around us.
Common Mistakes
MISTAKE: Confusing a local minimum with a global minimum. | CORRECTION: A local minimum is the lowest point in its immediate area, while a global minimum is the absolute lowest point across the entire function or data set. There can be many local minimums, but only one global minimum.
MISTAKE: Only checking one neighbour to identify a local minimum. | CORRECTION: To be a local minimum, a point must be lower than ALL its immediate neighbours (both left and right, if applicable, or in all directions in higher dimensions).
MISTAKE: Thinking a flat section (plateau) cannot contain a local minimum. | CORRECTION: If a point is part of a flat section where all nearby points have the same value, and that value is lower than points outside the flat section, it can be considered a local minimum (or part of a local minimum region).
Practice Questions
Try It Yourself
QUESTION: For the sequence of numbers [10, 8, 12, 6, 9, 11], identify all local minimums. | ANSWER: 8 and 6
QUESTION: A function's values are given as: 5, 3, 4, 2, 6, 1, 7. What are the local minimums? | ANSWER: 3, 2, and 1
QUESTION: Imagine a graph where the points are (1,5), (2,3), (3,4), (4,2), (5,6), (6,1), (7,7). List the y-coordinates that represent local minimums. What is the global minimum? | ANSWER: Local minimums: 3, 2, 1. Global minimum: 1.
MCQ
Quick Quiz
Which of the following describes a local minimum?
The highest point in a specific region of a graph.
The lowest point in its immediate neighbourhood.
The absolute lowest point on the entire graph.
A point where the graph goes upwards.
The Correct Answer Is:
B
A local minimum is defined as the lowest point within a specific 'neighbourhood' or region. Option C describes a global minimum, not necessarily a local one.
Real World Connection
In the Real World
When a food delivery app like Swiggy or Zomato tries to find the most 'efficient' route for a delivery rider, it often uses algorithms that search for local minimums in travel time or distance. These algorithms help find the best route among many options, ensuring your food reaches you faster and fresher.
Key Vocabulary
Key Terms
FUNCTION: A relationship where each input has exactly one output | GRAPH: A visual representation of a function or data | GLOBAL MINIMUM: The absolute lowest point over the entire range | NEIGHBOURHOOD: The immediate surrounding points or values | OPTIMIZATION: The process of finding the best possible solution or outcome
What's Next
What to Learn Next
Now that you understand local minimums, explore 'Global Minimums' to see how they relate to the absolute lowest point. Then, learn about 'Optimization' to discover how these concepts are used to solve real-world problems and find the best solutions!


