Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
5.1 Important theorems
5.2 1st derivative test
5.3 2nd derivative test
5.3.1 Concavity
5.3.2 Inflection points
5.4 Graphs & curve sketching
5.5 Optimization
6. Integration
7. Differential equations
8. Applications of integrals
Wrapping up
Achievable logoAchievable logo
5.3.2 Inflection points
Achievable AP Calculus AB
5. Analytical uses
5.3. 2nd derivative test
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Inflection points

5 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • Points of inflection: Identify where a function changes concavity.
  • Intervals of concavity: Determine where a graph bends upward or downward based on the sign of the 2nd derivative.

An inflection point (or point of inflection) occurs when the graph of a function changes concavity, from concave up to concave down or vice versa.

Inflection point
Inflection point

A potential inflection point occurs where the second derivative f′′(x)=0 or is undefined. To confirm it is an inflection point, the sign of f′′(x) must change across that point.

Finding points of inflection:

  1. Find all values of x where f′′(x)=0 or is undefined. These values must lie within the domain of the original function.
  2. Create a sign chart for f′′(x) using these values as interval boundaries.
  3. If f′′(x) changes sign across a boundary, that boundary point is an inflection point.

Example 1: Analytical

Find the points of inflection and determine the intervals of concavity for

f(x)=e−x2

Solution

(spoiler)

The domain of f(x) is all real numbers.

1. First derivative:

f′(x)=−2xe−x2

2. Second derivative:

f′′(x)​=−2e−x2+4x2e−x2=e−x2(4x2−2)​

3. Potential inflection points:

Set f′′(x)=0:

e−x2(4x2−2)=0

Because e−x2>0 for all x, solve:

4x2−2x2x​=0=21​=±22​​​

4. Sign chart for f′′(x):

Since e−x2>0, the sign of f′′(x) depends only on the polynomial factor (4x2−2).

Interval Test point x Sign of f′′(x)
(−∞,−22​​) −1 +
(−22​​,22​​) 0 −
(22​​,∞) 1 +

Conclusion:

The sign of f′′(x) changes at both x=−22​​ and x=22​​. Therefore, f has points of inflection at both x-coordinates.

Intervals of concavity:

  • f(x) is concave up for x<−22​​
  • Concave down for −22​​<x<22​​
  • Concave up for x>22​​

Example 2: Trigonometric/Interval Restricted

Let f be the function given by f(x)=x+2cosx. On the interval [0,2π], on which intervals is the graph of f concave down?

Solution

(spoiler)

1. First derivative:

f′(x)=1−2sinx

2. Second derivative:

f′′(x)=−2cosx

3. Potential inflection points:

Set f′′(x)=0 on the interval [0,2π] to find potential inflection points:

−2cosx=0cosx=0x=2π​,23π​

4. Sign chart:

Analyze the sign of f′′(x)=−2cosx across the subintervals:

Interval Test Point x Sign of f′′(x)
[0,2π​) 0 −
(2π​,23π​) π +
(23π​,2π] 2π −

Conclusion:

The graph of f is concave down on the intervals [0,2π​) and (23π​,2π] because f′′(x)<0 on these intervals.

Example 3: No sign change

Find all x-coordinates of the points of inflection for the function

f(x)=53​x5−x4+1

Solution

(spoiler)

The domain of f(x) is all real numbers.

1. First derivative:

f′(x)=3x4−4x3

2. Second derivative:

f′′(x)​=12x3−12x2=12x2(x−1)​

3. Potential inflection points:

Set f′′(x)=0:

12x2(x−1)=0x=0,1

4. Sign chart:

Since 12x2>0, the sign of f′′(x) depends only on the factor (x−1).

Interval Test Point Sign of f′′(x)
(−∞,0) −1 −
(0,1) 21​ −
(1,∞) 2 +

Conclusion: The sign of f′′(x) changes from negative to positive at x=1. It does not change sign at x=0. Therefore, x=1 is the only inflection point of f.

Example 4: Working from the derivative

A function f is continuous for all real numbers and its first derivative is given by f′(x)=(x−2)2(x+3). Find the x-coordinate of each point of inflection of the graph of f.

Solution

(spoiler)

To find where the concavity of f changes, find f′′(x) by differentiating f′(x) once:

f′′(x)​=dxd​[(x−2)2]⋅(x+3)+(x−2)2⋅dxd​[x+3]=2(x−2)(x+3)+(x−2)2​

Factor out the common term (x−2):

f′′(x)​=(x−2)[2(x+3)+(x−2)]=(x−2)(3x+4)​

Set f′′(x)=0 to find potential inflection points:

(x−2)(3x+4)=0x=2,−34​

Create a sign chart for f′′(x):

Interval Test Point Sign of f′′(x)
(−∞,−34​) −2 +
(−34​,2) 0 −
(2,∞) 3 +

Conclusion: The graph of f has points of inflection at x=−34​ and x=2 because f′′(x) changes sign at these values.

Inflection points

  • Occur where a function changes concavity (up → down or down → up)
  • Potential inflection points: where f’'(x) = 0 or is undefined
  • Must confirm sign change in f’'(x) across the point — no sign change means no inflection point

Finding inflection points (steps)

  • Find f’'(x), set equal to zero (or find where undefined)
  • Build a sign chart using those x-values as boundaries
  • Inflection point confirmed only if f’'(x) changes sign across the boundary

Intervals of concavity

  • f’'(x) > 0 → concave up on that interval
  • f’'(x) < 0 → concave down on that interval

