Get AI summaries of any video or article — Sign up free
Real Analysis 44 | Higher Derivatives [dark version] thumbnail

Real Analysis 44 | Higher Derivatives [dark version]

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Higher derivatives are defined by iterating differentiation: f^{(0)}=f and f^{(n)} exists when the (n−1)th derivative is differentiable.

Briefing

Higher derivatives are introduced as a structured way to measure how many times a function can be differentiated—and how smooth that differentiation remains—because that groundwork is essential for Taylor’s theorem later. Starting from a differentiable function f on an interval I, differentiating produces a new function f′. But f′ need not be differentiable again, and it may fail even to be continuous. When f′ exists and is continuous, f is called continuously differentiable; when f′ is itself differentiable, f becomes twice differentiable, and the process can be iterated to define higher derivatives f^{(n)}.

The transcript formalizes this using an inductive definition. It sets f^{(0)} = f, then defines “n times differentiable” by requiring that the (n−1)th derivative exists and is differentiable. From there, “n times continuously differentiable” means the nth derivative exists and is continuous. It also notes common alternative notations: Leibniz-style d^n f/dx^n and operator notation where differentiation acts on f. For infinite smoothness, “infinitely differentiable” is clarified as “arbitrarily often differentiable,” meaning f^{(n)} exists for every natural number n; in that case, all derivatives are continuous, so the function is continuously differentiable to any order.

To organize these smoothness classes, the transcript defines function spaces C^n(I) as the set of functions on I whose derivatives up to order n are continuous, and C^∞(I) as those differentiable to every order. These spaces form an inclusion chain: C(I) ⊇ C^1(I) ⊇ C^2(I) ⊇ … ⊇ C^∞(I). Concrete examples anchor the hierarchy: polynomials like f(x)=x^2 lie in C^∞(I) because higher derivatives eventually become the zero function, which still counts as “existing.” The exponential function is also highlighted as infinitely differentiable since its derivative reproduces the same functional form.

With higher derivatives in place, the transcript turns to a practical payoff: a sufficient condition for local extrema using the second derivative. For an interior point x0, a local maximum or minimum requires f′(x0)=0, but that condition alone is not sufficient. The missing ingredient is the existence of f′′(x0). If f′′(x0) > 0, then f has a local minimum at x0; if f′′(x0) < 0, then f has a local maximum. The proof for the “positive second derivative” case uses the definition of f′′(x0) as a limit (a difference quotient) to show that f′ changes sign from negative to positive around x0, implying f decreases on the left and increases on the right—exactly the behavior of a local minimum. The “negative second derivative” case follows by an analogous sign argument.

This combination—precise definitions of higher derivatives and a second-derivative extremum test—sets up the smoothness assumptions and derivative machinery needed for Taylor’s theorem in the next installment.

Cornell Notes

Higher derivatives are defined by iterating differentiation: f^{(0)} is the original function f, and f^{(n)} exists when the (n−1)th derivative is differentiable. “n times continuously differentiable” means f^{(n)} exists and is continuous, and “infinitely differentiable” means f^{(n)} exists for every n (equivalently, the function is continuously differentiable to all orders). These smoothness levels form nested spaces C(I) ⊇ C^1(I) ⊇ C^2(I) ⊇ … ⊇ C^∞(I), with polynomials and the exponential function as key examples of C^∞ membership. The transcript then applies higher derivatives to optimization: if f′(x0)=0 and f′′(x0) exists, then f′′(x0)>0 guarantees a local minimum, while f′′(x0)<0 guarantees a local maximum at an interior point x0.

How does the inductive definition of the nth derivative work, starting from f^{(0)}?

The construction begins by setting f^{(0)} = f (no differentiation). For n≥1, “f is n times differentiable” means the (n−1)th derivative exists and is differentiable; equivalently, the nth derivative f^{(n)} exists. “n times continuously differentiable” strengthens this by requiring f^{(n)} to be continuous.

