Calculus/Integration techniques/Integration by Parts

From testwiki
Revision as of 16:48, 30 September 2023 by imported>Wave propagation 1 (Integration by parts: Impoved Grammar with aid of Grammarly App.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Calculus/Top Nav

Continuing on the path of reversing derivative rules in order to make them useful for integration, we reverse the product rule.

Integration by parts

Template:Wikipedia If Template:Nowrap beginy=uvTemplate:Nowrap end where u and v are functions of x , then

y=(uv)=uv+uv

Rearranging,

uv=(uv)uv

Therefore,

uvdx=(uv) dxuv dx

Therefore,

uv dx=uvvu dx

or

u dv=uvv du

This is the integration by-parts formula. It is very useful in many integrals involving products of functions and others.

For instance, to treat

xsin(x)dx

we choose u=x and dv=sin(x)dx . With these choices, we have du=dx and v=cos(x) , and we have

xsin(x)dx=xcos(x)(cos(x))dx=xcos(x)+cos(x)dx=sin(x)xcos(x)+C

Note that the choice of u and dv was critical. Had we chosen the reverse, so that u=sin(x) and dv=x dx , the result would have been

x2sin(x)2x2cos(x)2dx

The resulting integral is no easier to work with than the original; we might say that this application of integration by parts took us in the wrong direction.

So the choice is important. One general guideline to help us make that choice is, if possible, to choose u as the factor of the integrated, which becomes simpler when we differentiate it. In the last example, we see that sin(x) does not become simpler when we differentiate it: cos(x) is no more straightforward than sin(x).

An important feature of the integration-by-parts method is that we often need to apply it more than once. For instance, to integrate

x2exdx

we start by choosing u=x2 and dv=exdx to get

x2exdx=x2ex2xexdx

Note that we still have an integral to take care of, and we do this by applying integration by parts again, with u=x and dv=exdx, which gives us

x2exdx=x2ex2xexdx=x2ex2(xexex)+C=x2ex2xex+2ex+C

So, two applications of integration by parts were necessary, owing to the power of x2 in the integrand.

Note that any power of x does become simpler when we differentiate it, so when we see an integral of the form

xnf(x)dx

one of our first thoughts ought to be to consider using integration by parts with u=xn. Of course, for it to work, we need to be able to write down an antiderivative for dv.

Example

Use integration by parts to evaluate the integral

exsin(x)dx

Solution: If we let u=sin(x) and v=exdx , then we have u=cos(x)dx and v=ex . Using our rule for integration by parts gives

exsin(x)dx=exsin(x)excos(x)dx

We do not seem to have made much progress.

But if we integrate by parts again with u=cos(x) and v=exdx and hence u=sin(x)dx and v=ex , we obtain

exsin(x)dx=exsin(x)excos(x)exsin(x)dx

We may solve this identity to find the anti-derivative of sin(x)ex and obtain

exsin(x)dx=ex(sin(x)cos(x))2+C

With definite integral

The rule is essentially the same for definite integrals as long as we keep the endpoints.

Integration by parts for definite integrals Suppose f and g are differentiable and their derivatives are continuous. Then

abf(x)g(x)dx=(f(x)g(x))|ababf(x)g(x)dx
=f(b)g(b)f(a)g(a)abf(x)g(x)dx .

This can also be expressed in Leibniz notation.

abu dv=(uv)|ababv du.

More Examples

Examples Set 1: Integration by Parts

Exercises

Evaluate the following using integration by parts. Template:Question-answer

Template:Question-answer

Template:Question-answer

Template:Question-answer

Template:Question-answer Template:Noprint

External links

Template:Calculus/Top Nav Template:Calculus/TOC