oo / | | 1 | -------- dx | k | (x + 9) | / 1
Integral(1/((x + 9)^k), (x, 1, oo))
/ | -k | 1 (9 + x) *(9 + x)*Gamma(1 - k) | -------- dx = C + ------------------------------ | k Gamma(2 - k) | (x + 9) | /
/ -k | 10*10 | ------- for re(k) > 1 | -1 + k | | oo < / | | | | -k | | (9 + x) dx otherwise | | |/ \1
=
/ -k | 10*10 | ------- for re(k) > 1 | -1 + k | | oo < / | | | | -k | | (9 + x) dx otherwise | | |/ \1
Piecewise((10*10^(-k)/(-1 + k), re(k) > 1), (Integral((9 + x)^(-k), (x, 1, oo)), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.