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