Q. 94

Question

Prove that every cubic function (i.e., every function of the form f(x) = ax3+bx2+cx+d for some constants a, b, c, and d) has exactly one inflection point. (Note: It is not enough just to show that the second derivative of any cubic function has exactly one zero; you must also show that the sign of the second derivative changes.)

Step-by-Step Solution

Verified
Answer

Every cubic function has exactly one inflection point which occur at x=-b3a.

1Step 1. Given Information.

Given a cubic function: f(x) = ax3+bx2+cx+d.

2Step 2. Theorem.

The Derivative Measures Where a Function is Increasing or Decreasing

Let f be a function that is differentiable on an interval I.

(a) If f' is positive in the interior of I, then f is increasing on I.

(b) If f' is negative in the interior of I, then f is decreasing on I.

(c) If f' is zero in the interior of I, then f is constant on I.

3Step 3. Proof.

f(x) = ax3+bx2+cx+dDifferentiating both sides w.r.t x we get,f'(x) = 3ax2+2bx+c.

Inflection point is the point where the value of second derivative of the function is zero. So,

f'(x) = 3ax2+2bx+c,Differentiating again w.r.t x we get,f''(x) = 6ax+2b,and,f''(x) = 0 this means,6ax+2b = 0,and, x = -2b6a = -b3a.So, we get that the function will have surely one inflection point which occur at x=-b3a.