oo / | | I*t*x | E *f*x dx | / 0
Integral((E^((i*t)*x)*f)*x, (x, 0, oo))
/// 2\ I*t*x \ ||\f*t - I*f*x*t /*e 3 | / ||----------------------- for t != 0| | || 3 | | I*t*x || t | | E *f*x dx = C + |< | | || 2 | / || f*x | || ---- otherwise | || 2 | \\ /
/ -f | pi | pi | --- for |- -- + arg(t)| < -- | 2 | 2 | 2 | t | | oo < / | | | | I*t*x | | f*x*e dx otherwise | | |/ \0
=
/ -f | pi | pi | --- for |- -- + arg(t)| < -- | 2 | 2 | 2 | t | | oo < / | | | | I*t*x | | f*x*e dx otherwise | | |/ \0
Piecewise((-f/t^2, Abs(-pi/2 + arg(t)) < pi/2), (Integral(f*x*exp(i*t*x), (x, 0, oo)), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.