Second derivative

The second derivative of a function or polynomial is simply the derivative of its first derivative.

In other words, we differentiate twice!

It’s also sometimes said to be ‘the gradient of the gradient function’.

Basically, it tells us how the gradient of a function is changing as we move along the curve.

Notation

As mentioned in derivative notation, the second derivative of a function f(x) can be written as:

f''(x)

If we just have a polynomial y (in terms of x) then the second derivative is written as:

\frac{d^2y}{dx^2}

Notice the position of the squares!

Finding the second derivative

To find the second derivative we just differentiate it… and then differentiate it again!

It’s the derivative of the derivative.

Find the second derivative of f(x)=x^3+2x^2+x

f'(x)=4x^3 - 2x + 7. Find f''(x).

Find the second derivative of y=5x^4 - 3x^2 + x - 8.

\frac{dy}{dx}=7x^5 + 4x^2 - x + 3. Find \frac{d^2y}{dx^2}.