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