Skip to content
Sahithyan's S1
Sahithyan's S1 — Mathematics

Higher Order Derivatives

Suppose ff is a function defined on (a,b)(a,b). ff is nn times differentiable or nn-th differentiable iff:

limxaf(n1)(x)f(n1)(a)xa=LR=f(n)(a)\lim_{x\to a}{\frac{f^{(n-1)}(x)-f^{(n-1)}(a)}{x-a}} = L \in \mathbb{R} = f^{(n)}(a)

Here f(n)f^{(n)} denotes nn-th derivative of ff. And f(0)f^{(0)} means the function itself.

f(n)(a)f^{(n)}(a) is the nn-th derivative of ff at aa.

Second derivative test

Suppose f(x)=0f'(x)=0 and f(x)f''(x) is continuous at cc:

  • f(c)>0    f''(c) \gt 0 \implies a local minimum is at cc. Converse is not true.
  • f(c)<0    f''(c) \lt 0 \implies a local maximum is at cc. Converse is not true.

The above conclusion is from Taylor’s theorem when n=1n=1:

f(x)=f(c)+f(c)(xc)+f(ζ)2!(xc)2f(x)=f(c)+f'(c)(x-c)+\frac{f''(\zeta)}{2!}(x-c)^2 f(x)Tangent line=f(ζ)2!(xc)2f(x)-\text{Tangent line}=\frac{f''(\zeta)}{2!}(x-c)^2