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
9. Testing details tag
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 currently in development and is a work-in-progress.

Inflection points

6 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • How to find points of inflection/inflection points
  • Determine intervals of concavity based on the sign of the 2nd derivative

An inflection point (or point of inflection) is a point on the graph where the function changes concavity: from concave up to concave down, or from concave down to concave up.

Inflection point
Inflection point

A potential inflection point occurs where the second derivative satisfies f′′(x)=0 or where f′′(x) is undefined. However, that condition alone isn’t enough: for the point to be an inflection point, the sign of f′′(x) must change as you pass through that x-value.

This is similar to how you confirm local maxima/minima by checking whether the sign of f′(x) changes. Here, you use a sign diagram (sign chart) for f′′(x) to confirm a change in concavity.

To find points of inflection:

  1. Find where f′′(x)=0 or where f′′(x) is undefined. These potential inflection points must also be in the domain of the original function.
  2. Make a sign chart/diagram for f′′(x) to check whether the sign changes across those points.
  3. If the sign changes over a point, then it’s an inflection point.

Examples

  1. Find the points of inflection and determine the concavity of

f(x)=e−x2

Solution

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

The 1st derivative is

f′(x)=−2xe−x2

The 2nd derivative is

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

=e−x2(4x2−2)

Set f′′(x)=0:

e−x2(4x2−2)=0

Since e−x2>0 for all x, it never equals 0. So we solve:

4x2−2=0

x2=21​

x=±22​​

Now set up a sign chart for f′′(x). Since e−x2>0, the sign of f′′(x) depends only on 4x2−2.

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

Inflection points:

The sign of f′′(x) changes at both x=−22​​ and x=22​​, so both are inflection points.

Concavity:

  • f(x) is concave up on (−∞,−22​​)
  • Concave down on (−22​​,22​​)
  • Concave up on (22​​,∞)
  1. Find the points of inflection and determine the concavity of

g(x)=x2−1​

Solution

(spoiler)

For the domain of g(x), the expression under the square root must be non-negative.

x2−1≥0

(x+1)(x−1)≥0

Use a number line and separate it at the x-intercepts x=−1 and x=1. The expression is ≥0 when x≤−1 or x≥1.

Next, the 1st derivative is

g′(x)=21​(x2−1)−1/2(2x)

=(x2−1)1/2x​

The 2nd derivative is

g′′(x)=x2−1(x2−1)1/2−x⋅x2−1​x​​

=x2−1x2−1​x2−1−x2​​

=−(x2−1)3/21​

g′′(x) is undefined when x=1 and x=−1. However, g(x) doesn’t exist for −1<x<1, so you can’t check for a sign change in g′′(x) across those values within the domain. Therefore, x=±1 are not inflection points.

The denominator (x2−1)3/2 is positive everywhere in the domain, so g′′(x)<0 for all x where g(x) exists. Therefore, g(x) is always concave down on its domain.

  1. Find the points of inflection and determine the concavity of

f(x)=ln(x2−x+1)

Solution

(spoiler)

The domain is where the log argument satisfies (x2−x+1)>0. Since x2−x+1 has no real roots (its discriminant is negative), it stays above the x-axis for all x. So the domain of f(x) is all real numbers.

The 1st derivative is

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

The 2nd derivative is

f′′(x)=(x2−x+1)2(x2−x+1)(2)−(2x−1)(2x−1)​

=(x2−x+1)22x2−2x+2−(4x2−4x+1)​

=(x2−x+1)2−2x2+2x+1​

Since the denominator is always positive, f′′(x) is never undefined. To find potential inflection points, solve f′′(x)=0:

−2x2+2x+1=0

Using the quadratic formula,

x=21±3​​

Now set up a sign chart for f′′(x). Since (x2−x+1)2>0, the sign of f′′(x) depends only on −2x2+2x+1.

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

Inflection points:

The sign of f′′(x) changes at both x=21−3​​ and x=21+3​​, so both are inflection points.

