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