A relative minimum is a point where a function’s value is lower than the values at nearby inputs (within its domain).
You see “relative minimum” in calculus, algebra, and graphing tasks because it answers one practical question: where does the function dip, even if it later dips again somewhere else? That local dip is what you use when you’re sketching a curve, checking a model, or solving an optimization task with limits on x.
Below, you’ll learn how to find a relative minimum from a graph, from derivatives, and from piecewise rules that create corners. You’ll also get two compact tables that turn the process into a repeatable routine.
What “Relative Minimum” Means On A Graph
On a graph, a relative minimum looks like a valley. At that x-value, the curve sits lower than points just to the left and right—so long as those nearby points are allowed by the domain.
- Local, not global. The function may drop lower later.
- Domain matters. If the function is only defined for x ≥ 0, then “nearby” at x = 0 means “to the right,” not both sides.
Many classes use “local minimum” as a synonym. Same idea, same math.
How Derivatives Point To A Relative Minimum
Derivatives track slope. A smooth relative minimum often happens where the graph switches from falling to rising. In symbols, f′(x) tends to change sign from negative to positive.
That gives a dependable workflow:
- Compute f′(x).
- Find candidates where f′(x) = 0 or where f′(x) does not exist (while f(x) exists).
- Decide which candidates are true minima using a sign test or concavity.
Those candidates are called critical points (or critical numbers). A minimum often sits at a critical point, yet a critical point can also be a maximum, or neither.
Finding A Relative Minimum By The First Derivative Test
The first derivative test is a sign check. It works even when f″ is ugly or missing.
Find Candidates
Solve f′(x) = 0. Then add any x-values where f′ fails to exist but f does exist (common with absolute value and piecewise rules).
Check Signs Around Each Candidate
Split the number line at the candidate x-values. Pick a test point in each interval and check whether f′ is positive or negative.
- Negative to positive: falls then rises → relative minimum
- Positive to negative: rises then falls → relative maximum
- No sign change: no relative extremum at that x
Report The Ordered Pair
After you confirm the x-value, plug it into f(x) to get the y-value. A relative minimum is the point (x, f(x)), not just x.
Using The Second Derivative Test When It Gives A Clear Call
The second derivative tracks concavity. At a smooth low point, the curve bends upward, so f″ is positive there.
- Find c where f′(c) = 0.
- If f″(c) > 0, then f has a relative minimum at x = c.
- If f″(c) < 0, then it’s a relative maximum.
- If f″(c) = 0, this test gives no answer.
OpenStax lays out both derivative tests with diagrams and formal statements. Derivative tests for graph shape is a solid reference when you want the rule in textbook form.
What Is A Relative Minimum of the Function With Corners, Cusps, Or Breaks?
Some minima live at sharp turns where there is no single tangent slope. A classic case is f(x) = |x|. At x = 0 the graph forms a V. The derivative does not exist at 0, yet (0, 0) is still lower than nearby points.
For non-smooth spots, use this quick check:
- Make sure f(x) exists at the point.
- Check behavior from each allowed side of the point (one-sided, if the domain cuts off a side).
- Use a one-sided sign check on f′(x), or compare nearby f(x) values directly.
Relative Minimum vs. Absolute Minimum
A relative minimum only wins nearby. An absolute minimum wins across the full domain. A function can have many relative minima and still have no absolute minimum.
Three quick patterns:
- f(x) = x has no minimum at all.
- f(x) = x2 has a relative minimum at x = 0, and it is also the absolute minimum.
- A wave that keeps drifting downward can have repeated relative minima while never reaching a lowest value.
When a task asks for an absolute minimum on a closed interval [a, b], check endpoints too. Endpoints can hold the lowest value on that interval even if the curve does not “turn” there.
Decision Table For Every Candidate Point
This table is a fast “what now?” map. Use it after you list all candidate x-values.
| Clue At Candidate x | Fast Check | Likely Result |
|---|---|---|
| f′(x) changes − to + | Sign of f′ on each side | Relative minimum |
| f′(x) changes + to − | Sign of f′ on each side | Relative maximum |
| f′(x) keeps one sign | Sign of f′ on each side | No relative extremum |
| f′(x) = 0 and f″(x) > 0 | Second derivative sign | Relative minimum |
| f′(x) = 0 and f″(x) < 0 | Second derivative sign | Relative maximum |
| f′(x) = 0 and f″(x) = 0 | Back to sign chart | Min, max, or neither |
| f′(x) does not exist, f exists | One-sided behavior | Corner/cusp min, max, or neither |
| Endpoint on [a, b] | Compare function values | Can be absolute min on [a, b] |
Flat Spots And Why “f′(c) = 0” Is Not Enough
A flat slope can show up at a true minimum, yet it can also show up at a point that is not a minimum. The cure is the sign test.
Take f(x) = x3. At x = 0, f′(0) = 0, but the function is rising through 0, not dipping. No sign switch, so no relative minimum. Now compare f(x) = x4. At x = 0, the derivative is also 0, and the function falls then rises, so (0, 0) is a relative minimum.
Mini Walkthrough On A Typical Polynomial
Let f(x) = x3 − 3x + 2. Differentiate: f′(x) = 3x2 − 3 = 3(x − 1)(x + 1). Candidates are x = −1 and x = 1.
Check signs using simple test points:
- x = −2 → (x − 1)(x + 1) is positive → f′ > 0 (rising)
- x = 0 → (x − 1)(x + 1) is negative → f′ < 0 (falling)
- x = 2 → (x − 1)(x + 1) is positive → f′ > 0 (rising)
At x = −1 the sign goes + to −, so that point is a relative maximum. At x = 1 the sign goes − to +, so x = 1 is a relative minimum. Compute the y-value: f(1) = 1 − 3 + 2 = 0. The relative minimum point is (1, 0).
Common Error Table And A Fix For Each One
Most wrong answers come from the same small set of slips. This table helps you catch them before you submit work.
| Slip | Why It Breaks | Fix |
|---|---|---|
| Stop after solving f′(x)=0 | Slope 0 can be min, max, or neither | Run a sign chart or use f″ |
| Give only the x-value | Minimum is a point on the graph | Report (x, f(x)) |
| Skip domain limits | “Nearby” can be one-sided | Write the domain first |
| Ignore non-smooth points | Corners can hold minima | Add points where f′ fails but f exists |
| Use f″ when f″(c)=0 | Second derivative test gives no call | Switch to first derivative signs |
| Sign-chart typo | One wrong sign flips the result | Test with an extra point or factor check |
| Mix up relative vs absolute | Local low is not always global low | If asked on [a, b], compare all candidates and endpoints |
One Routine That Works On Most Homework Sets
- Write the domain (and any interval endpoints you were given).
- Compute f′(x), then factor or simplify for sign checks.
- List every candidate x: f′(x)=0 points, non-derivative points where f exists, plus endpoints for closed intervals.
- Run a sign chart for f′ around each candidate.
- Mark each − to + switch as a relative minimum, then compute f(x) there.
- Write each answer as an ordered pair.
Do that each time and the problem stops feeling like a guessing game.
For more worked examples that tie sign changes to a graph sketch, MIT OpenCourseWare’s notes are a strong companion to textbook drills. Derivatives and graphing notes walk through the same decision points you practiced above.
References & Sources
- OpenStax.“Derivatives And The Shape Of A Graph.”Explains first and second derivative tests tied to graph behavior.
- MIT OpenCourseWare.“Session 16: Derivatives And Graphing.”Lecture notes on critical points and derivative sign changes.