When do you use integration by parts?

Integration by parts is used when you need to integrate the product of two different types of functions, like an algebraic term multiplied by a trigonometric term. It is essentially the reverse of the product rule for derivatives.<br><br>Think of it like untangling two different types of threads woven together. You pick one thread to pull out and simplify (by differentiating it) and another to wind up (by integrating it), which makes the overall knot much easier to handle.

What is integration by parts?

Integration by parts is a technique that transforms a difficult integral of a product into a simpler one. The formula is udv=uvvdu\int u dv = uv - \int v du. To use it, you split your original integrand into two parts: a part called uu that gets simpler when you take its derivative, and a part called dvdv that is easy to integrate.

How to recognize when to use it

You should consider integration by parts when you see the product of unrelated function families. Common combinations include polynomials multiplied by exponential functions (like xexx e^x), polynomials multiplied by trigonometric functions (like xsinxx \sin x), or single functions that do not have basic integral formulas (like lnx\ln x or arctanx\arctan x). If standard substitution does not work on a product, integration by parts is usually your next best step.

How to choose your parts (The LIATE Rule)

Choosing the right uu is critical. A helpful mnemonic is LIATE: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, and Exponential. You look at the two functions in your product and pick the one that comes first in the LIATE list to be your uu. The remaining part, including the dxdx, becomes your dvdv. This rule works because functions at the top of the list get much simpler when differentiated, while functions at the bottom are very easy to integrate repeatedly.

Where students slip

A common mistake is forgetting to include the dxdx when setting up dvdv, which throws off the notation for the rest of the problem. Another frequent error is messing up the negative sign in the udv=uvvdu\int u dv = uv - \int v du formula, especially if the new integral also produces a negative term. Always use parentheses when subtracting the second integral to keep your signs straight.

Worked through

Evaluate the integral: xexdx\int x e^x dx

Using the LIATE rule, xx is Algebraic and exe^x is Exponential. Since Algebraic comes first, we set u=xu = x. That means dv=exdxdv = e^x dx.<br><br>Next, we find dudu by differentiating uu, which gives du=1dxdu = 1 dx. We find vv by integrating dvdv, which gives v=exv = e^x.<br><br>Now we plug these into the formula: udv=uvvdu\int u dv = uv - \int v du. This gives us xexexdxx e^x - \int e^x dx.<br><br>Finally, we evaluate the simpler integral: exdx=ex\int e^x dx = e^x. Our final answer is xexex+Cx e^x - e^x + C.

Questions students ask

Ask about this topic

Where this comes from: OpenStax Calculus Volume 2 · Khan Academy AP Calculus AB / BC · Stewart Calculus 8th Edition

See also