When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Numerical differentiation - Wikipedia

    en.wikipedia.org/wiki/Numerical_differentiation

    Numerical differentiation. Finite difference estimation of derivative. In numerical analysis, numerical differentiation algorithms estimate the derivative of a mathematical function or function subroutine using values of the function and perhaps other knowledge about the function.

  3. Derivative - Wikipedia

    en.wikipedia.org/wiki/Derivative

    The higher order derivatives can be applied in physics; for example, while the first derivative of the position of a moving object with respect to time is the object's velocity, how the position changes as time advances, the second derivative is the object's acceleration, how the velocity changes as time advances.

  4. Finite difference - Wikipedia

    en.wikipedia.org/wiki/Finite_difference

    In an analogous way, one can obtain finite difference approximations to higher order derivatives and differential operators. For example, by using the above central difference formula for f ′(x + ⁠ h / 2 ⁠) and f ′(x − ⁠ h / 2 ⁠) and applying a central difference formula for the derivative of f ′ at x, we obtain the central difference approximation of the second derivative of f:

  5. Inverse function rule - Wikipedia

    en.wikipedia.org/wiki/Inverse_function_rule

    e. In calculus, the inverse function rule is a formula that expresses the derivative of the inverse of a bijective and differentiable function f in terms of the derivative of f. More precisely, if the inverse of is denoted as , where if and only if , then the inverse function rule is, in Lagrange's notation, .

  6. Product rule - Wikipedia

    en.wikipedia.org/wiki/Product_rule

    t. e. In calculus, the product rule (or Leibniz rule[1] or Leibniz product rule) is a formula used to find the derivatives of products of two or more functions. For two functions, it may be stated in Lagrange's notation as or in Leibniz's notation as. The rule may be extended or generalized to products of three or more functions, to a rule for ...

  7. Logarithmic differentiation - Wikipedia

    en.wikipedia.org/wiki/Logarithmic_differentiation

    Calculus. In calculus, logarithmic differentiation or differentiation by taking logarithms is a method used to differentiate functions by employing the logarithmic derivative of a function f, [1] The technique is often performed in cases where it is easier to differentiate the logarithm of a function rather than the function itself.

  8. Euler method - Wikipedia

    en.wikipedia.org/wiki/Euler_method

    It is the most basic explicit method for numerical integration of ordinary differential equations and is the simplest Runge–Kutta method. The Euler method is named after Leonhard Euler, who first proposed it in his book Institutionum calculi integralis (published 1768–1770). [1]

  9. Higher-order function - Wikipedia

    en.wikipedia.org/wiki/Higher-order_function

    In mathematics and computer science, a higher-order function (HOF) is a function that does at least one of the following: takes one or more functions as arguments (i.e. a procedural parameter, which is a parameter of a procedure that is itself a procedure), returns a function or value as its result. All other functions are first-order functions.