Concavity:

  • f(x) is concave down on (−∞,21−3​​)
  • Concave up on (21−3​​,21+3​​)
  • Concave down on (21+3​​,∞)
  1. A function f has 1st derivative

f′(x)=x2−4x−5

Find the points of inflection and determine the concavity of f(x).

Solution

(spoiler)

The 1st derivative is the given polynomial. The domain is all real numbers because only polynomials have derivatives that are also polynomials.

The 2nd derivative is

f′′(x)=2x−4

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

2x−4=0

x=2

Now check whether the sign of f′′(x) changes across x=2.

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

Inflection points:

x=2 is an inflection point since the sign of f′′(x) changes.

Concavity:

  • f(x) is concave down on (−∞,2)
  • Concave up on (2,∞)

Inflection points and concavity

  • Inflection point: where function changes concavity (concave up ↔ concave down)
  • Potential inflection points: where f′′(x)=0 or f′′(x) undefined, and in domain of f(x)
  • Confirm inflection point: sign of f′′(x) must change across the point

Finding inflection points (general steps)

  • Find where f′′(x)=0 or f′′(x) undefined, within domain
  • Use sign chart for f′′(x) to check for sign change
  • Inflection point exists if sign of f′′(x) changes

Example 1: f(x)=e−x2

  • Inflection points: x=±22​​
  • Concave up: (−∞,−22​​), (22​​,∞)
  • Concave down: (−22​​,22​​)

Example 2: g(x)=x2−1​

  • Domain: x≤−1 or x≥1
  • g′′(x) negative everywhere in domain
  • Always concave down; no inflection points

Example 3: f(x)=ln(x2−x+1)

  • Inflection points: x=21±3​​
  • Concave down: (−∞,21−3​​), (21+3​​,∞)
  • Concave up: (21−3​​,21+3​​)

Example 4: f′(x)=x2−4x−5

  • 2nd derivative: f′′(x)=2x−4
  • Inflection point: x=2
  • Concave down: (−∞,2)
  • Concave up: (2,∞)

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

All rights reserved ©2016 - 2026 Achievable, Inc.

Inflection points

What you’ll learn:

  • How to find points of inflection/inflection points
  • Determine intervals of concavity based on the sign of the 2nd derivative

An inflection point (or point of inflection) is a point on the graph where the function changes concavity: from concave up to concave down, or from concave down to concave up.

A potential inflection point occurs where the second derivative satisfies f′′(x)=0 or where f′′(x) is undefined. However, that condition alone isn’t enough: for the point to be an inflection point, the sign of f′′(x) must change as you pass through that x-value.

This is similar to how you confirm local maxima/minima by checking whether the sign of f′(x) changes. Here, you use a sign diagram (sign chart) for f′′(x) to confirm a change in concavity.

To find points of inflection:

  1. Find where f′′(x)=0 or where f′′(x) is undefined. These potential inflection points must also be in the domain of the original function.
  2. Make a sign chart/diagram for f′′(x) to check whether the sign changes across those points.
  3. If the sign changes over a point, then it’s an inflection point.

Examples

  1. Find the points of inflection and determine the concavity of

f(x)=e−x2

Solution

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

The 1st derivative is

f′(x)=−2xe−x2

The 2nd derivative is

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

=e−x2(4x2−2)

Set f′′(x)=0:

e−x2(4x2−2)=0

Since e−x2>0 for all x, it never equals 0. So we solve:

4x2−2=0

x2=21​

x=±22​​

Now set up a sign chart for f′′(x). Since e−x2>0, the sign of f′′(x) depends only on 4x2−2.

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

Inflection points:

The sign of f′′(x) changes at both x=−22​​ and x=22​​, so both are inflection points.

Concavity:

  • f(x) is concave up on (−∞,−22​​)
  • Concave down on (−22​​,22​​)
  • Concave up on (22​​,∞)
  1. Find the points of inflection and determine the concavity of

g(x)=x2−1​

Solution

(spoiler)

For the domain of g(x), the expression under the square root must be non-negative.

