1 / | | /2*pi*n*x\ | (3*x - 3)*sin|--------| dx | \ 3 / | / 0
Integral((3*x - 3)*sin((((2*pi)*n)*x)/3), (x, 0, 1))
// 0 for n = 0\ || | / || // /2*pi*n*x\ \ | // 0 for n = 0\ // 0 for n = 0\ | || ||3*sin|--------| | | || | || | | /2*pi*n*x\ || || \ 3 / 2*pi*n | | || /2*pi*n*x\ | || /2*pi*n*x\ | | (3*x - 3)*sin|--------| dx = C - 3*|<-3*|<--------------- for ------ != 0| | - 3*|<-3*cos|--------| | + 3*x*|<-3*cos|--------| | | \ 3 / || || 2*pi*n 3 | | || \ 3 / | || \ 3 / | | || || | | ||---------------- otherwise| ||---------------- otherwise| / || \\ x otherwise / | \\ 2*pi*n / \\ 2*pi*n / ||-------------------------------------- otherwise| \\ 2*pi*n /
/ /2*pi*n\ | 27*sin|------| | 9 \ 3 / |- ------ + -------------- for And(n > -oo, n < oo, n != 0) < 2*pi*n 2 2 | 4*pi *n | | 0 otherwise \
=
/ /2*pi*n\ | 27*sin|------| | 9 \ 3 / |- ------ + -------------- for And(n > -oo, n < oo, n != 0) < 2*pi*n 2 2 | 4*pi *n | | 0 otherwise \
Piecewise((-9/(2*pi*n) + 27*sin(2*pi*n/3)/(4*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.