Derivative

From Calculus

Definition at a point

Algebraic definition

Suppose f is a function defined on a subset of the reals and x0 is a point in the interior of the domain of f, i.e., the domain of f contains an open interval surrounding x0. The derivative (also called first derivative) of f at x0, denoted f(x0) is defined as the limit of the difference quotient of f between x0 and x, as xx0. Explicitly:

f(x0):=limxx0Δf(x,x0)=limxx0f(x)f(x0)xx0

If this limit exists, then we say that the derivative exists and has this value, and we say that the function is differentiable at the point. If the limit does not exist, then we say that the function is not differentiable at the point and the derivative does not exist.

Computationally useful version of algebraic definition

This is obtained from the previous definition by the variable substitution h:=xx0 so x=x0+h. Explicitly:

f(x0):=limh0Δf(x0+h,x0)=limh0f(x0+h)f(x0)h

Geometric definition

Suppose f is a function and x0 is a point in the interior of the domain of f, i.e., the domain of f contains an open interval surrounding x0. The derivative of f at x0 is the slope of the tangent line to the graph of f through the point (x0,f(x0)).

Conceptual definition

Suppose f is a function defined on a subset of the reals and x0 is a point in the interior of the domain of f, i.e., the domain of f contains an open interval surrounding x0. The derivative of f at x0, denoted f(x0), is defined as the rate of change of f(x) with respect to x at x0.

Definition as a function

Suppose f is a function defined on a subset of the reals. Its derivative or first derivative, denoted f, is a function defined as follows:

  • The domain is the following subset of the domain of f: An element in the domain of f is in the domain of f if and only if it is in the interior of the domain of f and the derivative of f exists at the point.
  • The function value at any point in the domain is simply the value of the derivative of f at that point.

MORE ON THE WAY THIS DEFINITION OR FACT IS PRESENTED: We first present the version that deals with a specific point (typically with a

{}0

subscript) in the domain of the relevant functions, and then discuss the version that deals with a point that is free to move in the domain, by dropping the subscript. Why do we do this?
The purpose of the specific point version is to emphasize that the point is fixed for the duration of the definition, i.e., it does not move around while we are defining the construct or applying the fact. However, the definition or fact applies not just for a single point but for all points satisfying certain criteria, and thus we can get further interesting perspectives on it by varying the point we are considering. This is the purpose of the second, generic point version.

One-sided notions

Left hand derivative

Suppose f is a function defined at a point x0R and also to the immediate left of x0. The left hand derivative of f at x0 is defined as the left hand limit for the difference quotient between x and x0. In other words, it is:

LHD(f)(x0)=f'(x0):=limxx0f(x)f(x0)xx0=limh0f(x+h)f(x)h

Right hand derivative

Suppose f is a function defined at a point x0R and also to the immediate right of x0. The right hand derivative of f at x0 is defined as the right hand limit for the difference quotient between x and x0. In other words, it is:

RHD(f)(x0)=f'+(x0):=limxx0+f(x)f(x0)xx0=limh0+f(x+h)f(x)h

Relation between one-sided derivatives and the usual (two-sided) derivative

The derivative f(x0) exists if and only if (both the left hand derivative and the right hand derivative exist at x0 and their values are equal). Further, the value of the derivative equals both these equals values.

Leibniz notation for derivative

The Leibniz notation for derivative views the derivative as the relative rate of change of two variables and is thus a somewhat different perspective on the derivative.

Suppose f is a function, and x,y are variables related by y:=f(x). Here, x is an independent variable and y is the dependent variable (with the dependency being described by the function f). We then define:

dydx:=f(x)

In particular, dy/dx is a function of x. Its value at x=x0 is defined as f(x0) and is denoted as follows:

dydx|x=x0:=f(x0)

Note that the dy/dx notation does not mean that a number dy is being divided by a number dx. One way of justifying this notation is by expressing it as a limit of a difference quotient:

dydx|x=x0:=limxx0yy0xx0=limxx0ΔyΔx

where Δy=yy0 denotes the difference in y-values and Δx=xx0 denotes the difference in x-values. The difference quotient is actually a quotient of numbers, and the derivative is a limit of this. Hence, many of the formal manipulations involving fractions of numbers work with this notation, even though dy/dx itself is not a quotient of numbers (see chain rule for differentiation and inverse function theorem).

Related notions

Notion How it relates to derivative
higher derivative differentiate again the function obtained by differentiating a particular function, and apply this process repeatedly. Specifically, the kth derivative is the function obtained by applying the differentiation operation k times.
antiderivative a function that has the given derivative. Antidifferentiation is the reverse of differentiation. The general expression for the antiderivative is also called the indefinite integral.
partial derivative a function of more than one variable is differentiated with respect to one of the variables keeping the others constant.
higher partial derivative obtained by applying the partial differentiation operation to a function of more than one variable. The pure higher partials are those where all the partial differentiation operations are with respect to the same variable. The mixed higher partials are those where the partial differentiation operations are with respect to more than one variable.
differential Fill this in later

Computation of derivative

For a full list, see Category:Differentiation rules.

Method for constructing new functions from old In symbols Derivative in terms of derivative of the old functions Proof
pointwise sum f+g is the function xf(x)+g(x)
f1+f2++fn is the function xf1(x)+f2(x)++fn(x)
Sum of the derivatives of the functions being added (the derivative of the sum is the sum of the derivatives)
f+g
f1+f2++fn
differentiation is linear
pointwise difference fg is the function xf(x)g(x) Difference of the derivatives, i.e., fg differentiation is linear
scalar multiple by a constant af is the function xaf(x) where a is a real number xaf(x) differentiation is linear
pointwise product fg (sometimes denoted fg) is the function xf(x)g(x)
f1f2fn (sometimes denoted f1f2fn is the function xf1(x)f2(x)fn(x)
For two functions, xf(x)g(x)+f(x)g(x)
For multiple functions, xf1(x)f2(x)fn(x)+f1(x)f2(x)fn(x)++f1(x)f2(x)fn(x)
product rule for differentiation
pointwise quotient f/g is the function xf(x)/g(x) xg(x)f(x)f(x)g(x)(g(x))2 quotient rule for differentiation
composite of two functions fg is the function xf(g(x)) xf(g(x))g(x) chain rule for differentiation
inverse function of a one-one function f1 sends x to the unique y such that f(y)=x 1f(f1(x)) inverse function theorem
piecewise definition Fill this in later Fill this in later differentiation rule for piecewise definition by interval