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