x2−1≥0

(x+1)(x−1)≥0

Use a number line and separate it at the x-intercepts x=−1 and x=1. The expression is ≥0 when x≤−1 or x≥1.

Next, the 1st derivative is

g′(x)=21​(x2−1)−1/2(2x)

=(x2−1)1/2x​

The 2nd derivative is

g′′(x)=x2−1(x2−1)1/2−x⋅x2−1​x​​

=x2−1x2−1​x2−1−x2​​

=−(x2−1)3/21​

g′′(x) is undefined when x=1 and x=−1. However, g(x) doesn’t exist for −1<x<1, so you can’t check for a sign change in g′′(x) across those values within the domain. Therefore, x=±1 are not inflection points.

The denominator (x2−1)3/2 is positive everywhere in the domain, so g′′(x)<0 for all x where g(x) exists. Therefore, g(x) is always concave down on its domain.

  1. Find the points of inflection and determine the concavity of

f(x)=ln(x2−x+1)

Solution

(spoiler)

The domain is where the log argument satisfies (x2−x+1)>0. Since x2−x+1 has no real roots (its discriminant is negative), it stays above the x-axis for all x. So the domain of f(x) is all real numbers.

The 1st derivative is

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

The 2nd derivative is

f′′(x)=(x2−x+1)2(x2−x+1)(2)−(2x−1)(2x−1)​

=(x2−x+1)22x2−2x+2−(4x2−4x+1)​

=(x2−x+1)2−2x2+2x+1​

Since the denominator is always positive, f′′(x) is never undefined. To find potential inflection points, solve f′′(x)=0:

−2x2+2x+1=0

Using the quadratic formula,

x=21±3​​

Now set up a sign chart for f′′(x). Since (x2−x+1)2>0, the sign of f′′(x) depends only on −2x2+2x+1.

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

Inflection points:

The sign of f′′(x) changes at both x=21−3​​ and x=21+3​​, so both are inflection points.

Concavity:

  • f(x) is concave down on (−∞,21−3​​)
  • Concave up on (21−3​​,21+3​​)
  • Concave down on (21+3​​,∞)
  1. A function f has 1st derivative

f′(x)=x2−4x−5

Find the points of inflection and determine the concavity of f(x).

Solution

(spoiler)

The 1st derivative is the given polynomial. The domain is all real numbers because only polynomials have derivatives that are also polynomials.

The 2nd derivative is

f′′(x)=2x−4

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

2x−4=0

x=2

Now check whether the sign of f′′(x) changes across x=2.

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

Inflection points:

x=2 is an inflection point since the sign of f′′(x) changes.

Concavity:

  • f(x) is concave down on (−∞,2)
  • Concave up on (2,∞)
Key points

Inflection points and concavity

  • Inflection point: where function changes concavity (concave up ↔ concave down)
  • Potential inflection points: where f′′(x)=0 or f′′(x) undefined, and in domain of f(x)
  • Confirm inflection point: sign of f′′(x) must change across the point

Finding inflection points (general steps)

  • Find where f′′(x)=0 or f′′(x) undefined, within domain
  • Use sign chart for f′′(x) to check for sign change
  • Inflection point exists if sign of f′′(x) changes

Example 1: f(x)=e−x2

  • Inflection points: x=±22​​
  • Concave up: (−∞,−22​​), (22​​,∞)
  • Concave down: (−22​​,22​​)

Example 2: g(x)=x2−1​

  • Domain: x≤−1 or x≥1
  • g′′(x) negative everywhere in domain
  • Always concave down; no inflection points

Example 3: f(x)=ln(x2−x+1)

  • Inflection points: x=21±3​​
  • Concave down: (−∞,21−3​​), (21+3​​,∞)
  • Concave up: (21−3​​,21+3​​)

Example 4: f′(x)=x2−4x−5

  • 2nd derivative: f′′(x)=2x−4
  • Inflection point: x=2
  • Concave down: (−∞,2)
  • Concave up: (2,∞)