In calculus, and more generally in mathematical
analysis, integration by parts is a rule that transforms the integral of products
of functions into other, hopefully simpler, integrals. The rule arises from the product
rule of differentiation.
The rule
Suppose f(x) and g(x) are two continuously differentiable
functions. Then the integration by parts rule states that given an
interval with endpoints a, b, one has
![\int_a^b f(x) g'(x)\,dx = \left[ f(x) g(x) \right]_{a}^{b} - \int_a^b f'(x) g(x)\,dx](http://content.answers.com/main/content/wp/en/math/0/c/c/0cc4450e2b913b0d32c34fac3ec1aea3.png)
where we use the common notation
![\left[ f(x) g(x) \right]_{a}^{b} = f(b) g(b) - f(a) g(a).](http://content.answers.com/main/content/wp/en/math/e/a/c/eacfa9cfb0b6f250a776fd70a5e2a321.png)
The rule is shown to be true by using the product rule for derivatives and the
fundamental theorem of calculus. Thus
-
In the traditional calculus curriculum, this rule is often stated using indefinite
integrals in the form

or in an even shorter form, if we let u = f(x), v = g(x) and the differentials
du = f ′(x) dx and dv = g′(x) dx, then it is in the form in which it is
most often seen:

Note that the original integral contains the derivative of g; in order to be able to apply the rule, the
antiderivative g must be found, and then the resulting integral ∫g
f′ dx must be evaluated.
One can also formulate a discrete analogue for sequences, called summation by
parts.
An alternative notation has the advantage that the factors of the original expression are identified as f and g,
but the drawback of a nested integral:

This formula is valid whenever f is continuously differentiable and g is continuous.
More general formulations of integration by parts exist for the Riemann-Stieltjes
integral and Lebesgue-Stieltjes integral.
Note: More complicated forms such as the one below are also valid:

Examples
In order to calculate:

Let:
- u = x, so that du = dx,
- dv = cos(x) dx, so that v = sin(x).
Then:
- Failed to parse (unknown function\begin): \begin{align} \int x\cos (x) \,dx & = \int u \,dv \\
& = uv - \int v \,du \\ & = x\sin (x) - \int \sin (x) \,dx \\ & = x\sin (x) + \cos (x) + C \end{align}
where C is an arbitrary constant of integration.
By repeatedly using integration by parts, integrals such as

can be computed in the same fashion: each application of the rule lowers the power of x by one.
An interesting example that is commonly seen is:

where, strangely enough, in the end, the actual integration does not need to be performed.
This example uses integration by parts twice. First let:
- u = cos(x); thus du = −sin(x) dx
- dv = ex dx; thus v = ex
Then:

Now, to evaluate the remaining integral, we use integration by parts again, with:
- u = sin(x); du = cos(x) dx
- v = ex; dv = ex dx
Then:
-
Putting these together, we get

Notice that the same integral shows up on both sides of this equation. So we can simply add the integral to both sides to
get:


where, again, C is an arbitrary constant of integration.
A similar trick is used to find the integral of secant cubed.
Two other well-known examples are when integration by parts is applied to a function expressed as a product of 1 and itself.
This works if the derivative of the function is known, and the integral of this derivative times x is also known.
The first example is ∫ ln(x) dx. We write this as:

Let:
- u = ln(x); du = 1/x dx
- v = x; dv = 1·dx
Then:
-


where, again, C is the arbitrary constant of integration
The second example is ∫ arctan(x) dx, where arctan(x) is the inverse tangent function. Re-write this as:

Now let:
- u = arctan(x); du = 1/(1+x2) dx
- v = x; dv = 1·dx
Then:
-
using a combination of the inverse chain rule method and the
natural logarithm integral condition.
The ILATE rule
A rule of thumb for choosing which of two functions is to be u and which is to
be dv is to choose u by whichever function comes first in this list:
- I: inverse trigonometric functions: arctan x, arcsec
x, etc.
- L: logarithmic functions: ln x, log2(x), etc.
- A: algebraic functions: x2,
3x50, etc.
- T: trigonometric functions: sin x, tan x, etc.
- E: exponential functions: ex, 13x, etc.
Then make dv the other function. You can remember the list by the mnemonic ILATE. The
reason for this is that functions longer down in the list have easier antiderivatives
than the functions above them.
To demonstrate this rule, consider the integral

Following the ILATE rule, u = x and dv = cos x dx , hence du = dx and v
= sin x , which makes the integral become

which equals

In general, one tries to choose u and dv such that du is simpler than u and dv is easy to
integrate. If instead cos x was chosen as u and x as dv, we would have the integral

which, after recursive application of the integration by parts formula, would clearly result in an infinite recursion and lead
nowhere.
Although a useful rule of thumb, there are exceptions to the ILATE rule. A common alternative is to consider the rules in the
"LIATE" order instead. Also, in some cases, polynomial terms need to be split in non-trivial ways. For example, to integrate

we would set

This results in

Recursive integration by parts
Integration by parts can often be applied recursively on the
term to provide the following formula

Here, u' is the first derivative of u and u'' is the second derivative of u. Further, u(n) is a notation to describe its nth derivative (with respect to the variable
u and v are functions of). Another notation has been adopted:

There are n + 1 integrals.
Note that the integrand above (uv) differs from the previous equation. The
dv factor has been written as v purely for
convenience.
The above mentioned form is convenient because it can be evaluated by differentiating the first term and integrating the
second (with a sign reversal each time), starting out with uv1. It is very
useful especially in cases when u(k + 1) becomes zero for some
k + 1. Hence, the integral evaluation can stop once the u(k) term has been reached.
Tabular integration by parts
While the aforementioned recursive definition is correct, it is often tedious to remember
and implement. A much easier visual representation of this process is often taught to students and is dubbed either "the tabular
method" or "the tic-tac-toe method". This method works when one of the two functions in the product is a polynomial, that is,
after differentiating it several times one obtains zero.
For example, consider the integral

Let u = x3. Begin with this function and list in a column all the
subsequent derivatives until zero is reached. Secondly, begin with the function v (in this case cosx) and list each integral of v until the size of the column is the same as that of u.
The result should appear as follows.
| Derivatives of u (Column A) |
Integrals of v (Column B) |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
Now simply pair the 1st entry of column A with the 2nd entry of column B, the 2nd entry of column A with the 3rd entry of
column B, etc... with alternating signs (beginning with the positive sign). Do so until further pairing is impossible. The
result is the following (notice the alternating signs in each term):

Which, with simplification, leads to the result

Higher dimensions
The formula for integration by parts can be extended to functions of several variables. Instead of an interval one needs to
integrate over a n-dimensional set. Also, one replaces the derivative with a partial
derivative.
More specifically, suppose Ω is an open bounded subset
of
with a
piecewise smooth boundary ∂Ω. If u and
v are two continuously differentiable functions on the closure of Ω, then the formula for integration by parts is

where
is the
outward unit surface normal to ∂Ω, νi is its i-th component, and
i ranges from 1 to n. Replacing v in the above formula with vi and summing over
i gives the vector formula

where v is a vector-valued function with components v1, ..., vn.
Setting u equal to the constant function 1 in the above formula gives the divergence theorem. For
where
, one gets

which is the first Green's identity.
The regularity requirements of the theorem can be relaxed. For instance, the boundary ∂Ω need
only be Lipschitz continuous. In the first formula above, only
is necessary (where
H1 is a Sobolev space); the other formulas have similarly relaxed
requirements.
For reference, consult Appendix C of Evans or the applied math notes of Arbogast and Bona.
Cultural references
References
- Evans, Lawrence C. (1998). Partial Differential
Equations. Providence, Rhode Island: American Mathematical Society. ISBN 0-8218-0772-2.
- Arbogast, Todd; Jerry Bona (2005). Methods of Applied
Mathematics.
- Horowitz, David (September 1990). "Tabular Integration by Parts". The College Mathematics
Journal 21 (4): 307-311.
- ^ Horowitz, David (September 1990). "Tabular integration by parts". The
College Mathematics Journal 21: 307–311.
External links
Wikibooks' [[wikibooks:|]] has more about this subject:
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)