Key pitfalls

  • f’'(x) = 0 is necessary but not sufficient — always verify sign change
    • e.g., f’'(x) = 12x²(x−1): x = 0 is not an inflection point (no sign change)
  • When given f’(x), differentiate once more to get f’'(x), then apply sign chart

Sign up for free to take 9 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Inflection points

What you’ll learn:

  • Points of inflection: Identify where a function changes concavity.
  • Intervals of concavity: Determine where a graph bends upward or downward based on the sign of the 2nd derivative.

An inflection point (or point of inflection) occurs when the graph of a function changes concavity, from concave up to concave down or vice versa.

A potential inflection point occurs where the second derivative f′′(x)=0 or is undefined. To confirm it is an inflection point, the sign of f′′(x) must change across that point.

Finding points of inflection:

  1. Find all values of x where f′′(x)=0 or is undefined. These values must lie within the domain of the original function.
  2. Create a sign chart for f′′(x) using these values as interval boundaries.
  3. If f′′(x) changes sign across a boundary, that boundary point is an inflection point.

Example 1: Analytical

Find the points of inflection and determine the intervals of concavity for

f(x)=e−x2

Solution

(spoiler)

The domain of f(x) is all real numbers.

1. First derivative:

f′(x)=−2xe−x2

2. Second derivative:

f′′(x)​=−2e−x2+4x2e−x2=e−x2(4x2−2)​

3. Potential inflection points:

Set f′′(x)=0:

e−x2(4x2−2)=0

Because e−x2>0 for all x, solve:

4x2−2x2x​=0=21​=±22​​​

4. Sign chart for f′′(x):

Since e−x2>0, the sign of f′′(x) depends only on the polynomial factor (4x2−2).

Interval Test point x Sign of f′′(x)
(−∞,−22​​) −1 +
(−22​​,22​​) 0 −
(22​​,∞) 1 +

Conclusion:

The sign of f′′(x) changes at both x=−22​​ and x=22​​. Therefore, f has points of inflection at both x-coordinates.

Intervals of concavity:

  • f(x) is concave up for x<−22​​
  • Concave down for −22​​<x<22​​
  • Concave up for x>22​​

Example 2: Trigonometric/Interval Restricted

Let f be the function given by f(x)=x+2cosx. On the interval [0,2π], on which intervals is the graph of f concave down?

Solution

(spoiler)

1. First derivative:

f′(x)=1−2sinx

2. Second derivative:

f′′(x)=−2cosx

3. Potential inflection points:

Set f′′(x)=0 on the interval [0,2π] to find potential inflection points:

−2cosx=0cosx=0x=2π​,23π​

4. Sign chart:

Analyze the sign of f′′(x)=−2cosx across the subintervals:

Interval Test Point x Sign of f′′(x)
[0,2π​) 0 −
(2π​,23π​) π +
(23π​,2π] 2π −

Conclusion:

The graph of f is concave down on the intervals [0,2π​) and (23π​,2π] because f′′(x)<0 on these intervals.

Example 3: No sign change

Find all x-coordinates of the points of inflection for the function

f(x)=53​x5−x4+1

Solution

(spoiler)

The domain of f(x) is all real numbers.

1. First derivative:

f′(x)=3x4−4x3

2. Second derivative:

f′′(x)​=12x3−12x2=12x2(x−1)​

3. Potential inflection points:

Set f′′(x)=0:

12x2(x−1)=0x=0,1

4. Sign chart:

Since 12x2>0, the sign of f′′(x) depends only on the factor (x−1).

Interval Test Point Sign of f′′(x)
(−∞,0) −1 −
(0,1) 21​ −
(1,∞) 2 +

Conclusion: The sign of f′′(x) changes from negative to positive at x=1. It does not change sign at x=0. Therefore, x=1 is the only inflection point of f.

Example 4: Working from the derivative

A function f is continuous for all real numbers and its first derivative is given by f′(x)=(x−2)2(x+3). Find the x-coordinate of each point of inflection of the graph of f.

Solution

(spoiler)

To find where the concavity of f changes, find f′′(x) by differentiating f′(x) once:

f′′(x)​=dxd​[(x−2)2]⋅(x+3)+(x−2)2⋅dxd​[x+3]=2(x−2)(x+3)+(x−2)2​

Factor out the common term (x−2):

f′′(x)​=(x−2)[2(x+3)+(x−2)]=(x−2)(3x+4)​

Set f′′(x)=0 to find potential inflection points:

(x−2)(3x+4)=0x=2,−34​

Create a sign chart for f′′(x):

Interval Test Point Sign of f′′(x)
(−∞,−34​) −2 +
(−34​,2) 0 −
(2,∞) 3 +

Conclusion: The graph of f has points of inflection at x=−34​ and x=2 because f′′(x) changes sign at these values.

Key points

Inflection points

  • Occur where a function changes concavity (up → down or down → up)
  • Potential inflection points: where f’'(x) = 0 or is undefined
  • Must confirm sign change in f’'(x) across the point — no sign change means no inflection point

Finding inflection points (steps)

  • Find f’'(x), set equal to zero (or find where undefined)
  • Build a sign chart using those x-values as boundaries
  • Inflection point confirmed only if f’'(x) changes sign across the boundary

Intervals of concavity

  • f’'(x) > 0 → concave up on that interval
  • f’'(x) < 0 → concave down on that interval

Key pitfalls

  • f’'(x) = 0 is necessary but not sufficient — always verify sign change
    • e.g., f’'(x) = 12x²(x−1): x = 0 is not an inflection point (no sign change)
  • When given f’(x), differentiate once more to get f’'(x), then apply sign chart

More from 2nd derivative test

  • Concavity