Point of inflection

What is a point of inflection?

A point of inflection is essentially a point on a curve where the rate of change of gradient (second derivative) changes sign.

In other words, it’s where the curve changes from getting steeper to getting less steep, or vice versa.

At a point of inflection, the second derivative is equal to zero:

f''(x) = 0

Finding the points of inflection

Steps:

  1. Find the second derivative of the function.
  2. Set the second derivative equal to zero and solve for x.
  3. Substitute the x-values back into the original function to find the corresponding y-values.

Find the points of inflection for the function f(x) = x^3 - 3x^2 + 4.

Find the points of inflection for the function f(x) = x^4 - 4x^3 + 6x^2.

flashcards

QuestionAnswer
What is a point of inflection?It is a point on a curve where the rate of change of gradient (second derivative) changes sign, i.e., where the curve changes from getting steeper to getting less steep, or vice versa.
What condition must the second derivative satisfy at a point of inflection?f''(x) = 0
What are the steps to find points of inflection?1. Find the second derivative of the function.
2. Set the second derivative equal to zero and solve for x.
3. Substitute the x-values back into the original function to find the corresponding y-values.
Find the point(s) of inflection for f(x) = x^3 - 3x^2 + 4.First, f'(x) = 3x^2 - 6x.
Then, f''(x) = 6x - 6.
Set 6x - 6 = 0 gives x = 1.
Substitute x = 1 into f(x): f(1) = 1 - 3 + 4 = 2.
Answer: (1, 2).
Find the point(s) of inflection for f(x) = x^4 - 4x^3 + 6x^2.First, f'(x) = 4x^3 - 12x^2 + 12x.
Then, f''(x) = 12x^2 - 24x + 12.
Set 12x^2 - 24x + 12 = 0 and divide by 12: x^2 - 2x + 1 = 0, so (x - 1)^2 = 0, giving x = 1.
Substitute x = 1 into f(x): f(1) = 1 - 4 + 6 = 3.
Answer: (1, 3).