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