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