Rahul Sharma (Editor)

Sum rule in integration

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In calculus, the sum rule in integration states that the integral of a sum of two functions is equal to the sum of their integrals. It is of particular use for the integration of sums, and is one part of the linearity of integration.

Contents

As with many properties of integrals in calculus, the sum rule applies both to definite integrals and indefinite integrals. For indefinite integrals, the sum rule states

( f + g ) d x = f d x + g d x

Application to indefinite integrals

For example, if you know that the integral of exp(x) is exp(x) from calculus with exponentials and that the integral of cos(x) is sin(x) from calculus with trigonometry then:

( e x + cos x ) d x = e x d x + cos x   d x = e x + sin x + C

Some other general results come from this rule. For example:

The proof above relied on the special case of the constant factor rule in integration with k=-1.

Thus, the sum rule might be written as:

( u ± v ) d x = u d x ± v d x

Another basic application is that sigma and integral signs can be changed around. That is:

r = a b f ( r , x ) d x = r = a b f ( r , x ) d x

This is simply because:

r = a b f ( r , x ) d x = f ( a , x ) + f ( ( a + 1 ) , x ) + f ( ( a + 2 ) , x ) + = f ( a , x ) d x + f ( ( a + 1 ) , x ) d x + f ( ( a + 2 ) , x ) d x + = r = a b f ( r , x ) d x

Application to definite integrals

Passing from the case of indefinite integrals to the case of integrals over an interval [a,b], we get exactly the same form of rule (the arbitrary constant of integration disappears).

The proof of the rule

First note that from the definition of integration as the antiderivative, the reverse process of differentiation:

u = d u d x d x v = d v d x d x

Adding these,

u + v = d u d x d x + d v d x d x (1)

Now take the sum rule in differentiation:

d d x ( u + v ) = d u d x + d v d x

Integrate both sides with respect to x:

u + v = ( d u d x + d v d x ) d x (2)

So we have, looking at (1) and (2):

u + v = d u d x d x + d v d x d x u + v = ( d u d x + d v d x ) d x

Therefore:

( d u d x + d v d x ) d x = d u d x d x + d v d x d x

Now substitute:

f = d u d x g = d v d x

References

Sum rule in integration Wikipedia