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