Higher derivative test need not be conclusive for infinitely differentiable function at isolated critical point

From Calculus
Revision as of 22:28, 3 May 2012 by Vipul (talk | contribs) (Created page with "==Statement== Suppose we are given a function <math>f</math> defined on <math>\R</math> and choose a point <math>c</math> such that: * <math>f</math> is infinitely different...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Statement

Suppose we are given a function defined on and choose a point such that:

  • is infinitely differentiable at (and in fact, we can choose to be infinitely differentiable everywhere).
  • has a critical point at , i.e., , and this is an isolated critical point, i.e., there is no critical point to the immediate left or immediate right of (if we wish, we can choose things so that is the only critical point for ).
  • For all positive integers , , i.e., the higher derivative of at , takes the value zero. In other words, .

Then, the higher derivative test fails for . In particular, any of these is possible for at : strict local maximum, strict local minimum, point of increase (max from left, min from right), point of decrease (min from left, max from right).

Note that because of the isolated critical point assumption, cannot be constant on the immediate left or immediate right of .

Related facts

Opposite facts

Proof

One-sided examples

For convenience, we take in the examples below.

What we want Function description at point and on appropriate side (we ignore the other side)
strict local maximum from left Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} -e^{-1/x^2}, & x < 0 \\ 0, & x = 0 \\\end{array}}
strict local minimum from left Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} e^{-1/x^2}, & x < 0 \\ 0, & x = 0 \\\end{array}}
strict local maximum from right Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} -e^{-1/x^2}, & x > 0 \\ 0, & x = 0 \\\end{array}}
strict local minimum from right Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} e^{-1/x^2}, & x > 0 \\ 0, & x = 0 \\\end{array}}

Two-sided examples

For convenience, we take in the examples below.

What we want Function description at point and on left and right
strict local maximum (two-sided) Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} -e^{-1/x^2}, & x \ne 0 \\ 0, & x = 0 \\\end{array}}
strict local minimum (two-sided) Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} e^{-1/x^2}, & x \ne 0 \\ 0, & x = 0 \\\end{array}}
point of increase for the function (max from left, min from right) Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} -e^{-1/x^2}, & x < 0 \\ e^{-1/x^2}, & x > 0 \\0, & x = 0 \\\end{array}}
point of decrease for the function (min from left, max from right) Failed to parse (syntax error): {\displaystyle f(x) := \left\lbrace \begin{array}{rl} e^{-1/x^2}, & x < 0 \\ -e^{-1/x^2}, & x > 0 \\0, & x = 0 \\\end{array}}