Determining Concavity of Functions over Their Domains
students, imagine a roller coaster π’. Some parts curve upward like a smile, and some curve downward like a frown. In calculus, that curved shape is called concavity, and it helps us understand how a function is bending across its domain. In AP Calculus AB, concavity is a powerful tool for analyzing graphs, sketching behavior, and solving real-world problems involving change.
What you will learn
By the end of this lesson, students, you should be able to:
- explain what concavity means and how it is related to the second derivative,
- determine intervals where a function is concave up or concave down,
- identify possible inflection points,
- connect concavity to graph analysis and modeling situations,
- use calculus reasoning to describe how a function behaves over its domain.
Concavity is part of the broader study of Analytical Applications of Differentiation, which also includes increasing and decreasing behavior, critical points, the Mean Value Theorem, and optimization. Together, these ideas help you describe a function more completely than just knowing its formula.
What concavity means
A function is concave up when its graph bends upward, like a cup that could hold water. A function is concave down when its graph bends downward, like a cap. These words describe the shape of the graph, not just whether the function is above or below the $x$-axis.
The key calculus idea is this:
- If $f''(x) > 0$ on an interval, then $f$ is concave up on that interval.
- If $f''(x) < 0$ on an interval, then $f$ is concave down on that interval.
Why does the second derivative matter? Because $f'(x)$ tells you the slope of the graph, and $f''(x)$ tells you how that slope is changing. If slopes are getting larger, the graph bends upward. If slopes are getting smaller, the graph bends downward.
For example, consider $f(x) = x^2$.
- The first derivative is $f'(x) = 2x$.
- The second derivative is $f''(x) = 2$.
Since $f''(x) = 2 > 0$ for all real $x$, the graph of $f(x) = x^2$ is concave up everywhere. That matches the familiar U-shape.
Now consider $g(x) = -x^2$.
- The first derivative is $g'(x) = -2x$.
- The second derivative is $g''(x) = -2$.
Since $g''(x) < 0$ for all real $x$, the graph is concave down everywhere. That matches the upside-down U-shape.
How to determine concavity on a domain
When AP Calculus asks about concavity over a domain, students, the process is usually systematic:
- Find the second derivative $f''(x)$.
- Determine where $f''(x) = 0$ or where $f''(x)$ does not exist.
- Use those values to split the domain into intervals.
- Test the sign of $f''(x)$ on each interval.
- State where the function is concave up or concave down.
This method works because concavity can change only at points where the second derivative is zero or undefined, though not every such point is an inflection point.
Letβs use an example. Suppose
$$f(x) = x^3 - 3x.$$
Then
$$f'(x) = 3x^2 - 3$$
and
$$f''(x) = 6x.$$
Now solve $6x = 0$, which gives $x = 0$.
Test the intervals:
- If $x < 0$, then $6x < 0$, so $f$ is concave down on $(-\infty, 0)$.
- If $x > 0$, then $6x > 0$, so $f$ is concave up on $(0, \infty)$.
This means the graph changes from bending downward to bending upward at $x = 0$.
Inflection points and why they matter
A point of inflection is a point where the function changes concavity. That means the graph switches from concave up to concave down, or from concave down to concave up.
Important AP fact: If $f''(c) = 0$, that alone does not guarantee an inflection point. You must check whether concavity actually changes at $x = c$.
For the example $f(x) = x^3 - 3x$:
- $f''(x) = 6x$ changes sign at $x = 0$.
- The function value there is $f(0) = 0$.
So $(0, 0)$ is an inflection point.
Now compare with $h(x) = x^4$.
- $h'(x) = 4x^3$
- $h''(x) = 12x^2$
Here, $h''(0) = 0$, but $12x^2 \ge 0$ on both sides of $0$. The second derivative does not change sign, so $x = 0$ is not an inflection point. The graph stays concave up everywhere.
This distinction is very important on the AP exam. A zero second derivative is only a candidate, not a guarantee.
Reading concavity from the first derivative
Concavity is really about how the slope changes. If $f'(x)$ is increasing, then $f''(x) > 0$, and the function is concave up. If $f'(x)$ is decreasing, then $f''(x) < 0$, and the function is concave down.
This gives another way to think about a graph:
- If tangent lines become steeper as you move left to right, the graph usually bends upward.
- If tangent lines become less steep as you move left to right, the graph usually bends downward.
Example: If a graph has slopes $-4$, $-2$, $1$, $5$ as $x$ increases, the slopes are increasing. That means the function is concave up on that interval.
This connection is useful because some AP problems give a graph of $f'(x)$ instead of $f(x)$. If $f'(x)$ is rising on an interval, then $f''(x) > 0$ there, so $f$ is concave up.
Concavity in graph analysis
Concavity helps you sketch more accurate graphs π. In AP Calculus AB, you often combine several facts:
- where the function is increasing or decreasing,
- where it has local maxima or minima,
- where it is concave up or concave down,
- where inflection points occur.
These features give a much stronger picture than any single idea alone.
For example, suppose a function is increasing and concave up on an interval. That means the graph is moving upward and getting steeper at the same time. A good mental image is a hill that starts rising gently and then rises faster and faster.
If a function is decreasing and concave down, the graph is falling and getting steeper downward. That can look like a drop-off or cliff-like shape.
If a function is increasing but concave down, it is still going up, but the slope is getting smaller. This can happen in a growth model where the increase slows over time, such as a population approaching a limit.
If a function is decreasing but concave up, it is going down, but the rate of decrease is slowing. That can happen when a temperature is dropping but leveling off.
A real-world example
Suppose the height of water in a tank is modeled by a function $h(t)$, where $t$ is time in minutes. If $h'(t) > 0$, the water level is rising. If $h''(t) > 0$, the water level is rising faster and faster. If $h''(t) < 0$, the water level is still rising, but more slowly.
That distinction matters in real life. A tank might fill quickly at first and then more slowly as the pressure changes. Concavity tells you about that changing rate.
Another example is motion. If position is $s(t)$, then velocity is $s'(t)$ and acceleration is $s''(t)$. Positive acceleration means velocity is increasing, which is the same idea as concavity for the position graph.
Common AP Calculus mistakes
Here are several mistakes to avoid, students:
- Thinking $f''(x) = 0$ automatically means inflection point. It does not.
- Mixing up increasing/decreasing with concavity. They are different ideas.
- Saying a function is concave up because it is above the $x$-axis. That is incorrect.
- Forgetting to state intervals using interval notation.
- Not checking all intervals created by values where $f''(x) = 0$ or is undefined.
A function can be increasing and concave down at the same time. It can also be decreasing and concave up at the same time. So always analyze slope and bending separately.
Conclusion
Concavity helps you understand the shape and behavior of a function on its domain. Using the second derivative, you can determine where a graph bends upward or downward and locate possible inflection points. In AP Calculus AB, this skill supports graph analysis, interpretation of derivative information, and modeling real-world change. When you combine concavity with increasing/decreasing behavior and critical points, you can describe functions in a much deeper way.
Study Notes
- Concavity describes the bending of a graph, not its height above or below the $x$-axis.
- If $f''(x) > 0$, then $f$ is concave up on that interval.
- If $f''(x) < 0$, then $f$ is concave down on that interval.
- Points where $f''(x) = 0$ or $f''(x)$ does not exist are candidates for inflection points.
- An inflection point occurs only when concavity changes sign.
- If $f'(x)$ is increasing, then $f$ is concave up.
- If $f'(x)$ is decreasing, then $f$ is concave down.
- Concavity is essential for graph sketching and interpreting models in AP Calculus AB.
- A function can be increasing and concave down, or decreasing and concave up.
- Always test intervals carefully before stating concavity or inflection points.
