Concavity- Open vs Closed Intervals Explained
What Concavity Actually Means
Concavity tells you how a curve bends. That's it. No fancy definitions—just whether a graph curves upward like a smile or downward like a frown.
A curve is concave up (or convex) when it bends upward. The second derivative is positive. Visually, it looks like a cup holding water.
A curve is concave down (or concave) when it bends downward. The second derivative is negative. It looks like an inverted cup.
The point where concavity changes is called an inflection point. This is where the second derivative equals zero or doesn't exist.
Open vs Closed Intervals: The Difference
Intervals define where you're looking on a number line. The difference between open and closed comes down to whether endpoints are included.
Closed Intervals
Closed intervals use brackets: [a, b]
Both endpoints a and b are included. The interval contains every point between them, plus the endpoints themselves.
Closed intervals matter when you need boundary values—maximums, minimums, or points where a function is defined at the edges.
Open Intervals
Open intervals use parentheses: (a, b)
Endpoints are excluded. You get everything between a and b, but not a or b themselves.
For concavity analysis, open intervals are almost always what you want. You're testing the behavior between points, not at the boundaries.
Half-Open Variations
You can mix and match:
- [a, b) — includes a, excludes b
- (a, b] — excludes a, includes b
These come up less often but show up in domain restrictions and one-sided limits.
Why Intervals Matter for Concavity
When you find concavity, you're dividing the domain into sections where the behavior is consistent. Each section is an interval.
Here's the problem: you can't test concavity at points where the second derivative doesn't exist or isn't defined. Those points become the boundaries of your intervals.
Example: f(x) = x³
f''(x) = 6x
f''(x) = 0 when x = 0. That's your only candidate for an inflection point. So you split the real number line at x = 0:
- (-∞, 0): f'' is negative → concave down
- (0, ∞): f'' is positive → concave up
Notice both are open intervals. You never include x = 0 in either concavity region because that's where the second derivative equals zero.
The Second Derivative Test for Concavity
Here's the straightforward process:
- Find f''(x)
- Identify where f''(x) = 0 or f''(x) doesn't exist
- Use those x-values to create open intervals
- Pick a test point from each interval
- Plug into f''(x)
- Positive = concave up. Negative = concave down.
The test points must come from open intervals because you need a value that's definitely not a boundary point.
When to Use Closed Intervals for Concavity
Rarely. But it happens.
If you're analyzing a function on a specific domain—like f(x) = x² on [0, 2]—you might report concavity for the closed interval. The behavior inside is still determined by open intervals, but you're stating results for the closed domain.
For pure calculus problems involving concavity and inflection points, open intervals are the default.
Common Mistakes That Waste Time
Including endpoints in concavity tests. If f''(x) = 0 at x = a, you cannot say the closed interval [a, b] is concave up. The point a is the boundary, not part of either concavity region.
Confusing intervals with domains. The domain is where the function exists. The interval of concavity is where the second derivative has a consistent sign. These are different concepts.
Forgetting to check where f'' doesn't exist. Rational functions, piecewise functions, and absolute value functions can have second derivatives that fail to exist at interior points. Those points become interval boundaries too.
Practical How-To: Finding Concavity Intervals
Let's work through a complete example.
Find the intervals where f(x) = x⁴ - 4x³ + 6 is concave up and concave down.
Step 1: Take the second derivative.
f'(x) = 4x³ - 12x²
f''(x) = 12x² - 24x
Step 2: Factor and find where f''(x) = 0.
f''(x) = 12x(x - 2)
Critical x-values: x = 0 and x = 2
Step 3: Create open intervals.
(-∞, 0), (0, 2), (2, ∞)
Step 4: Test each interval.
- f''(-1) = 12(-1)(-3) = 36 > 0 → concave up on (-∞, 0)
- f''(1) = 12(1)(-1) = -12 < 0 → concave down on (0, 2)
- f''(3) = 12(3)(1) = 36 > 0 → concave up on (2, ∞)
Step 5: Check inflection points.
At x = 0 and x = 2, concavity changes. Both are inflection points.
Final answer: concave up on (-∞, 0) ∪ (2, ∞), concave down on (0, 2).
Quick Reference
| Concept | Notation | Endpoints Included | Use Case | |--------------|---------|-------------------|----------| | Closed interval | [a, b] | Both a and b | Finding max/min values | | Open interval | (a, b) | Neither a nor b | Concavity analysis | | Half-closed | [a, b) or (a, b] | One endpoint | Domain restrictions |The Bottom Line
Open intervals are what you use for concavity analysis. Closed intervals are for when endpoints matter—usually optimization or applied problems with specific boundaries.
When in doubt: if you're testing a derivative, use open intervals. The function needs to exist and be well-behaved at your test point, and boundaries don't guarantee that.