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