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