5. Analytical Applications of Differentiation

Determining Concavity Of Functions Over Their Domains

Determining Concavity of Functions over Their Domains 📈

students, in this lesson you will learn how to tell whether a function is curving upward or curving downward, and why that matters in AP Calculus BC. Concavity is one of the main tools for understanding the shape of a graph, especially when combined with increasing and decreasing behavior. You will also see how the second derivative helps us study graphs on their domains, find inflection points, and connect calculus ideas to real situations like profit, motion, and design.

What concavity means

A function is concave up on an interval when its graph bends like a cup that could hold water. A function is concave down when its graph bends like a frown. These are not just visual ideas—they come from how the slope changes.

If $f'(x)$ is increasing on an interval, then $f(x)$ is concave up there. If $f'(x)$ is decreasing on an interval, then $f(x)$ is concave down there. The second derivative gives a faster test:

  • If $f''(x) > 0$ on an interval, then $f(x)$ is concave up on that interval.
  • If $f''(x) < 0$ on an interval, then $f(x)$ is concave down on that interval.

This works because $f''(x)$ measures how the slope $f'(x)$ is changing. A positive second derivative means slopes are getting larger, while a negative second derivative means slopes are getting smaller.

Here is a simple example. Suppose $f(x) = x^2$. Then $f'(x) = 2x$ and $f''(x) = 2$. Since $f''(x) > 0$ for every real number $x$, the graph of $f(x)$ is concave up on its entire domain. You can see this in the familiar U-shape of a parabola 🙂

Using the second derivative to determine concavity

To determine concavity over a domain, follow a clear process:

  1. Find $f'(x)$.
  2. Find $f''(x)$.
  3. Identify where $f''(x)$ is positive, negative, or undefined.
  4. Use those intervals to describe concavity.
  5. Check the domain of the function so your intervals make sense.

Let’s practice with $f(x) = x^3 - 3x$.

First, compute derivatives:

$$f'(x) = 3x^2 - 3$$

$$f''(x) = 6x$$

Now determine where $f''(x)$ changes sign.

  • If $x < 0$, then $6x < 0$, so $f(x)$ is concave down.
  • If $x > 0$, then $6x > 0$, so $f(x)$ is concave up.

At $x = 0$, the second derivative is $0$, and the concavity changes from down to up. That makes $x = 0$ an inflection point, because the graph changes concavity there.

An important AP idea is that a point where $f''(x) = 0$ is not automatically an inflection point. students, you must check whether the concavity actually changes. For example, for $f(x) = x^4$, we get $f''(x) = 12x^2$. This equals $0$ at $x = 0$, but f''(x)

eq negative on either side. In fact, $f''(x) $\to$$ positive on both sides, so the graph stays concave up and there is no inflection point.

Concavity, domains, and intervals

When a problem asks for concavity over the domain, you must pay attention to where the function is actually defined. A function may not be defined for all real numbers, so concavity can only be described on valid intervals.

For example, consider $f(x) = \ln x$. The domain is $x > 0$. We compute

$$f'(x) = \frac{1}{x}$$

$$f''(x) = -\frac{1}{x^2}$$

Since $f''(x) < 0$ for every $x > 0$, the function is concave down on its entire domain. Notice that we do not talk about concavity for $x \leq 0$, because the function is not defined there.

Another example is $f(x) = \frac{1}{x}$. Its domain is $x \neq 0$.

$$f'(x) = -\frac{1}{x^2}$$

$$f''(x) = \frac{2}{x^3}$$

Now examine the sign of $f''(x)$:

  • For $x > 0$, $f''(x) > 0$, so the graph is concave up.
  • For $x < 0$, $f''(x) < 0$, so the graph is concave down.

Even though the graph is disconnected at $x = 0$, concavity is still described separately on each interval of the domain. This is a common AP Calculus BC skill when analyzing graphs carefully.

Inflection points and sign charts

An inflection point is a point on the graph where the concavity changes. To find potential inflection points, solve $f''(x) = 0$ or identify values where $f''(x)$ does not exist, then test the intervals around those values.

