Derivative

A derivative is an instantaneous rate of change with respect to an input variable. It is a ratio of differentials.


Rules

The basic rules/identities are:

Rule

Formulation

Defined for...

constants

const.svg

constant factors

constfact.svg

polynomials

polynomial.svg

exponentiation

e.svg

exponentiation (generalized)

exp.svg

a > 0

logarithms

ln.svg

x > 0

logarithms (generalized)

log.svg

x > 0 and a > 0

For trigonometric functions:

Rule

Formulation

Defined for...

sine

sin.svg

cosine

cos.svg

tangent

tan.svg

inverse sine

arcsin.svg

-1 < x < 1

inverse cosine

arccos.svg

-1 < x < 1

inverse tangent

arctan.svg

Chain Rule

For composite functions like f(x) = eh(x) or f(x) = sin(h(x)), the chain rule must be applied. Consider the outer function (exponentiation and sine in these examples) to be a function g(x). It follows that:

f'(x) = g'(h(x)) * h'(x)

Product Rule

Consider a function like f(x) = g(x)h(x). The derivative is evaluated as:

prod.svg

This product rule holds for vector multiplication; that is, for a dot product:

f = g ⋅ h

df/dx = h ⋅ (dg/dx) + g ⋅ (dh/dx)

...and also for a cross product:

f = g × h

df/dx = h × (dg/dx) + g × (dh/dx)

Quotient Rule

Consider a function like f(x) = g(x)/h(x). The derivative is evaluated as:

quot.svg

Properties

Derivatives are linear: given a function defined like f(x) = αg(x) + βh(x):

sum.svg.

The follows from the total differential; substitute g and h for g(x) and h(x):

f = gh

df = fgdg + fhdh

df/dx = fg(dg/dx) + fh(dh/dx)

And clearly the partial derivatives fg and fh are equal to h and g respectively, giving:

df/dx = h(dg/dx) + g(dh/dx)

Substituting back in the original functions gives the product rule.


CategoryRicottone

Calculus/Derivative (last edited 2025-11-12 15:15:43 by DominicRicottone)