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