A function can be increasing the whole time yet still have a moment where its behaviour shifts — from accelerating to decelerating, from curving one way to curving the other. That shift is an inflection point. It is where the second derivative changes sign, and it is what separates the concave-up part of a curve from the concave-down part.

What Is an Inflection Point?

An inflection point occurs at x = c if the concavity of f changes there — from concave up to concave down, or vice versa. This requires f''(c) = 0 or f''(c) undefined, AND f'' must actually change sign at c.

Critical Condition

f''(c) = 0 alone is NOT enough. The second derivative must change sign. If f''(c) = 0 but f'' does not change sign, it is not an inflection point (like x⁴ at x=0).

The 3-Step Method

📋 Method
Step 1Find f''(x)
Step 2Set f''(x) = 0 (and find where f'' is undefined). These are candidates.
Step 3Check sign of f'' on both sides. If it changes → inflection point. If not → not an inflection point.

Example 1 — Cubic

📋 f(x) = x³ − 6x² + 12x
f''(x)= 6x − 12. Set = 0 → x = 2
Sign checkf''(1) = −6 < 0, f''(3) = 6 > 0. Sign changes ✓
Pointf(2) = 8−24+24 = 8. Inflection at (2, 8)

Example 2 — Quartic (No Sign Change)

📋 f(x) = x⁴. Is x=0 an inflection point?
f''(x)= 12x². f''(0) = 0 — candidate
Sign checkf''(−1) = 12 > 0, f''(1) = 12 > 0. No sign change ✗
ConclusionNot an inflection point — x=0 is a local minimum

Example 3 — Degree 4 Polynomial

📋 f(x) = x⁴ − 4x³. Find all inflection points.
f''(x)= 12x² − 24x = 12x(x−2). Zeros: x=0, x=2
Sign chartx<0: f''=12(−)(−)>0. 0<x<2: f''=12(+)(−)<0. x>2: f''=12(+)(+)>0
x=0Sign + to − → inflection at (0, 0)
x=2Sign − to + → inflection at (2, −16)

Example 4 — Trig Function

📋 f(x) = sin(x) on [0, 2π]
f''(x)= −sin(x) = 0 → x = 0, π, 2π on [0,2π]
Check x=πf''(π/2) = −1 < 0, f''(3π/2) = 1 > 0 → sign changes ✓
Pointf(π) = 0. Inflection at (π, 0)

Example 5 — Exponential

📋 f(x) = xe^(−x). Find inflection points.
f'(x)= e^(−x) − xe^(−x) = e^(−x)(1−x)
f''(x)= −e^(−x)(1−x) + e^(−x)(−1) = e^(−x)(x−2)
f''=0x=2 (e^(−x) is never zero)
Signf''(1) = e^(−1)(−1) < 0, f''(3) = e^(−3)(1) > 0 → sign changes ✓
Pointf(2) = 2e^(−2). Inflection at (2, 2e^(−2))

Example 6 — Undefined f''

📋 f(x) = x^(5/3). Check x=0.
f''(x)= (10/9)x^(−1/3). Undefined at x=0.
Signf''(−1) = −10/9 < 0, f''(1) = 10/9 > 0. Sign changes ✓
Pointf(0)=0. Inflection at (0,0) even though f'' is undefined there.

Frequently Asked Questions

Is every point where f''=0 an inflection point?
No. f''(c) = 0 is a necessary condition but not sufficient. You must verify that f'' changes sign. x⁴ has f''(0) = 0 but x=0 is a minimum, not an inflection point.
What does an inflection point look like on a graph?
It is the point where the curve transitions from "smiling" (concave up, U-shape) to "frowning" (concave down, ∩-shape) or vice versa. On a river bend, the inflection point is where the river stops curving one way and starts curving the other.

Reading Concavity from f''

The second derivative measures the rate of change of the slope. When f'' > 0, slopes are increasing — the function is curving upward (like a bowl). When f'' < 0, slopes are decreasing — the function is curving downward (like an arch). An inflection point is where the function changes from one curvature type to the other.

A good physical analogy: if you are driving on a curved road, f'' > 0 means the road is bending to the left, f'' < 0 means bending to the right. An inflection point is where the road switches from left-bending to right-bending — the steering wheel momentarily straightens out.

Inflection Points of a Rational Function

📋 f(x) = x/(x²+1) — find inflection points
f'(x)= (1−x²)/(x²+1)² (quotient rule)
f''(x)= 2x(x²−3)/(x²+1)³
f''=0Numerator: 2x(x²−3) = 0 → x = 0, x = ±√3
Sign checkf'' changes sign at all three points ✓
Inflection pts(0, 0), (√3, √3/4), (−√3, −√3/4)

Why Inflection Points Matter

Inflection points are economically significant. In a profit curve, the inflection point marks where profit growth is fastest — the point of maximum marginal return. In a learning curve, it marks where learning is most efficient. In epidemiology, the inflection point of an epidemic curve marks peak spread — the point where cases start growing more slowly even before the peak.

For curve sketching, inflection points divide the graph into concave-up and concave-down regions, giving you the complete shape between critical points.

AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus
Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students. She has reviewed this article for mathematical accuracy and pedagogical clarity.
Technically reviewed by: Prof. James Chen, Stanford Mathematics Department · April 2026