Processing math: 100%

Mathematics

Derivatives

Suppose we have a function as follows f(x,h), where h(x) is also a function of x.

Type of derivative Notation Meaning
Total derivative df(x,h)dx How much f changes when we vary the variable x
Partial derivative f(x,h)x How much f changes when we vary the argument of f labeled x
Constrained derivative (df(x,h)dx)h How much f changes when we vary the variable x with the constraint that h is held constant.

The total derivative can be written in terms of partial derivatives using the chain rule.

df(x,h)dx=f(x,h)x+f(x,h)hh(x)x

Suppose we have a different function g(x,y), where x(t) and y(t) both are dependant on t. Then

dg(x,y)dt=gxx(t)t+gyy(t)t

But g(x,y)t is meaningless because f does not have an argument labeled t.

Sometimes the constrained derivative is the same as a partial derivative. For example,

(df(x,h)dx)h=f(x,h)x

But another function a(x,y,z)

(da(x,y,z)dx)y=a(x,y,z)x+a(x,y,z)zzx