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