1/2 / | | x - atan(2*x) | ------------- dx | 2 | 1 - 4*x | / 0
Integral((x - atan(2*x))/(1 - 4*x^2), (x, 0, 1/2))
// / \ || | | || | acoth(2*x) | || - | ---------- dx | || | 2 | || | 1 + 4*x | || | | || / | || ------------------ for x < -1/2| || 2 | || | || -1/2 -1/2 | || / / | || | | / | || | atanh(2*x) | acoth(2*x) | | / || | ---------- dx | ---------- dx | atanh(2*x) | //-acoth(2*x) 2 \ | || | 2 | 2 | ---------- dx | / 2\ ||------------ for x > 1/4| | x - atan(2*x) || | 1 + 4*x | 1 + 4*x | 2 | log\-1 + 4*x / || 2 | | ------------- dx = C - 2*|< | | | 1 + 4*x | - -------------- + |< |*atan(2*x) | 2 || / / | | 8 ||-atanh(2*x) 2 | | 1 - 4*x || / | ||------------ for x < 1/4| | || ------------------ - ------------------ - ---------------- for x < 1/2 | \\ 2 / / || 2 2 2 | || | || 1/2 -1/2 -1/2 1/2 | || / / / / | || | | / | | | || | acoth(2*x) | atanh(2*x) | | acoth(2*x) | atanh(2*x) | || | ---------- dx | ---------- dx | acoth(2*x) | ---------- dx | ---------- dx | || | 2 | 2 | ---------- dx | 2 | 2 | || | 1 + 4*x | 1 + 4*x | 2 | 1 + 4*x | 1 + 4*x | || | | | 1 + 4*x | | | ||/ / | / / | || / | ||----------------- + ------------------ - ---------------- - ------------------ - ----------------- otherwise | || 2 2 2 2 2 | \\ /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.