INTEGRATION BY PARTS
In calculus, and more generally in mathematical analysis, 'integration by parts' is a rule that transforms the integral of products of functions into other, possibly simpler, integrals. The rule arises from the product rule of differentiation.
| Contents |
| The rule |
| Examples |
| The ILATE rule |
| Recursive integration by parts |
| Tabular integration by parts |
| Higher dimensions |
| Cultural references |
| References |
| External links |
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
:
where we use the common notation
:
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''′ d''x'' 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:
:
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''
:d''v'' = e''x'' ''dx''; thus ''v'' = e''x''
Then:
:
Now, to evaluate the remaining integral, we use integration by parts again, with:
:''u'' = sin(''x''); d''u'' = cos(''x'') ''dx''
:''v'' = e''x''; ''dv'' = e''x'' ''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'') d''x''. We write this as:
:
Let:
:''u'' = ln(''x''); d''u'' = 1/''x'' d''x''
:''v'' = ''x''; d''v'' = 1·d''x''
Then:
:{|
|-
|
|
|-
|
|
|}
:
:
where, again, C is the arbitrary constant of integration
The second example is ∫ arctan(''x'') d''x'', where arctan(''x'') is the inverse tangent function. Re-write this as:
:
Now let:
:''u'' = arctan(''x''); d''u'' = 1/(1+''x''2) d''x''
:''v'' = ''x''; d''v'' = 1·d''x''
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'', , etc.
:'A': algebraic functions: , , etc.
:'T': trigonometric functions: sin ''x'', tan ''x'', etc.
:'E': exponential functions: , , 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, is the first derivative of and is the second derivative of . Further, is a notation to describe its ''n''th 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 () differs from the previous equation. The factor has been written as 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 . It is very useful especially in cases when becomes zero for some ''k'' + 1. Hence, the integral evaluation can stop once the 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 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 ) 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.
{| class="wikitable" style="text-align:center"
! 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 ''v''''i'' and summing over ''i'' gives the vector formula
:
where 'v' is a vector-valued function with components ''v''1, ..., ''v''''n''.
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 ''H''1 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
★ The method of tabular integration by parts is featured in the 1988 film ''Stand and Deliver''.
References
★ Partial Differential Equations, , Lawrence C., Evans, American Mathematical Society, 1998, ISBN 0-8218-0772-2
★ Methods of Applied Mathematics, , Todd, Arbogast, , 2005,
★ Tabular Integration by Parts, , David, Horowitz, The College Mathematics Journal,
External links
★ Integration by Parts - From MathWorld
★ Tabular Integration by Parts
★ Tabular Integration by Parts Demonstrated
This article provided by Wikipedia. To edit the contents of this article, click here for original source.
psst.. try this: add to faves

العربية
中国
Français
Deutsch
Ελληνική
हिन्दी
Italiano
日本語
Português
Русский
Español