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