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