Integration by Parts 🐸

Illustration of a froge enjoying mathematics

What is Integration by Parts?

Integration by parts is a powerful technique from calculus used to integrate the products of functions. Derived from the product rule for differentiation, it allows us to transform difficult integrals into simpler ones.

The Formula

The formula for integration by parts is:
∫u dv = uv - ∫v du

How to Choose u and dv

A common mnemonic to help choose u and dv is "LIATE":

  1. Logarithmic functions
  2. Inverse trigonometric functions
  3. Algebraic functions
  4. Trigonometric functions
  5. Exponential functions

Highest priority to the leftmost function available in your integral.

Example Problem

Let's solve ∫x ex dx using integration by parts.
Select u = x and dv = ex dx.
Then, differentiate to get du = dx and integrate to get v = ex.
Now, apply the formula:

∫x ex dx = x ex - ∫ex dx = x ex - ex + C