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