A sign chart is a very useful tool. You place critical values from $f''(x)$ on a number line, then test the sign of $f''(x)$ on each interval.

Example: let $f(x) = x^4 - 4x^2$.

First derivative:

$$f'(x) = 4x^3 - 8x$$

Second derivative:

$$f''(x) = 12x^2 - 8$$

Set $f''(x) = 0$:

$$12x^2 - 8 = 0$$

$$x^2 = \frac{2}{3}$$

$$x = \pm \sqrt{\frac{2}{3}}$$

These values split the number line into three intervals. Test each interval:

  • If $x < -\sqrt{\frac{2}{3}}$, then $f''(x) > 0$.
  • If $-\sqrt{\frac{2}{3}} < x < \sqrt{\frac{2}{3}}$, then $f''(x) < 0$.
  • If $x > \sqrt{\frac{2}{3}}$, then $f''(x) > 0$.

So the graph is concave up, then concave down, then concave up. The two points where the sign changes are inflection points. This pattern is often easier to see with a sign chart than by looking only at the formula.

How concavity helps with graph analysis

Concavity gives extra information beyond increasing or decreasing behavior. A graph can be increasing and still be concave down. It can also be decreasing and still be concave up. This is why AP Calculus BC expects you to use first and second derivatives together.

Here is a real-world style example. Suppose $P(t)$ is the profit of a company over time. If $P'(t) > 0$, profit is increasing. If $P''(t) > 0$, profit is increasing at an increasing rate, which means the graph is bending upward. If $P''(t) < 0$, profit may still increase, but the growth is slowing down.

This matters in optimization too. A local maximum often occurs where $f'(x) = 0$ and $f''(x) < 0$. A local minimum often occurs where $f'(x) = 0$ and $f''(x) > 0$. The second derivative test is not the only way to find extrema, but it is a very efficient one when it applies.

For example, if $f'(2) = 0$ and $f''(2) = -5$, then $f(x)$ has a local maximum at $x = 2$ because the graph is concave down there.

Common mistakes to avoid

One common mistake is thinking $f''(x) = 0$ always means an inflection point. That is false. You must check for a change in concavity.

Another mistake is forgetting the domain. If the function is only defined for $x > 1$, then concavity on the domain cannot include values less than or equal to $1$.

A third mistake is mixing up the meanings of the first and second derivatives:

  • $f'(x)$ tells whether the function is increasing or decreasing.
  • $f''(x)$ tells whether the graph is concave up or concave down.

students, a strong solution always includes both the algebra and the interval description. For example, instead of writing “concave down,” write “concave down on $(-\infty, 0)$.” That is the precise AP style.

Conclusion

Determining concavity over a function’s domain is a major part of analytical applications of differentiation. It helps you describe graph shape, locate inflection points, and interpret how a function changes over time. The key tool is the second derivative: positive means concave up, negative means concave down, and a sign change marks an inflection point. When you combine concavity with increasing/decreasing behavior, you can analyze graphs much more completely and accurately. This skill appears often in AP Calculus BC because it connects symbolic derivatives with meaningful graph behavior and real-world interpretation 🚀

Study Notes

  • Concavity describes the direction a graph bends.
  • If $f''(x) > 0$, then $f(x)$ is concave up.
  • If $f''(x) < 0$, then $f(x)$ is concave down.
  • If $f''(x)$ changes sign at a point, that point is an inflection point.
  • If $f''(x) = 0$, that value is only a candidate for an inflection point.
  • Always check the domain before stating intervals of concavity.
  • Concavity and increasing/decreasing are related but not the same.
  • A graph can be increasing and concave down, or decreasing and concave up.
  • The second derivative test can help identify local extrema when $f'(x) = 0$.
  • Sign charts are a reliable way to test concavity on intervals.
  • In AP Calculus BC, answers should name intervals precisely using interval notation.

Practice Quiz

5 questions to test your understanding

Determining Concavity Of Functions Over Their Domains — AP Calculus BC | A-Warded