oo / | | (-k - 5)*x | x*E dx | / 0
Integral(x*E^((-k - 5)*x), (x, 0, oo))
// 2 \ || x | || -- for k = -5| || 2 | / || | // x for 5 + k = 0\ | ||/ x*(-5 - k) | || | | (-k - 5)*x ||| e 2 | || x*(-5 - k) | | x*E dx = C - |<|-------------- for 25 + k + 10*k != 0 | + x*|<-e | | ||| 2 | ||------------- otherwise | / ||<25 + k + 10*k otherwise | || 5 + k | ||| | \\ / ||| -x | ||| ----- otherwise | ||\ 5 + k | \\ /
/ -1 pi | ---------------- for |pi + arg(-5 - k)| < -- | (-5 - k)*(5 + k) 2 | | oo | / < | | | x*(-5 - k) | | x*e dx otherwise | | |/ |0 \
=
/ -1 pi | ---------------- for |pi + arg(-5 - k)| < -- | (-5 - k)*(5 + k) 2 | | oo | / < | | | x*(-5 - k) | | x*e dx otherwise | | |/ |0 \
Piecewise((-1/((-5 - k)*(5 + k)), Abs(pi + arg(-5 - k)) < pi/2), (Integral(x*exp(x*(-5 - k)), (x, 0, oo)), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.