oo / | | 1 | ------------ dx | 2 | x + 2*x + 2 | / -oo
Integral(1/(x^2 + 2*x + 2), (x, -oo, oo))
/ | | 1 | ------------ dx | 2 | x + 2*x + 2 | /
1 1 ------------ = ----------------- 2 / 2 \ x + 2*x + 2 1*\(-x - 1) + 1/
/ | | 1 | ------------ dx | 2 = | x + 2*x + 2 | /
/ | | 1 | ------------- dx | 2 | (-x - 1) + 1 | /
/ | | 1 | ------------- dx | 2 | (-x - 1) + 1 | /
v = -1 - x
/ | | 1 | ------ dv = atan(v) | 2 | 1 + v | /
/ | | 1 | ------------- dx = atan(1 + x) | 2 | (-x - 1) + 1 | /
C + atan(1 + x)
/ | | 1 | ------------ dx = C + atan(1 + x) | 2 | x + 2*x + 2 | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.