Differentiation is linear: Difference between revisions

From Calculus
Line 25: Line 25:
===In terms of generalized linearity===
===In terms of generalized linearity===


{{fillin}}
Suppose <math>f_1, f_2, \dots, f_n</math> are functions that are all differentiable at a point <math>x_0</math> and <math>a_1, a_2, \dots, a_n</math> are real numbers. Then:
 
<math>\frac{d}{dx}[a_1f_1(x) + a_2f_2(x) + \dots + a_nf_n(x)]|_{x = x_0} = a_1f_1'(x_0) + a_2f_2'(x_0) + \dots + a_nf_n'(x_0)</math>


==Related rules==
==Related rules==

Revision as of 13:58, 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

In terms of additivity and pulling out scalars

The following are true:

  • Differentiation is additive, or derivative of sum is sum of derivatives: If f and g are functions that are both differentiable at x=x0, we have:

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

or equivalently:

(f+g)(x0)=f(x0)+g(x0)

In point-free notation:

(f+g)=f+g

  • Constants (also called scalars) can be pulled out of differentiations: If f is differentiable at x=x0 and λ is a real number, then:

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

In terms of generalized linearity

Suppose f1,f2,,fn are functions that are all differentiable at a point x0 and a1,a2,,an are real numbers. Then:

ddx[a1f1(x)+a2f2(x)++anfn(x)]|x=x0=a1f1(x0)+a2f2(x0)++anfn(x0)

Related rules