3 / | | / |x|\ | |1 - ---|*sin(a*t) dt | \ 3 / | / 0
Integral((1 - |x|/3)*sin(a*t), (t, 0, 3))
/ | // 0 for a = 0\ | / |x|\ / |x|\ || | | |1 - ---|*sin(a*t) dt = C + |1 - ---|*|<-cos(a*t) | | \ 3 / \ 3 / ||---------- otherwise| | \\ a / /
/ |x| / |x|\ |1 - --- |1 - ---|*cos(3*a) | 3 \ 3 / <------- - ------------------ for And(a > -oo, a < oo, a != 0) | a a | \ 0 otherwise
=
/ |x| / |x|\ |1 - --- |1 - ---|*cos(3*a) | 3 \ 3 / <------- - ------------------ for And(a > -oo, a < oo, a != 0) | a a | \ 0 otherwise
Piecewise(((1 - |x|/3)/a - (1 - |x|/3)*cos(3*a)/a, (a > -oo)∧(a < oo)∧(Ne(a, 0))), (0, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.