Processing Math: 90%
To print higher-resolution math symbols, click the
Hi-Res Fonts for Printing button on the jsMath control panel.

jsMath

2.3 Partielle Integration

Aus Online Mathematik Brückenkurs 2

Wechseln zu: Navigation, Suche
       Theorie          Übungen      

Inhalt:

  • Integration by parts.

Lernziele:

Nach diesem Abschnitt sollst Du folgendes können to:

  • Understand the derivation of the formula for integration by parts.
  • Solve problems about integration that require integration by parts, followed by a substitution (or vice versa).

Integration by parts

To integrate products, one sometimes can make use of a method known as integration by parts. The method is based on the reverse use of the rules for differentiation of products. If u and v are two differentiable functions then the rule for products gives

D(uv)=uv+uv.

Now if one integrates both sides one gets

uv=(uv+uv)dx=uvdx+uvdx 

which, after re-ordering, becomes the formula for integration by parts.

Integration by parts:

uvdx=uvuvdx. 

This means in practice that one integrates a product of functions by calling one factor u and the other v, and then replaces the integral uvdx  , with the integral uvdx,  , which one hopes will be easier. Here, v is any antiderivative (primitive function) of v (by preference, the simplest) and u is the derivative of u.


It is important to note that the method does not always lead to an integral that is easier than the original. It may also be crucial how one chooses the functions u and v, as the following example shows.

Beispiel 1

Determine the integral xsinxdx .

If one chooses u=sinx and v=x one gets u=cosx and v=x22, and the formula for integration by parts gives

xsinxdx=2x2sinx2x2cosxdx. 

The new integral on the right-hand side in this case is not easier than the original integral.

If, instead, one chooses u=x and v=sinx then u=1 and v=cosx, and

xsinxdx=xcosx1cosxdx=xcosx+sinx+C. 

Beispiel 2

Determine the integral  x2lnxdx .

Put u=lnx and v=x2, since differentiation eliminates the logarithm when we carry out an integration by parts: u=1x and v=x33. This gives us

x2lnxdx=3x3lnx3x3x1dx=3x3lnx31x2dx=3x3lnx313x3+C=31x3(lnx31)+C.

Beispiel 3

Determine the integral  x2exdx .

Put u=x2 and v=ex, which gives u=2x and v=ex; integration by parts gives

x2exdx=x2ex2xexdx. 

This requires further integration by parts to solve the new integral 2xexdx . We choose in this case u=2x and v=ex, which gives u=2 and v=ex:

2xexdx=2xex2exdx=2xex2ex+C. 

The original integral thus becomes

x2exdx=x2ex2xex+2ex+C. 

Beispiel 4

Determine the integral  excosxdx .

In the first integration by parts, we have chosen to integrate the factor ex and differentiate the factor cosx,

excosxdx=excosxex(sinx)dx=excosx+exsinxdx.

The result of this is that we essentially have replaced the factor cosx by sinx in the integral. If we therefore use integration by parts once again (integrate the ex and differentiate the sinx) we get

exsinxdx=exsinxexcosxdx. 

Thus the original integral appears here again. Summarising we have:

excosxdx=excosx+exsinxexcosxdx 

and collecting the integrals to one side gives

excosxdx=21ex(cosx+sinx)+C. 

Although integration by parts in this case did not lead to an easier integral, we arrived at an equation in which the original integral could be ”solved for”. This is not entirely unusual when the integrand is a product of trigonometric functions and / or exponential functions.

Beispiel 5

Determine the integral  01ex2xdx .

The integral can be rewritten as

01ex2xdx=012xexdx. 

Substitute u=2x and v=ex, and integrate by parts

012xexdx=2xex10+012exdx=2xex10+2ex10=(2e1)0+(2e1)(2)=e2e2+2=2e4.

Beispiel 6

Determine the integral  lnx dx .

We start by performing a substitution u=x  which gives du=dx2x=dx2u , that is, \displaystyle dx = 2u\,du\,,

\displaystyle \int \ln \sqrt{x} \, dx = \int \ln u \times 2u \, du\,\mbox{.}

Then we integrate by parts. Put \displaystyle f=\ln u \displaystyle g'=2u, which gives

\displaystyle \begin{align*}\int \ln u \times 2u \, du &= u^2 \ln u - \int u^2 \, \frac{1}{u} \, du = u^2 \ln u - \int u\, du\\[4pt] &= u^2 \ln u - \frac{u^2}{2} + C = x \ln \sqrt{x} - \frac {x}{2} + C\\[4pt] &= x \bigl( \ln \sqrt{x} - \tfrac{1}{2} \bigr) + C\,\mbox{.}\end{align*}

Note. An alternative approach is to rewrite the initial integrand as \displaystyle \ln\sqrt{x} = \tfrac{1}{2}\ln x and then integrate by parts the product \displaystyle \tfrac{1}{2}\,\ln x.