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