Chain rule for differentiation

From Calculus
Revision as of 12:22, 26 August 2011 by Vipul (talk | contribs) (Created page with "==Statement for two functions== Suppose <math>f</math> and <math>g</math> are functions such that <math>g</math> is differentiable at a point <math>x = x_0</math>, and <math...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Statement for two functions

Suppose f and g are functions such that g is differentiable at a point x=x0, and f is differentiable at g(x0). Then the composite fg is differentiable at x0, and we have:

ddx[f(g(x))]|x=x0=f(g(x0))g(x0)

In terms of general expressions:

ddx[f(g(x))]=f(g(x))g(x)

In point-free notation, we have:

(fg)=(fg)g

where denotes the pointwise product of functions.

Related rules