Difference quotient

In single-variable calculus, the difference quotient is usually the name for the expression

{\displaystyle {\frac {f(x+h)-f(x)}{h}}}{\frac {f(x+h)-f(x)}{h}}
which when taken to the limit as h approaches 0 gives the derivative of the function f.[1][2][3][4] The name of the expression stems from the fact that it is the quotient of the difference of values of the function by the difference of the corresponding values of its argument (the latter is (x + h) - x = h in this case).[5][6] The difference quotient is a measure of the average rate of change of the function over an interval (in this case, an interval of length h).[7][8]: 237 [9] The limit of the difference quotient (i.e., the derivative) is thus the instantaneous rate of change.[9]

By a slight change in notation (and viewpoint), for an interval [a, b], the difference quotient

{\displaystyle {\frac {f(b)-f(a)}{b-a}}}{\frac {f(b)-f(a)}{b-a}}
is called[5] the mean (or average) value of the derivative of f over the interval [a, b]. This name is justified by the mean value theorem, which states that for a differentiable function f, its derivative f′ reaches its mean value at some point in the interval.[5] Geometrically, this difference quotient measures the slope of the secant line passing through the points with coordinates (a, f(a)) and (b, f(b)).[10]

Difference quotients are used as approximations in numerical differentiation,[8] but they have also been subject of criticism in this application.[11]

Difference quotients may also find relevance in applications involving Time discretization, where the width of the time step is used for the value of h.

The difference quotient is sometimes also called the Newton quotient[10][12][13][14] (after Isaac Newton) or Fermat’s difference quotient (after Pierre de Fermat).[15]

Contents

  • 1 Overview
  • 2 Defining the point range
  • 3 The primary difference quotient (Ń = 1)
    • 3.1 As a derivative
    • 3.2 As a divided difference
  • 4 Higher-order difference quotients
    • 4.1 Second order
    • 4.2 Third order
    • 4.3 Nth order
  • 5 Applying the divided difference
  • 6 See also

1 Overview

2 Defining the point range

3 The primary difference quotient (Ń = 1)

3.1 As a derivative

3.2 As a divided difference

4 Higher-order difference quotients

4.1 Second order

4.2 Third order

4.3 Nth order

5 Applying the divided difference

6 See also

你可能感兴趣的:(References,python,开发语言)