Difference between revisions of "Integration by parts"
ComplexZeta (talk | contribs) m (→Order) |
m (LaTeXed short expressions.) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | The purpose of integration by parts is to replace a difficult integral with an easier one. The formula is | + | The purpose of integration by parts is to replace a difficult [[integral]] with an easier one. The formula is |
<math>\int u\, dv=uv-\int v\,du</math> | <math>\int u\, dv=uv-\int v\,du</math> | ||
− | |||
− | |||
== Order == | == Order == | ||
− | Now, given an integrand, what should be u and what should be dv? Since u will show up as du and dv as v in the integral on the RHS, u should be chosen such that it has an "easy" (or "easier") [[derivative]] and dv so that it has a easy [[antiderivative]]. | + | Now, given an integrand, what should be <math>u</math> and what should be <math>dv</math>? Since <math>u</math> will show up as <math>du</math> and <math>dv</math> as <math>v</math> in the integral on the RHS, <math>u</math> should be chosen such that it has an "easy" (or "easier") [[derivative]] and <math>dv</math> so that it has a easy [[antiderivative]]. |
− | A mnemonic for when to substitute u for what is LIATE: | + | A mnemonic for when to substitute <math>u</math> for what is LIATE: |
'''L'''ogarithmic | '''L'''ogarithmic | ||
Line 23: | Line 21: | ||
== Examples == | == Examples == | ||
− | <math>\int xe^x=?</math> | + | <math>\int xe^x\; dx=?</math> |
+ | |||
+ | <math>x</math> has a pretty simple derivative, so let's say <math>u=x</math>. Then <math>dv=e^x dx</math>, <math>du=dx</math>, and <math>v=\int dv=e^x</math>. We have | ||
− | + | <math>\int xe^x\; dx=(x)(e^x)-\int (e^x)(dx)=xe^x-e^x + C=e^x(x-1) + C</math>, where <math>C</math> is the [[constant of integration]]. You can take the derivative to see that it is indeed our desired result. | |
− | + | == See also == | |
+ | * [[Calculus]] | ||
− | + | [[Category:Calculus]] |
Latest revision as of 16:01, 11 March 2022
The purpose of integration by parts is to replace a difficult integral with an easier one. The formula is
Order
Now, given an integrand, what should be and what should be ? Since will show up as and as in the integral on the RHS, should be chosen such that it has an "easy" (or "easier") derivative and so that it has a easy antiderivative.
A mnemonic for when to substitute for what is LIATE:
Logarithmic
Inverse trigonometric
Algebraic
Trigonometric
Exponential
If any two of these types of functions are in the function to be integrated, the type higher on the list should be substituted as u.
Examples
has a pretty simple derivative, so let's say . Then , , and . We have
, where is the constant of integration. You can take the derivative to see that it is indeed our desired result.