2 / | | 1 | ------------ dx | 2 | x - 2*x + 2 | / 0
Integral(1/(x^2 - 2*x + 2), (x, 0, 2))
/ | | 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.