What does “infinitely differentiable” mean here, and why is it not just a vague smoothness claim?

“Infinitely differentiable” is clarified as “arbitrarily often differentiable”: for every natural number n, the derivative f^{(n)} exists. Because each derivative exists at every order, the function is continuously differentiable to any order, placing it in C^∞(I).

How do the function spaces C^n(I) and C^∞(I) relate to each other?

C^n(I) denotes functions on I whose nth derivative exists and is continuous (and thus derivatives up to order n behave continuously). The spaces nest in an inclusion chain: C(I) ⊇ C^1(I) ⊇ C^2(I) ⊇ … ⊇ C^∞(I). A function that is more differentiable automatically belongs to all lower-order classes.

Why do polynomials like f(x)=x^2 belong to C^∞(I)?

Polynomials have derivatives of every order, and after the degree is exhausted, higher derivatives become the zero function. Since “existing” includes the possibility that the derivative is identically zero, polynomials lie in C^∞(I).

What is the second-derivative test for local extrema, and how does the sign of f′′(x0) determine the result?

At an interior point x0, a local extremum requires f′(x0)=0. If f′′(x0) exists, then f′′(x0)>0 guarantees a local minimum, while f′′(x0)<0 guarantees a local maximum. The proof for f′′(x0)>0 shows that f′ is positive to the right of x0 and negative to the left, so f decreases then increases.

What role does the limit definition of f′′(x0) play in the proof?

The argument uses f′′(x0) as the limit of the difference quotient of f′: f′′(x0)=lim_{x→x0} (f′(x)−f′(x0))/(x−x0). With f′(x0)=0 and f′′(x0)>0, the quotient stays positive near x0, forcing f′ to change sign across x0 and thereby establishing the local minimum behavior of f.

Review Questions

  1. State the inductive definition of “n times differentiable” using f^{(0)} and f^{(n)}.
  2. Explain the inclusion chain among C(I), C^1(I), C^2(I), and C^∞(I).
  3. Given f′(x0)=0 and existence of f′′(x0), what conclusions follow from f′′(x0)>0 versus f′′(x0)<0?

Key Points

  1. 1

    Higher derivatives are defined by iterating differentiation: f^{(0)}=f and f^{(n)} exists when the (n−1)th derivative is differentiable.

  2. 2

    “n times continuously differentiable” requires the nth derivative to exist and be continuous, not merely to exist.

  3. 3

    “Infinitely differentiable” means f^{(n)} exists for every natural number n (arbitrarily often), which implies membership in C^∞(I).

  4. 4

    The smoothness classes form a nested chain: C(I) ⊇ C^1(I) ⊇ C^2(I) ⊇ … ⊇ C^∞(I).

  5. 5

    Polynomials belong to C^∞(I) because derivatives eventually become the zero function, which still counts as existing.

  6. 6

    The second-derivative test: for an interior point x0 with f′(x0)=0 and existing f′′(x0), f′′(x0)>0 implies a local minimum and f′′(x0)<0 implies a local maximum.

  7. 7

    The proof uses the limit definition of f′′(x0) to show f′ changes sign around x0, translating into decreasing-then-increasing (or vice versa) behavior of f.

Highlights

The transcript formalizes higher derivatives by setting f^{(0)}=f and defining f^{(n)} inductively through differentiability of the (n−1)th derivative.
C^∞(I) is characterized as “arbitrarily often differentiable,” meaning f^{(n)} exists for every n.
A local minimum at x0 follows from f′(x0)=0 and f′′(x0)>0 because f′ becomes negative on the left and positive on the right.
A local maximum at x0 follows from the same setup with f′′(x0)<0, by an analogous sign argument.

Topics

  • Higher Derivatives
  • Continuously Differentiable Functions
  • Function Spaces C^n
  • Second Derivative Test
  • Taylor’s Theorem Setup