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