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