Lesson 10: Higher-Order Derivatives & Acceleration

1. Second Derivative – Concavity & Acceleration

The first derivative \(f'(x)\) = slope = velocity (if position function).

The second derivative \(f''(x)\) = rate of change of slope = concavity / acceleration.

Example: \(s(t) = t^3 - 3t^2\) (position)

\(v(t) = s'(t) = 3t^2 - 6t\)

\(a(t) = s''(t) = 6t - 6\)

Exercise 1

For \(f(x) = x^4 - 4x³ + 2x\)
\(f'(x) =\) \(x^3 -\) \(x^2 +\)
\(f''(x) =\) \(x^2 -\) \(x\)

2. Third & Higher Derivatives

Third derivative: rate of change of acceleration (jerk in physics)

Example: position \(s(t) = t^4\)

In ML: higher derivatives appear in Hessian (second-order optimization), Taylor series.

Exercise 2

If \(f''(x) > 0\) on an interval, what can we say about \(f(x)\)?

Exercise 3

Which statements are true about higher derivatives? (Select all that apply)
← Previous Lesson (9) Next Lesson (11) →