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