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