CALCULUS 1 • APPLICATIONS OF DERIVATIVES: ANALYTICAL

Determining Concavity

Use the second derivative to reveal how a curve bends and locate inflection points.

Historical Context & Motivation

When you look at a graph, you naturally notice more than just whether it goes up or down — you also notice how it curves. A hill that flattens out near the top looks very different from one that gets steeper and steeper. Mathematicians spent centuries developing tools to describe this curvature precisely, and the concept of concavity is the result. Concavity tells us whether a curve bends upward like a bowl or downward like an arch, and it turns out to be deeply connected to the second derivative.

~1670
Newton & Leibniz Invent Calculus
Isaac Newton and Gottfried Wilhelm Leibniz independently develop the foundations of calculus, including the concept of derivatives and rates of change.
1696
L'Hôpital Publishes the First Calculus Textbook
Guillaume de l'Hôpital publishes Analyse des Infiniment Petits, spreading derivative techniques across Europe and inspiring deeper study of curve behavior.
1740s
Euler Formalizes Second Derivatives
Leonhard Euler systematically uses second derivatives to classify curvature, laying the groundwork for concavity analysis as a standard calculus tool.
1800s
Concavity in Optimization
Mathematicians and economists apply concavity tests to determine maxima and minima of functions, making the second derivative test a cornerstone of applied mathematics.

The first derivative tells us whether a function is increasing or decreasing, but it does not reveal everything about a curve's shape. Two functions can both be increasing yet look completely different — one might curve upward like a rocket gaining speed, while the other curves downward like a ball reaching its peak. The question that concavity answers is: how is the slope itself changing? This is exactly what the second derivative measures.

Core Principles & Definitions

Before diving into calculations, you need to understand three foundational ideas. The first derivative f′(x) measures the slope of the tangent line at any point, telling you how fast the function's output is changing. The second derivative f″(x) measures how fast the slope itself is changing — it is literally the derivative of the derivative. When you combine these ideas, you get a complete picture of a curve's shape.

1

Concave Up

A function is concave up on an interval when f″(x) > 0. The curve opens upward like a bowl, and the slope is increasing from left to right. Tangent lines lie below the curve.
2

Concave Down

A function is concave down on an interval when f″(x) < 0. The curve opens downward like an upside-down bowl, and the slope is decreasing from left to right. Tangent lines lie above the curve.
3

Inflection Point

An inflection point occurs where the concavity changes from up to down or down to up. At these points, f″(x) = 0 or f″(x) is undefined, and the sign of f″ must change on either side.
4

Second Derivative Test

If f′(c) = 0 and f″(c) > 0, then f has a local minimum at c. If f′(c) = 0 and f″(c) < 0, then f has a local maximum at c. This connects concavity directly to finding extrema.
KEY TAKEAWAY
Think of concavity like driving a car on a curved road. If the road curves to the left and keeps bending more sharply to the left, that is one type of concavity. The moment the road switches from bending left to bending right is an inflection point. The second derivative acts like a sensor that tells you which way the road is currently bending and how strongly.

Visual Explanation

The diagram below shows a single continuous function that transitions from concave up to concave down. Notice how the tangent lines sit below the curve in the concave-up region and above the curve in the concave-down region. The inflection point is where the transition happens — the curve crosses from one behavior to the other.

The purple curve transitions through an inflection point (yellow dot). In the cyan-shaded region the curve is concave up and tangent lines lie below it. In the pink-shaded region the curve is concave down and tangent lines lie above it.

A helpful way to remember the difference: when a curve is concave up, it holds water like a cup. When it is concave down, water would slide off like a hill. The tangent-line test is another visual check: if every tangent line in a region stays beneath the curve, you are looking at concave-up behavior. If tangent lines hover above the curve, you are in a concave-down region.

Mathematical Framework

Concavity is determined analytically by computing the second derivative and examining its sign across the domain of the function. The process follows three key steps: differentiate twice, find where the second derivative equals zero or is undefined, and then test the sign of f″(x) on each resulting interval.

