Part of CALC-04 — Indefinite Integration

Integration by Parts — Complete Guide

by Notetube Official256 words4 views

Formula: integral u dv = uv - integral v du

LIATE Rule for choosing u: L — Logarithmic (ln(x), log(x)) I — Inverse trigonometric (arcsin, arctan, etc.) A — Algebraic (x, x2x^2, polynomials) T — Trigonometric (sin, cos, tan, etc.) E — Exponential (exe^x, 2^x, etc.)

Choose u as the function that appears earliest in LIATE.

Case 1: Single Application integral x*exe^x dx: u = x (A), dv = exe^x dx (E) = x*exe^x - integral exe^x dx = x*exe^x - exe^x + C = exe^x(x-1) + C

Case 2: Repeated Application integral x2x^2sin(x) dx: Apply by parts twice. First: u = x2x^2, dv = sin(x)dx => x2x^2(-cos(x)) - integral (-cos(x))2x dx = -x2x^2cos(x) + 2integral xcos(x)dx Second: u = x, dv = cos(x)dx => xsin(x) - integral sin(x)dx = xsin(x) + cos(x) Final: -x2x^2cos(x) + 2xsin(x) + 2cos(x) + C

Case 3: Cyclic (Tabular) — returns to original integral exe^x*sin(x) dx: Let I = integral. By parts twice: I = exe^x*sin(x) - exe^x*cos(x) - I So 2I = exe^x(sin(x) - cos(x)), giving I = exe^x(sin(x) - cos(x))/2 + C

Case 4: Single Function by Parts integral ln(x) dx: u = ln(x), dv = dx = xln(x) - integral x1x\frac{1}{x}dx = xln(x) - x + C Similarly: integral arctan(x) dx = xarctan(x) - 12\frac{1}{2}ln(1+x2x^2) + C

Case 5: Tabular Method (Repeated by Parts) For integral xnx^n * e^(ax) or integral xnx^n * sin(ax): Create a table alternating derivatives of u and integrals of dv with alternating signs (+, -, +, -, ...). Multiply diagonally and sum.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes