Doctrine:Differentiation notation & terminology

From Maths
Jump to: navigation, search

Problem

Almost everyone has a different view of how to write derivatives. I have compiled these as "the best of the best" and tweaked it a little to enhance readability and consistency of the notation.

Notation & terminology

Derivative

  • df|a - the derivative of f at a. A linear map from the domain of f to the co-domain of f
    • This means f is differentiable at a and df|a is its derivative; not differential, that is something else.

We use the d and the | as brackets. Everything between is what we're taking the derivative of.

  • Example: The chain rule - d(gf)|a=dg|f(a)df|a[Note 1]
    • As opposed to: D(fg)(a)=Dg(f(a))Df(a)[1][2]

The notation employed by Munkres and Spivak in Df(a) makes it hard to tell if it is referring to the derivative of f(a) considered as a function (which may be constant, or f might map a to a function that can be differentiated itself!) and if so where. This is especially true when looking at functions of functions.



TODO: This paragraph is repetitive, fix it


It is common to want to consider df|, which takes points in the domain of f to their derivatives at that point. This is a slight abuse of notation however in our notation it is not a big leap to see df| as a function that takes the domain of f to a function (from the domain of f to the co-domain of f). Then:

  • df|(a) simply reads like another way of saying df|a.

Overview

Let (X,X) and (Y,Y) be normed spaces and let f:XY be a function. Then:

such that:

  • lim - Caution:There are other expressions for this limit that may be equivalent. This has not been decided/confirmed yet
[Expand]

Alternate expressions:

Caveats/Pending questions

  1. Is this limit equivalent to the definition of differentiable that is least constraining?
  2. Are there normed subspaces? If so must it contain 0 (so h may tend to it?) - additionally if the neighbourhood of a is open in X and X is simply a topological subspace the requirements become blurred.
    • A normed subspace is almost certainly a vector subspace in its own right, so this shouldn't be a problem. However I mention this to remind myself, and as food for thought.

Notes

  1. Jump up We don't need the brackets around g\circ f however we can agree that this is easier to read than:
    • \mathrm{d}g\circ f\big\vert_{a}\eq\mathrm{d}g\big\vert_{f(a)}\circ\mathrm{d}f\big\vert_a
  2. Jump up Recall that X and Y are vector spaces

References

  1. Jump up Analysis on Manifolds - James R. Munkres
  2. Jump up Calculus on Manifolds - Spivak