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