Derivative

Introduction

In mathematics, the derivative shows the sensitivity of change of a function's output with respect to the input. Derivatives are a fundamental tool of calculus. For example, the derivative of the position of a moving object with respect to time is the object's velocity: this measures how quickly the position of the object changes when time advances.

--Wikipedia 2023

Basics

A function of a real variable f(x) is differentiable at a point a of its domain, if its domain contains an open interval I containing a and the limit

limh0f(a+h)f(a)h

exists. This means that, for every positive real number ϵ, there exists a real positive number δ such that, for every h such that 0<|h|<δ, the f(a+h) is defined and

|f(a+h)f(a)hL|<ϵ

where the vertical bars denote the absolute value.

Rules of Computation

The derivative of a function can, in principle, be computed from the definition by considering the difference quotient, and computing its limit. In practice, once the derivatives of a few simple functions are known, the derivatives of other functions are more easily computed using rules of differentiation.

Rules for Basic Functions

Here are the rules for the derivatives of the most common basic functions, where a is a real number.

Derivatives of Powers

ddxxn=nxn1

Derivatives of Exponential and Logarithmic Functions

ddxex=ex ddxax=axln(a),a>0 ddxln(x)=1x,x>0 ddxloga(x)=1xln(a),x>0,a>0

Trigonometric Functions

ddxsin(x)=cos(x) ddxcos(x)=sin(x) ddxtan(x)=sec2(x)=1cos2(x)=1+tan2(x)

Rules for Combinations of Functions

Constant Rule

If f is constant, then for all x,

ddxf(x)=f(x)=0

Sum Rule

For all functions f and g and all real numbers α and β,

(αf+βg)=αf+βg

Product Rule

For all functions f and g,

(fg)=fg+fg

As a special case, this rule includes the fact (αf)=αf whenever α is a constant, because αf=0f=0 by the constant rule.

Quotient Rule

For all functions f and g at all inputs where g0,

(fg)=fgfgg2

Chain Rule

Applies to composite functions, i.e. functions of functions like h(g(x)),

f=(hg)=h(g(x))g(x)

References

Web Links

Note Links