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