Mathwords logoMathwords

Inflection Point

Inflection Point

A point at which a curve changes from concave up to concave down, or vice-versa.

Note: If a function has a second derivative, the value of the second derivative is either 0 or undefined at each of that function's inflection points.

Graph of a curve on x-y axes transitioning from concave down to concave up, with "inflection point" labeled at the transition.

 

See also

Second order critical point, polynomial facts

Key Formula

f(x)=0orf(x) is undefinedf''(x) = 0 \quad \text{or} \quad f''(x) \text{ is undefined}
Where:
  • f(x)f''(x) = The second derivative of the function f at x
  • xx = A candidate x-value where an inflection point may occur

Worked Example

Problem: Find the inflection point(s) of the function f(x) = x³ − 6x² + 12x − 4.
Step 1: Find the first derivative of f(x).
f(x)=3x212x+12f'(x) = 3x^2 - 12x + 12
Step 2: Find the second derivative of f(x).
f(x)=6x12f''(x) = 6x - 12
Step 3: Set the second derivative equal to zero and solve for x.
6x12=0    x=26x - 12 = 0 \implies x = 2
Step 4: Verify that the concavity actually changes at x = 2. Test a value on each side: f''(1) = 6(1) − 12 = −6 (concave down) and f''(3) = 6(3) − 12 = 6 (concave up). The sign changes, so concavity does change.
f(1)=6<0,f(3)=6>0f''(1) = -6 < 0, \quad f''(3) = 6 > 0
Step 5: Find the y-coordinate by substituting x = 2 into the original function.
f(2)=(2)36(2)2+12(2)4=824+244=4f(2) = (2)^3 - 6(2)^2 + 12(2) - 4 = 8 - 24 + 24 - 4 = 4
Answer: The inflection point is (2, 4). The curve changes from concave down to concave up at this point.

Another Example

This example shows a function with two inflection points, demonstrating that setting f''(x) = 0 can yield multiple candidates. It also involves factoring a quadratic second derivative rather than solving a simple linear equation.

Problem: Find the inflection points of f(x) = x⁴ − 4x³.
Step 1: Find the first derivative.
f(x)=4x312x2f'(x) = 4x^3 - 12x^2
Step 2: Find the second derivative.
f(x)=12x224xf''(x) = 12x^2 - 24x
Step 3: Set the second derivative equal to zero and factor.
12x224x=0    12x(x2)=0    x=0 or x=212x^2 - 24x = 0 \implies 12x(x - 2) = 0 \implies x = 0 \text{ or } x = 2
Step 4: Test the sign of f''(x) in each interval to confirm the concavity changes. Choose test points x = −1, x = 1, and x = 3.
f(1)=12+24=36>0,f(1)=1224=12<0,f(3)=10872=36>0f''(-1) = 12 + 24 = 36 > 0, \quad f''(1) = 12 - 24 = -12 < 0, \quad f''(3) = 108 - 72 = 36 > 0
Step 5: The sign changes at both x = 0 and x = 2, so both are inflection points. Find the y-coordinates: f(0) = 0 and f(2) = 16 − 32 = −16.
f(0)=0,f(2)=244(2)3=1632=16f(0) = 0, \quad f(2) = 2^4 - 4(2)^3 = 16 - 32 = -16
Answer: The inflection points are (0, 0) and (2, −16).

Frequently Asked Questions

What is the difference between an inflection point and a critical point?
A critical point occurs where the first derivative f'(x) is zero or undefined — these are candidates for local maxima or minima. An inflection point occurs where the second derivative f''(x) is zero or undefined and the concavity changes. A point can be both (for example, x = 0 on f(x) = x³ is both a critical point and an inflection point), but usually they are different points on a curve.
Can f''(x) = 0 without the point being an inflection point?
Yes. The condition f''(x) = 0 is necessary but not sufficient. For example, f(x) = x⁴ has f''(0) = 0, but the concavity does not change at x = 0 — the function is concave up on both sides. You must always verify that the sign of f''(x) actually changes across the candidate point.
Can an inflection point occur where the second derivative is undefined?
Yes. For instance, f(x) = x^{1/3} has an inflection point at x = 0. The second derivative is undefined there, but the concavity changes from concave up (for x < 0) to concave down (for x > 0). This is why the definition says f''(x) is zero or undefined at inflection points.

Inflection Point vs. Critical Point

Inflection PointCritical Point
DefinitionWhere the curve changes concavity (concave up ↔ concave down)Where the curve may have a local maximum or minimum
Key derivativeSecond derivative: f''(x) = 0 or undefinedFirst derivative: f'(x) = 0 or undefined
What changesThe direction the curve bends (concavity)Whether the function is increasing or decreasing
VerificationConfirm f''(x) changes sign across the pointUse the first or second derivative test for max/min

Why It Matters

Inflection points appear throughout calculus courses, especially when you sketch curves by analyzing derivatives. They mark where a function transitions between "bending upward" and "bending downward," giving you a more accurate picture of a graph's shape. In applied contexts, inflection points identify where the rate of change itself shifts — for example, the point at which population growth stops accelerating and begins to slow down.

Common Mistakes

Mistake: Assuming that every point where f''(x) = 0 is automatically an inflection point.
Correction: Setting f''(x) = 0 only gives you candidate points. You must test the sign of f''(x) on both sides to confirm that the concavity actually changes. For example, f(x) = x⁴ has f''(0) = 0 but no inflection point at x = 0.
Mistake: Confusing inflection points with local extrema (maxima or minima).
Correction: Local extrema are found using the first derivative; inflection points are found using the second derivative. At an inflection point, the function does not necessarily reach a peak or valley — it simply changes the way it curves.

Related Terms