sciandu
Mathematics

Mathematics

Inflection points & curvature

The place where a curve stops bending to the left and starts bending to the right. That is exactly where the rise is steepest.

In an epidemic there comes a day when the number of new cases stops rising and for the first time is smaller than the day before. The total keeps growing, but more slowly. Mathematically that day is exactly an inflection point, and in the news it is the moment everybody is waiting for. An inflection point says nothing about high or low, it says something about a change in curvature.

Curving left and right

Imagine cycling along the graph from left to right. Sometimes you have to hold the handlebars to the left, sometimes to the right. On a opening upwards you steer left the whole time, it curves left everywhere. On one opening downwards you steer right everywhere. Only when you have to change the steering on the way is there an inflection point, exactly at the place where you change.

Coordinate grid
a1
c1
-6-6-4-4-2-2224466
y = 1+ 1opens upwards
Set a=1a = 1: the parabola curves left everywhere, it opens upwards. Turn aa to 1-1: now it curves right everywhere. What you cannot produce is both in one curve, because that would require aa to change along the way. That is exactly why a parabola has no inflection point. Only functions of degree 3 and above can switch curvature.

The second derivative

The first ff' measures the slope. Differentiate it once more and you get ff'', which measures how the slope changes. If ff'' is positive, the slope is growing and the curve bends left. If ff'' is negative, the slope is shrinking and the curve bends right. And a switch between the two means ff'' changes sign, so it passes through zero on the way.

f(x0)=0undf(x0)0f''(x_0) = 0 \quad \text{und} \quad f''' (x_0) \neq 0
The necessary condition, plus the confirmation that the curvature really does switch there.

How to calculate it

An example: f(x)=x33x2f(x) = x^3 - 3x^2. First differentiate twice: f(x)=3x26xf'(x) = 3x^2 - 6x and f(x)=6x6f''(x) = 6x - 6. Then set ff'' to zero: 6x6=06x - 6 = 0 gives x=1x = 1. To confirm, differentiate once more: f(x)=6f'''(x) = 6, which is not zero. So at x=1x = 1 there really is an inflection point. As always, the height comes from the original function: f(1)=13=2f(1) = 1 - 3 = -2, so the inflection point is (12)(1|-2).

The procedure is the same as for maxima and minima, just one derivative further along. There you set ff' to zero and check with ff''. Here you set ff'' to zero and check with ff'''. If you remember this parallel, you only need one scheme instead of two.

Exercises

0 of 6 solved

Time to try it yourself. You can't break anything, every attempt counts.

What happens at an inflection point?

For f(x)=x36x2+5f(x) = x^3 - 6x^2 + 5 the second derivative is f(x)=6x12f''(x) = 6x - 12. At which place is the inflection point?

Which function certainly has no inflection point?

To find an inflection point you set equal to zero.

For f(x)=x33x2f(x) = x^3 - 3x^2 the inflection point is at x=1x = 1. How high does it sit? Give f(1)f(1).

Match each condition to what it says about the graph.

f(x)=0f'(x) = 0
f(x)>0f''(x) > 0
f(x)<0f''(x) < 0
f(x)=0f''(x) = 0 with a change of sign

Where this leads