Inflection Point Calculator

Enter a mathematical function (e.g. x^3 - 3x^2 + 2) and an optional interval to find its inflection points — the x-values where concavity changes from up to down or vice versa. The Inflection Point Calculator computes the second derivative, solves for critical points, and returns the inflection point coordinates along with concavity intervals displayed in a clear summary.

Enter a polynomial function using x. Use ^ for powers, * for multiplication. Example: x^4 - 4*x^3

Select the type to enable the guided coefficient input below.

Leading coefficient of the polynomial

Results

Inflection Point x-value

--

Inflection Point y-value f(x)

--

Second Derivative f''(x) Expression

--

Concave Up Interval

--

Concave Down Interval

--

Number of Inflection Points Found

--

Function Curve & Inflection Points

Results Table

Frequently Asked Questions

What is an inflection point in mathematics?

An inflection point is a point on the graph of a function where the curve changes its concavity — shifting from concave up (curving upward like a bowl) to concave down (curving downward like an arch), or vice versa. At these points, the second derivative f''(x) equals zero or is undefined, and it changes sign.

How do you find inflection points step by step?

First, compute the second derivative f''(x) of the function. Then set f''(x) = 0 and solve for x. Finally, test intervals around each candidate x to confirm the second derivative actually changes sign — if it does, that x is an inflection point. Substitute back into f(x) to get the y-coordinate.

Does f''(x) = 0 always mean there is an inflection point?

No. A point where f''(x) = 0 is only a candidate inflection point. You must verify that the second derivative changes sign across that point. For example, f(x) = x^4 has f''(0) = 0, but the concavity does not change at x = 0, so it is not an inflection point.

What is the difference between concave up and concave down?

A function is concave up on an interval if its graph curves upward (like a bowl), which corresponds to f''(x) > 0. It is concave down if it curves downward (like an arch), corresponding to f''(x) < 0. An inflection point is the boundary between these two behaviors.

Can a linear or quadratic function have inflection points?

Linear functions (degree 1) have no inflection points because their second derivative is zero everywhere — they have no curvature at all. Quadratic functions (degree 2) also have no inflection points because their second derivative is a constant, which never changes sign. Inflection points typically first appear in cubic (degree 3) and higher-degree functions.

How many inflection points can a polynomial have?

A polynomial of degree n can have at most n − 2 inflection points. For example, a cubic (degree 3) has at most 1 inflection point, a quartic (degree 4) has at most 2, and so on. This follows from the fact that the second derivative of an n-degree polynomial has degree n − 2.

What does the calculator output for the concavity intervals?

The calculator identifies all inflection x-values and uses them to divide the real line into intervals. For each interval, it evaluates the sign of f''(x) to determine whether the function is concave up or concave down, then presents these intervals alongside the inflection point coordinates in both the summary and the results table.

Why use coefficient inputs instead of a raw function string?

Parsing arbitrary mathematical expressions in a browser-side calculator requires a full symbolic math library. Using polynomial coefficients as individual inputs allows the calculator to perform exact symbolic differentiation and root finding reliably without external dependencies, ensuring consistent and accurate results for cubic and quartic functions.

More Math Tools