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