Integration by Parts Calculator - Formula, Examples & Practice Problems

Free integration by parts calculator with step-by-step solutions. Master the integration by parts formula using LIATE rule. Practice integration by parts examples, solve practice problems, and learn when to use integration by parts. Complete guide to integration by parts equation with proof and tabular method for definite integrals.

🧮 Integration Calculator📐 LIATE Method Guide📚 Step-by-Step Solutions🎯 Practice Problems
🎯

Demo Mode

Choose an example and instantly see the complete solution process!
Learn just like on the most popular math websites.

🚀How to Use Integration by Parts Calculator - Step by Step Guide

1️⃣

Input Function

Enter any function requiring integration by parts, such as x*exp(x), x*sin(x), ln(x), or other products of functions

2️⃣

LIATE Analysis

Get automatic function analysis using the LIATE rule to determine optimal u and dv choices for integration by parts

3️⃣

Step-by-Step Solution

View detailed step-by-step integration by parts solutions with complete mathematical reasoning and calculations

4️⃣

Practice & Learn

Practice integration by parts with examples and questions to master different integration techniques and concepts

💡 Learning Strategy for Integration by Parts

Start with simple integration by parts examples like ∫x·e^x dx. Master the LIATE rule: Logarithmic (L), Inverse trigonometric (I), Algebraic (A), Trigonometric (T), Exponential (E) priority order for choosing u and dv.

📐What is Integration by Parts? Complete Understanding

🔢What is Integration by Parts? Formula & Rule Explained

Integration by parts is a fundamental calculus technique for integrating products of two functions. When the integrand is a product of functions, direct integration is often difficult, making the integration by parts rule essential for solving complex integrals.

udv=uvvdu\int u \, dv = uv - \int v \, du

This integration by parts equation shows that u and v are functions of the integration variable, while du and dv are their respective differentials.

🎯LIATE Rule for Integration by Parts

The LIATE method helps determine which function to choose as u and which as dv in integration by parts:

  • L - Logarithmic functions (ln x, log x)
  • I - Inverse trigonometric functions (arcsin x, arctan x)
  • A - Algebraic functions (polynomials like x, x²)
  • T - Trigonometric functions (sin x, cos x)
  • E - Exponential functions (eˣ, aˣ)

Choose functions higher in the LIATE order as u, and functions lower in the order as dv for optimal integration by parts solutions.

📝Integration by Parts Example

Let's understand integration by parts through this classic example:

xexdx\int x e^x \, dx

Step 1: Choose u = x (algebraic function), dv = e^x dx (exponential function)

Step 2: Calculate du = dx, v = e^x

Step 3: Apply integration by parts formula: ∫x e^x dx = x e^x - ∫e^x dx

Step 4: Solve: ∫x e^x dx = x e^x - e^x + C = e^x(x-1) + C

When to Use Integration by Parts

Integration by parts is particularly effective in these scenarios:

  • • The integrand is a product of two different types of functions
  • • One function becomes simpler when differentiated, while the other doesn't become more complex when integrated
  • • Common combinations: polynomial × exponential, polynomial × trigonometric, logarithmic × polynomial

🧠LIATE Method: The Key to Choosing u and dv

L

Logarithmic

ln(x), log(x)

Priority: 1
I

Inverse Trig

arcsin(x), arctan(x)

Priority: 2
A

Algebraic

x, x², x³

Priority: 3
T

Trigonometric

sin(x), cos(x)

Priority: 4
E

Exponential

eˣ, 2ˣ

Priority: 5

🎯 LIATE Strategy for Integration by Parts

Choose functions with higher priority as u and lower priority as dv. This strategy ensures du becomes simpler than u, while v doesn't become more complex than dv. Example: In ∫x·sin(x) dx, x is algebraic (A) and sin(x) is trigonometric (T), so by LIATE rule choose u=x, dv=sin(x)dx.

📚Integration by Parts Examples: Practice Problems with Solutions

🟢 Basic Integration by Parts Examples

Example 1: ∫x cos(x) dx

LIATE Analysis: x (algebraic) vs cos(x) (trigonometric) → Choose u=x, dv=cos(x)dx

Calculate: du=dx, v=sin(x)

Solution: ∫x cos(x) dx = x sin(x) - ∫sin(x) dx = x sin(x) + cos(x) + C

Example 2: ∫ln(x) dx

Technique: Rewrite as ∫ln(x)·1 dx

LIATE Analysis: ln(x) (logarithmic) vs 1 (algebraic) → Choose u=ln(x), dv=dx

Calculate: du=1/x dx, v=x

Solution: ∫ln(x) dx = x ln(x) - ∫x·(1/x) dx = x ln(x) - x + C

🟡 Intermediate Integration by Parts Examples

Example 3: ∫x² eˣ dx

Multiple integration by parts required:

First iteration: u=x², dv=eˣdx → ∫x² eˣ dx = x² eˣ - ∫2x eˣ dx

Second iteration: u=2x, dv=eˣdx → ∫2x eˣ dx = 2x eˣ - ∫2 eˣ dx

Final solution: ∫x² eˣ dx = eˣ(x² - 2x + 2) + C

Example 4: ∫eˣ sin(x) dx

Cyclic integration technique:

Let I = ∫eˣ sin(x) dx, after two integration by parts:

I = eˣ sin(x) - eˣ cos(x) - I

Solving: I = ½ eˣ(sin(x) - cos(x)) + C

💪 Integration by Parts Practice Tips

Mastering integration by parts requires extensive practice. Start with simple single integration by parts examples, then progress to complex problems requiring multiple integrations. Remember the LIATE rule, but apply it flexibly - sometimes specific situations require strategy adjustments for optimal solutions.

Advanced Integration by Parts: Tabular Method & Definite Integration by Parts

📊Tabular Method for Integration by Parts

When multiple integration by parts is required, the tabular method dramatically simplifies calculations. Particularly effective for products of polynomials with exponential or trigonometric functions.

Tabular Method Example: ∫x³ eˣ dx

DifferentiateSignIntegrate
+
3x²-
6x+
6-
0

Result: ∫x³ eˣ dx = eˣ(x³ - 3x² + 6x - 6) + C

Integration by Parts for Definite Integrals

Integration by parts applies equally to definite integrals, with careful attention to limit evaluation.

abudv=[uv]ababvdu\int_a^b u \, dv = [uv]_a^b - \int_a^b v \, du

Definite Integration by Parts Example: ∫₀¹ x eˣ dx

Choose: u = x, dv = eˣ dx

Then: du = dx, v = eˣ

Apply formula:

∫₀¹ x eˣ dx = [x eˣ]₀¹ - ∫₀¹ eˣ dx

= [x eˣ]₀¹ - [eˣ]₀¹

= (1·e¹ - 0·e⁰) - (e¹ - e⁰)

= e - (e - 1) = 1

🔬Integration by Parts Proof: Formula Derivation & Theory