Derivative Calculus

Derivative Calculator

Input field for the function to be derived:

f(x) =

clear
Plot
Pos1
End
Derivative ddxf(x)
next Derivative dndxnf(x)
7
8
9
/
Δ
x
4
5
6
*
Ω
a
b
c
1
2
3
-
μ
π
(
)
0
.
+
ω
sin
cos
tan
ex
ln(x)
xa
^
σ
asin
acos
atan
x2
x
x3
x4
()()
δ
sinh
cosh
ax+cbx+c
a+xb+x
x2-a2x2+a2
1a+bx
1+x1-x
x+a
eax
ex
1ax
sin(x)cos(x)
exsin(x)cos(x)
1sin
1cos
1tan
ex
ae-bx2+c
eax
aebx+c
eax2
1eax
xex
asin(bx+c)
acos(bx+c)
atan(bx+c)
asin2(bx+c)
ax2+bx+c
FunctionDescription
sin(x)Sine of x
cos(x)Cosine of x
tan(x)Tangent of x
asin(x)arcsine
acos(x)arccosine of x
atan(x)arctangent of x
atan2(y, x)Returns the arctangent of the quotient of its arguments.
cosh(x)Hyperbolic cosine of x
sinh(x)Hyperbolic sine of x
pow(a, b)Power ab
sqrt(x)Square root of x
exp(x)e-function
log(x), ln(x)Natural logarithm
log(x, b)Logarithm to base b
log2(x), lb(x)Logarithm to base 2
log10(x), ld(x)Logarithm to base 10
more ...

Notation for Differentiation

For differentiation there are different notations usual with the same meaning. The usefulness of each notation varies with the context. The most common notations for differentiation from Leibnitz, Euler, Lagrange and Newton are listed below.

Leibnitz Notation for Differentiation

The derivative in Leibnitz notation of a function f to the variable x is given as follows.

d d x f ( x ) = d f d x ( x ) = d f ( x ) d x

Usual is also the setting y = f(x) with the notation for the derivative as follows.

d y d x

Second, third and higher derivatives are written as follows.

d 2 y d x 2 ; d 3 y d x 3 ; . . . ; d n y d x n ;

Lagrange Notation for Differentiation

The first derivative in Lagrange notation is given by a ' at the function.

f ( x )

The higher derivatives in Lagrange notation are given as follows.

f ( x ) ; f ( x ) ; f ( 4 ) ( x ) ; . . . ; f ( n ) ( x )

Euler Notation for Differentiation

Euler uses the D operator for the derivative.

D f = d d x f ( x )

Newton Notation for Differentiation

Newton's notation is also called dot notation. The notation uses dots to notated the derivatives. This notation is used for functions depending on time t.

f ˙ ( t ) = d f d t

The higher derivatives in Newton notation are given as follows.

f ¨ ( t ) = d 2 f d t 2 ; f ( t ) = d 3 f d t 3

Basic derivatives

d d x Const. = 0

d d x x = 1

d d x xn = nxn-1

d d x 1x =- 1x2

d d x 1xn =- nxn+1

d d x ax = axlna

d d x akx = akxklna

d d x a x + c b x + c = c ( a - b ) ( b x + c ) 2

d d x 1 a + b x = -b ( a + b x ) 2

>

Derivatives of trigonometric functions

>

Derivatives of exponential and logarithmic functions

>

Derivatives of root functions

>

n-th derivatives

Derivation Rules

In the following, the most important derivation rules are described and explained using examples.

  • Factor rule: A constant factor is retained when differentiate
  • Sum rule: Rule for the derivation of a sum
  • Product rule: Rule for the derivation of products
  • Quotient Rule: Rule for the derivation of quotients
  • Chain Rule: Rule for the derivation of nested functions

Derivation rules in short

Factor rule: A constant factor is preserved when differentiate

af = af

Sum rule: When deriving a sum, the summands can be derived individually

f1 + f2 = f1 + f2

Product rule: Rule for deriving products

uv = uv + uv

Quotient rule: Rule for deriving quotients

u v = uv-uv v2

Chain rule: Nested functions go into a product of the inner and outer derivatives when differentiated

fgx = fggx

Factor and Sum Rule

d d x f ( x ) = d d x ( a 1 f 1 ( x ) + a 2 f 2 ( x ) ) = d d x a 1 f 1 ( x ) + d d x a 2 f 2 ( x ) = a 1 d d x f 1 ( x ) + a 2 d d x f 2 ( x )

The sum rule states that the sum elements can be individually differentiated.

Derivation of the summands

d d x ( f1(x) + f2(x) ) = d d x f1(x) + d d x f2(x)

The factor rule states that the constant factors are conserved during derivation.

The constant factor a is retained when deriving

