Derivative (')

WMA link


f'[x,...]

represents the derivative of f with respect to the first argument x.

f''[x,...]

represents the 2nd derivative of f with respect to x.

Derivative[n][f]

represents the nth derivative of the function f.

Derivative[$n_1$, $n_2$, ...][f]

represents a multivariate derivative.

Derivative can be entered using ':

Deriving with respect to an unknown parameter yields 0:

The 0th derivative of any expression is the expression itself:

You can calculate the derivative of custom functions:

Unknown derivatives:

D
DiscreteLimit