Chain rule for differentiation: Difference between revisions

From Calculus
(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...")
 
No edit summary
Line 1: Line 1:
{{differentiation rule}}
==Statement for two functions==
==Statement for two functions==



Revision as of 13:55, 5 September 2011

This article is about a differentiation rule, i.e., a rule for differentiating a function expressed in terms of other functions whose derivatives are known.
View other differentiation rules

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