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