CONCAVITY TEST
If f″(x) > 0 on (a, b), then f is concave up on (a, b). If f″(x) < 0 on (a, b), then f is concave down on (a, b).
Here f″(x) is the second derivative of f, and (a, b) is an open interval within the domain of f.
INFLECTION POINT CONDITION
An inflection point occurs at x = c when f″(c) = 0 (or f″(c) is undefined) AND f″ changes sign at x = c.
It is not enough for f″(c) to equal zero. The second derivative must actually change sign from positive to negative or negative to positive. For example, f(x) = x⁴ has f″(0) = 0 but no inflection point there because f″ does not change sign.
SECOND DERIVATIVE TEST FOR EXTREMA
If f′(c) = 0 and f″(c) > 0, then f(c) is a local minimum. If f′(c) = 0 and f″(c) < 0, then f(c) is a local maximum.
This test connects concavity to optimization. A critical point sitting in a concave-up region must be a valley (minimum), while a critical point in a concave-down region must be a peak (maximum). If f″(c) = 0, the test is inconclusive, and you need to use the first derivative test instead.
Common Mistake Alert
Students often assume that f″(x) = 0 automatically means there is an inflection point. This is a necessary condition but not sufficient. You must always verify that f″ changes sign on either side of the candidate point. Think of f(x) = x⁴ — at x = 0, f″(0) = 0, but f″(x) = 12x² is non-negative everywhere, so there is no sign change and no inflection point.

Building a Second-Derivative Sign Chart

A sign chart for f″(x) is the most reliable tool for determining concavity across the entire domain of a function. You build it by first finding all values of x where f″(x) = 0 or f″(x) is undefined. These values divide the number line into intervals. Then you pick a test point in each interval, plug it into f″, and record whether the result is positive or negative. The sign in each interval tells you the concavity, and any place where the sign switches from positive to negative (or vice versa) is an inflection point.

A complete sign chart for f″(x) = 6x² − 6x − 12. The number line is divided at x = −1 and x = 2 where f″ = 0. Test points in each interval reveal the concavity, and both division points are confirmed as inflection points because the sign of f″ changes.
  1. Step 1: Find f″(x) by differentiating f′(x).
  2. Step 2: Set f″(x) = 0 and solve. Also find where f″(x) is undefined.
  3. Step 3: Place these x-values on a number line, creating test intervals.
  4. Step 4: Choose a test point in each interval and evaluate f″ at that point.
  5. Step 5: Positive → concave up; Negative → concave down. Sign change → inflection point.

Worked Example

Let's determine the concavity and inflection points for the function f(x) = x³ − 3x² − 9x + 4. We will follow the sign-chart process from start to finish.

Concavity Analysis of f(x) = x³ − 3x² − 9x + 4
1
Step 1 — Find the First DerivativeDifferentiate f(x) using the power rule: f′(x) = 3x² − 6x − 9. We need this to eventually get the second derivative.
f′(x) = 3x² − 6x − 9
2
Step 2 — Find the Second DerivativeDifferentiate f′(x) again: f″(x) = 6x − 6. This polynomial is defined for all real numbers, so there are no points where f″ is undefined.
f″(x) = 6x − 6
3
Step 3 — Solve f″(x) = 0Set 6x − 6 = 0 and solve for x. This gives 6x = 6, so x = 1. This is our only candidate for an inflection point.
x = 1
4
Step 4 — Build the Sign ChartThe value x = 1 divides the number line into two intervals: (−∞, 1) and (1, ∞). Choose test points: x = 0 in the first interval and x = 2 in the second. For x = 0: f″(0) = 6(0) − 6 = −6, which is negative → concave down. For x = 2: f″(2) = 6(2) − 6 = 6, which is positive → concave up.
Concave down on (−∞, 1); Concave up on (1, ∞)
5
Step 5 — Confirm the Inflection PointAt x = 1, f″ changes sign from negative to positive, so x = 1 is indeed an inflection point. To find the full coordinate, compute f(1) = (1)³ − 3(1)² − 9(1) + 4 = 1 − 3 − 9 + 4 = −7.
Inflection point at (1, −7)

