oo / | | -a*x | E dx | / 0
Integral(E^((-a)*x), (x, 0, oo))
/ // -a*x \ | ||-e | | -a*x ||------- for a != 0| | E dx = C + |< a | | || | / || x otherwise | \\ /
/ 1 pi | - for |arg(a)| < -- | a 2 | | oo | / < | | | -a*x | | e dx otherwise | | |/ |0 \
=
/ 1 pi | - for |arg(a)| < -- | a 2 | | oo | / < | | | -a*x | | e dx otherwise | | |/ |0 \
Piecewise((1/a, Abs(arg(a)) < pi/2), (Integral(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.