d d x ( a f(x) ) = a d d x f(x)

>

Example of the application of the factor and sum rule (open by selection)

The example function contains sum and constant factors. To differentiate, both rules are applied.

In the first step, the sum rule is applied. In the second step, the factor rule on each addend and finally derives the individual terms, the derivative of the function.

Product Rule

d d x f ( x ) = d d x ( u ( x ) v ( x ) ) = v ( x ) d d x u ( x ) + u ( x ) d d x v ( x ) = u ( x ) v ( x ) + u ( x ) v ( x )

The product rule specifies how to handle the product of two functions when differentiate. In words, the product rule can be expressed as follows: Derivation of the first function times the second function plus the first function times derivation of the second function.

>

Examples of the application of the product rule (open by selection)

Here are some examples of applying the product rule.

Product rule Example 1

In the first example, the product rule is explained using a function consisting of the product of the sine and cosine functions. The derivative is done according to the product rule so that the derivative of the first factor is multiplied by the second factor and added to the derivative of the second factor multiplied by the first factor.

Product rule Example 2

In the second example, the product rule is explained by a function consisting of the product of the exponential and sine functions.

Derivation takes place according to the product rule as in the first example only that the first factor here is the e-function and the second is the sine function.

Product rule Example 3

In the third example, the product rule is explained by a function consisting of the product of three functions.

If a product consists of more than two functions, then the product rule can be used successively by combining functions as required and applying the product rule several times in succession.

By the respective parenthesis one gets again a product of two factors on which one can apply the product rule. Here in the example we continue with the first variant.

Quotient Rule

d d x f ( x ) = d d x u ( x ) v ( x ) = v ( x ) d d x u ( x ) u ( x ) d d x v ( x ) v 2 ( x ) = u ( x ) v ( x ) u ( x ) v ( x ) v 2

The quotient rule specifies how to treat the quotient of two functions when differentiate.

>

Example of the application of the quotient rule (open by selection)

As an example for the application of the quotient rule, the quotient of the sine and the cosine function is used. The application is similar to the product rule. The role of the factors takes here each numerator and denominator of the break.

Chain Rule

d d x f ( g ( x ) ) = d d x g ( x ) d d g f ( g ) = g ( x ) f ( g )

The chain rule specifies how nested functions are to be treated when differentiate. One distinguishes between the inner function and the outer function. Thus, the chain rule can be formulated as follows: the derivative is derivative of the inner function times the derivative of the outer function. In the derivation of the outer function, the inner function as a whole is regarded as variable. That it is not differentiated by x but by the inner function g.

>

Examples of the application of the chain rule (open by selection)

Here are some examples of applying the chain rule. In the first example, the sine function is in the exponent of the e-function. The sine function is therefore the inner function g. The second example shows how to differentiate a power function. In the third example, a quadratic function is within a trigonometric function.

Mixed use

>

Examples of the mixed use of derivation rules (open by selection)

Here are some examples of the mixed use of derivation rules. The first example uses product and quotient rules. The second example shows how product and chain rule can be used. The third example uses sum, factor and chain rules.

Differentiate Vectors

Vectors will be differentiate by derivation all vector components.

d d t f ( t ) = ( d d t f 1 ( t ) d d t f 2 ( t ) d d t f n ( t ) )

>

Example of differentiating a vector function

In the following example, the derivative of a vector function is given using the parameter representation of a 3-dimensional curve.

>

Rules for differentiating vector functions

In the following some rules for the differentiation of vector functions are given. Among them also the derivation of cross product and scalar product of vector functions. f denotes a scalar function. With the cross product the factors may not be exchanged.

Partial Derivatives

For functions with more than one variables the derivative to one of the variables is called partial derivative.

For a function with the variable x and several further variables the partial derivative to x is noted as follows.

x f ( x , y , . . . )

For partial derivation, the other variables are treated as constants.

>

Example for partial derivatives

In the following example, the derivative of a function of x, y, and z is derived partially according to each of the variables.

Gradient

A gradient is a vector whose components are the partial derivatives of a function f. There are two common names for the gradient. One is grad(f) and the other uses the differential operator nabla ∇.

g r a d ( f ) = f = ( f x 1 f x 2 f x n )

>

Gradients calculation rules

The following calculation rules apply to the gradient.

Implicit derivation

A function F(x, f(x)) = 0 can also be differentiated without explicitly solving the function if the corresponding partial derivatives exist.

If we set y = f(x) and thus F(x, y) = 0 for a clearer notation, then the derivative can be calculated by means of partial derivatives as follows.

F ( x , f ( x ) ) = F ( x , y ) = 0

f ( x ) = d y d x = x F ( x , y ) y F ( x , y )

>

Example of implicit derivation

Example of the derivation of an implicit function.