First vs. Second Derivative Tests

You now have two tools for analyzing curves: the first derivative test and the second derivative test. Each has strengths and limitations. Knowing when to use which test will save you time and prevent errors.

Comparison of the First and Second Derivative Tests
FeatureFirst Derivative TestSecond Derivative Test
What it usesSign of f′(x) around a critical pointValue of f″(x) at a critical point
DeterminesLocal max, local min, or neitherLocal max or local min (if f″ ≠ 0)
AdvantageAlways conclusive; works even when f″(c) = 0Quick — only requires evaluating f″ at one point
LimitationRequires checking sign on both sides (more work)Inconclusive when f″(c) = 0; must fall back to first derivative test
Also revealsIntervals of increase/decreaseConcavity and inflection points
KEY TAKEAWAY
Think of the first derivative test as a thorough detective who interviews witnesses on both sides of the scene. The second derivative test is like a quick fingerprint scan — it is faster, but sometimes the print is smudged (when f″ = 0) and the detective has to step in. Use the second derivative test for speed, but keep the first derivative test as your backup.

Connection to Advanced Topics

Concavity is not just a calculus classroom exercise — it shows up throughout higher mathematics, science, and economics. Understanding how a function bends is the gateway to more advanced ideas you may encounter in future courses.

How concavity concepts extend into advanced courses
Concept in This LessonAdvanced Extension
Concavity via f″(x)Curvature κ (kappa) in multivariable calculus measures how sharply a curve bends in 2D or 3D space.
Inflection pointsIn differential equations, inflection points help identify phase transitions and equilibrium behavior of dynamic systems.
Second derivative test for extremaIn multivariable calculus, the Hessian matrix (a matrix of second partial derivatives) extends this test to functions of multiple variables.
Concave up / concave downIn economics, concave utility functions model diminishing marginal returns — each additional unit of a good provides less extra satisfaction.

If you continue into AP Calculus BC or college calculus, you will encounter situations where the second derivative gives information about the speed of convergence in Taylor series and the accuracy of linear approximations. A function with large |f″(x)| bends sharply, meaning a straight-line approximation becomes inaccurate very quickly. Mastering concavity now gives you a strong foundation for all of these ideas.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why f″(x) = 0 at some point x = c does not guarantee that x = c is an inflection point. Give an example of a function where f″(c) = 0 but no inflection point exists.
PROBLEM 2BASIC CALCULATION
Find the intervals of concavity and any inflection points for f(x) = x³ − 6x² + 12x − 8.
PROBLEM 3INTERMEDIATE
Determine the concavity and inflection points for f(x) = 3x⁵ − 5x⁴. Identify the intervals where the function is concave up and concave down.
PROBLEM 4APPLIED
A ball is thrown upward, and its height in meters after t seconds is given by h(t) = −4.9t² + 20t + 1.5. Use the second derivative to determine the concavity of the height function. What does this tell you about the ball's motion?
PROBLEM 5CRITICAL THINKING
Consider a function f that is continuous and twice differentiable on all real numbers. Suppose f′(3) = 0, f″(3) = 0, and f‴(3) ≠ 0. Can the second derivative test determine whether x = 3 is a local maximum or minimum? What alternative approach would you use, and what additional information does f‴(3) ≠ 0 provide about the behavior at x = 3?

Lesson Summary

Concavity describes the direction a curve bends and is determined by the second derivative f″(x). When f″(x) > 0, the function is concave up (opens upward like a bowl, tangent lines below the curve). When f″(x) < 0, the function is concave down (opens downward, tangent lines above the curve). An inflection point occurs where f″(x) = 0 or is undefined and the sign of f″ actually changes.

To analyze concavity, build a sign chart for f″(x): find where f″ = 0 or is undefined, test the sign in each interval, and identify where sign changes occur. The second derivative test offers a quick way to classify critical points — if f′(c) = 0 and f″(c) > 0, you have a local minimum; if f″(c) < 0, a local maximum. When f″(c) = 0, the test is inconclusive and you should fall back to the first derivative test.

Varsity Tutors • Calculus 1 • Determining Concavity