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