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